Posted May 1, 20214 yr I want to make a simple custom dimension but I don't know how to do it. I tried to refer to the mod Twilight Forest, but the dimension is too complex for me to read. Can anybody give me a simple example or a tutorial for making custom Dimensions? Thanks.
May 2, 20214 yr Check out mcjty. He has tutorials on dimensions in 1.15 and porting them to 1.16 https://wiki.mcjty.eu/modding/index.php?title=YouTube-Tutorials If you need custom dynamic dimensions you should check out hyperbox: https://github.com/Commoble/hyperbox
May 3, 20214 yr Author 12 hours ago, DietmarKracht said: Check out mcjty. He has tutorials on dimensions in 1.15 and porting them to 1.16 https://wiki.mcjty.eu/modding/index.php?title=YouTube-Tutorials If you need custom dynamic dimensions you should check out hyperbox: https://github.com/Commoble/hyperbox Ok. I've check the tutorial but It went wrong in my project public class ModDimensions extends ModDimension{ } It says there are no class ModDimension Edited May 3, 20214 yr by pervll
May 3, 20214 yr 27 minutes ago, pervll said: Ok. I've check the tutorial but It went wrong in my project public class ModDimensions extends ModDimension{ } It says there are no class ModDimension learn basic java, mod means modification, also this class from your own mod and not from minecraft forge api which is why you have to create this class first due the error if you want to create a custom dimension expand the dimension class (net.minecraft.world.dimension.Dimension) or anywhere in (net.minecraft.world)
May 3, 20214 yr Also just so you know, dimensions from 1.15 to 1.16 were completely changed, so following a 1.15 tutorial in a 1.16 workspace will just give you errors.
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.