Commit Graph

25 Commits (master)

Author SHA1 Message Date
Sokomine 21af06d633 moved examples into seperate mod and added LGPL license 2017-04-11 22:36:28 +02:00
Sokomine f438a13d12 let one trunk give 5 woods for demonstration 2015-10-23 04:47:43 +02:00
Sokomine b7037611ef added explanations to README 2015-10-23 03:38:22 +02:00
Sokomine 48557983ca added new version of trees.lua for the default mod 2015-10-23 03:01:37 +02:00
Sokomine ffb6bb1847 added support for other return values for can_grow so that growing can be delayed instead of denied 2015-10-23 00:55:06 +02:00
Sokomine 3992ef43e3 removed the tree to wood crafting part 2015-10-22 23:36:38 +02:00
Sokomine 1b59139913 made sure all node names are returned at the right place 2015-10-22 23:20:28 +02:00
Sokomine 961f0becfc catch missing nodenames and use default values in such a case 2015-10-22 23:05:55 +02:00
Sokomine cd857a2add the modname part for the new nodes is now determined automaticly 2015-10-22 19:12:35 +02:00
Sokomine 86e7719e07 removed old and obsolte function 2015-10-22 18:03:41 +02:00
Sokomine 6d45c9610f node definitions are now composed out of values common to all trees, default values and individual values 2015-10-22 18:02:43 +02:00
Sokomine bbee674f68 added support for interval/chance for tree growing abm; moved actual tree growing into a seperate function 2015-10-22 05:23:04 +02:00
Sokomine de10520a65 moved growing functions into extra file 2015-10-18 04:39:40 +02:00
Sokomine 7a69577585 renamed silly tree to example tree 2015-10-18 04:33:24 +02:00
Sokomine 5b0e8d86bf seperated example code from actual lib 2015-10-18 04:26:24 +02:00
Sokomine 8562634d80 extended tree example 2015-10-17 22:51:14 +02:00
Sokomine f7d26126a7 schematics created from tables are also acceptable; added one from valleys_c as an example 2015-10-16 17:35:00 +02:00
Sokomine e09fa0e964 corrected parameter list for tree_abm_called; select_how_to_grow can now return a number instead of a table; the ground found is passed on as a parameter to all subsequent growth functions 2015-10-13 17:36:35 +02:00
Sokomine 6ab2a64665 added callbacks for changing tree growth and for notification of a tree having grown; removed sapling before placing schematic 2015-10-10 17:25:14 +02:00
Sokomine 402b47df68 removed sapling when using l-system; extended example tree so that all methods of growing are shown 2015-10-10 16:27:42 +02:00
Sokomine 49058e6810 moved growing into extra parameter 2015-10-10 15:46:55 +02:00
Sokomine 930eac8dd8 removed dependency from default; moved examples into extra file; added new tree as example 2015-10-10 15:31:11 +02:00
Sokomine 94843c4a2f fixed typo 2015-10-10 04:53:45 +02:00
Sokomine f0a6e19423 basic version which supports normal fruit trees 2015-10-10 04:51:13 +02:00
Sokomine 8916c0517d first commit 2015-09-10 01:59:13 +02:00