Minecraft 1.20.2

If only it was as simple as #64
This commit is contained in:
LOOHP
2023-09-24 15:56:36 +01:00
parent 10c5915d71
commit 32499372bf
21 changed files with 52011 additions and 50367 deletions
+50885 -49694
View File
File diff suppressed because it is too large Load Diff
@@ -457,6 +457,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:coast"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -489,6 +493,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:dune"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -521,6 +529,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:eye"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -553,6 +565,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:host"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -585,6 +601,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:raiser"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -617,6 +637,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:rib"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -649,6 +673,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:sentry"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -681,6 +709,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:shaper"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -713,6 +745,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:silence"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -745,6 +781,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:snout"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -777,6 +817,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:spire"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -809,6 +853,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:tide"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -841,6 +889,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:vex"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -873,6 +925,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:ward"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -905,6 +961,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:wayfinder"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
@@ -937,6 +997,10 @@
"asset_id": {
"type": "StringTag",
"value": "minecraft:wild"
},
"decal": {
"type": "ByteTag",
"value": 0
}
}
}
+61 -51
View File
@@ -4,69 +4,79 @@
},
"LoginIn": {
"0x00": "PacketLoginInLoginStart",
"0x02": "PacketLoginInPluginMessaging"
"0x02": "PacketLoginInPluginMessaging",
"0x03": "ServerboundLoginAcknowledgedPacket"
},
"LoginOut": {
"PacketLoginOutLoginSuccess": "0x02",
"PacketLoginOutDisconnect": "0x00",
"PacketLoginOutPluginMessaging": "0x04"
},
"ConfigurationIn": {
"0x02": "ServerboundFinishConfigurationPacket"
},
"ConfigurationOut": {
"ClientboundRegistryDataPacket": "0x05",
"ClientboundFinishConfigurationPacket": "0x02"
},
"PlayIn": {
"0x12": "PacketPlayInKeepAlive",
"0x14": "PacketPlayInKeepAlive",
"0x04": "ServerboundChatCommandPacket",
"0x05": "PacketPlayInChat",
"0x15": "PacketPlayInPositionAndLook",
"0x14": "PacketPlayInPosition",
"0x16": "PacketPlayInRotation",
"0x0D": "PacketPlayInPluginMessaging",
"0x09": "PacketPlayInTabComplete",
"0x28": "PacketPlayInHeldItemChange",
"0x24": "PacketPlayInResourcePackStatus",
"0x32": "PacketPlayInBlockPlace",
"0x31": "PacketPlayInUseItem",
"0x2B": "PacketPlayInSetCreativeSlot",
"0x0B": "PacketPlayInWindowClick",
"0x0C": "PacketPlayInCloseWindow",
"0x1A": "PacketPlayInPickItem",
"0x1D": "PacketPlayInBlockDig",
"0x23": "PacketPlayInItemName"
"0x16": "PacketPlayInPosition",
"0x17": "PacketPlayInPositionAndLook",
"0x18": "PacketPlayInRotation",
"0x0F": "PacketPlayInPluginMessaging",
"0x0A": "PacketPlayInTabComplete",
"0x2B": "PacketPlayInHeldItemChange",
"0x27": "PacketPlayInResourcePackStatus",
"0x34": "PacketPlayInUseItem",
"0x35": "PacketPlayInBlockPlace",
"0x2E": "PacketPlayInSetCreativeSlot",
"0x0D": "PacketPlayInWindowClick",
"0x0E": "PacketPlayInCloseWindow",
"0x1C": "PacketPlayInPickItem",
"0x20": "PacketPlayInBlockDig",
"0x26": "PacketPlayInItemName"
},
"PlayOut": {
"PacketPlayOutLogin": "0x28",
"PacketPlayOutPositionAndLook": "0x3C",
"PacketPlayOutSpawnPosition": "0x50",
"ClientboundSystemChatPacket": "0x64",
"PacketPlayOutPlayerAbilities": "0x34",
"ClientboundLevelChunkWithLightPacket": "0x24",
"PacketPlayOutUnloadChunk": "0x1E",
"PacketPlayOutKeepAlive": "0x23",
"PacketPlayOutPlayerInfo": "0x3A",
"PacketPlayOutUpdateViewPosition": "0x4E",
"PacketPlayOutDisconnect": "0x1A",
"PacketPlayOutPluginMessaging": "0x17",
"PacketPlayOutTabComplete": "0x0F",
"PacketPlayOutDeclareCommands": "0x10",
"PacketPlayOutRespawn": "0x41",
"PacketPlayOutGameState": "0x1F",
"PacketPlayOutEntityDestroy": "0x3E",
"PacketPlayOutEntityMetadata": "0x52",
"PacketPlayOutLogin": "0x29",
"PacketPlayOutPositionAndLook": "0x3E",
"PacketPlayOutSpawnPosition": "0x52",
"ClientboundSystemChatPacket": "0x67",
"PacketPlayOutPlayerAbilities": "0x36",
"ClientboundLevelChunkWithLightPacket": "0x25",
"PacketPlayOutUnloadChunk": "0x1F",
"PacketPlayOutKeepAlive": "0x24",
"PacketPlayOutPlayerInfo": "0x3C",
"PacketPlayOutUpdateViewPosition": "0x50",
"PacketPlayOutDisconnect": "0x1B",
"PacketPlayOutPluginMessaging": "0x18",
"PacketPlayOutTabComplete": "0x10",
"PacketPlayOutDeclareCommands": "0x11",
"PacketPlayOutRespawn": "0x43",
"PacketPlayOutGameState": "0x20",
"PacketPlayOutEntityDestroy": "0x40",
"PacketPlayOutEntityMetadata": "0x54",
"PacketPlayOutSpawnEntity": "0x01",
"PacketPlayOutHeldItemChange": "0x4D",
"PacketPlayOutPlayerListHeaderFooter": "0x65",
"PacketPlayOutResourcePackSend": "0x40",
"ClientboundSetTitlesAnimationPacket": "0x60",
"ClientboundSetTitleTextPacket": "0x5F",
"ClientboundSetSubtitleTextPacket": "0x5D",
"ClientboundSetActionBarTextPacket": "0x46",
"ClientboundClearTitlesPacket": "0x0E",
"PacketPlayOutBoss": "0x0B",
"PacketPlayOutNamedSoundEffect": "0x62",
"PacketPlayOutStopSound": "0x63",
"PacketPlayOutWindowItems": "0x12",
"PacketPlayOutSetSlot": "0x14",
"PacketPlayOutOpenWindow": "0x30",
"PacketPlayOutCloseWindow": "0x11",
"PacketPlayOutWindowData": "0x13"
"PacketPlayOutHeldItemChange": "0x4F",
"PacketPlayOutPlayerListHeaderFooter": "0x68",
"PacketPlayOutResourcePackSend": "0x42",
"ClientboundSetTitlesAnimationPacket": "0x62",
"ClientboundSetTitleTextPacket": "0x61",
"ClientboundSetSubtitleTextPacket": "0x5F",
"ClientboundSetActionBarTextPacket": "0x48",
"ClientboundClearTitlesPacket": "0x0F",
"PacketPlayOutBoss": "0x0A",
"PacketPlayOutNamedSoundEffect": "0x64",
"PacketPlayOutStopSound": "0x66",
"PacketPlayOutWindowItems": "0x13",
"PacketPlayOutSetSlot": "0x15",
"PacketPlayOutOpenWindow": "0x31",
"PacketPlayOutCloseWindow": "0x12",
"PacketPlayOutWindowData": "0x14",
"ClientboundChunkBatchFinishedPacket": "0x0C",
"ClientboundChunkBatchStartPacket": "0x0D"
},
"StatusIn": {
"0x01": "PacketStatusInPing",
File diff suppressed because it is too large Load Diff