637f96e215
Merge remote-tracking branch 'upstream/master'
2021-06-20 17:27:50 +02:00
Vanessa Dannenberg
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
Vanessa Dannenberg
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
Oversword
d87d8e51f5
Fixes bug with stalactite placement
2021-06-07 17:04:31 +00:00
fa9f30043f
Merge remote-tracking branch 'upstream/master'
2021-04-08 13:38:00 +02:00
Vanessa Dannenberg
70df655a42
allow pebbles to spawn on a few more surface types
2021-04-06 04:09:34 -04:00
Vanessa Dannenberg
4876fc1265
let biome_lib place pebbles instead of using custom mapgen code
2021-04-06 04:08:41 -04:00
Vanessa Dannenberg
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
d97f25e112
Merge remote-tracking branch 'upstream/master'
2021-02-13 14:19:21 +01:00
Vanessa Dannenberg
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
Tin Švagelj
b4b24dedba
Made woodsoils soils tillable.
2021-02-07 21:17:29 +01:00
86896848d5
Merge remote-tracking branch 'upstream/master'
2020-12-03 20:55:06 +01:00
VanessaE
622016713e
respect protection when placing twigs
2020-12-02 10:05:01 -05:00
5b66d54632
Add protection check when placing twigs from trunks mod
2020-07-24 23:14:34 +02:00
031260a62d
[youngtrees] Optimize math.random call function
2020-07-24 00:08:50 +02:00
d4e83d7e78
[trunks] Tidy code and disable auto roof corners ABM
2020-07-24 00:03:48 +02:00
8d65559828
[nature_classic] Optimize math.random call function
2020-07-23 23:10:37 +02:00
ec8132b06c
[flowers_plus] Optimize math.random call function
2020-07-23 23:02:17 +02:00
4dcf14ce1f
[ferns] Optimize math.random call function
2020-07-23 22:59:08 +02:00
d7b543f5d7
[dryplants] Tidy code
2020-07-23 22:45:28 +02:00
f661500cb3
[cavestuff] Optimize math.* call functions
2020-07-23 22:14:52 +02:00
c2681261e0
[bushes_classic] Optimize math.random call function
2020-07-23 22:10:33 +02:00
2c433e0b57
[bushes] Tidy code
2020-07-23 22:05:25 +02:00
1f52bbea19
[vines] Optimize math.random call function
2020-07-23 21:23:51 +02:00
10ff005066
Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev
2020-06-14 21:13:14 +02:00
VanessaE
9963e588d6
add minimum minetest version key for contentdb
2020-06-03 13:00:31 -04:00
80b548535a
Merge branch 'master' of yunohost.local:mtcontrib/plantlife_modpack into nalc-1.2-dev
2020-03-25 23:11:23 +01:00
Vanessa Dannenberg
686dd21b9d
Merge branch 'mt5-locale' into 'master'
...
MT5 locale
See merge request VanessaE/plantlife_modpack!5
2020-02-15 14:32:06 +00:00
Louis Royer
47c20dc550
Remove translations in minetest.log output
...
because they are not translated anyway
2020-02-15 14:32:06 +00:00
45a8064d3d
Merge branch 'master' of yunohost.local:mtcontrib/plantlife_modpack into nalc-1.2-dev
2019-12-22 14:34:30 +01:00
Vanessa Dannenberg
31e0066238
oops
2019-06-18 14:59:34 -04:00
Vanessa Dannenberg
3d13053d97
use table copy instead of own clone node
2019-06-18 14:55:29 -04:00
1696d8bd8f
Merge branch 'master' into nalc-1.2
2019-06-09 13:43:28 +02:00
Vanessa Dannenberg
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
Pierre-Adrien Langrognet
9a3d101c89
Fix typo in vines/init.lua
2019-05-14 17:12:29 +00:00
091ce416d0
[trunks] Ajoute moss et moss_fungus dans le groupe attached_node.
...
* Permet de les dropper quand on récolte le bloc où ils sont attachés.
2019-04-26 20:00:38 +02:00
5dfa02c037
Réécriture de la récolte des fougères arborescentes.
...
* Cette réécriture emploi une méthode similaire à la récolte du papyrus.
2019-04-12 20:01:22 +02:00
8b42a45d78
Merge branch 'master' into nalc-1.1
2019-04-12 18:33:42 +02:00
Vanessa Dannenberg
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
Pedro Gimeno
229d6aba88
Fix growth of tree fern saplings
...
While on it, factor out calls to get_node.
2019-04-12 00:10:44 +02:00
Vanessa Dannenberg
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
John Wayne
b9b592af44
more realistic frequency of molehills
2019-03-17 22:53:50 +00:00
sys4-fr
b6ed0316b7
Corrige la duplication infinie des ferns trunk
2019-02-09 01:01:36 +01:00
sys4-fr
114eaff7f1
Ajoute quelques messages de chargement de mods dans le journal "action"
2019-01-05 22:50:35 +01:00
Vanessa Dannenberg
08698ecd60
make spawning of under-dirt roots configurable
...
(enabled by default, unless explicitly set to false)
2018-12-08 18:51:53 -05:00
Vanessa Dannenberg
45a400f6ce
minor license declaration tweak
2018-11-08 19:10:02 -05:00
Vanessa Dannenberg
3dde23cff8
license fixups: use LGPL3.0 for code, CC-by-SA 4.0 for media
2018-11-08 18:29:07 -05:00
Vanessa Dannenberg
feb3092d06
switch to Tenplus1's fork of vines
2018-10-25 11:49:01 -04:00
Vanessa Dannenberg
77093e428a
use swap_node() where possible, for speed
2018-10-25 10:27:54 -04:00
Vanessa Dannenberg
2c7a776c7f
remove an old outdated alias
2018-08-13 15:57:50 -04:00