From d956d210e75050c2a24107ab596ba8c7bfb09f1e Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Mon, 8 May 2017 20:03:20 +0100 Subject: [PATCH] Endercore initial config pass --- Readme.md | 4 ++++ src/config/endercore/endercore.cfg | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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