Posted October 22, 20214 yr I want to make my own dimension, but even there is no `ForgeRegistries.DIMENSIONS`, and I have no idea how can I make my own dimension.
October 23, 20214 yr dimensions are json based, you register them via a Codec. for a Dimension you need a ChunkGenerator, a BiomeSource, a Dimension json file and a DimensionType json file also a lot of ResourceKeys. you can take a look at these links (it's a practical example): ChunkGenerator (Note: you can also look at the vanilla ChunkGenerator, and if you use a AT extends it) , BiomeSource, Dimension File, DimensionType File, ResourceKeys, Dimension Registry
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.