File Details
homelink-1.2.5.jar
- R
- Oct 20, 2025
- 1.35 MB
- 1.0K
- 1.21.10
- Fabric
File Name
homelink-1.2.5.jar
Supported Versions
- 1.21.10
Curse Maven Snippet
Fix compilation with Minecraft 1.21.10
The `getServer()` method was removed from `ServerPlayerEntity` in Minecraft 1.21.10. This commit refactors the code to pass the `MinecraftServer` instance to methods that require it, instead of calling `player.getServer()`. It also uses `player.getEntityWorld()` to get the world the player is in. This fixes the build and makes the plugin compatible with Minecraft 1.21.10.
That being said, there is no other newer features other than update to Minecraft 1.21.10.