forked from Mineclonia/Mineclonia
Fix packed ice being transparent to light
This commit is contained in:
parent
63717977af
commit
3c3ed3d344
|
@ -1869,11 +1869,8 @@ minetest.register_node("mcl_core:ice", {
|
||||||
minetest.register_node("mcl_core:packed_ice", {
|
minetest.register_node("mcl_core:packed_ice", {
|
||||||
description = "Packed Ice",
|
description = "Packed Ice",
|
||||||
_doc_items_longdesc = "Packed ice is a compressed form of ice. It is opaque and solid.",
|
_doc_items_longdesc = "Packed ice is a compressed form of ice. It is opaque and solid.",
|
||||||
drawtype = "glasslike",
|
|
||||||
tiles = {"mcl_core_ice_packed.png"},
|
tiles = {"mcl_core_ice_packed.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
paramtype = "light",
|
|
||||||
use_texture_alpha = true,
|
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = {handy=1,pickaxey=1, building_block=1},
|
groups = {handy=1,pickaxey=1, building_block=1},
|
||||||
drop = "",
|
drop = "",
|
||||||
|
|
Loading…
Reference in New Issue