Commit fd6ae0f4 authored by Milan's avatar Milan
Browse files

add cooking recipe for mobs_better_rat:rat (should fix #4)

parent 3a6b2885
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4,6 +4,13 @@ minetest.register_craft({
	burntime = 1,
})

minetest.register_craft({
    type = "cooking",
    output = "mobs:rat_cooked",
    recipe = "mobs_better_rat:rat",
    cooktime = 5,
})

minetest.register_craft({
        output = "building_blocks:slab_marble",
        recipe = {
+2 −0
Original line number Diff line number Diff line
@@ -2,5 +2,7 @@ default
darkage ?
building_blocks ?
teleport_potion ?
mobs_animal ?
mobs_better_rat ?
mobs_slimes ?
mobs_sandworm ?