Posted April 28, 20205 yr What I am doing is creating a network packet that is sent from the server to all clients containing an instance of the DimensionType class. In Minecraft 1.12.2, the equivalent packet would send an integer dimension ID, however it appears this system of dimension handing is no longer used. Does anyone know if there is a forge or vanilla function to serialize a DimensionType instance for use with a packet buffer?
April 28, 20205 yr DimensionType is a registry is it not? Use the registry name and pull the data from the registry afterwards.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.