Divine Journey 2

Divine Journey 2

636k Downloads

Add localization for custom bewitchment rituals

Tom4455 opened this issue ยท 2 comments

commented

Modpack version:
beta-version-0.1

Describe the request:
Add localization for custom bewitchment rituals

Additional context:
image

commented

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.

commented

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