File tree Expand file tree Collapse file tree
main/java/de/hysky/skyblocker/config
java/de/hysky/skyblocker/config/datafixer
resources/assets/skyblocker/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757import org .slf4j .Logger ;
5858
5959public class SkyblockerConfigManager {
60- public static final int CONFIG_VERSION = 7 ;
60+ public static final int CONFIG_VERSION = 8 ;
6161 private static final Logger LOGGER = LogUtils .getLogger ();
6262 private static final Path CONFIG_DIR = FabricLoader .getInstance ().getConfigDir ();
6363 private static final Path CONFIG_FILE = CONFIG_DIR .resolve ("skyblocker.json" );
Original file line number Diff line number Diff line change @@ -48,4 +48,9 @@ void testDataFixer3() {
4848 void testDataFixer6 () {
4949 testDataFix (6 , 7 );
5050 }
51+
52+ @ Test
53+ void testDataFixer7 () {
54+ testDataFix (7 , 8 );
55+ }
5156}
Original file line number Diff line number Diff line change 400400 },
401401 "greatSpookEvent" : {
402402 "enableMathTeacherHelper" : true
403+ },
404+ "buildersWand" : {
405+ "enableBuildersWandPreview" : true
403406 }
404407 },
405408 "dungeons" : {
657660 }
658661 },
659662 "farming" : {
660- "visitorHelper" : {
661- "enabled" : true ,
662- "showInGardenOnly" : true ,
663- "showInStacks" : false
664- },
665- "farmingHud" : {
666- "enabled" : true ,
667- "type" : " BOTH"
668- },
669- "pestHighlighter" : {
670- "enabled" : true ,
663+ "garden" : {
664+ "farmingHud" : {
665+ "enableHud" : true ,
666+ "x" : 180 ,
667+ "y" : 0 ,
668+ "type" : " BOTH"
669+ },
670+ "pestHighlighter" : true ,
671671 "vinylHighlighter" : true ,
672- "enableStereoHarmonyHelperForContest" : true
673- },
674- "mouseLock" : {
675672 "lockMouseTool" : true ,
676- "lockMouseGroundOnly" : true
673+ "lockMouseGroundOnly" : true ,
674+ "gardenPlotsWidget" : true ,
675+ "closeScreenOnPlotClick" : false ,
676+ "enableStereoHarmonyHelperForContest" : true
677677 },
678- "plotsWidget" : {
679- "enabled" : true ,
680- "closeScreenOnPlotClick" : false
678+ "visitorHelper" : {
679+ "visitorHelper" : true ,
680+ "visitorHelperGardenOnly" : true ,
681+ "showStacksInVisitorHelper" : false
681682 }
682683 },
683684 "hunting" : {
You can’t perform that action at this time.
0 commit comments