mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-18 14:35:09 +01:00
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:
17
src/main/java/eu/midnightdust/visualoverhaul/config/VOConfig.java
Normal file → Executable file
17
src/main/java/eu/midnightdust/visualoverhaul/config/VOConfig.java
Normal file → Executable 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user