01-22-2016, 09:38 PM
Is it possible to create clean air world?
Create air world
|
01-22-2016, 09:38 PM
Is it possible to create clean air world?
01-22-2016, 10:06 PM
If you're willing to create a plugin for it you can just use this:
function OnChunkGenerating(a_World, a_ChunkX, a_ChunkZ, a_ChunkDesc) a_ChunkDesc:SetUseDefaultBiomes(false) a_ChunkDesc:SetUseDefaultComposition(false) a_ChunkDesc:SetUseDefaultFinish(false) a_ChunkDesc:SetUseDefaultHeight(false) end Otherwise the only possible thing I can think of it setting the ShapeGenerator to heightgen, the heightgen to Flat and the Flatheight to 0 or -1.
01-22-2016, 10:10 PM
Thank you. I'll test and answer.
|
« Next Oldest | Next Newest »
|