3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-26 00:48:03 +02:00
Dieser Commit ist enthalten in:
KennyTV 2020-07-29 17:27:13 +02:00
Ursprung 831b8ad5ad
Commit c5ba1864d1
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B
2 geänderte Dateien mit 17 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -7,7 +7,13 @@
"minecraft:soul_lantern[hanging=true,waterlogged=true]": "minecraft:soul_lantern[hanging=true]",
"minecraft:soul_lantern[hanging=true,waterlogged=false]": "minecraft:soul_lantern[hanging=true]",
"minecraft:soul_lantern[hanging=false,waterlogged=true]": "minecraft:soul_lantern[hanging=false]",
"minecraft:soul_lantern[hanging=false,waterlogged=false]": "minecraft:soul_lantern[hanging=false]"
"minecraft:soul_lantern[hanging=false,waterlogged=false]": "minecraft:soul_lantern[hanging=false]",
"minecraft:chain[axis=x,waterlogged=true]": "minecraft:chain[waterlogged=true]",
"minecraft:chain[axis=x,waterlogged=false]": "minecraft:chain[waterlogged=true]",
"minecraft:chain[axis=y,waterlogged=true]": "minecraft:chain[waterlogged=true]",
"minecraft:chain[axis=y,waterlogged=false]": "minecraft:chain[waterlogged=true]",
"minecraft:chain[axis=z,waterlogged=true]": "minecraft:chain[waterlogged=true]",
"minecraft:chain[axis=z,waterlogged=false]": "minecraft:chain[waterlogged=true]"
},
"items": {
"minecraft:piglin_brute_spawn_egg": {

Datei anzeigen

@ -1,15 +1,24 @@
{
"1.16.2": {
"multiplayer.disconnect.missing_tags": "Incomplete set of tags received from server.\nPlease contact server operator.",
"chat.square_brackets": "[%s]",
"disconnect.exceeded_packet_rate": "Kicked for exceeding packet rate limit",
"item.minecraft.piglin_brute_spawn_egg": "Piglin Brute Spawn Egg",
"entity.minecraft.piglin_brute": "Piglin Brute",
"potion.withAmplifier": "%s %s",
"potion.withDuration": "%s (%s)",
"advancements.sad_label": ":(",
"subtitles.entity.parrot.imitate.piglin_brute": "Parrot snorts mightily",
"subtitles.entity.piglin_brute.ambient": "Piglin Brute snorts",
"subtitles.entity.piglin_brute.angry": "Piglin Brute snorts angrily",
"subtitles.entity.piglin_brute.death": "Piglin Brute dies",
"subtitles.entity.piglin_brute.hurt": "Piglin Brute hurts",
"subtitles.entity.piglin_brute.step": "Piglin Brute steps",
"subtitles.entity.piglin_brute.converted_to_zombified": "Piglin Brute converts to Zombified Piglin"
"subtitles.entity.piglin_brute.converted_to_zombified": "Piglin Brute converts to Zombified Piglin",
"command.context.parse_error": "%s at position %s: %s",
"commands.list.nameAndId": "%s (%s)",
"argument.angle.incomplete": "Incomplete (expected 1 angle)",
"commands.summon.failed.uuid": "Unable to summon entity due to duplicate UUIDs"
},
"1.16": {
"gui.recipebook.search_hint": "Search...",