Skip to content

Commit bfbbf6c

Browse files
committed
Update 1.21.80 item palettes, fixes #5535
1 parent 503087a commit bfbbf6c

File tree

5 files changed

+19853
-2
lines changed

5 files changed

+19853
-2
lines changed

core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ public static void populate() {
130130
paletteVersions.add(new PaletteVersion("1_21_50", Bedrock_v766.CODEC.getProtocolVersion(), itemFallbacks, (item, mapping) -> mapping));
131131
paletteVersions.add(new PaletteVersion("1_21_60", Bedrock_v776.CODEC.getProtocolVersion(), itemFallbacks, (item, mapping) -> mapping));
132132
paletteVersions.add(new PaletteVersion("1_21_70", Bedrock_v786.CODEC.getProtocolVersion()));
133-
// Not a typo; they're the same
134-
paletteVersions.add(new PaletteVersion("1_21_70", Bedrock_v800.CODEC.getProtocolVersion()));
133+
paletteVersions.add(new PaletteVersion("1_21_80", Bedrock_v800.CODEC.getProtocolVersion()));
135134

136135
GeyserBootstrap bootstrap = GeyserImpl.getInstance().getBootstrap();
137136

10.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)