diff --git a/src/main/resources/assets/bclib/lang/de_de.json b/src/main/resources/assets/bclib/lang/de_de.json index 32b220c4..083a39fb 100644 --- a/src/main/resources/assets/bclib/lang/de_de.json +++ b/src/main/resources/assets/bclib/lang/de_de.json @@ -109,5 +109,6 @@ "title.screen.bclib.worldgen.other": "Sonstiges", "title.screen.bclib.worldgen.void_biome_size": "Kleine Inseln", "tooltip.bclib.place_on": "Lebt auf: %s", + "tooltip.bclib.pottable_on": "Eintopfen auf: %s", "warning.config.bclib.client.ui.forceBetterXPreset": "IN DEN MEISTEN FÄLLEN SOLLTE DIESE OPTION AKTIVIERT BLEIBEN.\n" } \ No newline at end of file diff --git a/src/main/resources/assets/bclib/lang/en_us.json b/src/main/resources/assets/bclib/lang/en_us.json index 903bdac6..66c0f80a 100644 --- a/src/main/resources/assets/bclib/lang/en_us.json +++ b/src/main/resources/assets/bclib/lang/en_us.json @@ -109,5 +109,6 @@ "title.screen.bclib.worldgen.other": "Other Settings", "title.screen.bclib.worldgen.void_biome_size": "Small Island Biomes", "tooltip.bclib.place_on": "Survives on: %s", + "tooltip.bclib.pottable_on": "Pottable on: %s", "warning.config.bclib.client.ui.forceBetterXPreset": "MOST LIKELY YOU WILL WANT TO KEEP THIS OPTION ENABLED.\n" } \ No newline at end of file