How do I make a Sky Dimension?

Started by ChikZ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a Sky Dimension?
Sun, 04/07/2019 - 13:14 (edited)

I'm trying to recreate the Aether Legacy / Aether II / Aether II mod.
I have some biomes I would like to be on each island, but I don't know how to make it so theres sky in between them.
I tried making a End-Like Dimension and Nether-Like Dimension, but Nether-Like has bedrock all above and below me.
This is what I'm trying to recreate http://prntscr.com/n8n9m6 .
 

Edited by ChikZ on Sun, 04/07/2019 - 13:14
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am not aware of any way of…
Tue, 04/09/2019 - 17:29

I am not aware of any way of doing that, sorry.

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a way of making an…
Thu, 04/11/2019 - 13:22

There is a way of making an empty world, and having structures of islands with high percentage of appearing, yet the portal will then spawn in the air most of the time, and biomes will be unusable.

Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Perhaps you could make a set…
Fri, 04/12/2019 - 18:27

Perhaps you could make a set of global variables and make a sort of recursive function using these variables; this function to search for a specific type of block, then go vertically from there and find the top block of an island and teleportation you there. Then you would tie that procedure to an item. Additionally, you could have another function of the item (maybe in your off-hand) that would search for the portal and teleportation you there.