fix HexCasting cutting recipe compat

This commit is contained in:
André Augusto 2023-07-03 23:17:06 -03:00 committed by GitHub
parent d63ef2647c
commit 6b2e5f196d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ public class CuttingRecipeGen extends ProcessingRecipeGen {
FA = cuttingCompat(Mods.FA, "cherrywood", "mysterywood"),
// Hexcasting (stripped is a suffix here)
HEX = cuttingCompat(Mods.HEX, "akashic"),
HEX = cuttingCompat(Mods.HEX, "edified"),
// Integrated Dynamics (stripped is a suffix here also)
ID = cuttingCompat(Mods.ID, "menril"),