master #5

Merged
epCode merged 255 commits from VoxeLibre/VoxeLibre:master into master 2021-02-02 23:20:01 +01:00
2 changed files with 5 additions and 9 deletions
Showing only changes of commit 41a364b319 - Show all commits

View File

@ -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