Move gunpowder to mcl_mobitems

This commit is contained in:
Wuzzy 2017-02-16 21:33:14 +01:00
parent a0adb8bed7
commit 001a2d2064
8 changed files with 14 additions and 15 deletions

View file

@ -247,6 +247,13 @@ minetest.register_craftitem("mcl_mobitems:slimeball", {
groups = { craftitem = 1 },
})
minetest.register_craftitem("mcl_mobitems:gunpowder", {
description = "Gunpowder",
inventory_image = "default_gunpowder.png",
stack_max = 64,
groups = { craftitem=1 },
})
minetest.register_tool("mcl_mobitems:carrot_on_a_stick", {
description = "Carrot on a Stick",
wield_image = "mcl_mobitems_carrot_on_a_stick.png",

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B