VisualOverhaul 3.1.0 - 1.17 and small Refactor

Update to 1.17-pre1 and Java 16
Upgrade to MidnightLib, making the config more clean and accessible without modmenu
This commit is contained in:
Motschen
2021-05-30 13:15:12 +02:00
parent 8f51167982
commit 98dee343e1
143 changed files with 707 additions and 613 deletions

View File

@@ -1,14 +1,11 @@
package eu.midnightdust.visualoverhaul.config;
import eu.midnightdust.lib.config.MidnightConfig;
public class VOConfig extends MidnightConfig {
@Entry
public static boolean brewingstand = true;
@Entry
public static boolean jukebox = true;
@Entry
public static boolean jukebox_fake_block = true;
@Entry
public static boolean furnace = true;
@Entry
public static boolean coloredItems = true;
@Entry public static boolean brewingstand = true;
@Entry public static boolean jukebox = true;
@Entry public static boolean jukebox_fake_block = true;
@Entry public static boolean furnace = true;
@Entry public static boolean coloredItems = true;
}