forked from mff/lavatemple
Replace zmobs support by mobs support
This commit is contained in:
parent
d84214148d
commit
b63f1fb822
|
@ -64,9 +64,9 @@ end
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'lavatemple:dagger_1',
|
output = 'lavatemple:dagger_1',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'zmobs:lava_orb', 'default:steel_ingot', 'zmobs:lava_orb'},
|
{'mobs:lava_orb', 'default:steel_ingot', 'mobs:lava_orb'},
|
||||||
{'zmobs:lava_orb', 'default:steel_ingot', 'zmobs:lava_orb'},
|
{'mobs:lava_orb', 'default:steel_ingot', 'mobs:lava_orb'},
|
||||||
{'zmobs:lava_orb', 'default:stick', 'zmobs:lava_orb'}
|
{'mobs:lava_orb', 'default:stick', 'mobs:lava_orb'}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user