mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-27 10:10:28 +01:00
fix dungeon master sword craft https://github.com/MinetestForFun/server-minetestforfun/issues/511
This commit is contained in:
parent
d31e5446bf
commit
5197306fd1
@ -531,7 +531,7 @@ minetest.register_craft({ -- Ultimate Warrior weapon
|
||||
recipe = {
|
||||
{"mobs:dungeon_master_blood", "nether:white", "mobs:dungeon_master_blood"},
|
||||
{"mobs:dungeon_master_blood", "mobs:dungeon_master_diamond", "mobs:dungeon_master_blood"},
|
||||
{"default:mithrilblock", "mobs:zombie_tibia", "default:mithril_block"},
|
||||
{"default:mithrilblock", "mobs:zombie_tibia", "default:mithrilblock"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user