1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-11-14 14:20:40 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
Craig Robbins
85dd10e88a Updated horsetails 2014-08-23 18:45:27 +10:00
Craig Robbins
6b7b15ba4f Early exit 2014-08-22 18:15:03 +10:00
Craig Robbins
d3daa28b06 Minor changes 2014-08-22 17:52:51 +10:00
Craig Robbins
6b2a7785da Random lady fern face direction 2014-08-22 17:48:38 +10:00
Craig Robbins
9a6491a366 Moved ferns "'module' loaded" asserts to top of files 2014-08-22 17:07:27 +10:00
Craig Robbins
4eb20c03c2 Renamed config/settings var names 2014-08-22 17:04:34 +10:00
Craig Robbins
38d972d58e Fixed stupid node names 2014-08-20 22:43:32 +10:00
Craig Robbins
cd0735203a typo (bug fix) 2014-08-20 22:30:22 +10:00
Craig Robbins
27156fdd71 derp 2014-08-20 21:51:32 +10:00
Craig Robbins
655cff9f76 Removed obsolete or useless code
Some commented code makes no sense because there is not comment as to why it's commented out. Removed.
2014-08-20 20:37:48 +10:00
Craig Robbins
abdf76566a Bump minor version number 2014-08-20 18:36:13 +10:00
Craig Robbins
b069341d33 Stop polluting global namespace 2014-08-20 18:35:08 +10:00
Craig Robbins
64471c9bfc Renamed SeTTiNGS.txt to settings.lua
It's a Lua file... the extension should reflect what it actually is
2014-08-20 18:05:01 +10:00
Craig Robbins
fc3363d439 Refactor abstract_ferns.grow_giant_tree_fern
Arguably more readable; definately more maintainable

Potentially slower but if it is the difference would be negligable
2014-08-20 18:00:59 +10:00
Craig Robbins
786a28a5e9 Renamed "leave" to "leaf" where appropriate 2014-08-20 16:57:01 +10:00
Craig Robbins
25c8c8aeb0 Early exit from abstract_ferns.grow_giant_tree_fern
(very) small performance increase
2014-08-20 16:41:43 +10:00
Vanessa Ezekowitz
3b32a4acb7 typo 2014-08-18 19:23:56 -04:00
Vanessa Ezekowitz
bc48ee59e3 fix wield scale of giant fern tree crown 2014-08-18 19:23:56 -04:00
Vanessa Ezekowitz
b914e5395b use set_node(), not add_node()
don't use minetest.env:* method (deprecated), use minetest.* instead
2014-08-15 19:34:15 -04:00
Vanessa Ezekowitz
da732bb18e use real function calls instead of the old string method where possible
(basically leaving only the old legacy mapgen calls still using the string method)
2014-08-15 10:47:44 -04:00
Vanessa Ezekowitz
7f4fc1d553 fix wield scale on giant tree fern leaves 2014-08-15 08:42:57 -04:00
Craig Robbins
ae9c8c307d Bugfix: giant tree fern leaves dropping wrong item 2014-08-15 17:43:11 +10:00
Craig Robbins
d1aae719d0 Fixed emerge tread dig messages for ferns
Pretty sure it's right this time :)
2014-08-15 12:20:50 +10:00
Craig Robbins
b2c30c9a5e Use a loop to generate the giant ferns rather than lots of if statements.
NB: Technically giant tree ferns are a subcanopy species and not emergent (which with the current truck heights they are in jungles)
2014-08-14 10:48:07 -04:00
Vanessa Ezekowitz
ce9212c413 make ferns not spawn on gravel actively by default 2014-08-13 00:07:28 -04:00
Vanessa Ezekowitz
c499030f7c do the same for the other small ferns 2014-08-12 23:55:34 -04:00
Vanessa Ezekowitz
c736a719eb make horsetail ferns buildable_to 2014-08-12 23:50:37 -04:00
Vanessa Ezekowitz
f3cdd1b7a1 don't disable air checking in biome defs when it isn't necessary
doing so greatly slows down plants_lib by forcing the use of the legacy
mapgen code.
2014-08-12 23:44:00 -04:00
Vanessa Ezekowitz
3b7b242481 Imported dryplants and ferns mods and all components of the Undergrowth modpack 2014-08-12 15:08:11 -04:00