Fix Staff of Gaia being uncraftable

master
Wuzzy 2021-07-14 19:35:07 +02:00
parent 441b0038dd
commit 89e54e57a3
1 changed files with 2 additions and 2 deletions

View File

@ -108,10 +108,10 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "hades_gaia:staff",
output = "hades_gaia:staffgaia",
recipe = {
{"", "hades_gaia:staffgaia_head", ""},
{"", "hades_gaia:shaft", ""},
{"", "hades_gaia:staffgaia_shaft", ""},
}
})