remove inv image

This commit is contained in:
Thomas Rudin 2018-11-16 08:34:31 +01:00
parent 3b1830f9fc
commit 02817519b7

@ -91,7 +91,6 @@ local register_spacecannon = function(def)
"cannon_blank.png",
"cannon_blank.png"
},
inventory_image = minetest.inventorycube("cannon_front_" .. def.color .. ".png", "cannon_blank.png", "cannon_blank.png"),
groups = {cracky=3,oddly_breakable_by_hand=3,technic_machine = 1, technic_hv = 1},
drop = "spacecannon:cannon_" .. def.color,