Merge branch '1.19' into 1.19.3

# Conflicts:
#	gradle.properties
#	src/main/java/org/betterx/bclib/BCLib.java
#	src/main/java/org/betterx/bclib/api/v2/generator/BCLChunkGenerator.java
#	src/main/java/org/betterx/worlds/together/mixin/common/WorldPresetsBootstrapMixin.java
#	src/main/java/org/betterx/worlds/together/worldPreset/WorldPresets.java
#	src/main/resources/bclib.accesswidener
This commit is contained in:
Frank 2022-11-29 09:41:10 +01:00
commit 0dcb7809b8
41 changed files with 1586 additions and 75 deletions

View file

@ -50,6 +50,8 @@
"title.bclib.datafixer.error.continue": "Continue and Mark as Fixed",
"tooltip.bclib.place_on": "Lebt auf: %s",
"generator.bclib.normal": "BetterX",
"generator.bclib.large": "Groß & BetterX",
"generator.bclib.amplified": "Ampl. & BetterX",
"title.screen.bclib.worldgen.main": "Welt-Generator Eigenschaften",
"title.bclib.the_nether": "Nether",
"title.bclib.the_end": "Das Ende",
@ -59,6 +61,10 @@
"title.screen.bclib.worldgen.end_void": "Kleine End-Inseln erzeugen",
"title.screen.bclib.worldgen.avg_biome_size": "Durchschnittl. Biome Größe (in Chunks)",
"title.screen.bclib.worldgen.other": "Sonstiges",
"title.screen.bclib.worldgen.nether_biome_size": "Größe",
"title.screen.bclib.worldgen.nether_vertical_biome_size": "Biomhöhe",
"title.screen.bclib.worldgen.nether_vertical": "Biome auch vertikal verteilen",
"title.screen.bclib.worldgen.nether_amplified": "Doppelte Netherhöhe (Amplified)",
"title.screen.bclib.worldgen.land_biome_size": "Land-Biome",
"title.screen.bclib.worldgen.void_biome_size": "Kleine Inseln",
"title.screen.bclib.worldgen.center_biome_size": "Zentralbiome",
@ -67,6 +73,8 @@
"title.config.bclib.client.rendering.customFogRendering": "Angepasster Nebel",
"title.config.bclib.client.rendering.netherThickFog": "Dicker Nether-Nebel",
"bclib.updates.curseforge_link": "[CurseForge]",
"bclib.updates.modrinth_link": "[Modrinth]",
"bclib.updates.download_link": "Herunterladen",
"bclib.updates.title": "Mod Aktualisierungen",
"bclib.updates.disable_check": "Nicht Prüfen",
"bclib.updates.donate_pre": "Gefallen Dir unsere Inhalte?\nDann erwäge eine kleine Spende :)",
@ -82,6 +90,7 @@
"title.config.bclib.main.infos.verbose": "Ausführliche Logs",
"title.config.bclib.client.infos.survives_on_hint": "Zeige 'Überlebt auf' Tooltip",
"description.config.bclib.client.ui.suppressExperimentalDialogOnLoad": "Der Warnbildschirm wird immer dann angezeigt, wenn Deine Welt nicht die Einstellungen der Vanilla-Version verwendet. Dies kann passieren, wenn Du eine Welt in einer Vorschauversion startest, aber auch wenn Du Mods verwendest, um die Welterzeugung zu verändern. Wenn diese Option aktiviert ist, wird die Warnung übersprungen, wenn Du eine bestehende Welt lädst. Sie wird weiterhin angezeigt (als Erinnerung), wenn eine neue Welt erstellt wird.",
"title.config.bclib.client.ui.preferModrinthForUpdates": "Bevorzuge Updates über Modrinth",
"title.config.bclib.client.ui.forceBetterXPreset": "BetterX als Standard-Welt-Typ verwenden",
"description.config.bclib.client.ui.forceBetterXPreset": "Der Welt-Typ bestimmt, wie eine Welt generiert wird. In den meisten Fällen solltet BetterX als Standardeinstellung beibehalten werden (Du kannst den Typ jederzeit im Welt-Erstellen-Bildschirm ändern). Dieser Typ ist für maximale Kompatibilität zwischen DataPacks, unserer Mod und anderen Fabric-Mods optimiert. Außerdem bietet er einige einzigartige Funktionen für BetterNether und BetterEnd. Du solltest diese Option nur deaktivieren, wenn Du einen Grund dazu hast!",
"warning.config.bclib.client.ui.forceBetterXPreset": "IN DEN MEISTEN FÄLLEN SOLLTE DIESE OPTION AKTIVIERT BLEIBEN.\n",

