Releases: srifqi/superflat
Releases · srifqi/superflat
World Generation Update
This version has world generation changes, i.e. the world's layers might appear drastically different with older versions, especially for high/deep layers.
Changes:
- Bugfix for layer generation: For every map block, find the correct layer before placing any node.
- The
default
mod is now optional. - After a player fell out of the world, nothing is placed if the top node is an unknown node.
- Clean up code and code style fixes.
1.5 Update
Changes:
- Bugfix for #7: Use a helper function to make sure that content ID is not nil
- Bugfix for
LAYERS
issue: Parse the parameter once so thatLAYERS
is not nil - Clean up code and code style fixes.
1.4 Update
Changes:
- Relicense to MIT License and CC BY-SA 3.0.
- Update to Minetest 5.0.0 Modding API.
- Update format for
sflat.BLOCKS
: No need to explicitly declare amount if the amount is one layer thick. - Clean up code and code style fixes.
Maintenance Update
Changes:
- Add new example. 4d87698
- List of biomes in README.
- Clean up code and code style fixes.
Parameter Update
Changes: adcda98
- Save parameter in world folder.
- Little fix at saving
blockcache
. - Add README in plain text.
Important Update
Changes:
- Change the default settings a5cd62e
Decoration update
Changes: c120901
- Add decoration feature
First Major Release
First update that increase performance greatly
Changes:
- Performance Improvements (75% faster) 8a4dd80