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

@@ -2,10 +2,10 @@
"advancement": "進捗 (Advancement)",
"copy": "コピー",
"dimension": "ディメンション (Dimension)",
"dimension-type": "ディメンションタイプ (Dimension Type)",
"dimension_type": "ディメンションタイプ (Dimension Type)",
"download": "ダウンロード",
"language": "言語設定",
"loot-table": "ルートテーブル (Loot Table)",
"loot_table": "ルートテーブル (Loot Table)",
"predicate": "条件 (Predicate)",
"reset": "リセット",
"share": "共有",
@@ -14,11 +14,11 @@
"preview": "可視化",
"world": "ワールド設定 (World Settings)",
"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)"
}