mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-28 10:12:59 +00:00
Add rabbit's foot
This commit is contained in:
parent
17e6d3afaa
commit
732e0f4180
1 changed files with 7 additions and 0 deletions
|
@ -167,6 +167,13 @@ minetest.register_craftitem("mobs:rabbit_hide", {
|
|||
stack_max = 64,
|
||||
})
|
||||
|
||||
minetest.register_craftitem("mobs:rabbit_foot", {
|
||||
description = "Rabbit's Foot",
|
||||
wield_image = "mobs_rabbit_foot.png",
|
||||
inventory_image = "mobs_rabbit_foot.png",
|
||||
stack_max = 64,
|
||||
})
|
||||
|
||||
-----------
|
||||
-- Crafting
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue