fixed crystal mace recipe

This commit is contained in:
Wyntr Stardust 2024-10-06 20:49:37 -05:00 committed by GitHub
parent ef1987695e
commit 2e49e0308b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ local crystal = modname.. ".png^[colorize:" ..color
uses = dura,
choppy = mohs-1,
crumbly = mohs,
cracky = mohs-2,
cracky = mohs-3,
}),
on_ignite = "wc_crystals:" ..id.. "_crystal",
sounds = nodecore.sounds("nc_optics_glassy"),
@ -132,7 +132,7 @@ local crystal = modname.. ".png^[colorize:" ..color
}
},
items = {
modname .. ":mace"
modname .. ":mace_" ..id
}
})
-- ================================================================== --