Commit Graph

24 Commits

Author SHA1 Message Date
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 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 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 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
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 e89b96ed98 added intllib function for translation 2014-03-12 19:07:44 +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
Vanessa Ezekowitz 94e21c0cf6 multiple changes
Make bushes use default farming mod's flour for making pies instead of
jungle grass, if that mod is installed.  Junglegrass will be used if farming
is not present.

Make bushes mod support farming_plus more completely - either its or
bushes' strawberries may be used to make a strawberry pie or a mixed
fruit pie - mix and match the two types of strawberries as desired.

move clone node function from junglegrass mod to plants_lib so that
other mods can use it.
2013-11-02 19:52:08 -04:00
Vanessa Ezekowitz ac218e55b7 Minor tuning for pies vs. fruits
Raw fruit or sugar heals 1/2 heart.
A raw pie heals 2 hearts.
A cooked pie heals 3 hearts or it can be split into 6 slices.
A slice of pie heals 1/2 heart.
A basket of pies heals 9 hearts (and sadly, consumes the basket).
2013-11-02 17:12:14 -04:00
Vanessa Ezekowitz 8238d0d9bf Make bushes mod use any of the junglegrasses
provided by plantlife's junglegrass mod.
Make junglegrass mod define its own copy of default:junglegrass if it isn't
already defined.  Add 'junglegrass=1' to the node's groups in either case.
2013-11-02 16:57:32 -04:00
Vanessa Ezekowitz f599261b68 fixed incorrect description of loose fruits 2013-10-27 12:09:27 -04:00
Vanessa Ezekowitz 02c4f6e693 another error in basket recipes 2013-10-23 22:11:01 -04:00
Vanessa Ezekowitz 7e31e9e10d minor typo in basket recipe 2013-10-23 22:09:00 -04:00
Vanessa Ezekowitz 6958d538d9 Multiple changes
There are now five bushes in this mod: strawberry, blackberry,
blueberry, raspberry, and gooseberry.

Instead of giving you the fruit, digging a bush now directly gives you
that bush, with a 1/5 chance of getting two.

Craft one bush by itself to turn it into four of the corresponding
fruit.  Craft six of that fruit to get the bush back (this is how it was
before, I opted to keep it that way).

Craft:

- - -
S J S
f f f

That is, two sugar, one jungle grass, and three fruit as before, to get
one raw pie of that fruit.  Cook it as usual.  Heals 2 hearts.

Craft one whole pie by itself to get four slices, each of which heals
1/2 heart.

Craft:

S J S
f f f
f f f

That is, two sugar, one jungle grass, and mix-and-match six fruits to
get two mixed fruit pies.  Cook as usual, craft one to get four slices.

Baskets of pies can be crafted the same as before (craft a basket from
four sticks in a "T" shape, then craft one of those plus three pies of
the desired type).

In addition: some moderate rewriting and re-arranging of the code to
facilitating adding the new objects.

Made the bushes lower-resolution (they were 64px, which made them not
fit in so well into the usual 16px landscape - reduced them to 32px.
Ditto for the basket textures.  Pies are all 16px.

New textures for the pies.
2013-10-23 21:52:55 -04:00
Vanessa Ezekowitz 95f60f5f0f alternate recipe to use farming_plus strawberries 2013-10-01 03:18:04 -04:00
Vanessa Ezekowitz e750a6bb59 Imported the classic bushes into Plantlife, updated it to the current
plants_lib API (in the process, added some reasonable biome controls),
made it able to grow on Undergrowth modpack's dirt/grass with leaves
nodes.
2013-09-28 11:36:36 -04:00