mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-15 14:15:08 +01:00
Use MidnightConfig instead of AutoConfig/ClothConfig, decreasing file size substantually and increasing compatiblility Also fix #6 :)
8 lines
215 B
Java
8 lines
215 B
Java
package eu.midnightdust.cullleaves.config;
|
|
|
|
public class CullLeavesConfig extends MidnightConfig {
|
|
|
|
@Entry // Enable/Disable the mod. Requires Chunk Reload (F3 + A).
|
|
public static boolean enabled = true;
|
|
}
|