17 Commits

Author SHA1 Message Date
AntumDeluge
98d859fc22 Replace deprecated method 'setting_getbool' with 'settings:get_bool' 2017-09-30 11:44:27 -07:00
Auke Kok
2b1bb378e5 Luacheck fixes. 2017-03-31 22:14:27 -07:00
Diego Martínez
b49543824a Fix some translatable strings. 2017-02-20 13:38:32 -08:00
amadin
c5beed1ba6 Fix translation encapsulation error.
Quotes are in the wrong location.
2016-10-30 21:54:16 -07:00
xisd
e6421d8d49 Intllib (#5)
Support for translation via intllib.
2016-10-18 09:13:59 -07:00
Auke Kok
25ebe3ecfa Refine placement prediction.
We can't let the client predict seed placement, as node_placement_
prediction only considers pointed_thing.above, and we place the
node in .under.

However, we can predict the beanpole base properly.
2016-01-04 16:20:15 -08:00
Auke Kok
9a42477859 Enable placement prediction everywhere. 2015-12-11 15:57:08 -08:00
Auke Kok
5329ff5b36 Particle spawner on dead plants: flies.
These buzz around dead plants, right after they die.
2015-11-25 22:25:41 -08:00
Auke Kok
7ba94da27a Abstract crops.register method a bit. 2015-05-07 23:40:14 -07:00
Auke Kok
bcf27ebd99 Fix a few errors exposed by difficult setting. 2015-05-07 23:08:53 -07:00
Auke Kok
a1be5250b8 Unify the difficulty settings into init.lua
All the scaling factors are now either in the plant table or the
crops.settings table. This makes end-user tuning a bit harder, but
switching easier and configuring easier as well.
2015-05-06 23:59:25 -07:00
Auke Kok
59d53aa5a6 Missed this one plant: damage ripe beanpoles. 2015-05-06 16:44:13 -07:00
Auke Kok
896da8d1be dmg for polebean harvest 2015-05-06 00:58:07 -07:00
Auke Kok
342fd7881e Make tops of seedling beans behave like double plants too.
More consistent. You can use the watering can on either top
or bottom at any stage. Same for hydrometer.
2015-05-06 00:48:38 -07:00
Auke Kok
7d4c89842d Adding humidity to polebeans 2015-05-06 00:42:36 -07:00
Auke Kok
baf1b9ce6a Configuration - persistent config file
This allows a server admin to tweak the mods growth rate, chance
and required light level. For convenience I've made 3 sets of
"easy", "normal" and "difficult" settings so that it's easy to
understand what the difference is and what good starting values
are.
2015-04-23 22:51:27 -07:00
Auke Kok
86df3322d2 Green Beans.
These green beans are unnaturally green, but there's so many
of them that grow on a vine! Sadly, these beans don't grow beans
unsupported, so you stick some sticks together to make a beanpole,
something like this way:

empty empty empty
stick empty stick
stick empty stick

There, that should help the viney bean plant to grow to 2 meters
high. It has remarkable purple flowers, that pop all over the plant
just before the beans grow.

Sadly, once the beans are picked, this plant turns into an unusable
mess that makes it hard for the next plant to grow on the beanpole,
so you salvage the beanpole's sticks after harvesting in order to
make more beanpoles again. It's a bit of work, but worth it, these
beans are delicious!
2015-04-17 00:27:21 -07:00