Skip to content

Releases: srifqi/superflat

World Generation Update

24 Jun 03:00
Compare
Choose a tag to compare

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

09 May 17:30
Compare
Choose a tag to compare

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 that LAYERS is not nil
  • Clean up code and code style fixes.

1.4 Update

02 Aug 16:55
Compare
Choose a tag to compare

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

29 Jun 16:18
Compare
Choose a tag to compare

Changes:

  • Add new example. 4d87698
  • List of biomes in README.
  • Clean up code and code style fixes.

Parameter Update

10 Jun 16:49
Compare
Choose a tag to compare

Changes: adcda98

  • Save parameter in world folder.
  • Little fix at saving blockcache.
  • Add README in plain text.

Important Update

28 Oct 12:59
Compare
Choose a tag to compare

Changes:

  • Change the default settings a5cd62e

Decoration update

26 Oct 05:50
Compare
Choose a tag to compare

Changes: c120901

  • Add decoration feature

First Major Release

20 Aug 08:40
Compare
Choose a tag to compare

This is it!
~ v1.0.0 ~

Last Changes:

  • Add superflat's bedrock's texture. e4d0942
  • Fix liquids bug. Add more examples. d0db145

First update that increase performance greatly

07 Aug 10:12
Compare
Choose a tag to compare

Changes:

  • Performance Improvements (75% faster) 8a4dd80

0.2.0

22 Jul 07:42
Compare
Choose a tag to compare

Change

{"superflat:bedrock","default:dirt","default:dirt","default:dirt_with_grass"}

to

"superflat:bedrock=1,default:dirt=2,default:dirt_with_grass=1"

Bug fixes:

  • Don't creates right node if in another chunks that is higher fda972b