5 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
3b6c0e5e78 Luacheck cleanups and .luacheckrc
Use `luacheck .` to run luacheck on this mod.

Cleaned up luacheck errors.
2016-10-18 09:33:30 -07:00
xisd
e6421d8d49 Intllib (#5)
Support for translation via intllib.
2016-10-18 09:13:59 -07:00
C1ffisme
3819bf7b94 Make the watering can not lose water in creative 2016-04-12 09:38:18 -05:00
bashterm
77d00903ad Allow Disabling of Hydration mechanics
Disables the hydration mechanics when the user sets the game difficulty
to easy in the crops_settings.txt file. This makes the mod much easier
to play on easy mode. This was acheived by only executing the parts
of the code that pertain to hydration when the hydration variable in
settings is set to true. Otherwise the code that does hydration is
never executed.
2016-03-13 22:12:40 -07:00