Skip to content

Commit

Permalink
Racial weapon: add symmetrical (mirrored) craft for Orcish Sword. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Oct 9, 2024
1 parent 945e958 commit d44fad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/lord/Tools/tools/src/special.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ minetest.register_craft({
{ 'default:mese_crystal', 'group:stick', 'default:mese_crystal' },
}
})
minetest.register_craft({
minetest.register_mirrored_crafts({
method = minetest.CraftMethod.ANVIL,
output = 'tools:sword_orc',
recipe = {
Expand Down

0 comments on commit d44fad8

Please sign in to comment.