add cooking recipe for mobs_better_rat:rat (should fix #4)
This commit is contained in:
parent
3a6b288541
commit
fd6ae0f46b
@ -4,6 +4,13 @@ minetest.register_craft({
|
|||||||
burntime = 1,
|
burntime = 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "cooking",
|
||||||
|
output = "mobs:rat_cooked",
|
||||||
|
recipe = "mobs_better_rat:rat",
|
||||||
|
cooktime = 5,
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "building_blocks:slab_marble",
|
output = "building_blocks:slab_marble",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
@ -2,5 +2,7 @@ default
|
|||||||
darkage ?
|
darkage ?
|
||||||
building_blocks ?
|
building_blocks ?
|
||||||
teleport_potion ?
|
teleport_potion ?
|
||||||
|
mobs_animal ?
|
||||||
|
mobs_better_rat ?
|
||||||
mobs_slimes ?
|
mobs_slimes ?
|
||||||
mobs_sandworm ?
|
mobs_sandworm ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user