Hi, first off I understand that I cannot use a superflat world type with terralith installed. However I would like to add the biomes to the possible lists of biomes to change to/from in a superflat world. I'm setting up a paper server for a superflat creative world for a couple of friends to compliment an SMP we're playing on and Terralith is one of the datapacks the server uses. So we would like to be able to set biomes around builds to Terralith biomes. Thanks! 🙂
#Terralith biomes (not generation) in a superflat world (paper server)
8 messages · Page 1 of 1 (latest)
Thanks for creating a thread! Be patient, and we will answer your question when we are able to. In the meantime...
• Check the FAQ by doing /faq to see if your question is already answered.
• Did you describe your issue thoroughly?
• Are relevant logs attached?
• Is your thread tagged appropriately?
• Ensure you've answered the questions outlined in our Post Guidelines.
When your question is answered, please close it with /close, or click the button. Thank you!
as far as i am aware, it is not possible without creating some extra datapack/mod to do so
open up the datapack, go to data/minecraft/dimension, open overworld.json
delete it and replace it with this
{
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "minecraft:plains",
"lakes": false,
"features": false,
"layers": [
{
"block": "minecraft:dirt",
"height": 3
},
{
"block": "minecraft:grass_block",
"height": 1
}
],
"structure_overrides": []
}
}
}
change minecraft:plains to the biome id for any terralith biome
That has worked perfectly, thank you very much!