summaryrefslogtreecommitdiff
path: root/polebean.lua
AgeCommit message (Collapse)Author
2016-10-18Intllib (#5)xisd
Support for translation via intllib.
2016-01-04Refine placement prediction.Auke Kok
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.
2015-12-11Enable placement prediction everywhere.Auke Kok
2015-11-25Particle spawner on dead plants: flies.Auke Kok
These buzz around dead plants, right after they die.
2015-05-07Abstract crops.register method a bit.Auke Kok
2015-05-07Fix a few errors exposed by difficult setting.Auke Kok
2015-05-06Unify the difficulty settings into init.luaAuke Kok
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-06Missed this one plant: damage ripe beanpoles.Auke Kok
2015-05-06dmg for polebean harvestAuke Kok
2015-05-06Make tops of seedling beans behave like double plants too.Auke Kok
More consistent. You can use the watering can on either top or bottom at any stage. Same for hydrometer.
2015-05-06Adding humidity to polebeansAuke Kok
2015-04-23Configuration - persistent config fileAuke Kok
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-17Green Beans.Auke Kok
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!