diff --git a/Readme.md b/Readme.md index 8d9abb4..8166f65 100644 --- a/Readme.md +++ b/Readme.md @@ -37,3 +37,7 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu * Double chance fro ore to spawn in chunk * Generate resonating ore in the ender * Up max vein size from 4 to 6 +* Eleccore: + * Enable fireworks (yay!) + * Move durability tooltips to shift only + diff --git a/src/config/endercore/endercore.cfg b/src/config/endercore/endercore.cfg index 7fb0c20..4b632a8 100644 --- a/src/config/endercore/endercore.cfg +++ b/src/config/endercore/endercore.cfg @@ -26,7 +26,7 @@ general { # The way the game should have been made (Yes this is the fireworks thing). # [default: false] - B:betterAchievements=false + B:betterAchievements=true # Control the behavior of invisible mode (disables all gameplay features). Having this setting be different between client and server could cause some desync, but otherwise is harmless. # 0 - Default. Lets other mods request invisible mode. If none do, invisible mode is off. @@ -45,7 +45,7 @@ general { # 2 - Only with shift # 3 - Only in debug mode # [range: 0 ~ 3, default: 1] - I:showDurabilityTooltips=1 + I:showDurabilityTooltips=2 # Show oredictionary names of every item in its tooltip. # 0 - Off