Skip to content

Commit

Permalink
Fix SynchedEntityData$DataValue mapping (#2101)
Browse files Browse the repository at this point in the history
Add SynchedEntityData$DataValue mapping
  • Loading branch information
kennytv authored Jan 14, 2023
1 parent 531f28c commit bdbbb7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
public class WrappedDataValue extends AbstractWrapper {

private static final Class<?> HANDLE_TYPE = MinecraftReflection.getMinecraftClass("network.syncher.DataWatcher$b");
private static final Class<?> HANDLE_TYPE = MinecraftReflection.getMinecraftClass("network.syncher.DataWatcher$b", "network.syncher.SynchedEntityData$DataValue");

private static ConstructorAccessor constructor;

Expand Down

0 comments on commit bdbbb7c

Please sign in to comment.