Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-18 | Luacheck cleanups and .luacheckrc | Auke Kok | |
Use `luacheck .` to run luacheck on this mod. Cleaned up luacheck errors. | |||
2016-10-18 | Intllib (#5) | xisd | |
Support for translation via intllib. | |||
2016-04-12 | Make the watering can not lose water in creative | C1ffisme | |
2016-03-13 | Allow Disabling of Hydration mechanics | bashterm | |
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. |