Remove inventory images of some internal nodes

This commit is contained in:
Wuzzy 2018-05-14 16:31:17 +02:00
parent 6894721e8d
commit fcc53f4151
2 changed files with 10 additions and 6 deletions

View file

@ -128,8 +128,6 @@ mcl_fences.register_fence_gate = function(id, fence_gate_name, texture, groups,
tiles = {texture},
paramtype = "light",
paramtype2 = "facedir",
inventory_image = "mcl_fences_fence_gate_mask.png^" .. texture .. "^mcl_fences_fence_gate_mask.png^[makealpha:255,126,126",
wield_image = "mcl_fences_fence_gate_mask.png^" .. texture .. "^mcl_fences_fence_gate_mask.png^[makealpha:255,126,126",
is_ground_content = false,
sunlight_propagates = true,
walkable = false,