37 Commits

Author SHA1 Message Date
Muhammad Rifqi Priyo Susanto
e1fb7afe8c Rewrite some documentations
New example: Flower Garden
2022-05-10 00:00:00 +07:00
Muhammad Rifqi Priyo Susanto
2a95ed5ad2 Update the list of flowers
New flowers: green chrysanthemum and black tulip
2022-05-10 00:00:00 +07:00
Muhammad Rifqi Priyo Susanto
a3cd1341a8 Make sure LAYERS is not nil
We assume that the blocks used in parameter.lua are in default mod since I can not find a way to pause the map generation until all nodes are loaded.
2022-05-10 00:00:00 +07:00
Muhammad Rifqi Priyo Susanto
89b85c8460 Make flowers mod optional dependency. 2020-05-15 01:25:25 +07:00
Muhammad Rifqi Priyo Susanto
5175348727 Check for each node's existence
If the specified node does not exist, the air node is used instead.
Grows on's default is changed to air node.
Update README.
2020-05-15 01:25:10 +07:00
IFRFSX
c5a156e67b
Add flowers mod to dependencies (#5)
This "flowers" mod is used for decorations, but was not included in dependencies list.
2020-05-15 00:25:06 +07:00
Muhammad Rifqi Priyo Susanto
02c17fa8f8 Relicense to MIT License (code) and CC BY-SA 3.0 (media) 2019-08-02 23:51:55 +07:00
Muhammad Rifqi Priyo Susanto
38d91f5726 Add more information for Minetest 5.0.0 2019-08-02 23:15:45 +07:00
Muhammad Rifqi Priyo Susanto
8d4f74dbf9 No amount (thickness) means one layer thick
Update README: Fix grammar etc.
2019-08-02 23:13:09 +07:00
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
cc2ac73388 Fix README
Fix typos and add list of biomes.
2017-06-29 23:00:52 +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
23a9b93f76 Bugfix: Decoration error
Found typo in indexing, was using zero-based index while lua uses one-based index.
2017-06-29 22:46:22 +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
0370d569b6 Fix README 2017-06-29 15:36:43 +07:00
wilkgr
4d87698dcf Add "You cannot escape" to suggestions (#2)
* Added "Laaaaaaaaaaaaaaaaag!"

* Update README.md

* Update parameter.lua

* Update README.txt

Squashed by GitHub.
2017-06-11 12:35:19 +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
a5cd62ecbc Forgetness... #1 2014-10-28 19:57:02 +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
e6187d2d37 Add how-to, fix typos 2014-07-22 13:27:35 +07:00
srifqi
4c2f7ab611 Fix typos, description changes 2014-07-22 13:24:54 +07:00
srifqi
0d2bef2bfd Update init.lua
forgot to add pBLOCKS
2014-07-18 15:50:22 +07:00
srifqi
0b865f6d39 Create parsetext.lua
change to text code
2014-07-18 15:41:34 +07:00
srifqi
cb3b6ececf Create parameter.lua
change to text code
2014-07-18 15:41:03 +07:00
srifqi
0e63218efa Update init.lua
change to text code
2014-07-18 15:39:35 +07:00
srifqi
77c79a308e Update README.md
change to text preset code
2014-07-18 15:37:05 +07:00
srifqi
48805e8f2b Update README.md
Add LICENSE and fix typing
2014-07-17 15:34:17 +07:00
srifqi
f92eccba56 Create LICENSE 2014-07-17 15:31:51 +07:00
srifqi
c8dcfbfd3d Create depends.txt 2014-07-17 15:19:00 +07:00
srifqi
d41b82773e Create init.lua 2014-07-17 15:17:36 +07:00
srifqi
d1eeb2a7eb Update README.md 2014-07-17 15:14:46 +07:00
srifqi
14d0d2933d Update README.md 2014-07-17 15:08:37 +07:00
srifqi
95085aa6f1 Initial commit 2014-07-17 15:03:47 +07:00