fix portalgun being in item list

This commit is contained in:
2022-08-18 16:45:08 +02:00
parent bb2f30a721
commit db20ba0317

View File

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