mirror of
https://github.com/pandorabox-io/spacecannon.git
synced 2025-01-02 02:57:29 +01:00
remove inv image
This commit is contained in:
parent
3b1830f9fc
commit
02817519b7
@ -91,7 +91,6 @@ local register_spacecannon = function(def)
|
|||||||
"cannon_blank.png",
|
"cannon_blank.png",
|
||||||
"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},
|
groups = {cracky=3,oddly_breakable_by_hand=3,technic_machine = 1, technic_hv = 1},
|
||||||
drop = "spacecannon:cannon_" .. def.color,
|
drop = "spacecannon:cannon_" .. def.color,
|
||||||
|
Loading…
Reference in New Issue
Block a user