Commit Graph

64 Commits

Author SHA1 Message Date
bri cassa cd93d09d01 Merge remote-tracking branch 'upstream/master' 2023-11-25 15:30:28 +01:00
Niklp 2af1d996d2
replace biome_lib ABM's (#48)
* replace biome_lib ABM's

* fix some params

* remove 'group:flora' from poisonivy avoid list

* fixes
2023-07-21 11:09:53 -04:00
wsor4035 ded2685047
fix farming plus groups override 2023-07-19 23:34:31 -04:00
Wuzzy f4185762d5
Some minor German translation fixes (#47) 2023-07-14 07:07:24 -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
bri cassa ac33f684b2 Merge remote-tracking branch 'upstream/master' 2023-06-07 22:23:22 +02:00
jolesh 9483fee7b3
Added Esperanto translation (#36)
used the template.txt's
2022-11-06 12:53:16 -05:00
fluxionary 1894d91609
add node dig/placement predictions (#34) 2022-11-04 12:29:34 -04:00
fluxionary 438a1adb32
limit bush duping (#33)
only allow a chance of getting a 2nd bush from bushes with fruit, to prevent instant bush duping.
2022-11-04 12:28:33 -04:00
bri cassa 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
Sys Quatre c2681261e0 [bushes_classic] Optimize math.random call function 2020-07-23 22:10:33 +02:00
Louis Royer 47c20dc550 Remove translations in minetest.log output
because they are not translated anyway
2020-02-15 14:32:06 +00: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
Vanessa Dannenberg 2c7a776c7f remove an old outdated alias 2018-08-13 15:57:50 -04:00
Vanessa Dannenberg 3eb2befaa4 defer to farming for sugar 2018-08-13 15:57:45 -04:00
tenplus1 60c3664cbb Update cooking.lua with food_ groups and easier recipes. 2018-08-12 14:23:13 +00: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
Carlos Barraza 5212a756f5 Add intllib support and spanish translation. 2017-04-19 13:11:35 -03:00
sys4-fr 5bfd6c009a Fix alias naming for raspberry in bushes_classic 2016-07-31 00:41:35 +02:00
sys4-fr 392dbb8b3e Add support of raspberries and blueberries from farming redo
Fix some indented lines from spaces to tabs
2016-07-30 22:32:35 +02:00
Vanessa Ezekowitz e1a5840129 call minetest.get_modpath only once 2015-08-15 11:53:23 -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
LeMagnesium 632f3ebc28 Added french translation
- Added french translation for intllib
2015-05-09 13:58:59 +02:00
Vanessa Ezekowitz d2a7f4fdf9 add facedir to baskets 2015-03-17 13:34:23 -04:00
Mahmut Elmas add7954f9c Update and rename plants_lib/locale to plants_lib/locale/tr.txt
Update and rename flowers_plus/textures to flowers_plus/textures/tr.txt
Update and rename bushes_classic/locale to bushes_classic/locale/tr.txt
2015-03-02 21:35:33 -05:00
Vanessa Ezekowitz 117cab1474 use mesh nodes for bushes_classic baskets/baskets-with-pies. 2015-01-26 04:10:20 -05:00
Vanessa Ezekowitz d63e016b19 use mesh node for the various bushes
new texture filenames also.
2015-01-25 15:07:07 -05:00
Gael-de-Sailly ec4f2237f3 Drop item when inventory is full (bushes_classic) 2015-01-25 10:18:56 +01:00
Gael-de-Sailly ecf175fb9c cleaned the code of bushes_classic into conventionnal LUA style, for readability 2015-01-25 10:00:42 +01:00
Vanessa Ezekowitz 3eaf687da4 OPTIMIZE _ALL_ THE TEXTURES! \:D/ 2015-01-23 14:08:08 -05:00
Tim 06231ea950 fix bushes to regrow berries on any materials, constrain them to soils and potting soils 2015-01-21 04:36:17 +01:00
Vanessa Ezekowitz 56177e5142 use current intllib API 2014-12-27 01:20:51 -05:00
Vanessa Ezekowitz 0f20658a2a same for mixed berry pies 2014-08-18 23:16:38 -04:00
Vanessa Ezekowitz 27c1cc58e7 discontinue the old non-farming junglegrass-based pie recipe. 2014-08-18 23:12:13 -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
Zefram 49c1d35ddb Exclude fruitless bush from creative inventory
The fruitless bush isn't an independent item, but a node type used only
for its appearance, representing the the fruitless state of some specific
type of fruit bush.  One should never have a fruitless bush in inventory,
and it makes no sense to plant a fruitless bush per se.
2014-07-05 12:49:24 -04:00
Ciaran Gultnieks dde8ca5955 Better compatibility with farming_plus strawberries
Specifically, override the unattractive ones from that mod with the ones
from this, instead of having two kinds of strawberries, ugly and not
ugly.
2014-05-24 17:28:07 -04:00
Xanthin 6f04d71ceb typo from me 2014-04-07 22:26:50 +02:00
Xanthin c043aa1107 add support for intllib translation mod
just for completeness (german tidiness?)
2014-03-20 01:41:29 +01:00
Xanthin 67eea1d5e8 Update de.txt
just for completeness
2014-03-20 01:39:34 +01:00
Xanthin 6606a7a326 Update template.txt 2014-03-20 01:37:56 +01:00
Xanthin f166a70237 added german translation 2014-03-12 19:10:54 +01:00
Xanthin 331bba091d added template file for translation 2014-03-12 19:09:03 +01:00
Xanthin e89b96ed98 added intllib function for translation 2014-03-12 19:07:44 +01:00
Xanthin 1bf00f229a added intllib function for translation 2014-03-12 19:06:27 +01:00
Ciaran Gultnieks 9eb67b06e7 Use group instead of explicit item for sugar
Using the group instead of the item allows the pie recipes to remain
valid when various other mods (e.g. 'food' are in use.
2014-03-02 14:53:54 +00:00
HybridDog 652f451360 3D Nodebox Based Bushes 2014-01-18 15:35:13 -02:00
Vanessa Ezekowitz 5a2265788d removed waving effect in grass, as the shader that provides it is about to
change in such a way that it will break what was here.
2013-11-22 23:56:30 -05:00