View file

@ -31,6 +31,7 @@
"title.config.bclib.main.patches.applyPatches": "Automatically apply patches when loading level",
"title.config.bclib.main.patches.repairBiomesOnLoad": "Fix Biomesource on level load",
"title.config.bclib.client.ui.suppressExperimentalDialogOnLoad": "Disable Experimental Warning Screen on Load",
"title.config.bclib.client.ui.preferModrinthForUpdates": "Prefere Modrinth for Updates",
"title.bclib.syncfiles.modInfo": "Mod Info",
"title.bclib.syncfiles.modlist": "Mod Information",
"message.bclib.syncfiles.modlist": "The following shows the state of your installed Mods.\n\nAll Mods that do not exist locally, or have a different version on the Server will be synchronized.",
@ -54,6 +55,8 @@
"title.config.bclib.client.infos.survives_on_hint": "Show 'Survives On' hint as Tooltip",
"tooltip.bclib.place_on": "Survives on: %s",
"generator.bclib.normal": "BetterX",
"generator.bclib.large": "Large & BetterX",
"generator.bclib.amplified": "Ampl. & BetterX",
"title.screen.bclib.worldgen.main": "World Generator Settings",
"title.bclib.the_nether": "The Nether",
"title.bclib.the_end": "The End",
@ -62,6 +65,10 @@
"title.screen.bclib.worldgen.custom_end_terrain": "Custom End Terrain Generator",
"title.screen.bclib.worldgen.avg_biome_size": "Average Biome Size (in Chunks)",
"title.screen.bclib.worldgen.other": "Other Settings",
"title.screen.bclib.worldgen.nether_biome_size": "Biome Size",
"title.screen.bclib.worldgen.nether_vertical_biome_size": "Biome Height",
"title.screen.bclib.worldgen.nether_vertical": "Generate vertical Biomes",
"title.screen.bclib.worldgen.nether_amplified": "Double the Nether Height (Amplified)",
"title.screen.bclib.worldgen.land_biome_size": "Land Biomes",
"title.screen.bclib.worldgen.void_biome_size": "Small Island Biomes",
"title.screen.bclib.worldgen.center_biome_size": "Central Biomes",
@ -69,6 +76,8 @@
"title.screen.bclib.worldgen.central_radius": "Central Void Radius (in Chunks)",
"title.screen.bclib.worldgen.end_void": "Generate Small Islands",
"bclib.updates.curseforge_link": "[CurseForge]",
"bclib.updates.modrinth_link": "[Modrinth]",
"bclib.updates.download_link": "Download",
"bclib.updates.title": "Mod Updates",
"bclib.updates.disable_check": "Disable Check",
"bclib.updates.donate_pre": "Like our Content?\nPlease consider a small Donation :)",

View file

