mirror of
https://github.com/TeamMidnightDust/CustomSplashScreen.git
synced 2025-12-17 16:15:09 +01:00
Ported to 1.17 and updated Cloth Config/Mod Menu dependencies
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package eu.midnightdust.customsplashscreen.config;
|
||||
|
||||
import me.sargunvohra.mcmods.autoconfig1u.ConfigData;
|
||||
import me.sargunvohra.mcmods.autoconfig1u.annotation.Config;
|
||||
import me.sargunvohra.mcmods.autoconfig1u.annotation.ConfigEntry;
|
||||
import me.sargunvohra.mcmods.autoconfig1u.shadowed.blue.endless.jankson.Comment;
|
||||
import me.shedaniel.autoconfig.ConfigData;
|
||||
import me.shedaniel.autoconfig.annotation.Config;
|
||||
import me.shedaniel.autoconfig.annotation.ConfigEntry;
|
||||
import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.Comment;
|
||||
|
||||
@Config(name = "customsplashscreen")
|
||||
public class CustomSplashScreenConfig implements ConfigData {
|
||||
@@ -40,7 +40,6 @@ public class CustomSplashScreenConfig implements ConfigData {
|
||||
@ConfigEntry.Gui.EnumHandler(option = ConfigEntry.Gui.EnumHandler.EnumDisplayOption.BUTTON)
|
||||
public BossBarType bossBarType = BossBarType.NOTCHED_6;
|
||||
|
||||
|
||||
@ConfigEntry.Gui.CollapsibleObject
|
||||
public Textures textures = new Textures();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user