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)
2021-06-19 20:36:36 -04:00
c061ef23cf
Merge branch 'bls-197' into 'master'
...
Fixes bug with stalactite placement
See merge request VanessaE/plantlife_modpack!7
2021-06-07 17:04:31 +00:00
d87d8e51f5
Fixes bug with stalactite placement
2021-06-07 17:04:31 +00:00
70df655a42
allow pebbles to spawn on a few more surface types
2021-04-14-1
2021-04-06 04:09:34 -04:00
4876fc1265
let biome_lib place pebbles instead of using custom mapgen code
2021-04-06 04:08:41 -04:00
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)
2021-04-06 03:32:04 -04:00
a750bac532
Merge branch 'master' into 'master'
...
Made woodsoils soils tillable.
See merge request VanessaE/plantlife_modpack!6
2021-02-07 23:29:08 +00:00
b4b24dedba
Made woodsoils soils tillable.
2021-02-07 21:17:29 +01:00
622016713e
respect protection when placing twigs
2021-01-30
2020-12-02 10:05:01 -05:00
9963e588d6
add minimum minetest version key for contentdb
20200603-1302
2020-06-03 13:00:31 -04:00
686dd21b9d
Merge branch 'mt5-locale' into 'master'
...
MT5 locale
See merge request VanessaE/plantlife_modpack!5
2020-02-16
2020-02-15 14:32:06 +00:00
47c20dc550
Remove translations in minetest.log output
...
because they are not translated anyway
2020-02-15 14:32:06 +00:00
31e0066238
oops
2019-06-18-3
2019-06-18 14:59:34 -04:00
3d13053d97
use table copy instead of own clone node
2019-06-18-1
2019-06-18-2
2019-06-18 14:55:29 -04:00
07b6fc48ea
Merge branch 'vines-typo' into 'master'
...
Fix typo in vines/init.lua
See merge request VanessaE/plantlife_modpack!4
2019-05-15 20:10:45 +00:00
9a3d101c89
Fix typo in vines/init.lua
2019-05-14 17:12:29 +00:00
0d228f705c
Merge branch 'pg-grow-fern-saplings' into 'master'
...
Fix growth of tree fern saplings
See merge request VanessaE/plantlife_modpack!3
2019-04-11 22:44:09 +00:00
229d6aba88
Fix growth of tree fern saplings
...
While on it, factor out calls to get_node.
2019-04-12 00:10:44 +02:00
4e32feaa55
Merge branch 'patch-1' into 'master'
...
more realistic frequency of molehills
See merge request VanessaE/plantlife_modpack!2
2019-03-17 23:49:28 +00:00
b9b592af44
more realistic frequency of molehills
2019-03-17 22:53:50 +00:00
08698ecd60
make spawning of under-dirt roots configurable
...
(enabled by default, unless explicitly set to false)
2018-12-08 18:51:53 -05:00
45a400f6ce
minor license declaration tweak
2018-11-09
2018-11-08 19:10:02 -05:00
3dde23cff8
license fixups: use LGPL3.0 for code, CC-by-SA 4.0 for media
2018-11-08 18:29:07 -05:00
feb3092d06
switch to Tenplus1's fork of vines
2018-10-25 11:49:01 -04:00
77093e428a
use swap_node() where possible, for speed
2018-10-25 10:27:54 -04:00
2c7a776c7f
remove an old outdated alias
2018-08-13 15:57:50 -04:00
3eb2befaa4
defer to farming for sugar
2018-08-13 15:57:45 -04:00
60c3664cbb
Update cooking.lua with food_ groups and easier recipes.
2018-08-12 14:23:13 +00:00
9789d6da3a
Fix ferns compatibility with minetest >= 0.4.16 ( #78 )
2018-03-17 16:37:02 -04:00
0af7b69afa
cleanfile
run: remove trailing whitespace.
...
When it's this far out of hand you really need to clean up or else
everyone will be submitting patches with more whitespace problems.
2018-02-17 16:28:43 -08:00
8350dd0c86
Add luackeck rc file
2018-02-17 16:27:34 -08:00
1ccfeb6214
Reduce usage of debug print
statements for no good reason (console floods)
2018-02-17 16:27:12 -08:00
b0f742e5c1
Merge pull request #76 from LeMagnesium/fix_typos
...
Fix two typos
2018-02-13 13:31:23 -05:00
824a77672c
Fix two typos
2018-02-10 17:17:09 +01:00
156f068ead
Merge pull request #74 from afmachado/master
...
Rename pt.txt to pt_br.txt
2017-09-25 23:24:11 -04:00
de4de190e5
include both kinds of leaves in nature blossoms' leafdecay reg
2017-08-12 19:59:19 -04:00
6fe2a34fa5
Merge pull request #75 from fat115/master
...
global i18n : add plantlife_i18n mod
2017-08-12 16:34:55 -04:00
e5be707c15
Rename pt_br.txt to pt_BR.txt
2017-08-03 13:28:54 -03:00
5ca1ed261e
global i18n : add plantlife_i18n mod
...
idea taken from homedecor_modpack and its homedecor_i18n
all translated mods have a new dependency : plantlife_i18n
translations are stored in po/pot file : one file for all mods
added french translation (almost complete)
transfered de/es/tr/pt translations to corresponding .po file
(only for some mods, unfortunately translations are incomplete)
2017-08-03 15:02:56 +02:00
637767f673
Rename pt.txt to pt_br.txt
2017-07-26 17:35:50 -03:00
983574c253
Merge pull request #73 from afmachado/master
...
Translation to Brazilian Portuguese
2017-07-20 01:38:44 -04:00
1f79b66442
Translation to Brazilian Portuguese
...
Translation to Brazilian Portuguese
2017-06-27 17:12:42 -03:00
0363ed0348
fix sizes of various ferns and dry plants
...
(due to changes in how visual_scale is interpreted in the engine)
2017-06-16 14:16:18 -04:00
dd14b2cb04
update vines mod from upstream
2017-05-18 05:47:41 -04:00
5212a756f5
Add intllib support and spanish translation.
2017-04-19 13:11:35 -03:00
eaa716df76
fix broken leafdecay on apple blossoms
2017-03-30 18:29:24 -04:00
c43375ff7a
improve air detection for tree and giant tree ferns
2017-03-14 21:23:33 -04:00
b7450d3ad1
Merge branch 'master' of github.com:minetest-mods/plantlife_modpack
2017-01-11 20:58:30 -05:00
d6d805fb5f
Fix to prevent crashes
2017-01-06 08:19:12 -03:00
ab9b30778b
Merge branch 'master' of github.com:minetest-mods/plantlife_modpack
2017-01-06 04:02:05 -05:00