@ -0,0 +1,103 @@
{
"message.bclib.anvil_damage": "§cDano",
"bclib.datafixer.backupWarning.title": "Guardian detectou um mundo incompatível",
"bclib.datafixer.backupWarning.message": "O Guardian detectou, que os internos alguns mods instalados mudaram desde que este mundo foi jogado pela última vez.\n\nPodemos mudar automaticamente o mundo para você.Se você continuar sem aplicar as alterações, o mundo pode não carregar correto.Antes de continuar, você deve criar um backup.",
"bclib.datafixer.backupWarning.backup": "Crie backup antes de aplicar correções",
"bclib.datafixer.backupWarning.nofixes": "Continue sem correções",
"bclib.datafixer.backupWarning.fix": "Aplique correções",
"title.bclib.bclibmissmatch": "Incompatibilidade de versão",
"message.bclib.bclibmissmatch": "A versão do BCLIB no servidor e esse cliente não corresponde.Isso causará problemas ao jogar.\n\nVocê deseja baixar automaticamente a versão bclib do servidor? \n\nO BCLIB moverá a versão antiga para um subdiretório do seu mods-dobrador e antes de instalar o novo.",
"title.bclib.syncfiles": "Dados incompatíveis",
"message.bclib.syncfiles": "Algum conteúdo no servidor não corresponde às versões do cliente.\nDeseja substituir o conteúdo selecionado pelos dados do servidor?",
"message.bclib.syncfiles.mods": "Sincronize mods",
"message.bclib.syncfiles.configs": "Sincronize as configurações",
"message.bclib.syncfiles.folders": "Sincronize pastas e arquivos",
"message.bclib.syncfiles.delete": "Exclua desnecessário",
"title.bclib.confirmrestart": "É necessário reiniciar",
"message.bclib.confirmrestart": "O conteúdo solicitado foi sincronizado.Você precisa reiniciar o minecraft agora.",
"title.link.bclib.discord": "Discórdia",
"title.bclib.modmenu.main": "Configurações do BCLIB",
"title.bclib.progress": "Progresso",
"title.bclib.filesync.progress": "Transferência de arquivo",
"message.bclib.filesync.progress": "Sincronizar o conteúdo do arquivo com o servidor",
"message.bclib.filesync.progress.stage.empty": "",
"title.config.bclib.client.auto_sync.enabled": "Ativar sincronização automática",
"title.config.bclib.client.auto_sync.acceptConfigs": "Accept incoming Config Files",
"title.config.bclib.client.auto_sync.acceptFiles": "Aceitar arquivos de entrada",
"title.config.bclib.client.auto_sync.acceptMods": "Aceitar mods de entrada",
"title.config.bclib.client.auto_sync.displayModInfo": "Exibir aviso quando os mods do servidor diferem do cliente",
"title.config.bclib.client.auto_sync.debugHashes": "Imprima-se-hashes de depuração de sincronização automática para registrar",
"title.config.bclib.generator.options.useOldBiomeGenerator": "Use Legacy 1.17 Biome Gerator",
"title.config.bclib.main.patches.applyPatches": "Aplique automaticamente patches ao carregar o nível",
"title.config.bclib.main.patches.repairBiomesOnLoad": "Corrija o Biomesource na carga nivelada",
"title.config.bclib.client.ui.suppressExperimentalDialogOnLoad": "Desative a tela de aviso experimental na carga",
"title.bclib.syncfiles.modInfo": "modInfo",
"title.bclib.syncfiles.modlist": "Informação mod",
"message.bclib.syncfiles.modlist": "A seguir, mostra o estado de seus mods instalados.\n\nTodos os mods que não existem localmente ou têm uma versão diferente no servidor serão sincronizados.",
"title.bclib.modmissmatch": "Conflito da versão mod",
"message.bclib.modmissmatch": "Alguns mods neste cliente não correspondem à versão dos mods no servidor.\n\nMods incompatíveis podem resultar em comportamento ou falha de jogo estranho.Por favor, faça Sue que você use os mesmos mods que o servidor.",
"message.bclib.datafixer.progress.waitbackup": "Esperando o backup terminar.Isso pode demorar um pouco!",
"message.bclib.datafixer.progress.reading": "Reading Data",
"message.bclib.datafixer.progress.players": "Consertando jogadores",
"message.bclib.datafixer.progress.level": "Aplicando patches ao nível.dat",
"message.bclib.datafixer.progress.worlddata": "Patching de dados mundiais personalizados",
"message.bclib.datafixer.progress.regions": "Reparando todas as regiões",
"message.bclib.datafixer.progress.saving": "Salvando o estado do patch",
"title.bclib.datafixer.progress": "fixingWorld",
"message.bclib.datafixer.progress": "Aplicando todos os patches ao seu mundo.",
"title.bclib.datafixer.error": "Erros enquanto corrige o mundo",
"message.bclib.datafixer.error": "Houve erros enquanto reparava o mundo.Isso significa que esse nível provavelmente está em um estado inconsistente e você não deve jogar.Restaure seu backup e corrija os erros abaixo antes de tentar novamente.",
"title.bclib.datafixer.error.continue": "Prossiga e marque como fixo",
"title.config.bclib.client.rendering.customFogRendering": "Renderização de nevoeiro personalizada",
"title.config.bclib.client.rendering.netherThickFog": "Nether de névoa espessa",
"title.config.bclib.main.infos.verbose": "Registro detalhado",
"title.config.bclib.client.infos.survives_on_hint": "Mostrar dica 'Sobrevive em' como dica de ferramenta",
"tooltip.bclib.place_on": "Sobrevive: %s",
"generator.bclib.normal": "BetterX",
"title.screen.bclib.worldgen.main": "Configurações mundiais do gerador",
"title.bclib.the_nether": "The Nether",
"title.bclib.the_end": "The End",
"title.screen.bclib.worldgen.custom_biome_source": "Use fonte de bioma personalizado",
"title.screen.bclib.worldgen.legacy_square": "Use mapa herdado (1.17)",
"title.screen.bclib.worldgen.custom_end_terrain": "Gerador de terreno final personalizado",
"title.screen.bclib.worldgen.avg_biome_size": "Tamanho médio do bioma (em pedaços)",
"title.screen.bclib.worldgen.other": "Other Settings",
"title.screen.bclib.worldgen.land_biome_size": "Biomas terrestres",
"title.screen.bclib.worldgen.void_biome_size": "Pequenos biomas da ilha",
"title.screen.bclib.worldgen.center_biome_size": "Biomas Centrais",
"title.screen.bclib.worldgen.barrens_biome_size": "barrens",
"title.screen.bclib.worldgen.central_radius": "Raio do vazio central (em pedaços)",
"title.screen.bclib.worldgen.end_void": "Gerar pequenas ilhas",
"bclib.updates.curseforge_link": "[CurseForge]",
"bclib.updates.title": "Moda atualizações",
"bclib.updates.disable_check": "Desative a verificação",
"bclib.updates.donate_pre": "Como nosso conteúdo?\nPor favor, considere uma pequena doação :)",
"bclib.updates.donate": "Doar",
"bclib.updates.description": "Alguns dos mods instalados estão desatualizados.Melhoramos e estendemos continuamente nosso conteúdo, bem como fornecemos importantes fixos de insetos.\nConsidere atualizar seus mods usando os links fornecidos abaixo.",
"bclib.welcome.title": "Bem-vindo ao ",
"bclib.welcome.description": "... E um enorme saudável ** Obrigado ** por baixar e reproduzir nossos mods.Esperamos que você os aprecie tanto quanto nós.\n\nAntes de começarmos, há algumas coisas que precisamos configurar; portanto, continue lendo a seguinte parte chata.",
"bclib.welcome.donation": "Se você gosta de nossos mods tanto quanto esperamos que faça, considere uma pequena doação :)",
"description.config.bclib.client.version.check": "O BCLIB inclui um verificador de versão simples que pode notificá -lo quando novas atualizações de nossos mods estiverem disponíveis.Para fazer isso, precisamos ler um recurso de um de nossos servidores da Web.Para processar a solicitação, juntamente com seu endereço IP (precisamos saber para onde enviar a resposta), também enviamos sua versão do Minecraft (para que possamos escolher a versão Mod certa).Os dados transmitidos nunca serão usados ou processados por nós para outros fins, mas devem ser armazenados em nossos arquivos de log por 4 semanas por razões legais.",
"title.config.bclib.client.version.check": "Habilitar Verificação da versão",
"title.config.bclib.client.ui.showUpdateInfo": "Permitir a tela de lembrete de atualização",
"title.config.bclib.client.rendering.FogDensity": "Densidade de nevoeiro",
"description.config.bclib.client.ui.suppressExperimentalDialogOnLoad": "A tela de aviso aparece sempre que seu mundo não usa as configurações da versão de baunilha.Isso pode acontecer quando você inicia um mundo em uma versão de visualização, mas também quando você usa mods para mudar a criação do mundo.Se essa opção estiver ativada, o aviso será ignorado quando você carregar um mundo existente.Ele ainda será exibido (como um lembrete) quando um novo mundo for criado.",
"title.config.bclib.client.ui.forceBetterXPreset": "Use melhorx como o tipo mundial padrão",
"warning.config.bclib.client.ui.forceBetterXPreset": "Provavelmente, você desejará manter esta opção ativada.\n",
"description.config.bclib.client.ui.forceBetterXPreset": "O tipo de mundo determina como um mundo é gerado.Na maioria dos casos, o melhorx deve ser mantido como padrão (você pode alterar o tipo a qualquer momento na tela de criação mundial).Esse tipo é otimizado para máxima compatibilidade entre os dados, nosso mod e outros mods de tecido.Ele também fornece alguns recursos exclusivos para melhor e melhor.Você só deve desativar essa opção se tiver um motivo para fazê -lo! ",
"emi.category.bclib.alloying": "Liga",
"emi.category.bclib.anvil_0": "Bigorna (Nível 0)",
"emi.category.bclib.anvil_1": "Bigorna (Nível I)",
"emi.category.bclib.anvil_2": "Bigorna (Nível II)",
"emi.category.bclib.anvil_3": "Bigorna (Nível III)",
"emi.category.bclib.anvil_4": "Bigorna (Nível IV)",
"emi.category.bclib.anvil_5": "Bigorna (Nível V)",
"tag.c.barrel": "Barris",
"tag.c.wooden_barrels": "Barris de madeira",
"tag.c.workbench": "Tabelas de criação",
"tag.c.furnaces": "Fornos",
"tag.c.saplings": "Mudas",
"tag.c.hammers": "Martelos",
"tag.c.leaves": "Folhas",
"tag.c.soul_ground": "Solo da Alma"
}

