Skip to content

Releases: Charles445/SimpleDifficulty

0.2.4

08 Feb 01:38
Compare
Choose a tag to compare

Fix for crash on server start...
... which means this is the first version that's actually going to work on a server.

whoops

I'll be testing this on a forge server as well from this point on, to avoid this sort of thing.

0.2.3

07 Feb 19:58
Compare
Choose a tag to compare

Moved around a lot of config again, it'd be a good idea to delete the simpledifficulty.cfg file in your config folder.

New Ice Armor skin (thanks to tehmadtitaan)
OreExcavation Built-In Compatibility
Tinker's Construct Built-In Default Config
Thermometer HUD position configurable
Block temperature json handling bug fixes (blockstate stuff)

The in-game config is becoming a cumbersome mess, I'll have to rethink it all later.
(There is no distinction between default json config and compatibility, even though they behave very differently)

0.2.2

05 Feb 21:10
Compare
Choose a tag to compare

Added Armor Underwear compatibility (ozzy, goopaks, normal liners)
Added Harvest Festival season compatibility
Added Pam's HarvestCraft drink compatibility and default json config (juice, smoothies, and soda are handled in the mod config menu)
Holding torches in your hands heats you up a little (so does magma)
heldItemTemperatures JSON, for holding items in your mainhand or offhand
Command to load the built-in mod defaults for a mod (useful if you add a mod to a pack at a later time)
Added Thirst config
Moved Serene Seasons config over to compatibility (will undo any serene seasons temperature config you did, sorry about that)
Help command to get information on a command

0.2.1

04 Feb 18:54
Compare
Choose a tag to compare

Easy JSON Configuration Ingame!

Hold the item you want to configure in your main hand, and then run the command you want to use.
/simpledifficulty addArmor (temperature)
/simpledifficulty addBlock (temperature)
/simpledifficulty addConsumableTemperature (group) (temperature) (duration)
/simpledifficulty addConsumableThirst (amount) (saturation) (thirstyChance)
/simpledifficulty addFluid (temperature)

After you've changed things, you can write it all to the actual json files with
/simpledifficulty exportJson

The load JSON got changed to
/simpledifficulty reloadJson

Remember, "reload" will make you lose any in-game changes if you don't "export" first!

Also added an ability for mods to disable their own mod compatibility.
This'll let mod makers replace the built-in compatibility with their own.

0.2.0

04 Feb 06:22
Compare
Choose a tag to compare

IT IS RECOMMENDED TO DELETE config/simpledifficulty/blockTemperatures.json BEFORE UPDATING!
(a lot of defaults got changed, so it needs to be refreshed!)

Block based heat sources now stack with each other a little bit, for example: two campfires are hotter than one.
Some blocks have been rebalanced to fit this new behavior.
(you can also turn the temperature stacking off in the config if you don't like it)

Command to reload the json config while ingame!! No need to restart the game anymore.
/simpledifficulty updateJson

NEW CONFIGS
Configurable consumables (drinks, food, whatever gets removed after you use it)
Consumables' temperature effect lingers for however long it's set (for example, Cactus Juice sets your temperature +1 for a minute)
Temperature effects with the same group don't stack with each other (you can make your own groups too)

Multiple block states on the same block are configurable now
There are now options to change the strength and range of the heater / chiller

0.1.1

02 Feb 06:16
Compare
Choose a tag to compare

Update Checking
Thermometer HUD (can turn it off in config)
Configurable temperature for modded water blocks (for stuff like hot spring water)
Some default compatibility settings (delete the old json config to get the changes)

0.1.0

31 Jan 20:14
Compare
Choose a tag to compare

Initial release, placeholder art and probably a couple of bugs.
Testing is welcomed.