|
1 | | -config.falsetweaks.triangulator.enable_quad_triangulation=Triangulator: Enable quad triangulation |
2 | | -config.falsetweaks.triangulator.fix_block_crack=Triangulator: Block edge crack fix |
3 | | -config.falsetweaks.triangulator.render_hook_compat_mode=Triangulator: Render hook compatibility mode |
4 | | -config.falsetweaks.triangulator.suppress_calibration=Triangulator: Suppress calibration prompt |
5 | | -config.falsetweaks.triangulator.block_crack_fix_epsilon=Triangulator: Block crack fix epsilon |
6 | | -config.falsetweaks.triangulator.block_crack_fix_blacklist=Triangulator: Block crack fix blacklist |
7 | | -config.falsetweaks.voxelizer.forced_layers=Voxelizer: Forced layers |
8 | | -config.falsetweaks.voxelizer.mesh_optimization_strategy=Voxelizer: Mesh optimization strategy |
9 | | -config.falsetweaks.voxelizer.3d_rails=Voxelizer: 3D rails |
10 | | -config.falsetweaks.voxelizer.debug_mesh_compilation=Voxelizer: Debug mesh compilation |
11 | | -config.falsetweaks.voxelizer.exclusion_list=Voxelizer: Texture exclusion list |
12 | | -config.falsetweaks.voxelizer.class_exclusion_list=Voxelizer: Class exclusion list |
13 | | -config.falsetweaks.voxelizer.rail_thickness=Voxelizer: Rail thickness |
14 | | -config.falsetweaks.voxelizer.verbose_log=Voxelizer: Verbose logging |
15 | | -config.falsetweaks.item_render_lists.max_buffer_size=Item Render Lists: Maximum buffer size |
16 | | -config.falsetweaks.profiler.dump=Profiler: Dump to file on profile end |
17 | | -config.falsetweaks.translucent_block_layers_fix.epsilon=Translucency Block Layer Fix: Epsilon |
18 | | -config.falsetweaks.occlusion.dynamic=Occlusion: Dynamic chunk updates |
19 | | -config.falsetweaks.occlusion.updates_per_second=Occlusion: Chunk updates per second |
20 | | -config.falsetweaks.occlusion.cache_size_target=Occlusion: Cache size target |
21 | | -config.falsetweaks.occlusion.render_distance=Occlusion: Maximum render distance |
22 | | -config.falsetweaks.occlusion.aggressive_clipping_helper=Occlusion: Aggressive clipping helper optimizations |
23 | | -config.falsetweaks.threading.threads=Threaded Updates: Chunk update threads |
24 | | -config.falsetweaks.threading.neodymium=Threaded Updates: (UNSTABLE AND EXPERIMENTAL) Neodymium threading |
25 | | -config.falsetweaks.threading.queuesize=Threaded Updates: Update queue size per thread |
26 | | -config.falsetweaks.threading.noblock=Threaded Updates: Disable blocking chunk updates |
27 | | -config.falsetweaks.threading.tessellatorUseReplacementTargets=Threaded Updates: Tessellator use replacement targets |
28 | | -config.falsetweaks.threading.logISBRHErrors=Threaded Updates: Log ISimpleBlockRenderingHandler registration errors |
29 | | -config.falsetweaks.dynlights.state=Dynamic lights: Mode |
30 | | -config.falsetweaks.dynlights.hand_light=Dynamic lights: Hand light |
| 1 | +# Configs |
| 2 | +# Notice for translators: <config key>.tooltip allows you to localize the tooltip for the hover text even if it's not present in this file |
| 3 | + |
| 4 | +config.falsetweaks.dynlights.category=Dynamic lights |
| 5 | +config.falsetweaks.dynlights.category.tooltip=Dynamic lights |
| 6 | +config.falsetweaks.dynlights.state=Mode |
| 7 | +config.falsetweaks.dynlights.hand_light=Hand light |
| 8 | +config.falsetweaks.dynlights.circular=Circular |
| 9 | + |
| 10 | +config.falsetweaks.triangulator.category=Triangulator |
| 11 | +config.falsetweaks.triangulator.category.tooltip=Miscellaneous block rendering bug fixes |
| 12 | +config.falsetweaks.triangulator.enable_quad_triangulation=Enable quad triangulation |
| 13 | +config.falsetweaks.triangulator.fix_block_crack=Block edge crack fix |
| 14 | +config.falsetweaks.triangulator.render_hook_compat_mode=Render hook compatibility mode |
| 15 | +config.falsetweaks.triangulator.suppress_calibration=Suppress calibration prompt |
| 16 | +config.falsetweaks.triangulator.block_crack_fix_epsilon=Block crack fix epsilon |
| 17 | +config.falsetweaks.triangulator.block_crack_fix_blacklist=Block crack fix blacklist |
| 18 | + |
| 19 | +config.falsetweaks.item_render_lists.category=Item Render Lists |
| 20 | +config.falsetweaks.item_render_lists.category.tooltip=Optimizations for items in your hand or in the world |
| 21 | +config.falsetweaks.item_render_lists.max_buffer_size=Maximum buffer size |
| 22 | + |
| 23 | +config.falsetweaks.voxelizer.category=Voxelizer |
| 24 | +config.falsetweaks.voxelizer.category.tooltip=3D item rendering framework |
| 25 | +config.falsetweaks.voxelizer.forced_layers=Forced layers |
| 26 | +config.falsetweaks.voxelizer.mesh_optimization_strategy=Mesh optimization strategy |
| 27 | +config.falsetweaks.voxelizer.3d_rails=3D rails |
| 28 | +config.falsetweaks.voxelizer.debug_mesh_compilation=Debug mesh compilation |
| 29 | +config.falsetweaks.voxelizer.exclusion_list=Texture exclusion list |
| 30 | +config.falsetweaks.voxelizer.class_exclusion_list=Class exclusion list |
| 31 | +config.falsetweaks.voxelizer.rail_thickness=Rail thickness |
| 32 | +config.falsetweaks.voxelizer.verbose_log=Verbose logging |
| 33 | + |
| 34 | +config.falsetweaks.profiler.category=Profiler |
| 35 | +config.falsetweaks.profiler.category.tooltip=Better than vanilla profiler |
| 36 | +config.falsetweaks.profiler.dump=Dump to file on profile end |
| 37 | + |
| 38 | +config.falsetweaks.translucent_block_layers_fix.category=Translucency Block Layer Fix |
| 39 | +config.falsetweaks.translucent_block_layers_fix.category.tooltip=Fixes an occasional visual bug that happens with overlapping transparent blocks |
| 40 | +config.falsetweaks.translucent_block_layers_fix.epsilon=Epsilon |
| 41 | + |
| 42 | +config.falsetweaks.occlusion.category=Occlusion |
| 43 | +config.falsetweaks.occlusion.category.tooltip=Improved chunk rendering scheduler |
| 44 | +config.falsetweaks.occlusion.dynamic=Dynamic chunk updates |
| 45 | +config.falsetweaks.occlusion.updates_per_second=Chunk updates per second |
| 46 | +config.falsetweaks.occlusion.cache_size_target=Cache size target |
| 47 | +config.falsetweaks.occlusion.render_distance=Maximum render distance |
| 48 | +config.falsetweaks.occlusion.aggressive_clipping_helper=Aggressive clipping helper optimizations |
| 49 | + |
| 50 | +config.falsetweaks.threading.category=Threaded Updates |
| 51 | +config.falsetweaks.threading.category.tooltip=Multi-threaded chunk rendering |
| 52 | +config.falsetweaks.threading.threads=Chunk update threads |
| 53 | +config.falsetweaks.threading.neodymium=Neodymium threading |
| 54 | +config.falsetweaks.threading.queuesize=Update queue size per thread |
| 55 | +config.falsetweaks.threading.noblock=Disable blocking chunk updates |
| 56 | +config.falsetweaks.threading.tessellatorUseReplacementTargets=Tessellator use replacement targets |
| 57 | +config.falsetweaks.threading.logISBRHErrors=Log renderer registration errors |
| 58 | +config.falsetweaks.threading.threadSafeISBRH=Thread Safe ISBRHs |
| 59 | +config.falsetweaks.threading.debug=Extra debug info |
| 60 | +config.falsetweaks.threading.fastThreadedBlockBounds=Fast threaded block bounds |
| 61 | +config.falsetweaks.threading.fastSafety=Faster safety checks |
| 62 | +config.falsetweaks.threading.tessellatorReplaceEverything=Tessellator replace everything |
| 63 | + |
31 | 64 | gui.triangulator.calibrationdescription.line0=Click the Toggle button until the |
32 | 65 | gui.triangulator.calibrationdescription.line1=yellow and the blue squares look the same, |
33 | 66 | gui.triangulator.calibrationdescription.line2=then press the Apply button. |
|
0 commit comments