mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-18 14:35:09 +01:00
Fix ClassCastExeption
This commit is contained in:
@@ -58,6 +58,7 @@ public class VisualOverhaulClient implements ClientModInitializer {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
ClientSidePacketRegistryImpl.INSTANCE.register(UPDATE_POTION_BOTTLES,
|
||||
(packetContext, attachedData) -> {
|
||||
BlockPos pos = attachedData.readBlockPos();
|
||||
|
||||
Reference in New Issue
Block a user