Start on worldgen settings generator

This commit is contained in:
Misode
2020-05-20 18:30:23 +02:00
parent 7515088348
commit 40bf1784f3
5 changed files with 245 additions and 3 deletions
+17 -1
View File
@@ -24,6 +24,10 @@
"attribute_modifier.slot": "Slots",
"attribute_modifier_add": "Add Modifier",
"attribute_modifier_remove": "Remove Modifier",
"biome_source.large_biomes": "Large Biomes",
"biome_source.preset": "Biomes Preset",
"biome_source.seed": "Biomes Seed",
"biome_source.type": "Biome Source",
"child_add": "Add Child",
"condition.block": "Block",
"condition.block_state": "Block State",
@@ -138,6 +142,10 @@
"description.loot-table": "Loot Table Generator for Minecraft",
"description.predicate": "Predicate Generator for Minecraft",
"description.advancement": "Advancement Generator for Minecraft",
"description.worldgen": "Worldgen Settings Generator for Minecraft",
"dimension": "Dimension",
"dimension_add": "Add Dimension",
"dimension_remove": "Remove Dimension",
"dimension.overworld": "Overworld",
"dimension.the_end": "The End",
"dimension.the_nether": "The Nether",
@@ -301,6 +309,9 @@
"gamemode.creative": "Creative",
"gamemode.spectator": "Spectator",
"gamemode.survival": "Survival",
"generator.type": "Type",
"generator.seed": "Dimension Seed",
"generator.settings": "Generator Settings",
"help.condition.time_period": "If present, time will be modulo-divided by this value. For example, if set to 24000, value will operate on a time period of days.",
"help.display": "If present, advancement will be visible in the advancement tabs.",
"help.entry.expand": "If false, entry will return all contents of tag, otherwise entry will behave as multiple item entries",
@@ -360,6 +371,7 @@
"placeholder.advancement": "An advancement ID",
"placeholder.block_state": "A block state key",
"placeholder.criteria": "A criterion ID",
"placeholder.dimension": "A dimension ID",
"placeholder.effect": "An status effect ID",
"placeholder.fluid_state": "A fluid state key",
"placeholder.objective": "An scoreboard objective",
@@ -437,6 +449,7 @@
"title.loot-table": "Loot Table Generator",
"title.predicate": "Predicate Generator",
"title.advancement": "Advancement Generator",
"title.worldgen": "Worldgen Settings Generator",
"trigger.bee_nest_destroyed": "Bee Nest Destroyed",
"trigger.bred_animals": "Bred Animals",
"trigger.brewed_potion": "Brewed Potion",
@@ -479,5 +492,8 @@
"trigger.villager_trade": "Villager Trade",
"trigger.voluntary_exile": "Voluntary Exile",
"true": "True",
"unset": "Unset"
"unset": "Unset",
"world.generate_features": "Generate Features",
"world.bonus_chest": "Spawn Bonus Chest",
"world.seed": "Seed"
}