Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
fix dungeon master sword craft #511
Browse files Browse the repository at this point in the history
  • Loading branch information
Crabman77 committed Sep 4, 2016
1 parent d31e544 commit 5197306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minetestforfun_game/mods/default/crafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
}
})

Expand Down

0 comments on commit 5197306

Please sign in to comment.