Commit Graph

80 Commits (master)

Author SHA1 Message Date
A. Demant 334a466537 create mod.conf for MT 5 and png optimize 2018-11-12 17:13:47 +01:00
Ben Deutsch 5f4cf529ed Version 0.10.2 2016-06-25 20:57:59 +02:00
Ben Deutsch c3aa048773 Merge pull request #4 from Echoes91/patch-1
Typo correction
2016-06-25 20:53:00 +02:00
Echoes91 433900e1e3 Typo correction
Corrected a typo that prevented the bar to be displayed inthe correct size with the hud mod.
2016-05-24 19:16:58 +02:00
Ben Deutsch 4dbb2749b9 Version 0.10.1 2015-11-01 22:41:59 +01:00
Ben Deutsch 72014ec938 Configuration now with overriding mechanism 2015-11-01 22:40:05 +01:00
Ben Deutsch fbc1d62c5f Slight bugfix to PPA 2015-11-01 21:14:16 +01:00
Ben Deutsch 401d8fd067 Persistent player attributes no longer a "shared mixin"
And with read cache!
2015-09-07 22:09:20 +02:00
Ben Deutsch f70ce421b1 Version 0.10.0 2015-08-15 21:23:00 +02:00
Ben Deutsch 49cea792bc Replace stash with persistent player attributes mixin.
Warning: will reset your thirst.
2015-08-15 21:20:47 +02:00
Ben Deutsch 1b01ae4f05 Forgot to bump version number in README... 2015-08-13 22:17:33 +02:00
Ben Deutsch 05f0cac0b4 Bugfix: initialize thirst_factor when reading stash
Otherwise, thirst_factor would never get initialized, since
on_join_player checks for a player table first.
2015-07-16 22:43:30 +02:00
Ben Deutsch f7458702bb Version 0.9.0 2015-07-14 20:37:22 +02:00
Ben Deutsch e24149bee1 Slight API documentation in README 2015-07-14 20:37:02 +02:00
Ben Deutsch 45b2894ea5 Added "thirst_factor" per player, with setter and getter
Determines how fast (relative) each player gets thirsty.
2015-07-14 07:08:26 +02:00
Ben Deutsch 2766c1a150 Bugfix: drink used max instead of min (instantly full) 2015-07-14 07:07:19 +02:00
Ben Deutsch b2a48273be Getter 'thirsty.get_hydro' 2015-07-14 06:58:37 +02:00
Ben Deutsch f615afa2f8 Function 'thirsty.drink' for external drinking 2015-07-14 06:55:31 +02:00
Ben Deutsch e732ee7d06 Version 0.8.1 2015-07-10 20:56:19 +02:00
Ben Deutsch dbcf05b4e6 Added river water wherever normal water works 2015-07-10 20:55:24 +02:00
Ben Deutsch 0892b63688 Version 0.8.0 2015-07-05 14:58:43 +02:00
Ben Deutsch d5b2817c88 Individual components can be enabled / disabled via configuration 2015-07-05 14:52:47 +02:00
Ben Deutsch 234880964f Now correctly declares mod 'bucket' as dependency. 2015-06-30 07:01:50 +02:00
Ben Deutsch 41d2390495 Read an external configuration file, if it exists 2015-06-30 06:49:40 +02:00
Ben Deutsch 0afc4e055e Water fountains much more configurable 2015-06-10 07:08:01 +02:00
Ben Deutsch 2e5d8cbebd Shuffle configuration values a bit. 2015-06-10 06:48:46 +02:00
Ben Deutsch 4ec92295c9 Extractor and injector names no longer hardwired.
Now any (named) item can be an extractor or injector – even with
varying speeds!
2015-06-09 07:04:02 +02:00
Ben Deutsch 835824576e Moved functions and components to their own files 2015-05-28 07:02:21 +02:00
Ben Deutsch e066519c6d Move configuration and hud to their own files. 2015-05-27 06:49:22 +02:00
Ben Deutsch 425c87f1d4 Detected fountains expire and need to be redetected
Generally, the ABM will reset them before this time.
2015-05-18 06:59:22 +02:00
Ben Deutsch b792e1aedd Moved configuration parameters to 'thirsty.config' 2015-05-13 07:06:50 +02:00
Ben Deutsch dc19ed4f31 Bugfix: normal drinking had become dependent on amulets! 2015-05-12 07:07:52 +02:00
Ben Deutsch 372d6fa2e3 Only call amulet code if inventory contains an amulet 2015-05-11 06:54:32 +02:00
Ben Deutsch f1626b7465 Version 0.7.0 2015-05-07 22:04:26 +02:00
Ben Deutsch 9deaf1585f Textures for injectors and extractors 2015-05-07 07:02:14 +02:00
Ben Deutsch 62ef28ae87 WIP: extractors and injectors (wrong textures) 2015-05-06 07:14:59 +02:00
Ben Deutsch 5ac411b877 Version 0.6.0 2015-04-29 07:07:23 +02:00
Ben Deutsch 7da2f6e0b4 Water fountains now update themselves "staggered"
(ABM has a chance of 1 in 5 to run)
2015-04-29 07:06:21 +02:00
Ben Deutsch e3538c3aff Crafting recipes for water fountains. 2015-04-29 07:06:06 +02:00
Ben Deutsch 4ef51d6857 Water fountains (without crafting recipes) 2015-04-28 23:28:51 +02:00
Ben Deutsch bfdc9139af Refactored to new drink_handler and setting tables
No more closures over capacity or max hydro level; it's all in
(globally accessible) item-name-to-value tables now.
2015-04-26 22:53:09 +02:00
Ben Deutsch 9a823a861a Simple crafting recipe for drinking fountain 2015-04-25 22:21:30 +02:00
Ben Deutsch 89922dc87c Right-clicking a drinking fountain drinks. 2015-04-25 22:12:47 +02:00
Ben Deutsch 3a820a3b26 First (non-functional) version of the drinking fountain 2015-04-25 22:02:26 +02:00
Ben Deutsch 79c90ddc87 Version 0.5.1 2015-04-24 21:55:19 +02:00
Ben Deutsch 4a0dc28dd9 Fixed recipe for bronze canteen. 2015-04-24 21:54:38 +02:00
Ben Deutsch 197bd36a8c Version 0.5.0 2015-04-24 21:45:57 +02:00
Ben Deutsch c343d027a4 Configuration from/for Better HUD mod 2015-04-24 21:41:19 +02:00
Ben Deutsch 5ebbe0c176 Added 'default' to dependencies
We have crafting recipes now.
2015-04-24 21:39:52 +02:00
Ben Deutsch f37648ea65 Rearranges code and adds more comments 2015-04-23 07:08:51 +02:00