forked from Mirrorlandia_minetest/portalgun
fix portalgun being in item list
This commit is contained in:
@ -412,6 +412,7 @@ minetest.register_craftitem(
|
||||
range = 100,
|
||||
inventory_image = "portalgun_gun0_rndr.png",
|
||||
wield_image = "portalgun_gun0_rndr.png",
|
||||
groups = {not_in_creative_inventory = 1},
|
||||
--inventory_image = "portalgun_gun_orange.png",
|
||||
--wield_image = "portalgun_gun_orange.png",
|
||||
on_place = function(itemstack, user, pointed_thing)
|
||||
|
Reference in New Issue
Block a user