12 Commits

Author SHA1 Message Date
Muhammad Rifqi Priyo Susanto
29637bd607 Code style fixes
Use Minetest 5.0.0 Modding API.
Remove timing messages.
Rewrite comments and notes.
2019-08-01 20:40:05 +07:00
Muhammad Rifqi Priyo Susanto
d82d69d88b Bugfix: Block error and teleportation
Wait some time before adding content ID to LAYERS.
Teleport player to top surface, not first layer.
2017-06-29 22:47:31 +07:00
Muhammad Rifqi Priyo Susanto
a9a2e008a8 Maintenance: Do not make huge table
Instead of storing node's ID for each layer, only store per a block of layer containing same node and where it stops. This can save some amount of RAM on edge case.
Code style fix.
2017-06-29 15:56:16 +07:00
Muhammad Rifqi Priyo Susanto
adcda982d8 Save parameter per world in superflat.txt
Little fix at saving blockcache. Add more example. Update README. Add
README in plain text.
2015-06-10 23:38:31 +07:00
srifqi
c120901781 Decoration update
Add decoration. Update README.
2014-10-26 12:50:51 +07:00
srifqi
d0db145c89 Fix liquids bug. Add more examples. 2014-08-20 15:32:19 +07:00
srifqi
e4d0942c34 Upload texture: superflat's bedrock 2014-08-20 15:07:12 +07:00
srifqi
8a4dd80f17 Performance issue - fixed
https://forum.minetest.net/viewtopic.php?p=148715 - fixed - 75% faster
2014-07-26 14:51:56 +07:00
srifqi
fda972b5fc Bug fixes
Bug: Don't creates right node if in another chunks that is higher
2014-07-22 14:14:32 +07:00
srifqi
0d2bef2bfd Update init.lua
forgot to add pBLOCKS
2014-07-18 15:50:22 +07:00
srifqi
0e63218efa Update init.lua
change to text code
2014-07-18 15:39:35 +07:00
srifqi
d41b82773e Create init.lua 2014-07-17 15:17:36 +07:00