Jump to content

[1.16.4] Custom Dimension


pervll

Recommended Posts

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.

Link to comment
Share on other sites

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 by pervll
Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.