Add localization for custom bewitchment rituals
Tom4455 opened this issue ยท 2 comments
Thing is, I have added localization, see line 980 of scripts/ContentTweakerRecipes.zs:
WitchesRitual.addRecipe("Rite of the Tough and Pure",
[<contenttweaker:tough_purified_paste> * 4], [<extrautils2:compresseddirt:2>,<extrautils2:compresseddirt:2>,<extrautils2:compresseddirt:2>,<extrautils2:compresseddirt:2>,<bewitchment:salt>,<bewitchment:salt>,<thaumcraft:bath_salts>,<thaumcraft:bath_salts>,<contenttweaker:purified_tablet>],
null, null, 200, WitchesRitual.RITUAL, WitchesRitual.RITUAL, WitchesRitual.NONE);
But the localization doesn't show up. I think it's a bug with MoreTweaker (https://bitbucket.org/noeppi_noeppi/moretweaker/wiki/bewitchment). The first argument of WitchesRitual
(name
) doesn't do anything.
The localization was added through resources/moretweaker/lang/en_us.lang
. Thank you to @l4ssc for showing me how to di it.
Fixed in 2.2.0:
https://www.curseforge.com/minecraft/modpacks/divine-journey-2/files/3449256