|
1 | 1 | { |
2 | | - "vanillafix.config.title": "VanillaFix Configuration", |
3 | | - "vanillafix.config.category.bugFixes": "Bug Fixes", |
4 | | - "vanillafix.config.category.clientOnly": "Client Only", |
5 | | - "vanillafix.config.category.antiCheat": "Anti Cheat", |
6 | | - "vanillafix.config.category.general": "General", |
7 | | - "vanillafix.config.value.general.bitfieldBlockstates": "Bitfield Blockstates", |
8 | | - "vanillafix.config.value.general.profilerImprovements": "Profiler Improvements", |
9 | | - "vanillafix.config.value.bugFixes.disableInitialChunkLoad": "Disable Initial Chunk Load", |
10 | | - "vanillafix.config.value.bugFixes.fixRecipeBookIngredientsWithTags": "Fix Recipe Book Ingredients with Tags", |
11 | | - "vanillafix.config.value.bugFixes.updateFallDistance": "Update Entity Fall Distance", |
12 | | - "vanillafix.config.value.bugFixes.fixStoneShoreColors": "Fix Stone Shore Colors", |
13 | | - "vanillafix.config.value.bugFixes.phantomMobCap": "Phantom Mob Cap", |
14 | | - "vanillafix.config.value.bugFixes.underwaterSugarcaneFix": "Underwater Sugarcane fix", |
15 | | - "vanillafix.config.value.bugFixes.doNotConsumeFoodOnDeath": "Fix consumption of food on death", |
16 | | - "vanillafix.config.value.bugFixes.fixSignCommands": "Fix sign command length", |
17 | | - "vanillafix.config.value.clientOnly.optimizedAnimatedTextures": "Tick only Visible Textures", |
18 | | - "vanillafix.config.value.clientOnly.screenInNetherPortal": "Allow opening screens in Nether portals", |
19 | | - "vanillafix.config.value.clientOnly.splitScreenAndTextureProfiler": "Split Gui Profiler", |
20 | | - "vanillafix.config.value.clientOnly.fastInterdimensionalTeleportation": "Fast Interdimensional Teleportation", |
21 | | - "vanillafix.config.value.clientOnly.cullParticles": "Cull invisible particles", |
22 | | - "vanillafix.config.value.antiCheat.fixStepHeight": "Fix Step Height", |
23 | | - "vanillafix.config.value.antiCheat.noPlayerInvulnerabilityAfterTeleport": "Fix Teleportation Invulnerability", |
| 2 | + "text.autoconfig.vanillafix.title": "VanillaFix Configuration", |
| 3 | + "text.autoconfig.vanillafix.category.bugFixes": "Bug Fixes", |
| 4 | + "text.autoconfig.vanillafix.category.clientOnly": "Client Only", |
| 5 | + "text.autoconfig.vanillafix.category.antiCheat": "Anti Cheat", |
| 6 | + "text.autoconfig.vanillafix.category.general": "General", |
| 7 | + "text.autoconfig.vanillafix.option.general.bitfieldBlockstates": "Bitfield Blockstates", |
| 8 | + "text.autoconfig.vanillafix.option.general.profilerImprovements": "Profiler Improvements", |
| 9 | + "text.autoconfig.vanillafix.option.bugFixes.disableInitialChunkLoad": "Disable Initial Chunk Load", |
| 10 | + "text.autoconfig.vanillafix.option.bugFixes.fixRecipeBookIngredientsWithTags": "Fix Recipe Book Ingredients with Tags", |
| 11 | + "text.autoconfig.vanillafix.option.bugFixes.updateFallDistance": "Update Entity Fall Distance", |
| 12 | + "text.autoconfig.vanillafix.option.bugFixes.fixStoneShoreColors": "Fix Stone Shore Colors", |
| 13 | + "text.autoconfig.vanillafix.option.bugFixes.phantomMobCap": "Phantom Mob Cap", |
| 14 | + "text.autoconfig.vanillafix.option.bugFixes.underwaterSugarcaneFix": "Underwater Sugarcane fix", |
| 15 | + "text.autoconfig.vanillafix.option.bugFixes.doNotConsumeFoodOnDeath": "Fix consumption of food on death", |
| 16 | + "text.autoconfig.vanillafix.option.bugFixes.fixSignCommands": "Fix sign command length", |
| 17 | + "text.autoconfig.vanillafix.option.clientOnly.optimizedAnimatedTextures": "Tick only Visible Textures", |
| 18 | + "text.autoconfig.vanillafix.option.clientOnly.screenInNetherPortal": "Allow opening screens in Nether portals", |
| 19 | + "text.autoconfig.vanillafix.option.clientOnly.splitScreenAndTextureProfiler": "Split Gui Profiler", |
| 20 | + "text.autoconfig.vanillafix.option.clientOnly.fastInterdimensionalTeleportation": "Fast Interdimensional Teleportation", |
| 21 | + "text.autoconfig.vanillafix.option.clientOnly.cullParticles": "Cull particles outside of frustum", |
| 22 | + "text.autoconfig.vanillafix.option.antiCheat.fixStepHeight": "Fix Step Height", |
| 23 | + "text.autoconfig.vanillafix.option.antiCheat.noPlayerInvulnerabilityAfterTeleport": "Fix Teleportation Invulnerability", |
24 | 24 | "vanillafix.debug.switch_profiler.help": "F3 + S = Cycle client <-> integrated server profiler" |
25 | 25 | } |
0 commit comments