Commit Graph

  • 680b02f7e2 fix crash for sure this time master Vanessa Dannenberg 2021-07-19 23:56:47 -0400
  • a2976c609a update all generate, spawn, and grow calls to use "." instead of ":" notation (quells all those "deprecated" warnings) Vanessa Dannenberg 2021-07-19 14:18:01 -0400
  • 46717958bc use biome_lib.get_nodedef_field instead of biome_lib:get_nodedef_field (change `.` to `:`) Vanessa Dannenberg 2021-07-19 14:08:57 -0400
  • 52b2d18523 make moss buildable_to and make sunflower attached_node like other plants Vanessa Dannenberg 2021-06-29 13:44:00 -0400
  • bfd08f01c8 Just run the conversion LBM on every load it won't take any appreciable CPU anyway if there's nothing to do. Vanessa Dannenberg 2021-06-23 21:09:48 -0400
  • 9ed4771515 fix rare edge-case where unknown nodes cause a crash Vanessa Dannenberg 2021-06-23 21:03:06 -0400
  • 3f107a8067 renamed the LBM in case it got run at the wrong time between mod updates; forces it to run again (it's harmless to let it run twice) Vanessa Dannenberg 2021-06-23 10:09:58 -0400
  • b3cbd3df2e fix moss node drops Vanessa Dannenberg 2021-06-21 05:21:34 -0400
  • b1b4a08834 make pebbles fall when ground is dug. Vanessa Dannenberg 2021-06-21 00:36:14 -0400
  • f01e4bb55f Convert moss to wallmounted mode Vanessa Dannenberg 2021-06-20 23:18:32 -0400
  • 7b4f54ead0 make youngtrees, bushes fall on dig, make moss fall when the node holding it is dug, and make trunk roots decay (exploiting the standard leafdecay function) Vanessa Dannenberg 2021-06-19 20:34:22 -0400
  • c061ef23cf Merge branch 'bls-197' into 'master' Vanessa Dannenberg 2021-06-07 17:04:31 +0000
  • d87d8e51f5 Fixes bug with stalactite placement Oversword 2021-06-07 17:04:31 +0000
  • 70df655a42 allow pebbles to spawn on a few more surface types Vanessa Dannenberg 2021-04-06 04:08:47 -0400
  • 4876fc1265 let biome_lib place pebbles instead of using custom mapgen code Vanessa Dannenberg 2021-04-06 04:04:08 -0400
  • 81b2b0898b don't use a function to pick random dry grasses just use `biome_lib`'s random-choice table feature (it was only there to let the mod replace junglegrass, but that's pointless when junglegrass doesn't tend to spawn in the same areas) Vanessa Dannenberg 2021-04-06 03:32:04 -0400
  • a750bac532 Merge branch 'master' into 'master' Vanessa Dannenberg 2021-02-07 23:29:08 +0000
  • b4b24dedba Made woodsoils soils tillable. Tin Švagelj 2021-02-07 21:17:29 +0100
  • 622016713e respect protection when placing twigs VanessaE 2020-12-02 10:04:37 -0500
  • 9963e588d6 add minimum minetest version key for contentdb VanessaE 2020-06-03 13:00:31 -0400
  • 686dd21b9d Merge branch 'mt5-locale' into 'master' Vanessa Dannenberg 2020-02-15 14:32:06 +0000
  • 47c20dc550 Remove translations in minetest.log output because they are not translated anyway Louis Royer 2020-02-15 14:32:06 +0000
  • 31e0066238 oops Vanessa Dannenberg 2019-06-18 14:59:34 -0400
  • 3d13053d97 use table copy instead of own clone node Vanessa Dannenberg 2019-06-18 14:55:29 -0400
  • 07b6fc48ea Merge branch 'vines-typo' into 'master' Vanessa Dannenberg 2019-05-15 20:10:45 +0000
  • 9a3d101c89 Fix typo in vines/init.lua Pierre-Adrien Langrognet 2019-05-14 17:12:29 +0000
  • 0d228f705c Merge branch 'pg-grow-fern-saplings' into 'master' Vanessa Dannenberg 2019-04-11 22:44:09 +0000
  • 229d6aba88 Fix growth of tree fern saplings Pedro Gimeno 2019-04-12 00:10:44 +0200
  • 4e32feaa55 Merge branch 'patch-1' into 'master' Vanessa Dannenberg 2019-03-17 23:49:28 +0000
  • b9b592af44 more realistic frequency of molehills John Wayne 2019-03-17 22:53:50 +0000
  • 08698ecd60 make spawning of under-dirt roots configurable (enabled by default, unless explicitly set to false) Vanessa Dannenberg 2018-12-08 18:42:37 -0500
  • 45a400f6ce minor license declaration tweak Vanessa Dannenberg 2018-11-08 19:10:02 -0500
  • 3dde23cff8 license fixups: use LGPL3.0 for code, CC-by-SA 4.0 for media Vanessa Dannenberg 2018-11-08 18:29:07 -0500
  • feb3092d06 switch to Tenplus1's fork of vines Vanessa Dannenberg 2018-10-25 11:49:01 -0400
  • 77093e428a use swap_node() where possible, for speed Vanessa Dannenberg 2018-10-25 10:27:54 -0400
  • 2c7a776c7f remove an old outdated alias Vanessa Dannenberg 2018-08-13 15:54:45 -0400
  • 3eb2befaa4 defer to farming for sugar Vanessa Dannenberg 2018-08-13 15:48:15 -0400
  • 60c3664cbb Update cooking.lua with food_ groups and easier recipes. tenplus1 2018-08-12 14:23:13 +0000
  • 9789d6da3a Fix ferns compatibility with minetest >= 0.4.16 (#78) sys4-fr 2018-03-17 21:37:02 +0100
  • 0af7b69afa `cleanfile` run: remove trailing whitespace. Auke Kok 2018-02-17 16:28:43 -0800
  • 8350dd0c86 Add luackeck rc file Auke Kok 2018-02-17 16:27:34 -0800
  • 1ccfeb6214 Reduce usage of debug `print` statements for no good reason (console floods) Auke Kok 2018-02-17 16:25:08 -0800
  • b0f742e5c1
    Merge pull request #76 from LeMagnesium/fix_typos Vanessa Dannenberg 2018-02-13 13:31:23 -0500
  • 824a77672c
    Fix two typos LeMagnesium 2018-02-10 17:17:09 +0100
  • 156f068ead Merge pull request #74 from afmachado/master Vanessa Ezekowitz 2017-09-25 23:24:11 -0400
  • de4de190e5 include both kinds of leaves in nature blossoms' leafdecay reg Vanessa Ezekowitz 2017-08-12 19:59:19 -0400
  • 6fe2a34fa5 Merge pull request #75 from fat115/master Vanessa Ezekowitz 2017-08-12 16:34:55 -0400
  • e5be707c15 Rename pt_br.txt to pt_BR.txt Free Educational Software for Mobile Devices - Translations to Brazilian Portuguese 2017-08-03 13:28:54 -0300
  • 5ca1ed261e global i18n : add plantlife_i18n mod fat115 2017-08-03 15:02:56 +0200
  • 637767f673 Rename pt.txt to pt_br.txt Free Educational Software for Mobile Devices - Translations to Brazilian Portuguese 2017-07-26 17:35:50 -0300
  • 983574c253 Merge pull request #73 from afmachado/master Vanessa Ezekowitz 2017-07-20 01:38:44 -0400
  • 1f79b66442 Translation to Brazilian Portuguese Free Educational Software for Mobile Devices - Translations to Brazilian Portuguese 2017-06-27 17:12:42 -0300
  • 0363ed0348 fix sizes of various ferns and dry plants (due to changes in how visual_scale is interpreted in the engine) Vanessa Ezekowitz 2017-06-16 14:16:18 -0400
  • dd14b2cb04 update vines mod from upstream Vanessa Ezekowitz 2017-03-30 23:19:39 -0400
  • 5212a756f5 Add intllib support and spanish translation. Carlos Barraza 2017-04-17 21:30:39 -0300
  • eaa716df76 fix broken leafdecay on apple blossoms Vanessa Ezekowitz 2017-03-30 18:29:24 -0400
  • c43375ff7a improve air detection for tree and giant tree ferns Vanessa Ezekowitz 2017-03-14 21:23:33 -0400
  • b7450d3ad1 Merge branch 'master' of github.com:minetest-mods/plantlife_modpack Vanessa Ezekowitz 2017-01-11 20:58:30 -0500
  • d6d805fb5f Fix to prevent crashes Ezhh 2017-01-04 19:27:49 +0000
  • ab9b30778b Merge branch 'master' of github.com:minetest-mods/plantlife_modpack Vanessa Ezekowitz 2017-01-06 04:02:05 -0500
  • d85fb4c64f Prevent two separate instances of stack overflow. Diego Martínez 2017-01-06 05:36:40 -0300
  • 3449a6c826 Merge pull request #67 from Ezhh/master Vanessa Ezekowitz 2017-01-04 14:56:38 -0500
  • 0f89ab5b44 Fix to prevent crashes Ezhh 2017-01-04 19:27:49 +0000
  • e801716f57 Merge pull request #66 from sys4-fr/master Vanessa Ezekowitz 2016-07-31 14:18:51 -0400
  • 5bfd6c009a Fix alias naming for raspberry in bushes_classic sys4-fr 2016-07-31 00:41:35 +0200
  • 392dbb8b3e Add support of raspberries and blueberries from farming redo Fix some indented lines from spaces to tabs sys4-fr 2016-07-30 22:32:35 +0200
  • 3d3f735bb3 Disable node placement prediction for waterlily (#65) Yutao Yuan 2016-06-18 02:57:23 +0800
  • 758a7f34ea Add flowers as optional dependency of flowers_plus (#64) Yutao Yuan 2016-06-18 02:57:10 +0800
  • 2e0277e558 Increase fraction of apples that regrow to 25% after longer block inactivity. Rogier 2015-11-03 12:31:20 +0100
  • d0965a867d Fix apples not regrowing Rogier 2015-11-03 12:30:13 +0100
  • acbc58d8ee Make apple regrowing frequency configurable independently of blossom Rogier 2015-11-03 12:32:59 +0100
  • 2ad8c73f66 Fix trunks mod start failure if some type of trunk does not exist. Rogier 2015-11-03 12:21:38 +0100
  • 16db34a9f1 tile_images --> tiles Vanessa Ezekowitz 2015-10-23 13:08:58 -0400
  • 2349447ba8 add ownership check when placing juncus grass Vanessa Ezekowitz 2015-10-21 04:01:03 -0400
  • 4e54d23c4d use default leaf decay code for blossoms Vanessa Ezekowitz 2015-08-15 17:23:44 -0400
  • e1a5840129 call minetest.get_modpath only once Vanessa Ezekowitz 2015-08-15 11:53:23 -0400
  • 95cffaee46 bushes needs to optdepend on sumpf and stonage for their surfaces to work. Vanessa Ezekowitz 2015-08-15 11:31:57 -0400
  • 865f108f36 Added missing local. Nick Name 2015-08-15 11:24:52 +0200
  • 8e4bf7e661 use mesh node for anthills Vanessa Ezekowitz 2015-08-14 14:50:31 -0400
  • afb84c7cc9 Look for default nodes when growing stuff on/around pine trees. Vanessa Ezekowitz 2015-08-14 12:18:12 -0400
  • f11fa6e6fe This mod has been mostly obsoleted by 0.4.13's mushrooms so simplify and revise it to act as a "3d-ify" mod for them. Vanessa Ezekowitz 2015-08-14 09:18:14 -0400
  • 42732b0636 split plants_lib off into its own repository renamed it to biome_lib changed all relevant functions, tables, depends.txt, etc. in this modpack to call for the new name. Vanessa Ezekowitz 2015-08-09 10:11:30 -0400
  • 273ad9d1da If farming:seed_spelt exists, drop that instead of wheat (for Realtest compatibility) Vanessa Ezekowitz 2015-07-27 02:44:11 -0400
  • e110b09920 use default pines Vanessa Ezekowitz 2015-07-19 16:38:32 -0400
  • f3423c0e04 check for air OR snow above when growing a plant Vanessa Ezekowitz 2015-07-19 15:27:14 -0400
  • 54b116525a Don't generate tree ferns without a trunk. Rogier 2015-06-21 13:37:03 +0200
  • f91caae9bd Increase average size of treeferns (generate smallest less frequently) Rogier 2015-06-21 10:39:41 +0200
  • 8b2a32ceae Make short grass convert to dirt with grass only after cut grass/hay was removed Rogier 2015-06-21 10:39:42 +0200
  • 2b56975993 Increase conversion rate of short grass to grass (took forever) Rogier 2015-06-21 10:39:42 +0200
  • 6019a61687 Make reedmace grow faster (was extremely slow...) Rogier 2015-06-21 10:39:41 +0200
  • e42b0ff4b3 Regular & giant treefern leaves: always drop a sapling, and either leaves or another sapling Rogier 2015-06-21 10:39:41 +0200
  • a27c97d3c9 Eliminate mass conversions between blossom and leaves Rogier 2015-06-18 09:36:17 +0200
  • 6af38b488c Increase minimum duration for blossoms Rogier 2015-04-02 15:47:32 +0200
  • 6c715f65f6 Fix timer bug causing persistent blossoms Rogier 2015-04-02 13:27:10 +0200
  • aaa4186695 Remove redundant 'remove_node' in blossom code Rogier 2015-04-02 12:41:01 +0200
  • 4c70d6d160 Limit the number of blossoms or leaves queued for conversion Rogier 2015-04-02 12:27:46 +0200
  • 8348a745f8 Use different chances for leaves->blossom and blossom->leaves conversions Rogier 2015-04-02 12:18:09 +0200
  • bb41483ee9 Make blossom revert back to regular leaves Rogier 2015-04-02 12:16:50 +0200
  • f2abf39047 Updates required minetest version to 0.4.11 Richard Zetterberg 2015-06-05 21:37:40 +0200
  • bf750c9721 fix bad shers wield image ref Vanessa Ezekowitz 2015-05-28 10:32:45 -0400