Remove some unwanted items from the creative inventory

This commit is contained in:
Perttu Ahola
2012-07-26 00:08:35 +03:00
parent 319ac40fa5
commit 7db7ea543f
2 changed files with 3 additions and 2 deletions

View File

@ -102,6 +102,7 @@ minetest.register_craftitem(":cooked_rat", {
minetest.register_craftitem(":firefly", {
description = "Firefly",
inventory_image = "firefly.png",
groups = {not_in_creative_inventory=1},
on_drop = function(item, dropper, pos)
minetest.env:add_firefly(pos)
item:take_item()