Revert "VisualOverhaul 3.1.0 - 1.17 and small Refactor"

This reverts commit 98dee343e1.
This commit is contained in:
Motschen
2021-05-30 13:22:52 +02:00
parent 98dee343e1
commit 88e5c38337
143 changed files with 613 additions and 707 deletions

View 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;
}