paramat wrote:http://i.imgur.com/UdHnRMt.png^ HD image. Small slice of a 1km diameter East-West tube realm.
Browse code
https://github.com/paramat/flexrealmDownload
https://github.com/paramat/flexrealm/archive/master.zip and rename mod folder to 'flexrealm'
flexrealm 0.2.14 by paramat
For latest stable Minetest and back to 0.4.8
Depends default
Licenses: code WTFPL, textures CC BY-SA
Uses LVM ... chunk generation time is roughly 4 seconds.
Edit the parameters at the top of the init.lua to choose your realm shape, and to set realm size and location.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
local flex = false -- 3D noise flexy realm
local flat = true -- Normal flat realm
local vertical = false -- Vertical flat realm facing south
local invert = false -- Inverted flat realm
local dyson = false -- Dyson sphere
local planet = false -- Planet sphere
local tube = false -- East-West tube world
By default a flat realm with range = 3 water is created, for other realms the option of non-flowing water is recommended.
The lighting option is useful for realm testing or avoiding extreme shadows caused by some of the realm shapes.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
local light = false -- Layer of light emitting airlike nodes following terrain
local noflow = false -- Use no-flow water to avoid massive waterfalls
flexrealm is continuous across all intersections with multiple copies of itself, as in the 'dysoncube' modpack: terrain, biomes, lakes, cliffs and rivers are all defined by 3D noise which is continuous through all space.
So you can have multiple versions of this mod that are different realm shapes, they will blend at the intersections.
Temperature / humidity 8 biome system:
http://i.imgur.com/ZOt7zx0.gifhttp://i.imgur.com/bouoyXS.png^ Top centre of a planet sphere realm.
http://i.imgur.com/xWYG0Ui.png^ HD image. Lower centre of dyson sphere realm.
http://i.imgur.com/7f8kBLk.png^ Flexy realm early in development.
http://i.imgur.com/juxkHq4.png^ Flat realm option.
http://i.imgur.com/MDsITGU.png^ Transition point for trees halfway up the wall of a dyson sphere realm.
http://i.imgur.com/HqOPwe5.pnghttp://i.imgur.com/AspNHYS.png