Move gunpowder to mcl_mobitems
This commit is contained in:
parent
a0adb8bed7
commit
001a2d2064
8 changed files with 14 additions and 15 deletions
|
@ -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",
|
||||
|
|
BIN
mods/ITEMS/mcl_mobitems/textures/default_gunpowder.png
Normal file
BIN
mods/ITEMS/mcl_mobitems/textures/default_gunpowder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 B |
Loading…
Add table
Add a link
Reference in a new issue