This is very minimal expansion of the nothing skyblock challenge.
The mod tries to make minimal changes to vanilla minecraft while also providing the player with a world where every single block is placed by/generated by the player.
{
"type": "zenxarch:flatblock",
"biome_source": {
"type": "minecraft:multi_noise",
"preset": "minecraft:overworld"
},
"layers": [
{
"block": "minecraft:bedrock",
"height": 1
},
{
"block": "minecraft:dirt",
"height": 2
},
{
"block": "minecraft:grass_block",
"height": 1
}
],
"settings": "minecraft:overworld"
}
Just select the Skyblock world preset in create world menu
OR select the Flatblock world preset and customize it
(currently reuses superflat customization screen)
Ender pearls. Throw one in the sky and quick grab stuff in the end into your inventory.
For getting the end fountain's position go to a vanilla world with same seed as your skyblock/flatblock world.
Now place end crystals in same coordinates as that vanilla world.
The end fountain spawns at coordinates x: 0 z: 0 and somewhere around y:64. You can guess the position being at most a few blocks up or down from there.
Btw there isn't code included from these projects. I just looked at these to figure out stuff like empty worldgen,fix end portal location,dripstone override.
