Broken strings in the settings
Regnander opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
Some strings in the settings are displayed as addresses instead of text, making it hard to tell what they represent.
Steps to reproduce the problem:
- Open the configuration menu for EvilCraft
- Select either the Degradition Effect, Item, World Generation, Machine or Enchanting settings
- Look on the left side of the screen to see addresses instead of the name of the settings in some places
Expected behaviour:
Some strings in en_us.lang are unused and are supposed to be used in the settings, while some settings are lacking a string in said file and are displayed as string addresses that lead nowhere.
The unused strings in the lang file can be fixed by adjusting the respective address, while the settings that are lacking a string needs to be added to the file.
Degradition effect settings
Broken string in-game | Unused string in en_us.lang |
---|---|
degradationeffect.evilcraft.knockbackdistort | degradationeffect.evilcraft.knockbackDistort |
degradationeffect.evilcraft.mobspawn | degradationeffect.evilcraft.mobSpawn |
Item settings
Broken string in-game | Unused string in en_us.lang |
---|---|
config.evilcraft.bloodPearl.slownessDuration | config.evilcraft.blood_pearl.slownessDuration |
config.evilcraft.blood_extractor.autoFillBuckets | Missing |
config.evilcraft.box_of_eternal_closure.injectLootTables | Missing |
config.evilcraft.condensed_blood.injectLootTables | Missing |
config.evilcraft.dark_tank.autoFillBuckets | Missing |
config.evilcraft.ender_tear.injectLootTables | Missing |
invigPendent.capacity (Full string address unknown) | ??? |
invigPendent.fireUsage (Full string address unknown) | ??? |
config.evilcraft.invigPendant.reduceDuration | config.evilcraft.invig_pendant.reduceDuration |
config.evilcraft.invigPendant.usage | config.evilcraft.invig_pendant.usage |
config.evilcraft.origins_of_darkness.injectLootTables | Missing |
config.evilcraft.vengeance_pickaxe.fortuneLevel | Missing |
config.evilcraft.vengeance_pickaxe.vengeanceLevel | Missing |
World generation settings
Broken string in-game | Unused string in en_us.lang |
---|---|
config.evilcraft.general.evilDungeonDimensions | Missing |
Machine settings
Broken string in-game | Unused string in en_us.lang |
---|---|
config.evilcraft.spirit_furnace.mobDrops | Missing |
Enchanting settings
Broken string in-game | Unused string in en_us.lang |
---|---|
config.evilcraft.life_stealing.healModifier | Missing |
Versions:
- This mod: 0.10.64
- Minecraft: 1.12.2
- Forge: 14.13.5.2814
Log file:
None