Merge pull request #7 from ChimneySwift/ChimneySwift-patch-1

Fix incorrect crystal multitool craft
This commit is contained in:
ChimneySwift 2020-09-28 16:44:23 +10:00 committed by GitHub
commit f88b40d565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"},
}
})