mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-28 19:29:14 +00:00
Update 1.21.80 item palettes, fixes https://github.com/GeyserMC/Geyser/issues/5535
This commit is contained in:
@@ -130,8 +130,7 @@ public class ItemRegistryPopulator {
|
||||
paletteVersions.add(new PaletteVersion("1_21_50", Bedrock_v766.CODEC.getProtocolVersion(), itemFallbacks, (item, mapping) -> mapping));
|
||||
paletteVersions.add(new PaletteVersion("1_21_60", Bedrock_v776.CODEC.getProtocolVersion(), itemFallbacks, (item, mapping) -> mapping));
|
||||
paletteVersions.add(new PaletteVersion("1_21_70", Bedrock_v786.CODEC.getProtocolVersion()));
|
||||
// Not a typo; they're the same
|
||||
paletteVersions.add(new PaletteVersion("1_21_70", Bedrock_v800.CODEC.getProtocolVersion()));
|
||||
paletteVersions.add(new PaletteVersion("1_21_80", Bedrock_v800.CODEC.getProtocolVersion()));
|
||||
|
||||
GeyserBootstrap bootstrap = GeyserImpl.getInstance().getBootstrap();
|
||||
|
||||
|
||||
Binary file not shown.
8960
core/src/main/resources/bedrock/creative_items.1_21_80.json
Normal file
8960
core/src/main/resources/bedrock/creative_items.1_21_80.json
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
10892
core/src/main/resources/bedrock/runtime_item_states.1_21_80.json
Normal file
10892
core/src/main/resources/bedrock/runtime_item_states.1_21_80.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user