View file

@ -23,5 +23,8 @@ accessible method net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSo
accessible method net/minecraft/core/Registry registerSimple (Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Registry$RegistryBootstrap;)Lnet/minecraft/core/Registry;
accessible method net/minecraft/world/entity/SpawnPlacements register (Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/entity/SpawnPlacements$Type;Lnet/minecraft/world/level/levelgen/Heightmap$Types;Lnet/minecraft/world/entity/SpawnPlacements$SpawnPredicate;)V
accessible method net/minecraft/world/level/block/state/properties/WoodType register (Lnet/minecraft/world/level/block/state/properties/WoodType;)Lnet/minecraft/world/level/block/state/properties/WoodType;
accessible method net/minecraft/world/level/levelgen/NoiseRouterData nether (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/level/levelgen/NoiseRouter;
accessible method net/minecraft/world/level/levelgen/NoiseRouterData noNewCaves (Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/DensityFunction;)Lnet/minecraft/world/level/levelgen/NoiseRouter;
accessible method net/minecraft/world/level/levelgen/NoiseRouterData slideNetherLike (Lnet/minecraft/core/Registry;II)Lnet/minecraft/world/level/levelgen/DensityFunction;
#Fields
accessible field net/minecraft/world/entity/ai/village/poi/PoiTypes TYPE_BY_STATE Ljava/util/Map;

View file

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "bclib",
"version": "2.1.3",
"version": "2.1.5",
"name": "BCLib",
"description": "A library for BetterX team mods",
"authors": [
@ -10,7 +10,7 @@
"Bulldog83"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/bclib",
"homepage": "https://modrinth.com/mod/bclib",
"issues": "https://github.com/quiqueck/bclib/issues",
"sources": "https://github.com/quiqueck/bclib"
},
@ -56,6 +56,12 @@
]
},
"custom": {
"bclib": {
"downloads": {
"modrinth": "https://modrinth.com/mod/bclib",
"curseforge": "https://www.curseforge.com/minecraft/mc-mods/bclib"
}
},
"modmenu": {
"links": {
"title.link.bclib.discord": "https://discord.gg/kYuATbYbKW"