Make generator config more robust

This commit is contained in:
Misode
2021-07-02 02:36:01 +02:00
parent cabd97cb39
commit f43cb03cc3
20 changed files with 158 additions and 172 deletions

View File

@@ -5,7 +5,7 @@
"button.expand": "Expand",
"button.remove": "Remove",
"copy": "Copy",
"dimension-type": "Dimension Type",
"dimension_type": "Dimension Type",
"dimension": "Dimension",
"download": "Download",
"fields": "Fields",
@@ -15,9 +15,9 @@
"indentation.2_spaces": "2 spaces",
"indentation.4_spaces": "4 spaces",
"indentation.tabs": "Tabs",
"item-modifier": "Item Modifier",
"item_modifier": "Item Modifier",
"language": "Language",
"loot-table": "Loot Table",
"loot_table": "Loot Table",
"not_found.description": "The page you were looking for does not exist.",
"no_presets": "No presets",
"predicate": "Predicate",
@@ -44,11 +44,11 @@
"world": "World Settings",
"worldgen": "Worldgen",
"worldgen/biome": "Biome",
"worldgen/carver": "Carver",
"worldgen/feature": "Feature",
"worldgen/noise-settings": "Noise Settings",
"worldgen/processor-list": "Processor List",
"worldgen/structure-feature": "Structure Feature",
"worldgen/surface-builder": "Surface Builder",
"worldgen/template-pool": "Template Pool"
"worldgen/configured_carver": "Carver",
"worldgen/configured_feature": "Feature",
"worldgen/noise_settings": "Noise Settings",
"worldgen/processor_list": "Processor List",
"worldgen/configured_structure_feature": "Structure Feature",
"worldgen/configured_surface_builder": "Surface Builder",
"worldgen/template_pool": "Template Pool"
}