Merge pull request #7 from ChimneySwift/ChimneySwift-patch-1
Fix incorrect crystal multitool craft
This commit is contained in:
commit
f88b40d565
2
init.lua
2
init.lua
@ -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"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user