Started by
ChikZ
on
Topic category: Help with Minecraft modding (Java Edition)
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
I am not aware of any way of doing that, sorry.
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.
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.