Skip to content

Commit

Permalink
Merge pull request #7 from ChimneySwift/ChimneySwift-patch-1
Browse files Browse the repository at this point in the history
Fix incorrect crystal multitool craft
  • Loading branch information
ChimneySwift committed Sep 28, 2020
2 parents d37b46a + 442a092 commit f88b40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if minetest.get_modpath("ethereal") then
output = "multitools:multitool_crystal",
recipe = {
{"", "ethereal:shovel_crystal", ""},
{"default:axe_diamond", "ethereal:pick_crystal", "ethereal:sword_crystal"},
{"ethereal:axe_crystal", "ethereal:pick_crystal", "ethereal:sword_crystal"},
}
})

Expand Down

0 comments on commit f88b40d

Please sign in to comment.