forked from VoxeLibre/VoxeLibre
Crack texture is now displayed
This commit is contained in:
parent
84cd8195c6
commit
41a364b319
|
@ -346,16 +346,12 @@ minetest.register_node(small_name, {
|
|||
_doc_items_longdesc = longdesc,
|
||||
_doc_items_usagehelp = usagehelp,
|
||||
_doc_items_hidden = hidden,
|
||||
drawtype = "airlike",
|
||||
selection_box = {
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.4375, -0.5, -0.4375, 0.4375, 0.375, 0.4375},
|
||||
},
|
||||
collision_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.4375, -0.5, -0.4375, 0.4375, 0.375, 0.4375},
|
||||
},
|
||||
tiles = {"blank.png"},
|
||||
tiles = {"mcl_chests_blank.png"},
|
||||
_chest_entity_textures = small_textures,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
|
@ -480,7 +476,7 @@ minetest.register_node(left_name, {
|
|||
type = "fixed",
|
||||
fixed = {-0.4375, -0.5, -0.4375, 0.5, 0.375, 0.4375},
|
||||
},
|
||||
tiles = {"blank.png"},
|
||||
tiles = {"mcl_chests_blank.png"},
|
||||
_chest_entity_textures = left_textures,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
|
@ -631,7 +627,7 @@ minetest.register_node("mcl_chests:"..basename.."_right", {
|
|||
type = "fixed",
|
||||
fixed = {-0.5, -0.5, -0.4375, 0.4375, 0.375, 0.4375},
|
||||
},
|
||||
tiles = {"blank.png"},
|
||||
tiles = {"mcl_chests_blank.png"},
|
||||
groups = {handy=1,axey=1, container=6,not_in_creative_inventory=1, material_wood=1,flammable=-1,double_chest=2},
|
||||
drop = drop,
|
||||
is_ground_content = false,
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 570 B |
Loading…
Reference in New Issue