6d096beca8
Merge remote-tracking branch 'upstream/master'
2024-09-15 09:40:56 +02:00
Niklp
455f891275
Optimize textures and delete unused textures ( #68 )
2023-12-23 23:45:46 +11:00
cd93d09d01
Merge remote-tracking branch 'upstream/master'
2023-11-25 15:30:28 +01:00
wsor4035
54a3e1d98b
patch ebiomes being bad by loading after it ( #67 )
2023-11-03 21:20:01 +01:00
Niklp
46608a7fb9
Remove biome_lib dep from bushes ( #61 )
...
* Remove biome_lib dep from bushes
* Indent using tabs
* Add configurable spawn rarity
2023-10-23 19:33:59 -04:00
Niklp
c7f65aac83
cleanup codebase ( #46 )
...
* cleanup codebase
* fix typo
* add nil checks to on_place
* nuke all mod loaded statements
2023-07-10 18:24:25 -04:00
ac33f684b2
Merge remote-tracking branch 'upstream/master'
2023-06-07 22:23:22 +02:00
unknown
577404c850
fix https://github.com/mt-mods/plantlife_modpack/issues/38 - add use_texture_alpa param to nodes that have textures with alpa
2023-01-21 15:48:24 -05:00
jolesh
9483fee7b3
Added Esperanto translation ( #36 )
...
used the template.txt's
2022-11-06 12:53:16 -05:00
Niklp
6e842d9b0d
add bush leaves to leaves group ( #31 )
2022-10-10 18:39:58 +02:00
reusityback
8287ae2476
Add German translation ( #29 )
...
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German transaltion
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add support for i18n
Add support for i18n, make loading translateable
* Add template for translation
* Add German translation
Add German translation
2022-09-01 21:02:37 -04:00
183c043066
Merge remote-tracking branch 'upstream/master'
2022-05-27 18:49:45 +02:00
OgelGames
8de8b889c2
fix typo in bushes mod.conf
...
fixes #17
2022-05-09 23:10:56 +10:00
3239650e68
Merge remote-tracking branch 'upstream/master'
2022-03-06 16:17:20 +01:00
Jordan Leppert
4953b1ba54
Rarity / fertility tweaks for various mods ( #8 )
...
For bushes, molehills and youngtrees:
Changes to rarity and minimum fertility. Also added use of rarity_fertility. Result is more balanced and less homogeneous, i.e. over a large area you'll see variation.
For vines, some further tweaks to rarity, and using tries field to improve vines distribution.
2021-12-24 09:31:30 +01:00
8e2148ffc3
Merge remote-tracking branch 'upstream/master'
2021-07-24 13:12:23 +02:00
Vanessa Dannenberg
a2976c609a
update all generate, spawn, and grow calls
...
to use "." instead of ":" notation
(quells all those "deprecated" warnings)
2021-07-19 14:18:01 -04:00
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
2c433e0b57
[bushes] Tidy code
2020-07-23 22:05:25 +02:00
80b548535a
Merge branch 'master' of yunohost.local:mtcontrib/plantlife_modpack into nalc-1.2-dev
2020-03-25 23:11:23 +01:00
Louis Royer
47c20dc550
Remove translations in minetest.log output
...
because they are not translated anyway
2020-02-15 14:32:06 +00: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
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
77093e428a
use swap_node() where possible, for speed
2018-10-25 10:27:54 -04:00
Auke Kok
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
fat115
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
Vanessa Ezekowitz
95cffaee46
bushes needs to optdepend on sumpf and stonage for their surfaces to work.
2015-08-15 11:31:57 -04:00
Vanessa Ezekowitz
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.
2015-08-09 10:37:50 -04:00
Vanessa Ezekowitz
3eaf687da4
OPTIMIZE _ALL_ THE TEXTURES! \:D/
2015-01-23 14:08:08 -05:00
Vanessa Ezekowitz
500062ce12
initialize bush_branch_type to 2
...
(it needs to be *something* at least)
2014-11-20 11:18:53 -05: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
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
Wuzzy
d56516de3a
Cleanup node naming, node drops and inv. images
...
Descriptions of all nodes are (hopefully) in proper English now,
no more stupid non-descriptions like “Young2treebottom” etc.
Bush branches drop sticks, young tree trunks drop sticks, too.
2014-08-12 16:07:43 -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