mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-18 06:25:10 +01:00
Revert "VisualOverhaul 3.1.0 - 1.17 and small Refactor"
This reverts commit 98dee343e1.
This commit is contained in:
17
src/main/java/eu/midnightdust/visualoverhaul/config/VOConfig.java
Executable file → Normal file
17
src/main/java/eu/midnightdust/visualoverhaul/config/VOConfig.java
Executable file → Normal file
@@ -1,11 +1,14 @@
|
||||
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