mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Indicate 1.21.94 support in readme, ignore wolf sound variant entity metadata
This commit is contained in:
@@ -15,7 +15,7 @@ The ultimate goal of this project is to allow Minecraft: Bedrock Edition users t
|
|||||||
Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!
|
Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!
|
||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
Geyser is currently supporting Minecraft Bedrock 1.21.70 - 1.21.93 and Minecraft Java 1.21.7 - 1.21.8. For more information, please see [here](https://geysermc.org/wiki/geyser/supported-versions/).
|
Geyser is currently supporting Minecraft Bedrock 1.21.70 - 1.21.94 and Minecraft Java 1.21.7 - 1.21.8. For more information, please see [here](https://geysermc.org/wiki/geyser/supported-versions/).
|
||||||
|
|
||||||
## Setting Up
|
## Setting Up
|
||||||
Take a look [here](https://geysermc.org/wiki/geyser/setup/) for how to set up Geyser.
|
Take a look [here](https://geysermc.org/wiki/geyser/setup/) for how to set up Geyser.
|
||||||
|
|||||||
@@ -1191,6 +1191,7 @@ public final class EntityDefinitions {
|
|||||||
.addTranslator(MetadataTypes.INT, WolfEntity::setCollarColor)
|
.addTranslator(MetadataTypes.INT, WolfEntity::setCollarColor)
|
||||||
.addTranslator(MetadataTypes.INT, WolfEntity::setWolfAngerTime)
|
.addTranslator(MetadataTypes.INT, WolfEntity::setWolfAngerTime)
|
||||||
.addTranslator(MetadataTypes.WOLF_VARIANT, WolfEntity::setVariant)
|
.addTranslator(MetadataTypes.WOLF_VARIANT, WolfEntity::setVariant)
|
||||||
|
.addTranslator(null) // sound variant; these aren't clientsided anyways... right??
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
// As of 1.18 these don't track entity data at all
|
// As of 1.18 these don't track entity data at all
|
||||||
|
|||||||
Reference in New Issue
Block a user