Started by
newcat07
on
Topic category: Help with Minecraft modding (Java Edition)
so i was thinking of makeing a skyblock and when you generate a world you be always on the same one with just few islands but i dunno how to do that
Topic category: Help with Minecraft modding (Java Edition)
so i was thinking of makeing a skyblock and when you generate a world you be always on the same one with just few islands but i dunno how to do that
Create a dimension that has End type world gen. Then set all block types to air, that way you effectively have an all-void world.
Then create a procedure for when the player enters the dimension, and set a block under them so they don't instantly fall. Then set up procedures to summon structures of your islands.
okay thank you