mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
Compare commits
113 Commits
architectu
...
9fe2ab78c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fe2ab78c6 | ||
|
|
19981cc3b5 | ||
|
|
aea8559831 | ||
|
|
a1ad6dd1f0 | ||
|
|
7ddfadd4ec | ||
|
|
6bbaf1ab5d | ||
|
|
f1fe868192 | ||
|
|
74d8800fa5 | ||
|
|
3e2ceb09c6 | ||
|
|
f1a3b2c634 | ||
|
|
f9fc657695 | ||
|
|
7a15f1fb8d | ||
|
|
b2c24010da | ||
|
|
302728192f | ||
|
|
3eb345ce3c | ||
|
|
f986d10e1f | ||
|
|
03223b8d9b | ||
|
|
daec2a3187 | ||
|
|
6693580cfa | ||
|
|
356064b052 | ||
|
|
06ef4fdcf7 | ||
|
|
82889b8c06 | ||
|
|
e58c7fc0fd | ||
|
|
4def02af12 | ||
|
|
5905eed58f | ||
|
|
0297d91e70 | ||
|
|
3e6a72cda4 | ||
|
|
dcf0dbcaab | ||
|
|
dd128bd2d0 | ||
|
|
517d3c8a0e | ||
|
|
e046463f66 | ||
|
|
a4ce16482c | ||
|
|
1606646e87 | ||
|
|
57d881db1e | ||
|
|
a3f4dfc9db | ||
|
|
9b29b208eb | ||
|
|
386a95aca8 | ||
|
|
64be14f136 | ||
|
|
ee705b2cbd | ||
|
|
1c3a81f3b8 | ||
|
|
ac5a035906 | ||
|
|
f4d1183270 | ||
|
|
170363ef35 | ||
|
|
c1299c2195 | ||
|
|
6eceaded3a | ||
|
|
faf8c199b4 | ||
|
|
ebcafa6b09 | ||
|
|
2abf9040a7 | ||
|
|
465af9507e | ||
|
|
8bf4cfa9f7 | ||
|
|
060ca3389a | ||
|
|
5da96ac84e | ||
|
|
7902042a44 | ||
|
|
32822e60ed | ||
|
|
30fb35f807 | ||
|
|
422cb5f368 | ||
|
|
d2f5b26c1f | ||
|
|
7c0e4d5b48 | ||
|
|
a0fde5da5c | ||
|
|
596f68f4d9 | ||
|
|
28166aaa3d | ||
|
|
fdb4a1a528 | ||
|
|
d73b9683f9 | ||
|
|
e29466401b | ||
|
|
fe6669e750 | ||
|
|
c067d135ed | ||
|
|
26d7948590 | ||
|
|
81d2a66451 | ||
|
|
6aa053665f | ||
|
|
e938682e51 | ||
|
|
2c92bf30a0 | ||
|
|
37fff5a9c5 | ||
|
|
6f35fb5658 | ||
|
|
a32593ede0 | ||
|
|
d8952a6ad8 | ||
|
|
0b10a223c1 | ||
|
|
674f5fc058 | ||
|
|
803607259e | ||
|
|
00e080e715 | ||
|
|
7cdd7cdc73 | ||
|
|
a90cb02b2f | ||
|
|
56bbb8bac6 | ||
|
|
a2c0a8afb0 | ||
|
|
b4c4454ba8 | ||
|
|
18209609cb | ||
|
|
07e6049fa0 | ||
|
|
765ad60d0b | ||
|
|
b8a54e339a | ||
|
|
48390abf8f | ||
|
|
db32a41e2b | ||
|
|
545a845add | ||
|
|
8039bf3fec | ||
|
|
64d26e38b5 | ||
|
|
8aab796530 | ||
|
|
5fa635911f | ||
|
|
3e20b904b7 | ||
|
|
145188a0e4 | ||
|
|
7deccf4199 | ||
|
|
fbde598420 | ||
|
|
9cce0ff10a | ||
|
|
91e264cbb5 | ||
|
|
4c91779267 | ||
|
|
b0a7e5161b | ||
|
|
c16b9be9b2 | ||
|
|
dfb53f391d | ||
|
|
86a665c41a | ||
|
|
03d70cf9a0 | ||
|
|
f0c8895d74 | ||
|
|
aeeed9922a | ||
|
|
5cae2a071d | ||
|
|
9c02d399b7 | ||
|
|
d1df2e4d9b | ||
|
|
e7a0b72bfb |
23
build.gradle
23
build.gradle
@@ -1,7 +1,11 @@
|
|||||||
|
import groovy.json.JsonSlurper
|
||||||
|
import groovy.json.JsonOutput
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "architectury-plugin" version "3.4-SNAPSHOT"
|
id "architectury-plugin" version "3.4-SNAPSHOT"
|
||||||
id "dev.architectury.loom" version "1.6-SNAPSHOT" apply false
|
id "dev.architectury.loom" version "1.10-SNAPSHOT" apply false
|
||||||
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
|
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
|
||||||
|
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
architectury {
|
architectury {
|
||||||
@@ -14,7 +18,10 @@ subprojects {
|
|||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
|
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
|
||||||
// The following line declares the yarn mappings you may select this one as well.
|
// The following line declares the yarn mappings you may select this one as well.
|
||||||
mappings "net.fabricmc:yarn:${rootProject.yarn_mappings}:v2"
|
mappings loom.layered {
|
||||||
|
it.mappings("net.fabricmc:yarn:$rootProject.yarn_mappings:v2")
|
||||||
|
// it.mappings("dev.architectury:yarn-mappings-patch-neoforge:$rootProject.yarn_mappings_patch_neoforge_version")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,9 +42,9 @@ allprojects {
|
|||||||
// for more information about repositories.
|
// for more information about repositories.
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile).configureEach {
|
||||||
options.encoding = "UTF-8"
|
options.encoding = "UTF-8"
|
||||||
options.release = 21
|
options.release = 17
|
||||||
}
|
}
|
||||||
ext {
|
ext {
|
||||||
releaseChangelog = {
|
releaseChangelog = {
|
||||||
@@ -54,6 +61,14 @@ allprojects {
|
|||||||
return changes.toString()
|
return changes.toString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
processResources {
|
||||||
|
// Minify json resources
|
||||||
|
doLast {
|
||||||
|
fileTree(dir: outputs.files.asPath, include: "**/*.json").each {
|
||||||
|
File file -> file.text = JsonOutput.toJson(new JsonSlurper().parse(file))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ architectury {
|
|||||||
dependencies {
|
dependencies {
|
||||||
// We depend on fabric loader here to use the fabric @Environment annotations and get the mixin dependencies
|
// We depend on fabric loader here to use the fabric @Environment annotations and get the mixin dependencies
|
||||||
// Do NOT use other classes from fabric loader
|
// Do NOT use other classes from fabric loader
|
||||||
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
// implementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
||||||
|
modImplementation "net.fabricmc:fabric-loader:0.16.13" //FIXME: Using the same floader version doesn't let you access it..? architectury moment
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
|
|||||||
@@ -5,24 +5,34 @@ import eu.midnightdust.lib.config.AutoCommand;
|
|||||||
import eu.midnightdust.lib.config.MidnightConfig;
|
import eu.midnightdust.lib.config.MidnightConfig;
|
||||||
import net.fabricmc.api.EnvType;
|
import net.fabricmc.api.EnvType;
|
||||||
import net.fabricmc.api.Environment;
|
import net.fabricmc.api.Environment;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
import javax.swing.UIManager;
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import static net.minecraft.client.MinecraftClient.IS_SYSTEM_MAC;
|
||||||
|
|
||||||
public class MidnightLib {
|
public class MidnightLib {
|
||||||
public static List<String> hiddenMods = new ArrayList<>();
|
public static List<String> hiddenMods = new ArrayList<>();
|
||||||
|
public static final String MOD_ID = "midnightlib";
|
||||||
|
public static final Logger LOGGER = LoggerFactory.getLogger(MOD_ID);
|
||||||
|
|
||||||
@Environment(EnvType.CLIENT)
|
@Environment(EnvType.CLIENT)
|
||||||
public static void onInitializeClient() {
|
public static void onInitializeClient() {
|
||||||
MidnightLibConfig.init("midnightlib", MidnightLibConfig.class);
|
try { if (!IS_SYSTEM_MAC) {
|
||||||
|
System.setProperty("java.awt.headless", "false");
|
||||||
|
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
||||||
|
}} catch (Exception | Error e) { LOGGER.error("Error setting system look and feel", e); }
|
||||||
|
MidnightLibConfig.init(MOD_ID, MidnightLibConfig.class);
|
||||||
}
|
}
|
||||||
@Environment(EnvType.SERVER)
|
public static void registerAutoCommand() {
|
||||||
public static void onInitializeServer() {
|
|
||||||
MidnightConfig.configClass.forEach((modid, config) -> {
|
MidnightConfig.configClass.forEach((modid, config) -> {
|
||||||
for (Field field : config.getFields()) {
|
for (Field field : config.getFields()) {
|
||||||
if (field.isAnnotationPresent(MidnightConfig.Entry.class) && !field.isAnnotationPresent(MidnightConfig.Client.class) && !field.isAnnotationPresent(MidnightConfig.Hidden.class))
|
if (field.isAnnotationPresent(MidnightConfig.Entry.class) && !field.isAnnotationPresent(MidnightConfig.Client.class) && !field.isAnnotationPresent(MidnightConfig.Hidden.class))
|
||||||
new AutoCommand(field, modid).register();
|
new AutoCommand(field, modid);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,67 +0,0 @@
|
|||||||
package eu.midnightdust.core.config;
|
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
|
||||||
import eu.midnightdust.lib.config.MidnightConfig;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
/** MidnightConfig documentation & examples:
|
|
||||||
* Thanks for choosing MidnightConfig - the fancy, tiny and lightweight config library.
|
|
||||||
* If you want to use the lib in your mod, here are some examples and hints:
|
|
||||||
* Every option in a MidnightConfig class has to be public and static, so we can access it from other classes.
|
|
||||||
* The config class also has to extend MidnightConfig*/
|
|
||||||
|
|
||||||
public class MidnightConfigExample extends MidnightConfig {
|
|
||||||
|
|
||||||
@Comment(category = "text") public static Comment text1; // Comments are rendered like an option without a button and are excluded from the config file
|
|
||||||
@Comment(category = "text", centered = true) public static Comment text2; // Centered comments are the same as normal ones - just centered!
|
|
||||||
@Comment(category = "text") public static Comment spacer1; // Comments containing the word "spacer" will just appear as a blank line
|
|
||||||
@Entry(category = "text") public static boolean showInfo = true; // Example for a boolean option
|
|
||||||
@Entry(category = "text") public static String name = "Hello World!"; // Example for a string option, which is in a category!
|
|
||||||
@Entry(category = "text") public static TestEnum testEnum = TestEnum.FABRIC; // Example for an enum option
|
|
||||||
public enum TestEnum { // Enums allow the user to cycle through predefined options
|
|
||||||
QUILT, FABRIC, FORGE
|
|
||||||
}
|
|
||||||
@Entry(category = "numbers") public static int fabric = 16777215; // Example for an int option
|
|
||||||
@Entry(category = "numbers") public static double world = 1.4D; // Example for a double option
|
|
||||||
@Entry(category = "numbers", min=69,max=420) public static int hello = 420; // - The entered number has to be larger than 69 and smaller than 420
|
|
||||||
@Entry(category = "text", isColor = true) public static String titleColor = "#ffffff"; // The isColor property adds a preview box for a hexadecimal color
|
|
||||||
@Entry(category = "text") public static List<String> arrayList = Lists.newArrayList(); // Array String Lists are also supported
|
|
||||||
@Entry(isSlider = true, min = 0, max = 100) public static int intSlider = 35; // Int fields can also be displayed as a Slider
|
|
||||||
@Entry(isSlider = true, min = 0f, max = 1f) public static float floatSlider = 0.24f; // And so can floats! Precision defines the amount of decimal places
|
|
||||||
// The name field can be used to specify a custom translation string or plain text
|
|
||||||
|
|
||||||
public static int imposter = 16777215; // - Entries without an @Entry or @Comment annotation are ignored
|
|
||||||
|
|
||||||
/*
|
|
||||||
The .json language file for your config class could look similar to this:
|
|
||||||
{
|
|
||||||
"modid.midnightconfig.title":"I am a title", // "*.midnightconfig.title" defines the title of the screen
|
|
||||||
"modid.midnightconfig.text1":"I am a comment *u*", // Translation for the comment "text1" defined in the example config
|
|
||||||
"modid.midnightconfig.text2":"I am a centered comment (╯°□°)╯︵ ┻━┻",
|
|
||||||
"modid.midnightconfig.name":"I am a string!", // Translation for the field "name" defined in the example config
|
|
||||||
"modid.midnightconfig.name.tooltip":"I am a tooltip uwu \nI am a new line",
|
|
||||||
// When hovering over the option "showInfo",
|
|
||||||
// this text will appear as a tooltip.
|
|
||||||
// "\n" inserts a line break.
|
|
||||||
"modid.midnightconfig.fabric":"I am an int",
|
|
||||||
"modid.midnightconfig.world":"I am a double",
|
|
||||||
"modid.midnightconfig.showInfo":"I am a boolean",
|
|
||||||
"modid.midnightconfig.hello":"I am a limited int!",
|
|
||||||
"modid.midnightconfig.testEnum":"I am an enum!",
|
|
||||||
"modid.midnightconfig.enum.TestEnum.FORGE":"Slow",
|
|
||||||
"modid.midnightconfig.enum.TestEnum.FABRIC":"Fancy",
|
|
||||||
"modid.midnightconfig.enum.TestEnum.QUILT":"Fabulous",
|
|
||||||
"modid.midnightconfig.category.numbers": "Numbers",
|
|
||||||
"modid.midnightconfig.category.text": "Text",
|
|
||||||
"modid.midnightconfig.category.sliders": "Sliders"
|
|
||||||
}
|
|
||||||
To initialize the config you have to call "MidnightConfig.init("modid", MidnightConfigExample.class)" in your ModInitializer
|
|
||||||
To get an instance of the config screen you have to call "MidnightConfig.getScreen(parent, "modid");"
|
|
||||||
If you don't use the whole library and therefore not the automatic ModMenu integration, the code in your ModMenu integration class would look something like this:
|
|
||||||
@Override
|
|
||||||
public ConfigScreenFactory<?> getModConfigScreenFactory() {
|
|
||||||
return parent -> MidnightConfig.getScreen(parent, "modid");
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
@@ -3,11 +3,18 @@ package eu.midnightdust.core.config;
|
|||||||
import eu.midnightdust.lib.config.MidnightConfig;
|
import eu.midnightdust.lib.config.MidnightConfig;
|
||||||
import eu.midnightdust.lib.util.PlatformFunctions;
|
import eu.midnightdust.lib.util.PlatformFunctions;
|
||||||
|
|
||||||
|
import java.util.Objects;
|
||||||
|
|
||||||
public class MidnightLibConfig extends MidnightConfig {
|
public class MidnightLibConfig extends MidnightConfig {
|
||||||
@Entry
|
public static final boolean HAS_MODMENU = PlatformFunctions.isModLoaded("modmenu") || Objects.equals(PlatformFunctions.getPlatformName(), "neoforge");
|
||||||
public static ConfigButton config_screen_list = PlatformFunctions.isModLoaded("modmenu") ? ConfigButton.MODMENU : ConfigButton.TRUE;
|
|
||||||
|
@Entry public static ConfigButton config_screen_list = HAS_MODMENU ? ConfigButton.MODMENU : ConfigButton.TRUE;
|
||||||
|
|
||||||
public enum ConfigButton {
|
public enum ConfigButton {
|
||||||
TRUE,FALSE,MODMENU
|
TRUE, FALSE, MODMENU
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean shouldShowButton() {
|
||||||
|
return config_screen_list.equals(ConfigButton.TRUE) || (config_screen_list.equals(ConfigButton.MODMENU) && !HAS_MODMENU);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,16 +3,12 @@ package eu.midnightdust.core.mixin;
|
|||||||
import eu.midnightdust.core.config.MidnightLibConfig;
|
import eu.midnightdust.core.config.MidnightLibConfig;
|
||||||
import eu.midnightdust.core.screen.MidnightConfigOverviewScreen;
|
import eu.midnightdust.core.screen.MidnightConfigOverviewScreen;
|
||||||
import eu.midnightdust.lib.util.PlatformFunctions;
|
import eu.midnightdust.lib.util.PlatformFunctions;
|
||||||
import net.minecraft.client.MinecraftClient;
|
import eu.midnightdust.lib.util.screen.TexturedOverlayButtonWidget;
|
||||||
import net.minecraft.client.gui.screen.Screen;
|
import net.minecraft.client.gui.screen.Screen;
|
||||||
import net.minecraft.client.gui.screen.option.OptionsScreen;
|
import net.minecraft.client.gui.screen.option.OptionsScreen;
|
||||||
import net.minecraft.client.gui.widget.TextIconButtonWidget;
|
|
||||||
import net.minecraft.client.gui.widget.ThreePartsLayoutWidget;
|
|
||||||
import net.minecraft.text.Text;
|
import net.minecraft.text.Text;
|
||||||
import net.minecraft.util.Identifier;
|
import net.minecraft.util.Identifier;
|
||||||
import org.spongepowered.asm.mixin.Final;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
|
||||||
import org.spongepowered.asm.mixin.Unique;
|
import org.spongepowered.asm.mixin.Unique;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
@@ -22,28 +18,16 @@ import java.util.Objects;
|
|||||||
|
|
||||||
@Mixin(OptionsScreen.class)
|
@Mixin(OptionsScreen.class)
|
||||||
public class MixinOptionsScreen extends Screen {
|
public class MixinOptionsScreen extends Screen {
|
||||||
@Shadow @Final private ThreePartsLayoutWidget layout;
|
|
||||||
@Unique TextIconButtonWidget button = TextIconButtonWidget.builder(Text.translatable("midnightlib.overview.title"), (
|
|
||||||
buttonWidget) -> Objects.requireNonNull(client).setScreen(new MidnightConfigOverviewScreen(this)), true)
|
|
||||||
.texture(new Identifier("midnightlib","icon/midnightlib"), 16, 16).dimension(20, 20).build();
|
|
||||||
@Unique boolean shouldShowButton = MidnightLibConfig.config_screen_list.equals(MidnightLibConfig.ConfigButton.TRUE) || (MidnightLibConfig.config_screen_list.equals(MidnightLibConfig.ConfigButton.MODMENU) && !PlatformFunctions.isModLoaded("modmenu"));
|
|
||||||
|
|
||||||
protected MixinOptionsScreen(Text title) {super(title);}
|
|
||||||
@Inject(at = @At("HEAD"), method = "init")
|
|
||||||
public void midnightlib$onInit(CallbackInfo ci) {
|
|
||||||
if (shouldShowButton) {
|
|
||||||
this.midnightlib$setupButton();
|
|
||||||
this.addDrawableChild(button);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void resize(MinecraftClient client, int width, int height) {
|
|
||||||
super.resize(client, width, height);
|
|
||||||
if (shouldShowButton) this.midnightlib$setupButton();
|
|
||||||
}
|
|
||||||
@Unique
|
@Unique
|
||||||
public void midnightlib$setupButton() {
|
private static final Identifier MIDNIGHTLIB_ICON_TEXTURE = new Identifier("midnightlib","textures/gui/midnightlib_button.png");
|
||||||
button.setPosition(layout.getWidth() / 2 + 158, layout.getY() + layout.getFooterHeight() - 4);
|
|
||||||
|
protected MixinOptionsScreen(Text title) {
|
||||||
|
super(title);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
@Inject(at = @At("HEAD"),method = "init")
|
||||||
|
private void midnightlib$init(CallbackInfo ci) {
|
||||||
|
if (MidnightLibConfig.config_screen_list.equals(MidnightLibConfig.ConfigButton.TRUE) || (MidnightLibConfig.config_screen_list.equals(MidnightLibConfig.ConfigButton.MODMENU) && !PlatformFunctions.isModLoaded("modmenu")))
|
||||||
|
this.addDrawableChild(new TexturedOverlayButtonWidget(this.width / 2 + 158, this.height / 6 - 12, 20, 20, 0, 0, 20, MIDNIGHTLIB_ICON_TEXTURE, 32, 64, (buttonWidget) -> Objects.requireNonNull(client).setScreen(new MidnightConfigOverviewScreen(this)), Text.translatable("midnightlib.overview.title")));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -4,12 +4,15 @@ import eu.midnightdust.core.MidnightLib;
|
|||||||
import eu.midnightdust.lib.config.MidnightConfig;
|
import eu.midnightdust.lib.config.MidnightConfig;
|
||||||
import net.fabricmc.api.EnvType;
|
import net.fabricmc.api.EnvType;
|
||||||
import net.fabricmc.api.Environment;
|
import net.fabricmc.api.Environment;
|
||||||
|
import net.minecraft.client.MinecraftClient;
|
||||||
|
import net.minecraft.client.font.TextRenderer;
|
||||||
import net.minecraft.client.gui.DrawContext;
|
import net.minecraft.client.gui.DrawContext;
|
||||||
|
import net.minecraft.client.gui.Element;
|
||||||
|
import net.minecraft.client.gui.Selectable;
|
||||||
import net.minecraft.client.gui.screen.Screen;
|
import net.minecraft.client.gui.screen.Screen;
|
||||||
import net.minecraft.client.gui.widget.*;
|
import net.minecraft.client.gui.widget.*;
|
||||||
import net.minecraft.screen.ScreenTexts;
|
import net.minecraft.screen.ScreenTexts;
|
||||||
import net.minecraft.text.*;
|
import net.minecraft.text.*;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
@Environment(EnvType.CLIENT)
|
@Environment(EnvType.CLIENT)
|
||||||
@@ -20,29 +23,64 @@ public class MidnightConfigOverviewScreen extends Screen {
|
|||||||
this.parent = parent;
|
this.parent = parent;
|
||||||
}
|
}
|
||||||
private final Screen parent;
|
private final Screen parent;
|
||||||
private MidnightConfig.MidnightConfigListWidget list;
|
private MidnightOverviewListWidget list;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void init() {
|
protected void init() {
|
||||||
this.addDrawableChild(ButtonWidget.builder(ScreenTexts.DONE, (button) -> Objects.requireNonNull(client).setScreen(parent)).dimensions(this.width / 2 - 100, this.height - 26, 200, 20).build());
|
this.addDrawableChild(ButtonWidget.builder(ScreenTexts.DONE, (button) -> Objects.requireNonNull(client).setScreen(parent)).dimensions(this.width / 2 - 100, this.height - 28, 200, 20).build());
|
||||||
|
|
||||||
this.list = new MidnightConfig.MidnightConfigListWidget(this.client, this.width, this.height - 57, 24, 25);
|
this.list = new MidnightOverviewListWidget(this.client, this.width, this.height, 32, this.height - 32, 25);
|
||||||
|
if (this.client != null && this.client.world != null) this.list.setRenderBackground(false);
|
||||||
this.addSelectableChild(this.list);
|
this.addSelectableChild(this.list);
|
||||||
List<String> sortedMods = new ArrayList<>(MidnightConfig.configClass.keySet());
|
List<String> sortedMods = new ArrayList<>(MidnightConfig.configClass.keySet());
|
||||||
Collections.sort(sortedMods);
|
Collections.sort(sortedMods);
|
||||||
sortedMods.forEach((modid) -> {
|
sortedMods.forEach((modid) -> {
|
||||||
if (!MidnightLib.hiddenMods.contains(modid)) {
|
if (!MidnightLib.hiddenMods.contains(modid)) {
|
||||||
list.addButton(List.of(ButtonWidget.builder(Text.translatable(modid +".midnightconfig.title"), (button) ->
|
list.addButton(ButtonWidget.builder(Text.translatable(modid +".midnightconfig.title"), (button) ->
|
||||||
Objects.requireNonNull(client).setScreen(MidnightConfig.getScreen(this,modid))).dimensions(this.width / 2 - 125, this.height - 28, 250, 20).build()), null, null);
|
Objects.requireNonNull(client).setScreen(MidnightConfig.getScreen(this,modid))).dimensions(this.width / 2 - 125, this.height - 28, 250, 20).build());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
super.init();
|
super.init();
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
|
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
|
||||||
super.render(context, mouseX, mouseY, delta);
|
this.renderBackground(context);
|
||||||
this.list.render(context, mouseX, mouseY, delta);
|
this.list.render(context, mouseX, mouseY, delta);
|
||||||
|
context.drawCenteredTextWithShadow(textRenderer, title, width / 2, 15, 0xFFFFFF);
|
||||||
|
super.render(context, mouseX, mouseY, delta);
|
||||||
|
}
|
||||||
|
@Environment(EnvType.CLIENT)
|
||||||
|
public static class MidnightOverviewListWidget extends ElementListWidget<OverviewButtonEntry> {
|
||||||
|
TextRenderer textRenderer;
|
||||||
|
|
||||||
context.drawCenteredTextWithShadow(textRenderer, title, width / 2, 10, 0xFFFFFF);
|
public MidnightOverviewListWidget(MinecraftClient minecraftClient, int i, int j, int k, int l, int m) {
|
||||||
|
super(minecraftClient, i, j, k, l, m);
|
||||||
|
this.centerListVertically = false;
|
||||||
|
textRenderer = minecraftClient.textRenderer;
|
||||||
|
}
|
||||||
|
@Override
|
||||||
|
public int getScrollbarPositionX() {return this.width-7;}
|
||||||
|
|
||||||
|
public void addButton(ClickableWidget button) {
|
||||||
|
this.addEntry(OverviewButtonEntry.create(button));
|
||||||
|
}
|
||||||
|
@Override
|
||||||
|
public int getRowWidth() { return 400; }
|
||||||
|
}
|
||||||
|
public static class OverviewButtonEntry extends ElementListWidget.Entry<OverviewButtonEntry> {
|
||||||
|
private final ClickableWidget button;
|
||||||
|
private final List<ClickableWidget> buttonList = new ArrayList<>();
|
||||||
|
|
||||||
|
private OverviewButtonEntry(ClickableWidget button) {
|
||||||
|
this.button = button;
|
||||||
|
this.buttonList.add(button);
|
||||||
|
}
|
||||||
|
public static OverviewButtonEntry create(ClickableWidget button) {return new OverviewButtonEntry(button);}
|
||||||
|
public void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) {
|
||||||
|
button.setY(y);
|
||||||
|
button.render(context, mouseX, mouseY, tickDelta);
|
||||||
|
}
|
||||||
|
public List<? extends Element> children() {return buttonList;}
|
||||||
|
public List<? extends Selectable> selectableChildren() {return buttonList;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,117 +1,86 @@
|
|||||||
package eu.midnightdust.lib.config;
|
package eu.midnightdust.lib.config;
|
||||||
|
|
||||||
import com.mojang.brigadier.arguments.DoubleArgumentType;
|
import com.mojang.brigadier.arguments.*;
|
||||||
import com.mojang.brigadier.arguments.FloatArgumentType;
|
import com.mojang.brigadier.context.CommandContext;
|
||||||
import com.mojang.brigadier.arguments.IntegerArgumentType;
|
|
||||||
import com.mojang.brigadier.arguments.StringArgumentType;
|
|
||||||
import com.mojang.brigadier.builder.LiteralArgumentBuilder;
|
|
||||||
import eu.midnightdust.lib.util.PlatformFunctions;
|
import eu.midnightdust.lib.util.PlatformFunctions;
|
||||||
import net.minecraft.server.command.CommandManager;
|
import net.minecraft.server.command.CommandManager;
|
||||||
import net.minecraft.server.command.ServerCommandSource;
|
import net.minecraft.server.command.ServerCommandSource;
|
||||||
import net.minecraft.text.Text;
|
import net.minecraft.text.Text;
|
||||||
|
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
import java.util.Objects;
|
||||||
|
|
||||||
|
import static eu.midnightdust.lib.config.MidnightConfig.Entry;
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
public class AutoCommand {
|
public class AutoCommand {
|
||||||
public static List<LiteralArgumentBuilder<ServerCommandSource>> commands = new ArrayList<>();
|
final static String VALUE = "value";
|
||||||
final Field entry;
|
final Field field;
|
||||||
|
final Class<?> type;
|
||||||
final String modid;
|
final String modid;
|
||||||
|
final boolean isList;
|
||||||
|
|
||||||
public AutoCommand(Field entry, String modid) {
|
public AutoCommand(Field field, String modid) {
|
||||||
this.entry = entry;
|
this.field = field; this.modid = modid;
|
||||||
this.modid = modid;
|
this.type = MidnightConfig.getUnderlyingType(field);
|
||||||
|
this.isList = field.getType() == List.class;
|
||||||
|
|
||||||
|
var command = CommandManager.literal(field.getName()).executes(this::getValue);
|
||||||
|
|
||||||
|
if (type.isEnum()) {
|
||||||
|
for (Object enumValue : field.getType().getEnumConstants())
|
||||||
|
command = command.then(CommandManager.literal(enumValue.toString())
|
||||||
|
.executes(ctx -> this.setValue(ctx.getSource(), enumValue, "")));
|
||||||
|
} else if (isList) {
|
||||||
|
for (String action : new String[]{"add", "remove"})
|
||||||
|
command = command.then(CommandManager.literal(action)
|
||||||
|
.then(CommandManager.argument(VALUE, getArgType()).executes(ctx -> setValueFromArg(ctx, action))));
|
||||||
|
} else command = command.then(CommandManager.argument(VALUE, getArgType()).executes(ctx -> setValueFromArg(ctx, "")));
|
||||||
|
|
||||||
|
PlatformFunctions.registerCommand(CommandManager.literal("midnightconfig").requires(source -> source.hasPermissionLevel(2)).then(CommandManager.literal(modid).then(command)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void register() {
|
public ArgumentType<?> getArgType() {
|
||||||
LiteralArgumentBuilder<ServerCommandSource> command = CommandManager.literal(modid);
|
Entry entry = field.getAnnotation(Entry.class);
|
||||||
if (entry.getType() == int.class)
|
if (type == int.class) return IntegerArgumentType.integer((int) entry.min(), (int) entry.max());
|
||||||
command = command.then(CommandManager.literal(this.entry.getName()).executes(ctx -> getValue(ctx.getSource())).then(
|
else if (type == double.class) return DoubleArgumentType.doubleArg(entry.min(), entry.max());
|
||||||
CommandManager.argument("value", IntegerArgumentType.integer((int) entry.getAnnotation(MidnightConfig.Entry.class).min(),(int) entry.getAnnotation(MidnightConfig.Entry.class).max()))
|
else if (type == float.class) return FloatArgumentType.floatArg((float) entry.min(), (float) entry.max());
|
||||||
.executes(ctx -> this.setValue(ctx.getSource(), IntegerArgumentType.getInteger(ctx, "value")))
|
else if (type == boolean.class) return BoolArgumentType.bool();
|
||||||
));
|
return StringArgumentType.string();
|
||||||
else if (entry.getType() == double.class)
|
|
||||||
command = command.then(CommandManager.literal(this.entry.getName()).executes(ctx -> getValue(ctx.getSource())).then(
|
|
||||||
CommandManager.argument("value", DoubleArgumentType.doubleArg(entry.getAnnotation(MidnightConfig.Entry.class).min(),entry.getAnnotation(MidnightConfig.Entry.class).max()))
|
|
||||||
.executes(ctx -> this.setValue(ctx.getSource(), DoubleArgumentType.getDouble(ctx, "value")))
|
|
||||||
));
|
|
||||||
else if (entry.getType() == float.class)
|
|
||||||
command = command.then(CommandManager.literal(this.entry.getName()).executes(ctx -> getValue(ctx.getSource())).then(
|
|
||||||
CommandManager.argument("value", FloatArgumentType.floatArg((float) entry.getAnnotation(MidnightConfig.Entry.class).min(), (float) entry.getAnnotation(MidnightConfig.Entry.class).max()))
|
|
||||||
.executes(ctx -> this.setValue(ctx.getSource(), FloatArgumentType.getFloat(ctx, "value")))
|
|
||||||
));
|
|
||||||
else if (entry.getType() == boolean.class) {
|
|
||||||
for (int i = 0; i < 2; i++) {
|
|
||||||
command = command.then(CommandManager.literal(this.entry.getName()).executes(ctx -> getValue(ctx.getSource())).then(
|
|
||||||
CommandManager.literal(i==0 ? "true":"false")
|
|
||||||
.executes(ctx -> this.setValue(ctx.getSource(), ctx.getInput().endsWith("true")))
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (entry.getType().isEnum()) {
|
|
||||||
for (int i = 0; i < entry.getType().getEnumConstants().length; ++i) {
|
|
||||||
Object enumValue = Arrays.stream(entry.getType().getEnumConstants()).toList().get(i);
|
|
||||||
command = command.then(CommandManager.literal(this.entry.getName()).executes(ctx -> getValue(ctx.getSource())).then(
|
|
||||||
CommandManager.literal(enumValue.toString())
|
|
||||||
.executes(ctx -> this.setValue(ctx.getSource(), enumValue))
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (entry.getType() == List.class) {
|
|
||||||
for (int i = 0; i < 2; i++) {
|
|
||||||
int finalI = i;
|
|
||||||
command = command.then(CommandManager.literal(this.entry.getName()).executes(ctx -> getValue(ctx.getSource())).then(CommandManager.literal(i==0 ? "add":"remove").then(
|
|
||||||
CommandManager.argument("value", StringArgumentType.string())
|
|
||||||
.executes(ctx -> this.setList(ctx.getSource(), StringArgumentType.getString(ctx, "value"), finalI==0))
|
|
||||||
)));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
command = command.then(CommandManager.literal(this.entry.getName()).executes(ctx -> getValue(ctx.getSource())).then(
|
|
||||||
CommandManager.argument("value", StringArgumentType.string())
|
|
||||||
.executes(ctx -> this.setValue(ctx.getSource(), StringArgumentType.getString(ctx, "value")))
|
|
||||||
));
|
|
||||||
}
|
|
||||||
LiteralArgumentBuilder<ServerCommandSource> finalized = CommandManager.literal("midnightconfig").requires(source -> source.hasPermissionLevel(2)).then(command);
|
|
||||||
|
|
||||||
PlatformFunctions.registerCommand(finalized); commands.add(finalized);
|
|
||||||
}
|
}
|
||||||
private int setValue(ServerCommandSource source, Object value) {
|
|
||||||
|
public int setValueFromArg(CommandContext<ServerCommandSource> context, String action) {
|
||||||
|
if (type == int.class) return setValue(context.getSource(), IntegerArgumentType.getInteger(context, VALUE), action);
|
||||||
|
else if (type == double.class) return setValue(context.getSource(), DoubleArgumentType.getDouble(context, VALUE), action);
|
||||||
|
else if (type == float.class) return setValue(context.getSource(), FloatArgumentType.getFloat(context, VALUE), action);
|
||||||
|
else if (type == boolean.class) return setValue(context.getSource(), BoolArgumentType.getBool(context, VALUE), action);
|
||||||
|
return setValue(context.getSource(), StringArgumentType.getString(context, VALUE), action);
|
||||||
|
}
|
||||||
|
private int setValue(ServerCommandSource source, Object value, String action) {
|
||||||
|
boolean add = Objects.equals(action, "add");
|
||||||
try {
|
try {
|
||||||
if (entry.getType() != List.class) entry.set(null,value);
|
if (!isList) field.set(null, value);
|
||||||
|
else {
|
||||||
|
@SuppressWarnings("unchecked") var list = (List<Object>) field.get(null);
|
||||||
|
if (add) list.add(value);
|
||||||
|
else if (!list.contains(value)) throw new IllegalArgumentException("List does not contain this string!");
|
||||||
|
else list.remove(value);
|
||||||
|
}
|
||||||
MidnightConfig.write(modid);
|
MidnightConfig.write(modid);
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
source.sendError(Text.literal("Could not set "+entry.getName()+" to value "+value+": " + e));
|
source.sendError(Text.literal(isList ? "Could not %s %s %s %s: %s".formatted(add ? "add" : "remove", value, add ? "to" : "from", field.getName(), e) : "Could not set %s to value %s: %s".formatted(field.getName(), value, e)));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
source.sendFeedback(() -> Text.literal(isList ? "Successfully %s %s %s %s".formatted(add ? "added" : "removed", value, add ? "to" : "from", field.getName()) :
|
||||||
source.sendFeedback(() -> Text.literal("Successfully set " + entry.getName()+" to "+value), true);
|
"Successfully set %s to %s".formatted(field.getName(), value)), true);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
private int setList(ServerCommandSource source, String value, boolean add) {
|
private int getValue(CommandContext<ServerCommandSource> context) {
|
||||||
try {
|
context.getSource().sendFeedback(() -> {
|
||||||
List<String> e = (List<String>)entry.get(null);
|
try { return Text.literal("The value of %s is %s".formatted(field.getName(), field.get(null)));
|
||||||
if (add) e.add(value);
|
|
||||||
else if (!e.contains(value)) throw new IllegalArgumentException("List does not contain this string!");
|
|
||||||
else e.remove(value);
|
|
||||||
MidnightConfig.write(modid);
|
|
||||||
}
|
|
||||||
catch (Exception e) {
|
|
||||||
source.sendError(Text.literal((add ? "Could not add "+value+" to " : "Could not remove "+value+" from ")+entry.getName() +": " + e));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
source.sendFeedback(() -> Text.literal((add ? "Successfully added " +value+" to " : "Successfully removed " +value+" from ") +entry.getName()), true);
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
private int getValue(ServerCommandSource source) {
|
|
||||||
source.sendFeedback(() -> {
|
|
||||||
try {return Text.literal("The value of "+entry.getName()+" is "+entry.get(null));
|
|
||||||
} catch (IllegalAccessException e) {throw new RuntimeException(e);}
|
} catch (IllegalAccessException e) {throw new RuntimeException(e);}
|
||||||
}, true);
|
}, true);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,50 +1,58 @@
|
|||||||
package eu.midnightdust.lib.config;
|
package eu.midnightdust.lib.config;
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
import com.google.common.collect.Lists;
|
||||||
import com.google.gson.ExclusionStrategy;
|
import com.google.gson.*; import com.google.gson.stream.*;
|
||||||
import com.google.gson.FieldAttributes;
|
|
||||||
import com.google.gson.Gson;
|
|
||||||
import com.google.gson.GsonBuilder;
|
|
||||||
import com.mojang.blaze3d.systems.RenderSystem;
|
import com.mojang.blaze3d.systems.RenderSystem;
|
||||||
|
import com.mojang.serialization.DataResult;
|
||||||
import eu.midnightdust.lib.util.PlatformFunctions;
|
import eu.midnightdust.lib.util.PlatformFunctions;
|
||||||
import net.fabricmc.api.EnvType;
|
import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment;
|
||||||
import net.fabricmc.api.Environment;
|
import net.minecraft.client.MinecraftClient; import net.minecraft.client.font.TextRenderer;
|
||||||
import net.minecraft.client.MinecraftClient;
|
|
||||||
import net.minecraft.client.font.TextRenderer;
|
|
||||||
import net.minecraft.client.gui.DrawContext;
|
import net.minecraft.client.gui.DrawContext;
|
||||||
import net.minecraft.client.gui.Element;
|
import net.minecraft.client.gui.Element; import net.minecraft.client.gui.Selectable;
|
||||||
import net.minecraft.client.gui.Selectable;
|
import net.minecraft.client.gui.screen.ConfirmLinkScreen; import net.minecraft.client.gui.screen.Screen;
|
||||||
import net.minecraft.client.gui.screen.Screen;
|
import net.minecraft.client.gui.tab.GridScreenTab; import net.minecraft.client.gui.tab.Tab; import net.minecraft.client.gui.tab.TabManager;
|
||||||
import net.minecraft.client.gui.tab.GridScreenTab;
|
import net.minecraft.client.gui.tooltip.Tooltip; import net.minecraft.client.gui.widget.*;
|
||||||
import net.minecraft.client.gui.tab.Tab;
|
|
||||||
import net.minecraft.client.gui.tab.TabManager;
|
|
||||||
import net.minecraft.client.gui.tooltip.Tooltip;
|
|
||||||
import net.minecraft.client.gui.widget.*;
|
|
||||||
import net.minecraft.client.resource.language.I18n;
|
import net.minecraft.client.resource.language.I18n;
|
||||||
|
import net.minecraft.registry.Registries;
|
||||||
import net.minecraft.screen.ScreenTexts;
|
import net.minecraft.screen.ScreenTexts;
|
||||||
import net.minecraft.text.OrderedText;
|
import net.minecraft.text.Style; import net.minecraft.text.Text;
|
||||||
import net.minecraft.text.Style;
|
import net.minecraft.text.TranslatableTextContent;
|
||||||
import net.minecraft.text.Text;
|
import net.minecraft.util.Formatting; import net.minecraft.util.Identifier;
|
||||||
import net.minecraft.util.Formatting;
|
import net.minecraft.util.TranslatableOption;
|
||||||
import net.minecraft.util.Identifier;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
|
import javax.swing.*; import javax.swing.filechooser.FileNameExtensionFilter;
|
||||||
import java.awt.Color;
|
import java.awt.Color;
|
||||||
import java.lang.annotation.ElementType;
|
import java.lang.annotation.*;
|
||||||
import java.lang.annotation.Retention;
|
import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.lang.reflect.ParameterizedType;
|
||||||
import java.lang.annotation.RetentionPolicy;
|
import java.nio.file.Files; import java.nio.file.Path;
|
||||||
import java.lang.annotation.Target;
|
|
||||||
import java.lang.reflect.Field;
|
|
||||||
import java.lang.reflect.Modifier;
|
|
||||||
import java.nio.file.Files;
|
|
||||||
import java.nio.file.Path;
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.List;
|
import java.util.function.BiFunction; import java.util.function.Function; import java.util.function.Predicate;
|
||||||
import java.util.function.BiFunction;
|
|
||||||
import java.util.function.Function;
|
|
||||||
import java.util.function.Predicate;
|
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
/** MidnightConfig v2.5.1 by TeamMidnightDust & Motschen
|
import static net.minecraft.client.MinecraftClient.IS_SYSTEM_MAC;
|
||||||
|
|
||||||
|
|
||||||
|
/* FIXME:
|
||||||
|
* hi martin :wave:
|
||||||
|
* before anythinge else:
|
||||||
|
* DON'T ANNOY YOURSELF WITH THIS
|
||||||
|
* BACKPORT UNLESS YOU REALLY DON'T HAVE
|
||||||
|
* ANYTHING BETTER TO DO!!!!!
|
||||||
|
* i don't wish to waste your time in any capacity,
|
||||||
|
* and this backport is going to be a *huge* mess,
|
||||||
|
* as you surely know
|
||||||
|
* so please!! take it easy!
|
||||||
|
* much love <3
|
||||||
|
* .
|
||||||
|
* this being your codebase, i'm guessing
|
||||||
|
* (moreso hoping) you'll know what's in need
|
||||||
|
* of fixing given the rendering changes between
|
||||||
|
* 1.20 & 1.21
|
||||||
|
* gave it my best shot but... got completely lost.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** MidnightConfig by Martin "Motschen" Prokoph
|
||||||
* Single class config library - feel free to copy!
|
* Single class config library - feel free to copy!
|
||||||
* Based on <a href="https://github.com/Minenash/TinyConfig">...</a>
|
* Based on <a href="https://github.com/Minenash/TinyConfig">...</a>
|
||||||
* Credits to Minenash */
|
* Credits to Minenash */
|
||||||
@@ -55,127 +63,186 @@ public abstract class MidnightConfig {
|
|||||||
private static final Pattern DECIMAL_ONLY = Pattern.compile("-?(\\d+\\.?\\d*|\\d*\\.?\\d+|\\.)");
|
private static final Pattern DECIMAL_ONLY = Pattern.compile("-?(\\d+\\.?\\d*|\\d*\\.?\\d+|\\.)");
|
||||||
private static final Pattern HEXADECIMAL_ONLY = Pattern.compile("(-?[#0-9a-fA-F]*)");
|
private static final Pattern HEXADECIMAL_ONLY = Pattern.compile("(-?[#0-9a-fA-F]*)");
|
||||||
|
|
||||||
private static final List<EntryInfo> entries = new ArrayList<>();
|
private static final LinkedHashMap<String, EntryInfo> entries = new LinkedHashMap<>(); // modid:fieldName -> EntryInfo
|
||||||
|
private static boolean reloadScreen = false;
|
||||||
|
|
||||||
public static class EntryInfo {
|
public static class EntryInfo {
|
||||||
Field field;
|
public Entry entry;
|
||||||
Object widget;
|
public Comment comment;
|
||||||
int width;
|
public Condition[] conditions;
|
||||||
boolean centered;
|
public final Field field;
|
||||||
Text error;
|
public final Class<?> dataType;
|
||||||
Object defaultValue;
|
public final String modid, fieldName;
|
||||||
Object value;
|
int listIndex;
|
||||||
String tempValue;
|
Object defaultValue, value, function;
|
||||||
|
String tempValue; // The value visible in the config screen
|
||||||
boolean inLimits = true;
|
boolean inLimits = true;
|
||||||
String id;
|
Text name, error;
|
||||||
Text name;
|
ClickableWidget actionButton; // color picker button / explorer button
|
||||||
int index;
|
|
||||||
ClickableWidget colorButton;
|
|
||||||
Tab tab;
|
Tab tab;
|
||||||
|
boolean conditionsMet = true;
|
||||||
|
|
||||||
|
public EntryInfo(Field field, String modid) {
|
||||||
|
this.field = field; this.modid = modid;
|
||||||
|
if (field != null) {
|
||||||
|
this.fieldName = field.getName();
|
||||||
|
this.dataType = getUnderlyingType(field);
|
||||||
|
this.entry = field.getAnnotation(Entry.class);
|
||||||
|
this.comment = field.getAnnotation(Comment.class);
|
||||||
|
this.conditions = field.getAnnotationsByType(Condition.class);
|
||||||
|
} else { this.fieldName = ""; this.dataType = null; }
|
||||||
|
if (entry != null && !entry.name().isEmpty()) this.name = Text.translatable(entry.name());
|
||||||
|
else if (comment != null && !comment.name().isEmpty()) this.name = Text.translatable(comment.name());
|
||||||
|
}
|
||||||
|
public void setValue(Object value) {
|
||||||
|
if (this.field.getType() != List.class) { this.value = value;
|
||||||
|
this.tempValue = value.toString();
|
||||||
|
} else { writeList(this.listIndex, value);
|
||||||
|
this.tempValue = toTemporaryValue(); }
|
||||||
|
}
|
||||||
|
public String toTemporaryValue() {
|
||||||
|
if (this.field.getType() != List.class) return this.value.toString();
|
||||||
|
else try { return ((List<?>) this.value).get(this.listIndex).toString(); } catch (Exception ignored) {return "";}
|
||||||
|
}
|
||||||
|
public void updateFieldValue() {
|
||||||
|
try {
|
||||||
|
if (this.field.get(null) != value) entries.values().forEach(EntryInfo::updateConditions);
|
||||||
|
this.field.set(null, this.value);
|
||||||
|
} catch (IllegalAccessException ignored) {}
|
||||||
|
}
|
||||||
|
@SuppressWarnings("ConstantValue") //pertains to requiredModLoaded
|
||||||
|
public void updateConditions() {
|
||||||
|
boolean prevConditionState = this.conditionsMet;
|
||||||
|
if (this.conditions.length > 0) this.conditionsMet = true; // reset conditions
|
||||||
|
for (Condition condition : this.conditions) {
|
||||||
|
if (!condition.requiredModId().isEmpty() && !PlatformFunctions.isModLoaded(condition.requiredModId()))
|
||||||
|
this.conditionsMet = false;
|
||||||
|
String requiredOption = condition.requiredOption().contains(":") ? condition.requiredOption() : (this.modid + ":" + condition.requiredOption());
|
||||||
|
if (entries.get(requiredOption) != null) {
|
||||||
|
EntryInfo info = entries.get(requiredOption);
|
||||||
|
this.conditionsMet &= List.of(condition.requiredValue()).contains(info.tempValue);
|
||||||
|
}
|
||||||
|
if (!this.conditionsMet) break;
|
||||||
|
}
|
||||||
|
if (prevConditionState != this.conditionsMet) reloadScreen = true;
|
||||||
|
}
|
||||||
|
public <T> void writeList(int index, T value) {
|
||||||
|
var list = (List<T>) this.value;
|
||||||
|
if (index >= list.size()) list.add(value);
|
||||||
|
else list.set(index, value);
|
||||||
|
}
|
||||||
|
public Tooltip getTooltip(boolean isButton) {
|
||||||
|
String key = this.modid + ".midnightconfig."+this.fieldName+(!isButton ? ".label" : "" )+".tooltip";
|
||||||
|
return Tooltip.of(isButton && this.error != null ? this.error : I18n.hasTranslation(key) ? Text.translatable(key) : Text.empty());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final Map<String, Class<? extends MidnightConfig>> configClass = new HashMap<>();
|
public static final Map<String, Class<? extends MidnightConfig>> configClass = new HashMap<>();
|
||||||
private static Path path;
|
private static Path path;
|
||||||
|
|
||||||
private static final Gson gson = new GsonBuilder().excludeFieldsWithModifiers(Modifier.TRANSIENT).excludeFieldsWithModifiers(Modifier.PRIVATE).addSerializationExclusionStrategy(new HiddenAnnotationExclusionStrategy()).setPrettyPrinting().create();
|
private static final Gson gson = new GsonBuilder()
|
||||||
|
.excludeFieldsWithModifiers(Modifier.TRANSIENT).excludeFieldsWithModifiers(Modifier.PRIVATE)
|
||||||
|
.addSerializationExclusionStrategy(new NonEntryExclusionStrategy())
|
||||||
|
.registerTypeAdapter(Identifier.class, new Identifier.Serializer()).setPrettyPrinting().create();
|
||||||
|
|
||||||
|
public static void loadValuesFromJson(String modid) {
|
||||||
|
try { gson.fromJson(Files.newBufferedReader(path), configClass.get(modid)); }
|
||||||
|
catch (Exception e) { write(modid); }
|
||||||
|
entries.values().forEach(info -> {
|
||||||
|
if (info.field != null && info.entry != null) {
|
||||||
|
try {
|
||||||
|
info.value = info.field.get(null);
|
||||||
|
info.tempValue = info.toTemporaryValue();
|
||||||
|
info.updateConditions();
|
||||||
|
} catch (IllegalAccessException ignored) {}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
public static void init(String modid, Class<? extends MidnightConfig> config) {
|
public static void init(String modid, Class<? extends MidnightConfig> config) {
|
||||||
path = PlatformFunctions.getConfigDirectory().resolve(modid + ".json");
|
path = PlatformFunctions.getConfigDirectory().resolve(modid + ".json");
|
||||||
configClass.put(modid, config);
|
configClass.put(modid, config);
|
||||||
|
|
||||||
for (Field field : config.getFields()) {
|
for (Field field : config.getFields()) {
|
||||||
EntryInfo info = new EntryInfo();
|
EntryInfo info = new EntryInfo(field, modid);
|
||||||
if ((field.isAnnotationPresent(Entry.class) || field.isAnnotationPresent(Comment.class)) && !field.isAnnotationPresent(Server.class) && !field.isAnnotationPresent(Hidden.class) && PlatformFunctions.isClientEnv())
|
if ((field.isAnnotationPresent(Entry.class) || field.isAnnotationPresent(Comment.class)) && !field.isAnnotationPresent(Server.class) && !field.isAnnotationPresent(Hidden.class) && PlatformFunctions.isClientEnv())
|
||||||
initClient(modid, field, info);
|
initClient(modid, field, info);
|
||||||
if (field.isAnnotationPresent(Comment.class)) info.centered = field.getAnnotation(Comment.class).centered();
|
|
||||||
if (field.isAnnotationPresent(Entry.class))
|
if (field.isAnnotationPresent(Entry.class))
|
||||||
try {
|
try { info.defaultValue = field.get(null);
|
||||||
info.defaultValue = field.get(null);
|
|
||||||
} catch (IllegalAccessException ignored) {}
|
|
||||||
}
|
|
||||||
try { gson.fromJson(Files.newBufferedReader(path), config); }
|
|
||||||
catch (Exception e) { write(modid); }
|
|
||||||
|
|
||||||
for (EntryInfo info : entries) {
|
|
||||||
if (info.field.isAnnotationPresent(Entry.class))
|
|
||||||
try {
|
|
||||||
info.value = info.field.get(null);
|
|
||||||
info.tempValue = info.value.toString();
|
|
||||||
} catch (IllegalAccessException ignored) {}
|
} catch (IllegalAccessException ignored) {}
|
||||||
}
|
}
|
||||||
|
loadValuesFromJson(modid);
|
||||||
}
|
}
|
||||||
@Environment(EnvType.CLIENT)
|
@Environment(EnvType.CLIENT)
|
||||||
private static void initClient(String modid, Field field, EntryInfo info) {
|
private static void initClient(String modid, Field field, EntryInfo info) {
|
||||||
Class<?> type = field.getType();
|
Entry e = info.entry;
|
||||||
Entry e = field.getAnnotation(Entry.class);
|
String key = modid + ":" + field.getName();
|
||||||
info.width = e != null ? e.width() : 0;
|
|
||||||
info.field = field;
|
|
||||||
info.id = modid;
|
|
||||||
|
|
||||||
if (e != null) {
|
if (e != null) {
|
||||||
if (!e.name().isEmpty()) info.name = Text.translatable(e.name());
|
if (info.dataType == int.class) textField(info, Integer::parseInt, INTEGER_ONLY, (int) e.min(), (int) e.max(), true);
|
||||||
if (type == int.class) textField(info, Integer::parseInt, INTEGER_ONLY, (int) e.min(), (int) e.max(), true);
|
else if (info.dataType == float.class) textField(info, Float::parseFloat, DECIMAL_ONLY, (float) e.min(), (float) e.max(), false);
|
||||||
else if (type == float.class) textField(info, Float::parseFloat, DECIMAL_ONLY, (float) e.min(), (float) e.max(), false);
|
else if (info.dataType == double.class) textField(info, Double::parseDouble, DECIMAL_ONLY, e.min(), e.max(), false);
|
||||||
else if (type == double.class) textField(info, Double::parseDouble, DECIMAL_ONLY, e.min(), e.max(), false);
|
else if (info.dataType == String.class || info.dataType == Identifier.class) textField(info, String::length, null, Math.min(e.min(), 0), Math.max(e.max(), 1), true);
|
||||||
else if (type == String.class || type == List.class) textField(info, String::length, null, Math.min(e.min(), 0), Math.max(e.max(), 1), true);
|
else if (info.dataType == boolean.class) {
|
||||||
else if (type == boolean.class) {
|
|
||||||
Function<Object, Text> func = value -> Text.translatable((Boolean) value ? "gui.yes" : "gui.no").formatted((Boolean) value ? Formatting.GREEN : Formatting.RED);
|
Function<Object, Text> func = value -> Text.translatable((Boolean) value ? "gui.yes" : "gui.no").formatted((Boolean) value ? Formatting.GREEN : Formatting.RED);
|
||||||
info.widget = new AbstractMap.SimpleEntry<ButtonWidget.PressAction, Function<Object, Text>>(button -> {
|
info.function = new AbstractMap.SimpleEntry<ButtonWidget.PressAction, Function<Object, Text>>(button -> {
|
||||||
info.value = !(Boolean) info.value;
|
info.setValue(!(Boolean) info.value); button.setMessage(func.apply(info.value));
|
||||||
button.setMessage(func.apply(info.value));
|
|
||||||
}, func);
|
}, func);
|
||||||
} else if (type.isEnum()) {
|
} else if (info.dataType.isEnum()) {
|
||||||
List<?> values = Arrays.asList(field.getType().getEnumConstants());
|
List<?> values = Arrays.asList(field.getType().getEnumConstants());
|
||||||
Function<Object, Text> func = value -> Text.translatable(modid + ".midnightconfig." + "enum." + type.getSimpleName() + "." + info.value.toString());
|
Function<Object, Text> func = value -> getEnumTranslatableText(value, modid, info);
|
||||||
info.widget = new AbstractMap.SimpleEntry<ButtonWidget.PressAction, Function<Object, Text>>(button -> {
|
info.function = new AbstractMap.SimpleEntry<ButtonWidget.PressAction, Function<Object, Text>>(button -> {
|
||||||
int index = values.indexOf(info.value) + 1;
|
int index = values.indexOf(info.value) + 1;
|
||||||
info.value = values.get(index >= values.size() ? 0 : index);
|
info.setValue(values.get(index >= values.size() ? 0 : index));
|
||||||
button.setMessage(func.apply(info.value));
|
button.setMessage(func.apply(info.value));
|
||||||
}, func);
|
}, func);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
entries.add(info);
|
entries.put(key, info);
|
||||||
}
|
}
|
||||||
public static Tooltip getTooltip(EntryInfo info) {
|
public static Class<?> getUnderlyingType(Field field) {
|
||||||
String key = info.id + ".midnightconfig."+info.field.getName()+".tooltip";
|
Class<?> rawType = field.getType();
|
||||||
return Tooltip.of(info.error != null ? info.error : I18n.hasTranslation(key) ? Text.translatable(key) : Text.empty());
|
if (field.getType() == List.class)
|
||||||
|
rawType = (Class<?>) ((ParameterizedType) field.getGenericType()).getActualTypeArguments()[0];
|
||||||
|
try { return (Class<?>) rawType.getField("TYPE").get(null); // Tries to get primitive types from non-primitives (e.g. Boolean -> boolean)
|
||||||
|
} catch (NoSuchFieldException | IllegalAccessException ignored) { return rawType; }
|
||||||
|
}
|
||||||
|
|
||||||
|
private static Text getEnumTranslatableText(Object value, String modid, EntryInfo info) {
|
||||||
|
if (value instanceof TranslatableOption translatableOption) return translatableOption.getText();
|
||||||
|
|
||||||
|
String translationKey = "%s.midnightconfig.enum.%s.%s".formatted(modid, info.dataType.getSimpleName(), info.toTemporaryValue());
|
||||||
|
return I18n.hasTranslation(translationKey) ? Text.translatable(translationKey) : Text.literal(info.toTemporaryValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void textField(EntryInfo info, Function<String,Number> f, Pattern pattern, double min, double max, boolean cast) {
|
private static void textField(EntryInfo info, Function<String,Number> f, Pattern pattern, double min, double max, boolean cast) {
|
||||||
boolean isNumber = pattern != null;
|
boolean isNumber = pattern != null;
|
||||||
info.widget = (BiFunction<TextFieldWidget, ButtonWidget, Predicate<String>>) (t, b) -> s -> {
|
info.function = (BiFunction<TextFieldWidget, ButtonWidget, Predicate<String>>) (t, b) -> s -> {
|
||||||
s = s.trim();
|
s = s.trim();
|
||||||
if (!(s.isEmpty() || !isNumber || pattern.matcher(s).matches())) return false;
|
if (!(s.isEmpty() || !isNumber || pattern.matcher(s).matches()) ||
|
||||||
|
(info.dataType == Identifier.class && Identifier.validate(s).equals(DataResult.success(new Identifier(s))))) return false; // inline substitution for "isError"
|
||||||
Number value = 0;
|
Number value = 0; boolean inLimits = false; info.error = null;
|
||||||
boolean inLimits = false;
|
|
||||||
info.error = null;
|
|
||||||
if (!(isNumber && s.isEmpty()) && !s.equals("-") && !s.equals(".")) {
|
if (!(isNumber && s.isEmpty()) && !s.equals("-") && !s.equals(".")) {
|
||||||
try { value = f.apply(s); } catch(NumberFormatException e){ return false; }
|
try { value = f.apply(s); } catch(NumberFormatException e){ return false; }
|
||||||
inLimits = value.doubleValue() >= min && value.doubleValue() <= max;
|
inLimits = value.doubleValue() >= min && value.doubleValue() <= max;
|
||||||
info.error = inLimits? null : Text.literal(value.doubleValue() < min ?
|
info.error = inLimits? null : Text.literal(value.doubleValue() < min ?
|
||||||
"§cMinimum " + (isNumber? "value" : "length") + (cast? " is " + (int)min : " is " + min) :
|
"§cMinimum " + (isNumber? "value" : "length") + (cast? " is " + (int)min : " is " + min) :
|
||||||
"§cMaximum " + (isNumber? "value" : "length") + (cast? " is " + (int)max : " is " + max)).formatted(Formatting.RED);
|
"§cMaximum " + (isNumber? "value" : "length") + (cast? " is " + (int)max : " is " + max)).formatted(Formatting.RED);
|
||||||
t.setTooltip(getTooltip(info));
|
t.setTooltip(info.getTooltip(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
info.tempValue = s;
|
info.tempValue = s;
|
||||||
t.setEditableColor(inLimits? 0xFFFFFFFF : 0xFFFF7777);
|
t.setEditableColor(inLimits? 0xFFFFFFFF : 0xFFFF7777);
|
||||||
info.inLimits = inLimits;
|
info.inLimits = inLimits;
|
||||||
b.active = entries.stream().allMatch(e -> e.inLimits);
|
b.active = entries.values().stream().allMatch(e -> e.inLimits);
|
||||||
|
|
||||||
if (inLimits && info.field.getType() != List.class)
|
if (inLimits) {
|
||||||
info.value = isNumber? value : s;
|
if (info.dataType == Identifier.class) info.setValue(Identifier.tryParse(s));
|
||||||
else if (inLimits) {
|
else info.setValue(isNumber ? value : s);
|
||||||
if (((List<String>) info.value).size() == info.index) ((List<String>) info.value).add("");
|
|
||||||
((List<String>) info.value).set(info.index, Arrays.stream(info.tempValue.replace("[", "").replace("]", "").split(", ")).toList().getFirst());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (info.field.getAnnotation(Entry.class).isColor()) {
|
if (info.entry.isColor()) {
|
||||||
if (!s.contains("#")) s = '#' + s;
|
if (!s.contains("#")) s = '#' + s;
|
||||||
if (!HEXADECIMAL_ONLY.matcher(s).matches()) return false;
|
if (!HEXADECIMAL_ONLY.matcher(s).matches()) return false;
|
||||||
try {
|
try { info.actionButton.setMessage(Text.literal("⬛").setStyle(Style.EMPTY.withColor(Color.decode(info.tempValue).getRGB())));
|
||||||
info.colorButton.setMessage(Text.literal("⬛").setStyle(Style.EMPTY.withColor(Color.decode(info.tempValue).getRGB())));
|
|
||||||
} catch (Exception ignored) {}
|
} catch (Exception ignored) {}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
@@ -184,19 +251,22 @@ public abstract class MidnightConfig {
|
|||||||
public static MidnightConfig getClass(String modid) {
|
public static MidnightConfig getClass(String modid) {
|
||||||
try { return configClass.get(modid).getDeclaredConstructor().newInstance(); } catch (Exception e) {throw new RuntimeException(e);}
|
try { return configClass.get(modid).getDeclaredConstructor().newInstance(); } catch (Exception e) {throw new RuntimeException(e);}
|
||||||
}
|
}
|
||||||
public static void write(String modid) {
|
public static void write(String modid) { getClass(modid).writeChanges(modid); }
|
||||||
getClass(modid).writeChanges(modid);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void writeChanges(String modid) {
|
public void writeChanges(String modid) {
|
||||||
path = PlatformFunctions.getConfigDirectory().resolve(modid + ".json");
|
try { if (!Files.exists(path = PlatformFunctions.getConfigDirectory().resolve(modid + ".json"))) Files.createFile(path);
|
||||||
try {
|
Files.write(path, gson.toJson(getClass(modid)).getBytes());
|
||||||
if (!Files.exists(path)) Files.createFile(path);
|
} catch (Exception e) { e.fillInStackTrace(); }
|
||||||
Files.write(path, gson.toJson(getClass(modid)).getBytes());
|
|
||||||
} catch (Exception e) {
|
|
||||||
e.fillInStackTrace();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("unused") // Utility for mod authors
|
||||||
|
public static @Nullable Object getDefaultValue(String modid, String entry) {
|
||||||
|
String key = modid + ":" + entry;
|
||||||
|
return entries.containsKey(key) ? entries.get(key).defaultValue : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void onTabInit(String tabName, MidnightConfigListWidget list, MidnightConfigScreen screen) {}
|
||||||
|
|
||||||
@Environment(EnvType.CLIENT)
|
@Environment(EnvType.CLIENT)
|
||||||
public static Screen getScreen(Screen parent, String modid) {
|
public static Screen getScreen(Screen parent, String modid) {
|
||||||
return new MidnightConfigScreen(parent, modid);
|
return new MidnightConfigScreen(parent, modid);
|
||||||
@@ -204,37 +274,32 @@ public abstract class MidnightConfig {
|
|||||||
@Environment(EnvType.CLIENT)
|
@Environment(EnvType.CLIENT)
|
||||||
public static class MidnightConfigScreen extends Screen {
|
public static class MidnightConfigScreen extends Screen {
|
||||||
protected MidnightConfigScreen(Screen parent, String modid) {
|
protected MidnightConfigScreen(Screen parent, String modid) {
|
||||||
super(Text.translatable(modid + ".midnightconfig." + "title"));
|
super(Text.translatable(modid + ".midnightconfig.title"));
|
||||||
this.parent = parent;
|
this.parent = parent; this.modid = modid;
|
||||||
this.modid = modid;
|
|
||||||
this.translationPrefix = modid + ".midnightconfig.";
|
this.translationPrefix = modid + ".midnightconfig.";
|
||||||
loadValues();
|
loadValuesFromJson(modid);
|
||||||
|
entries.values().forEach(info -> {
|
||||||
for (EntryInfo e : entries) {
|
if (info.modid.equals(modid)) {
|
||||||
if (e.id.equals(modid)) {
|
String tabId = info.entry != null ? info.entry.category() : info.comment.category();
|
||||||
String tabId = e.field.isAnnotationPresent(Entry.class) ? e.field.getAnnotation(Entry.class).category() : e.field.getAnnotation(Comment.class).category();
|
|
||||||
String name = translationPrefix + "category." + tabId;
|
String name = translationPrefix + "category." + tabId;
|
||||||
if (!I18n.hasTranslation(name) && tabId.equals("default"))
|
if (!I18n.hasTranslation(name) && tabId.equals("default"))
|
||||||
name = translationPrefix + "title";
|
name = translationPrefix + "title";
|
||||||
if (!tabs.containsKey(name)) {
|
if (!tabs.containsKey(name)) {
|
||||||
Tab tab = new GridScreenTab(Text.translatable(name));
|
Tab tab = new GridScreenTab(Text.translatable(name));
|
||||||
e.tab = tab;
|
info.tab = tab; tabs.put(name, tab);
|
||||||
tabs.put(name, tab);
|
} else info.tab = tabs.get(name);
|
||||||
} else e.tab = tabs.get(name);
|
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
tabNavigation = TabNavigationWidget.builder(tabManager, this.width).tabs(tabs.values().toArray(new Tab[0])).build();
|
tabNavigation = TabNavigationWidget.builder(tabManager, this.width).tabs(tabs.values().toArray(new Tab[0])).build();
|
||||||
tabNavigation.selectTab(0, false);
|
tabNavigation.selectTab(0, false);
|
||||||
tabNavigation.init();
|
tabNavigation.init();
|
||||||
prevTab = tabManager.getCurrentTab();
|
prevTab = tabManager.getCurrentTab();
|
||||||
}
|
}
|
||||||
public final String translationPrefix;
|
public final String translationPrefix, modid;
|
||||||
public final Screen parent;
|
public final Screen parent;
|
||||||
public final String modid;
|
|
||||||
public MidnightConfigListWidget list;
|
public MidnightConfigListWidget list;
|
||||||
public boolean reload = false;
|
|
||||||
public TabManager tabManager = new TabManager(a -> {}, a -> {});
|
public TabManager tabManager = new TabManager(a -> {}, a -> {});
|
||||||
public Map<String, Tab> tabs = new HashMap<>();
|
public Map<String, Tab> tabs = new LinkedHashMap<>();
|
||||||
public Tab prevTab;
|
public Tab prevTab;
|
||||||
public TabNavigationWidget tabNavigation;
|
public TabNavigationWidget tabNavigation;
|
||||||
public ButtonWidget done;
|
public ButtonWidget done;
|
||||||
@@ -246,199 +311,227 @@ public abstract class MidnightConfig {
|
|||||||
super.tick();
|
super.tick();
|
||||||
if (prevTab != null && prevTab != tabManager.getCurrentTab()) {
|
if (prevTab != null && prevTab != tabManager.getCurrentTab()) {
|
||||||
prevTab = tabManager.getCurrentTab();
|
prevTab = tabManager.getCurrentTab();
|
||||||
this.list.clear();
|
updateList(); list.setScrollAmount(0);
|
||||||
fillList();
|
|
||||||
list.setScrollAmount(0);
|
|
||||||
}
|
}
|
||||||
scrollProgress = list.getScrollAmount();
|
scrollProgress = list.getScrollAmount();
|
||||||
for (EntryInfo info : entries) {
|
for (EntryInfo info : entries.values()) info.updateFieldValue();
|
||||||
try {info.field.set(null, info.value);} catch (IllegalAccessException ignored) {}
|
updateButtons();
|
||||||
}
|
if (reloadScreen) { updateList(); reloadScreen = false; }
|
||||||
updateResetButtons();
|
|
||||||
}
|
}
|
||||||
public void updateResetButtons() {
|
public void updateButtons() {
|
||||||
if (this.list != null) {
|
if (this.list != null) {
|
||||||
for (ButtonEntry entry : this.list.children()) {
|
for (ButtonEntry entry : this.list.children()) {
|
||||||
if (entry.buttons != null && entry.buttons.size() > 1 && entry.buttons.get(1) instanceof ButtonWidget button) {
|
if (entry.buttons != null && entry.buttons.size() > 1 && entry.info.field != null) {
|
||||||
button.active = !Objects.equals(entry.info.value.toString(), entry.info.defaultValue.toString());
|
if (entry.buttons.get(0) != null) {
|
||||||
}
|
ClickableWidget widget = entry.buttons.get(0);
|
||||||
}
|
if (widget.isFocused() || widget.isHovered()) widget.setTooltip(entry.info.getTooltip(true));
|
||||||
}
|
}
|
||||||
}
|
if (entry.buttons.get(1) instanceof ButtonWidget button)
|
||||||
public void loadValues() {
|
button.active = !Objects.equals(String.valueOf(entry.info.value), String.valueOf(entry.info.defaultValue)) && entry.info.conditionsMet;
|
||||||
try { gson.fromJson(Files.newBufferedReader(path), configClass.get(modid)); }
|
}}}}
|
||||||
catch (Exception e) { write(modid); }
|
|
||||||
|
|
||||||
for (EntryInfo info : entries) {
|
|
||||||
if (info.field.isAnnotationPresent(Entry.class))
|
|
||||||
try {
|
|
||||||
info.value = info.field.get(null);
|
|
||||||
info.tempValue = info.value.toString();
|
|
||||||
} catch (IllegalAccessException ignored) {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@Override
|
@Override
|
||||||
public boolean keyPressed(int keyCode, int scanCode, int modifiers) {
|
public boolean keyPressed(int keyCode, int scanCode, int modifiers) {
|
||||||
if (this.tabNavigation.trySwitchTabsWithKey(keyCode)) return true;
|
if (this.tabNavigation.trySwitchTabsWithKey(keyCode)) return true;
|
||||||
return super.keyPressed(keyCode, scanCode, modifiers);
|
return super.keyPressed(keyCode, scanCode, modifiers);
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
public void close() {
|
||||||
|
loadValuesFromJson(modid); cleanup();
|
||||||
|
Objects.requireNonNull(client).setScreen(parent);
|
||||||
|
}
|
||||||
|
private void cleanup() {
|
||||||
|
entries.values().forEach(info -> {
|
||||||
|
info.error = null; info.value = null; info.tempValue = null; info.actionButton = null; info.listIndex = 0; info.tab = null; info.inLimits = true;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
@Override
|
||||||
public void init() {
|
public void init() {
|
||||||
super.init();
|
super.init();
|
||||||
tabNavigation.setWidth(this.width);
|
tabNavigation.setWidth(this.width); tabNavigation.init();
|
||||||
tabNavigation.init();
|
|
||||||
if (tabs.size() > 1) this.addDrawableChild(tabNavigation);
|
if (tabs.size() > 1) this.addDrawableChild(tabNavigation);
|
||||||
|
|
||||||
this.addDrawableChild(ButtonWidget.builder(ScreenTexts.CANCEL, button -> {
|
this.addDrawableChild(ButtonWidget.builder(ScreenTexts.CANCEL, button -> this.close()).dimensions(this.width / 2 - 154, this.height - 26, 150, 20).build());
|
||||||
loadValues();
|
|
||||||
Objects.requireNonNull(client).setScreen(parent);
|
|
||||||
}).dimensions(this.width / 2 - 154, this.height - 26, 150, 20).build());
|
|
||||||
done = this.addDrawableChild(ButtonWidget.builder(ScreenTexts.DONE, (button) -> {
|
done = this.addDrawableChild(ButtonWidget.builder(ScreenTexts.DONE, (button) -> {
|
||||||
for (EntryInfo info : entries)
|
for (EntryInfo info : entries.values()) if (info.modid.equals(modid)) info.updateFieldValue();
|
||||||
if (info.id.equals(modid)) {
|
write(modid); cleanup();
|
||||||
try {
|
|
||||||
info.field.set(null, info.value);
|
|
||||||
} catch (IllegalAccessException ignored) {}
|
|
||||||
}
|
|
||||||
write(modid);
|
|
||||||
Objects.requireNonNull(client).setScreen(parent);
|
Objects.requireNonNull(client).setScreen(parent);
|
||||||
}).dimensions(this.width / 2 + 4, this.height - 26, 150, 20).build());
|
}).dimensions(this.width / 2 + 4, this.height - 26, 150, 20).build());
|
||||||
|
|
||||||
this.list = new MidnightConfigListWidget(this.client, this.width, this.height - 57, 24, 25);
|
this.list = new MidnightConfigListWidget(this.client, this.width, this.height, this.height - 57, 24, 25);
|
||||||
this.addSelectableChild(this.list);
|
this.addSelectableChild(this.list); fillList();
|
||||||
|
if (tabs.size() > 1) list.renderHeaderSeparator = false;
|
||||||
fillList();
|
}
|
||||||
reload = true;
|
public void updateList() {
|
||||||
|
this.list.clear(); fillList();
|
||||||
}
|
}
|
||||||
public void fillList() {
|
public void fillList() {
|
||||||
for (EntryInfo info : entries) {
|
MidnightConfig.getClass(modid).onTabInit(prevTab.getTitle().getContent() instanceof TranslatableTextContent translatable ? translatable.getKey().replace("%s.midnightconfig.category.".formatted(modid), "") : prevTab.getTitle().toString(), list, this);
|
||||||
if (info.id.equals(modid) && (info.tab == null || info.tab == tabManager.getCurrentTab())) {
|
for (EntryInfo info : entries.values()) {
|
||||||
Text name = Objects.requireNonNullElseGet(info.name, () -> Text.translatable(translationPrefix + info.field.getName()));
|
info.updateConditions();
|
||||||
TextIconButtonWidget resetButton = TextIconButtonWidget.builder(Text.translatable("controls.reset"), (button -> {
|
if (!info.conditionsMet) {
|
||||||
info.value = info.defaultValue;
|
boolean visibleButLocked = false;
|
||||||
info.tempValue = info.defaultValue.toString();
|
for (Condition condition : info.conditions) {
|
||||||
info.index = 0;
|
visibleButLocked |= condition.visibleButLocked();
|
||||||
list.clear();
|
}
|
||||||
fillList();
|
if (!visibleButLocked) continue;
|
||||||
}), true).texture(new Identifier("midnightlib","icon/reset"), 12, 12).dimension(40, 20).build();
|
}
|
||||||
resetButton.setPosition(width - 205, 0);
|
if (info.modid.equals(modid) && (info.tab == null || info.tab == tabManager.getCurrentTab())) {
|
||||||
|
Text name = Objects.requireNonNullElseGet(info.name, () -> Text.translatable(translationPrefix + info.fieldName));
|
||||||
|
IconButtonWidget resetButton = IconButtonWidget.builder(Text.translatable("controls.reset"), Identifier.of("midnightlib","icon/reset"), (button -> {
|
||||||
|
info.value = info.defaultValue; info.listIndex = 0;
|
||||||
|
info.tempValue = info.toTemporaryValue();
|
||||||
|
updateList();
|
||||||
|
}) ).build();
|
||||||
|
resetButton.setPosition(width - 205 + 150 + 25, 0);
|
||||||
|
|
||||||
if (info.widget instanceof Map.Entry) {
|
if (info.function != null) {
|
||||||
Map.Entry<ButtonWidget.PressAction, Function<Object, Text>> widget = (Map.Entry<ButtonWidget.PressAction, Function<Object, Text>>) info.widget;
|
|
||||||
if (info.field.getType().isEnum())
|
|
||||||
widget.setValue(value -> Text.translatable(translationPrefix + "enum." + info.field.getType().getSimpleName() + "." + info.value.toString()));
|
|
||||||
this.list.addButton(List.of(ButtonWidget.builder(widget.getValue().apply(info.value), widget.getKey()).dimensions(width - 160, 0, 150, 20).tooltip(getTooltip(info)).build(), resetButton), name, info);
|
|
||||||
} else if (info.field.getType() == List.class) {
|
|
||||||
if (!reload) info.index = 0;
|
|
||||||
TextFieldWidget widget = new TextFieldWidget(textRenderer, width - 160, 0, 150, 20, Text.empty());
|
|
||||||
widget.setMaxLength(info.width);
|
|
||||||
if (info.index < ((List<String>) info.value).size())
|
|
||||||
widget.setText((String.valueOf(((List<String>) info.value).get(info.index))));
|
|
||||||
Predicate<String> processor = ((BiFunction<TextFieldWidget, ButtonWidget, Predicate<String>>) info.widget).apply(widget, done);
|
|
||||||
widget.setTextPredicate(processor);
|
|
||||||
resetButton.setWidth(20);
|
|
||||||
ButtonWidget cycleButton = ButtonWidget.builder(Text.literal(String.valueOf(info.index)).formatted(Formatting.GOLD), (button -> {
|
|
||||||
if (((List<?>) info.value).contains("")) ((List<String>) info.value).remove("");
|
|
||||||
info.index = info.index + 1;
|
|
||||||
if (info.index > ((List<String>) info.value).size()) info.index = 0;
|
|
||||||
list.clear();
|
|
||||||
fillList();
|
|
||||||
})).dimensions(width - 185, 0, 20, 20).build();
|
|
||||||
widget.setTooltip(getTooltip(info));
|
|
||||||
this.list.addButton(List.of(widget, resetButton, cycleButton), name, info);
|
|
||||||
} else if (info.widget != null) {
|
|
||||||
ClickableWidget widget;
|
ClickableWidget widget;
|
||||||
Entry e = info.field.getAnnotation(Entry.class);
|
Entry e = info.entry;
|
||||||
if (e.isSlider())
|
if (info.function instanceof Map.Entry) { // Enums & booleans
|
||||||
widget = new MidnightSliderWidget(width - 160, 0, 150, 20, Text.of(info.tempValue), (Double.parseDouble(info.tempValue) - e.min()) / (e.max() - e.min()), info);
|
var values = (Map.Entry<ButtonWidget.PressAction, Function<Object, Text>>) info.function;
|
||||||
else
|
if (info.dataType.isEnum()) {
|
||||||
widget = new TextFieldWidget(textRenderer, width - 160, 0, 150, 20, null, Text.of(info.tempValue));
|
values.setValue(value -> getEnumTranslatableText(value, modid, info));
|
||||||
|
}
|
||||||
|
widget = ButtonWidget.builder(values.getValue().apply(info.value), values.getKey()).dimensions(width - 185, 0, 150, 20).tooltip(info.getTooltip(true)).build();
|
||||||
|
} else if (e.isSlider())
|
||||||
|
widget = new MidnightSliderWidget(width - 185, 0, 150, 20, Text.of(info.tempValue), (Double.parseDouble(info.tempValue) - e.min()) / (e.max() - e.min()), info);
|
||||||
|
else widget = new TextFieldWidget(textRenderer, width - 185, 0, 150, 20, Text.empty());
|
||||||
if (widget instanceof TextFieldWidget textField) {
|
if (widget instanceof TextFieldWidget textField) {
|
||||||
textField.setMaxLength(info.width);
|
textField.setMaxLength(e.width()); textField.setText(info.tempValue);
|
||||||
textField.setText(info.tempValue);
|
Predicate<String> processor = ((BiFunction<TextFieldWidget, ButtonWidget, Predicate<String>>) info.function).apply(textField, done);
|
||||||
Predicate<String> processor = ((BiFunction<TextFieldWidget, ButtonWidget, Predicate<String>>) info.widget).apply(textField, done);
|
|
||||||
textField.setTextPredicate(processor);
|
textField.setTextPredicate(processor);
|
||||||
}
|
}
|
||||||
widget.setTooltip(getTooltip(info));
|
widget.setTooltip(info.getTooltip(true));
|
||||||
if (e.isColor()) {
|
|
||||||
resetButton.setWidth(20);
|
ButtonWidget cycleButton = null;
|
||||||
ButtonWidget colorButton = ButtonWidget.builder(Text.literal("⬛"), (button -> {
|
if (info.field.getType() == List.class) {
|
||||||
|
cycleButton = ButtonWidget.builder(Text.literal(String.valueOf(info.listIndex)).formatted(Formatting.GOLD), (button -> {
|
||||||
|
var values = (List<?>) info.value;
|
||||||
|
values.remove("");
|
||||||
|
info.listIndex = info.listIndex + 1;
|
||||||
|
if (info.listIndex > values.size()) info.listIndex = 0;
|
||||||
|
info.tempValue = info.toTemporaryValue();
|
||||||
|
if (info.listIndex == values.size()) info.tempValue = "";
|
||||||
|
updateList();
|
||||||
})).dimensions(width - 185, 0, 20, 20).build();
|
})).dimensions(width - 185, 0, 20, 20).build();
|
||||||
try {
|
}
|
||||||
colorButton.setMessage(Text.literal("⬛").setStyle(Style.EMPTY.withColor(Color.decode(info.tempValue).getRGB())));
|
if (e.isColor()) {
|
||||||
|
ButtonWidget colorButton = ButtonWidget.builder(Text.literal("⬛"),
|
||||||
|
button -> new Thread(() -> {
|
||||||
|
Color newColor = JColorChooser.showDialog(null, Text.translatable("midnightconfig.colorChooser.title").getString(), Color.decode(!Objects.equals(info.tempValue, "") ? info.tempValue : "#FFFFFF"));
|
||||||
|
if (newColor != null) {
|
||||||
|
info.setValue("#" + Integer.toHexString(newColor.getRGB()).substring(2));
|
||||||
|
updateList();
|
||||||
|
}
|
||||||
|
}).start()
|
||||||
|
).dimensions(width - 185, 0, 20, 20).build();
|
||||||
|
try { colorButton.setMessage(Text.literal("⬛").setStyle(Style.EMPTY.withColor(Color.decode(info.tempValue).getRGB())));
|
||||||
} catch (Exception ignored) {}
|
} catch (Exception ignored) {}
|
||||||
info.colorButton = colorButton;
|
info.actionButton = colorButton;
|
||||||
colorButton.active = false;
|
} else if (e.selectionMode() > -1) {
|
||||||
this.list.addButton(List.of(widget, resetButton, colorButton), name, info);
|
ButtonWidget explorerButton = IconButtonWidget.builder(Text.empty(), Identifier.of("midnightlib", "icon/explorer"),
|
||||||
} else this.list.addButton(List.of(widget, resetButton), name, info);
|
button -> new Thread(() -> {
|
||||||
} else {
|
JFileChooser fileChooser = new JFileChooser(info.tempValue);
|
||||||
this.list.addButton(List.of(), name, info);
|
fileChooser.setFileSelectionMode(e.selectionMode()); fileChooser.setDialogType(e.fileChooserType());
|
||||||
}
|
fileChooser.setDialogTitle(Text.translatable(translationPrefix + info.fieldName + ".fileChooser").getString());
|
||||||
}
|
if ((e.selectionMode() == JFileChooser.FILES_ONLY || e.selectionMode() == JFileChooser.FILES_AND_DIRECTORIES) && Arrays.stream(e.fileExtensions()).noneMatch("*"::equals))
|
||||||
list.setScrollAmount(scrollProgress);
|
fileChooser.setFileFilter(new FileNameExtensionFilter(
|
||||||
updateResetButtons();
|
Text.translatable(translationPrefix + info.fieldName + ".fileFilter").getString(), e.fileExtensions()));
|
||||||
|
if (fileChooser.showDialog(null, null) == JFileChooser.APPROVE_OPTION) {
|
||||||
|
info.setValue(fileChooser.getSelectedFile().getAbsolutePath());
|
||||||
|
updateList();
|
||||||
|
}
|
||||||
|
}).start()
|
||||||
|
).build();
|
||||||
|
explorerButton.setPosition(width - 185, 0);
|
||||||
|
info.actionButton = explorerButton;
|
||||||
|
}
|
||||||
|
List<ClickableWidget> widgets = Lists.newArrayList(widget, resetButton);
|
||||||
|
if (info.actionButton != null) {
|
||||||
|
if (IS_SYSTEM_MAC) info.actionButton.active = false;
|
||||||
|
widget.setWidth(widget.getWidth() - 22); widget.setX(widget.getX() + 22);
|
||||||
|
widgets.add(info.actionButton);
|
||||||
|
} if (cycleButton != null) {
|
||||||
|
if (info.actionButton != null) info.actionButton.setX(info.actionButton.getX() + 22);
|
||||||
|
widget.setWidth(widget.getWidth() - 22); widget.setX(widget.getX() + 22);
|
||||||
|
widgets.add(cycleButton);
|
||||||
|
}
|
||||||
|
if (!info.conditionsMet) widgets.forEach(w -> w.active = false);
|
||||||
|
this.list.addButton(widgets, name, info);
|
||||||
|
} else this.list.addButton(List.of(), name, info);
|
||||||
|
} list.setScrollAmount(scrollProgress);
|
||||||
|
updateButtons();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
|
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
|
||||||
super.render(context,mouseX,mouseY,delta);
|
super.render(context, mouseX, mouseY, delta);
|
||||||
this.list.render(context, mouseX, mouseY, delta);
|
this.list.render(context, mouseX, mouseY, delta);
|
||||||
|
if (tabs.size() < 2) context.drawCenteredTextWithShadow(textRenderer, title, width / 2, 10, 0xFFFFFFFF);
|
||||||
if (tabs.size() < 2)
|
|
||||||
context.drawCenteredTextWithShadow(textRenderer, title, width / 2, 10, 0xFFFFFF);
|
|
||||||
list.renderHeaderSeperator = tabs.size() < 2;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Environment(EnvType.CLIENT)
|
@Environment(EnvType.CLIENT)
|
||||||
public static class MidnightConfigListWidget extends ElementListWidget<ButtonEntry> {
|
public static class MidnightConfigListWidget extends ElementListWidget<ButtonEntry> {
|
||||||
boolean renderHeaderSeperator = true;
|
public boolean renderHeaderSeparator = true;
|
||||||
public MidnightConfigListWidget(MinecraftClient client, int width, int height, int y, int itemHeight) {
|
public MidnightConfigListWidget(MinecraftClient client, int width, int height, int yStart, int y, int itemHeight) { super(client, width, height, yStart, y, itemHeight); }
|
||||||
super(client, width, height, y, itemHeight);
|
@Override public int getScrollbarPositionX() { return this.width -7; }
|
||||||
}
|
|
||||||
@Override
|
|
||||||
public int getScrollbarX() { return this.width -7; }
|
|
||||||
|
|
||||||
|
/*
|
||||||
@Override
|
@Override
|
||||||
protected void drawHeaderAndFooterSeparators(DrawContext context) {
|
protected void drawHeaderAndFooterSeparators(DrawContext context) {
|
||||||
if (renderHeaderSeperator) super.drawHeaderAndFooterSeparators(context);
|
if (renderHeaderSeparator) super.drawHeaderAndFooterSeparators(context);
|
||||||
else {
|
else { RenderSystem.enableBlend();
|
||||||
RenderSystem.enableBlend();
|
|
||||||
context.drawTexture(this.client.world == null ? Screen.FOOTER_SEPARATOR_TEXTURE : Screen.INWORLD_FOOTER_SEPARATOR_TEXTURE, this.getX(), this.getBottom(), 0.0F, 0.0F, this.getWidth(), 2, 32, 2);
|
context.drawTexture(this.client.world == null ? Screen.FOOTER_SEPARATOR_TEXTURE : Screen.INWORLD_FOOTER_SEPARATOR_TEXTURE, this.getX(), this.getBottom(), 0.0F, 0.0F, this.getWidth(), 2, 32, 2);
|
||||||
RenderSystem.disableBlend();
|
RenderSystem.disableBlend(); }
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void addButton(List<ClickableWidget> buttons, Text text, EntryInfo info) {
|
|
||||||
this.addEntry(new ButtonEntry(buttons, text, info));
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
public void addButton(List<ClickableWidget> buttons, Text text, EntryInfo info) { this.addEntry(new ButtonEntry(buttons, text, info)); }
|
||||||
public void clear() { this.clearEntries(); }
|
public void clear() { this.clearEntries(); }
|
||||||
@Override
|
@Override public int getRowWidth() { return 10000; }
|
||||||
public int getRowWidth() { return 10000; }
|
|
||||||
}
|
}
|
||||||
public static class ButtonEntry extends ElementListWidget.Entry<ButtonEntry> {
|
public static class ButtonEntry extends ElementListWidget.Entry<ButtonEntry> {
|
||||||
private static final TextRenderer textRenderer = MinecraftClient.getInstance().textRenderer;
|
private static final TextRenderer textRenderer = MinecraftClient.getInstance().textRenderer;
|
||||||
|
public final Text text;
|
||||||
public final List<ClickableWidget> buttons;
|
public final List<ClickableWidget> buttons;
|
||||||
private final Text text;
|
|
||||||
public final EntryInfo info;
|
public final EntryInfo info;
|
||||||
public boolean centered = false;
|
public boolean centered = false;
|
||||||
public static final Map<ClickableWidget, Text> buttonsWithText = new HashMap<>();
|
public MultilineTextWidget title;
|
||||||
|
|
||||||
public ButtonEntry(List<ClickableWidget> buttons, Text text, EntryInfo info) {
|
public ButtonEntry(List<ClickableWidget> buttons, Text text, EntryInfo info) {
|
||||||
if (!buttons.isEmpty()) buttonsWithText.put(buttons.getFirst(),text);
|
this.buttons = buttons; this.text = text; this.info = info;
|
||||||
this.buttons = buttons;
|
if (info != null && info.comment != null) this.centered = info.comment.centered();
|
||||||
this.text = text;
|
int scaledWidth = MinecraftClient.getInstance().getWindow().getScaledWidth();
|
||||||
this.info = info;
|
|
||||||
if (info != null) this.centered = info.centered;
|
if (text != null && (!text.getString().contains("spacer") || !buttons.isEmpty())) {
|
||||||
|
title = new MultilineTextWidget((centered) ? (scaledWidth / 2 - (textRenderer.getWidth(text) / 2)) : 12, 0, text, textRenderer);
|
||||||
|
title.setCentered(centered);
|
||||||
|
if (info != null) title.setTooltip(info.getTooltip(false));
|
||||||
|
title.setMaxWidth(!buttons.isEmpty() ? buttons.get(buttons.size() > 2 ? buttons.size()-1 : 0).getX() - 16 : scaledWidth - 24);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) {
|
public void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) {
|
||||||
buttons.forEach(b -> { b.setY(y); b.render(context, mouseX, mouseY, tickDelta); });
|
buttons.forEach(b -> { b.setY(y); b.render(context, mouseX, mouseY, tickDelta);});
|
||||||
if (text != null && (!text.getString().contains("spacer") || !buttons.isEmpty())) {
|
if (title != null) {
|
||||||
int wrappedY = y;
|
title.setY(y+5);
|
||||||
for(Iterator<OrderedText> textIterator = textRenderer.wrapLines(text, (buttons.size() > 1 ? buttons.get(1).getX()-24 : MinecraftClient.getInstance().getWindow().getScaledWidth() - 24)).iterator(); textIterator.hasNext(); wrappedY += 9) {
|
title.render(context, mouseX, mouseY, tickDelta);
|
||||||
context.drawTextWithShadow(textRenderer, textIterator.next(), (centered) ? (MinecraftClient.getInstance().getWindow().getScaledWidth() / 2 - (textRenderer.getWidth(text) / 2)) : 12, wrappedY + 5, 0xFFFFFF);
|
boolean tooltipVisible = mouseX >= title.getX() && mouseX < title.getWidth() + title.getX() && mouseY >= title.getY() && mouseY < title.getHeight() + title.getY();
|
||||||
|
if (tooltipVisible && title.getTooltip() != null) context.drawOrderedTooltip(textRenderer, title.getTooltip().getLines(MinecraftClient.getInstance()), mouseX, mouseY);
|
||||||
|
|
||||||
|
if (info.entry != null && !this.buttons.isEmpty() && this.buttons.get(0) != null) {
|
||||||
|
ClickableWidget widget = this.buttons.get(0);
|
||||||
|
int idMode = this.info.entry.idMode();
|
||||||
|
if (idMode != -1) context.drawItem(idMode == 0 ? Registries.ITEM.get(Identifier.tryParse(this.info.tempValue)).getDefaultStack() : Registries.BLOCK.get(Identifier.tryParse(this.info.tempValue)).asItem().getDefaultStack(), widget.getX() + widget.getWidth() - 18, y + 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean mouseClicked(double mouseX, double mouseY, int button) {
|
||||||
|
if (this.info != null && this.info.comment != null && !this.info.comment.url().isBlank())
|
||||||
|
ConfirmLinkScreen.open(this.info.comment.url(), MinecraftClient.getInstance().currentScreen, true);
|
||||||
|
return super.mouseClicked(mouseX, mouseY, button);
|
||||||
|
}
|
||||||
|
|
||||||
public List<? extends Element> children() {return Lists.newArrayList(buttons);}
|
public List<? extends Element> children() {return Lists.newArrayList(buttons);}
|
||||||
public List<? extends Selectable> selectableChildren() {return Lists.newArrayList(buttons);}
|
public List<? extends Selectable> selectableChildren() {return Lists.newArrayList(buttons);}
|
||||||
}
|
}
|
||||||
@@ -446,45 +539,115 @@ public abstract class MidnightConfig {
|
|||||||
private final EntryInfo info; private final Entry e;
|
private final EntryInfo info; private final Entry e;
|
||||||
public MidnightSliderWidget(int x, int y, int width, int height, Text text, double value, EntryInfo info) {
|
public MidnightSliderWidget(int x, int y, int width, int height, Text text, double value, EntryInfo info) {
|
||||||
super(x, y, width, height, text, value);
|
super(x, y, width, height, text, value);
|
||||||
this.e = info.field.getAnnotation(Entry.class);
|
this.e = info.entry;
|
||||||
this.info = info;
|
this.info = info;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void updateMessage() {
|
public void updateMessage() { this.setMessage(Text.of(info.tempValue)); }
|
||||||
this.setMessage(Text.of(info.tempValue));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void applyValue() {
|
public void applyValue() {
|
||||||
if (info.field.getType() == int.class) info.value = ((Number) (e.min() + value * (e.max() - e.min()))).intValue();
|
if (info.dataType == int.class) info.setValue(((Number) (e.min() + value * (e.max() - e.min()))).intValue());
|
||||||
else if (info.field.getType() == double.class) info.value = Math.round((e.min() + value * (e.max() - e.min())) * (double) e.precision()) / (double) e.precision();
|
else if (info.dataType == double.class) info.setValue(Math.round((e.min() + value * (e.max() - e.min())) * (double) e.precision()) / (double) e.precision());
|
||||||
else if (info.field.getType() == float.class) info.value = Math.round((e.min() + value * (e.max() - e.min())) * (float) e.precision()) / (float) e.precision();
|
else if (info.dataType == float.class) info.setValue(Math.round((e.min() + value * (e.max() - e.min())) * (float) e.precision()) / (float) e.precision());
|
||||||
info.tempValue = String.valueOf(info.value);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Entry {
|
public static class NonEntryExclusionStrategy implements ExclusionStrategy {
|
||||||
int width() default 100;
|
public boolean shouldSkipClass(Class<?> clazz) { return false; }
|
||||||
|
public boolean shouldSkipField(FieldAttributes fieldAttributes) { return fieldAttributes.getAnnotation(Entry.class) == null; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Entry Annotation<br>
|
||||||
|
* - <b>width</b>: The maximum character length of the {@link String}, {@link Identifier} or String/Identifier {@link List<>} field<br>
|
||||||
|
* - <b>min</b>: The minimum value of the <code>int</code>, <code>float</code> or <code>double</code> field<br>
|
||||||
|
* - <b>max</b>: The maximum value of the <code>int</code>, <code>float</code> or <code>double</code> field<br>
|
||||||
|
* - <b>name</b>: Will be used instead of the default translation key, if not empty<br>
|
||||||
|
* - <b>selectionMode</b>: The selection mode of the file picker button for {@link String} fields,
|
||||||
|
* -1 for none, {@link JFileChooser#FILES_ONLY} for files, {@link JFileChooser#DIRECTORIES_ONLY} for directories,
|
||||||
|
* {@link JFileChooser#FILES_AND_DIRECTORIES} for both (default: -1). Remember to set the translation key
|
||||||
|
* <code>[modid].midnightconfig.[fieldName].fileChooser.title</code> for the file picker dialog title<br>
|
||||||
|
* - <b>fileChooserType</b>: The type of the file picker button for {@link String} fields,
|
||||||
|
* can be {@link JFileChooser#OPEN_DIALOG} or {@link JFileChooser#SAVE_DIALOG} (default: {@link JFileChooser#OPEN_DIALOG}).
|
||||||
|
* Remember to set the translation key <code>[modid].midnightconfig.[fieldName].fileFilter.description</code> for the file filter description
|
||||||
|
* if <code>"*"</code> is not used as file extension<br>
|
||||||
|
* - <b>fileExtensions</b>: The file extensions for the file picker button for {@link String} fields (default: <code>{"*"}</code>),
|
||||||
|
* only works if selectionMode is {@link JFileChooser#FILES_ONLY} or {@link JFileChooser#FILES_AND_DIRECTORIES}<br>
|
||||||
|
* - <b>isColor</b>: If the field is a hexadecimal color code (default: false)<br>
|
||||||
|
* - <b>isSlider</b>: If the field is a slider (default: false)<br>
|
||||||
|
* - <b>precision</b>: The precision of the <code>float</code> or <code>double</code> field (default: 100)<br>
|
||||||
|
* - <b>category</b>: The category of the field in the config screen (default: "default")<br>
|
||||||
|
* */
|
||||||
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
|
@Target(ElementType.FIELD)
|
||||||
|
public @interface Entry {
|
||||||
|
int width() default 400;
|
||||||
double min() default Double.MIN_NORMAL;
|
double min() default Double.MIN_NORMAL;
|
||||||
double max() default Double.MAX_VALUE;
|
double max() default Double.MAX_VALUE;
|
||||||
String name() default "";
|
String name() default "";
|
||||||
|
int selectionMode() default -1; // -1 for none, 0 for file, 1 for directory, 2 for both
|
||||||
|
int fileChooserType() default JFileChooser.OPEN_DIALOG;
|
||||||
|
String[] fileExtensions() default {"*"};
|
||||||
|
int idMode() default -1; // -1 for none, 0 for item, 1 for block
|
||||||
boolean isColor() default false;
|
boolean isColor() default false;
|
||||||
boolean isSlider() default false;
|
boolean isSlider() default false;
|
||||||
int precision() default 100;
|
int precision() default 100;
|
||||||
String category() default "default";
|
String category() default "default";
|
||||||
|
@Deprecated String requiredMod() default "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Client {}
|
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Client {}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hides the entry in config screens, but still makes it accessible through the command {@code /midnightconfig MOD_ID ENTRY} and directly editing the config file.
|
||||||
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Server {}
|
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Server {}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hides the entry entirely.
|
||||||
|
* Accessible only through directly editing the config file.
|
||||||
|
* Perfect for saving persistent internal data.
|
||||||
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Hidden {}
|
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Hidden {}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Comment Annotation<br>
|
||||||
|
* - <b>{@link Comment#centered()}</b>: If the comment should be centered<br>
|
||||||
|
* - <b>{@link Comment#category()}</b>: The category of the comment in the config screen<br>
|
||||||
|
* - <b>{@link Comment#name()}</b>: Will be used instead of the default translation key, if not empty<br>
|
||||||
|
* - <b>{@link Comment#url()}</b>: The url of the comment should link to in the config screen (none if left empty)<br>
|
||||||
|
* */
|
||||||
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Comment {
|
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Comment {
|
||||||
boolean centered() default false;
|
boolean centered() default false;
|
||||||
String category() default "default";
|
String category() default "default";
|
||||||
|
String name() default "";
|
||||||
|
String url() default "";
|
||||||
|
@Deprecated String requiredMod() default "";
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Condition Annotation<br>
|
||||||
|
* - <b>{@link Condition#requiredModId()}</b>: The id of a mod that is required to be loaded.<br>
|
||||||
|
* - <b>{@link Condition#requiredOption()}</b>: The {@link Field} which will be used to check the condition. Can also access options of other MidnightLib mods ("modid:optionName").<br>
|
||||||
|
* - <b>{@link Condition#requiredValue()}</b>: The value that {@link Condition#requiredOption()} should be set to for the condition to be met.<br>
|
||||||
|
* - <b>{@link Condition#visibleButLocked()}</b>: The behaviour to take when {@link Condition#requiredModId} is not loaded
|
||||||
|
* or {@link Condition#requiredOption()} returns a value that is not {@link Condition#requiredValue()}.<br>
|
||||||
|
* <code>true</code> – Option is visible, but not editable<br>
|
||||||
|
* <code>false</code> – Option is completely hidden
|
||||||
|
*/
|
||||||
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
|
@Repeatable(Conditions.class)
|
||||||
|
@Target(ElementType.FIELD)
|
||||||
|
public @interface Condition {
|
||||||
|
String requiredModId() default "";
|
||||||
|
String requiredOption() default "";
|
||||||
|
String[] requiredValue() default {"true"};
|
||||||
|
boolean visibleButLocked() default false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class HiddenAnnotationExclusionStrategy implements ExclusionStrategy {
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
public boolean shouldSkipClass(Class<?> clazz) { return false; }
|
@Target(ElementType.FIELD)
|
||||||
public boolean shouldSkipField(FieldAttributes fieldAttributes) {
|
public @interface Conditions {
|
||||||
return fieldAttributes.getAnnotation(Entry.class) == null;
|
Condition[] value();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -8,9 +8,7 @@ public class MidnightColorUtil {
|
|||||||
* @return Color as RGB
|
* @return Color as RGB
|
||||||
*/
|
*/
|
||||||
public static Color hex2Rgb(String colorStr) {
|
public static Color hex2Rgb(String colorStr) {
|
||||||
try {
|
try { return Color.decode("#" + colorStr.replace("#", ""));
|
||||||
return Color.decode("#" + colorStr.replace("#", ""));
|
} catch (Exception ignored) { return Color.BLACK; }
|
||||||
} catch (Exception ignored) {}
|
|
||||||
return Color.BLACK;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,11 @@ import net.minecraft.server.command.ServerCommandSource;
|
|||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
|
|
||||||
public class PlatformFunctions {
|
public class PlatformFunctions {
|
||||||
|
@ExpectPlatform
|
||||||
|
public static String getPlatformName() {
|
||||||
|
// Just throw an error, the content should get replaced at runtime.
|
||||||
|
throw new AssertionError();
|
||||||
|
}
|
||||||
@ExpectPlatform
|
@ExpectPlatform
|
||||||
public static Path getConfigDirectory() {
|
public static Path getConfigDirectory() {
|
||||||
// Just throw an error, the content should get replaced at runtime.
|
// Just throw an error, the content should get replaced at runtime.
|
||||||
|
|||||||
@@ -0,0 +1,40 @@
|
|||||||
|
package eu.midnightdust.lib.util.screen;
|
||||||
|
|
||||||
|
import com.mojang.blaze3d.systems.RenderSystem;
|
||||||
|
import net.minecraft.client.gui.DrawContext;
|
||||||
|
import net.minecraft.client.gui.widget.TexturedButtonWidget;
|
||||||
|
import net.minecraft.client.render.GameRenderer;
|
||||||
|
import net.minecraft.client.util.math.MatrixStack;
|
||||||
|
import net.minecraft.text.Text;
|
||||||
|
import net.minecraft.util.Identifier;
|
||||||
|
|
||||||
|
public class TexturedOverlayButtonWidget extends TexturedButtonWidget {
|
||||||
|
|
||||||
|
public TexturedOverlayButtonWidget(int x, int y, int width, int height, int u, int v, Identifier texture, PressAction pressAction) {
|
||||||
|
super(x, y, width, height, u, v, texture, pressAction);
|
||||||
|
}
|
||||||
|
|
||||||
|
public TexturedOverlayButtonWidget(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, PressAction pressAction) {
|
||||||
|
super(x, y, width, height, u, v, hoveredVOffset, texture, pressAction);
|
||||||
|
}
|
||||||
|
|
||||||
|
public TexturedOverlayButtonWidget(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, int textureWidth, int textureHeight, PressAction pressAction) {
|
||||||
|
super(x, y, width, height, u, v, hoveredVOffset, texture, textureWidth, textureHeight, pressAction);
|
||||||
|
}
|
||||||
|
|
||||||
|
public TexturedOverlayButtonWidget(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, int textureWidth, int textureHeight, PressAction pressAction, Text text) {
|
||||||
|
super(x, y, width, height, u, v, hoveredVOffset, texture, textureWidth, textureHeight, pressAction, text);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void renderButton(DrawContext context, int mouseX, int mouseY, float delta) {
|
||||||
|
int i = 66;
|
||||||
|
if (!this.isNarratable()) {
|
||||||
|
i += hoveredVOffset * 2;
|
||||||
|
} else if (this.isSelected()) {
|
||||||
|
i += hoveredVOffset;
|
||||||
|
}
|
||||||
|
context.drawNineSlicedTexture(WIDGETS_TEXTURE, this.getX(), this.getY(), this.width, this.height, 4, 200, 20, 0, i);
|
||||||
|
super.renderButton(context, mouseX, mouseY, delta);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,6 +2,6 @@
|
|||||||
"midnightlib.overview.title":"MidnightConfig Übersicht",
|
"midnightlib.overview.title":"MidnightConfig Übersicht",
|
||||||
"midnightlib.midnightconfig.title":"MidnightLib Konfiguration",
|
"midnightlib.midnightconfig.title":"MidnightLib Konfiguration",
|
||||||
"midnightlib.midnightconfig.config_screen_list":"Konfigurationsübersicht",
|
"midnightlib.midnightconfig.config_screen_list":"Konfigurationsübersicht",
|
||||||
"modmenu.descriptionTranslation.midnightlib": "Code-Bibliothek für einfache Konfiguration.\nStellt eine Konfigurationsschnittstelle, automatische Kompatibilität und oft genutzten Code bereit.",
|
"modmenu.summaryTranslation.midnightlib": "Code-Bibliothek für einfache Konfiguration.",
|
||||||
"modmenu.summaryTranslation.midnightlib": "Code-Bibliothek für einfache Konfiguration."
|
"midnightconfig.colorChooser.title": "Wähle eine Farbe"
|
||||||
}
|
}
|
||||||
@@ -8,6 +8,6 @@
|
|||||||
"midnightlib.modrinth":"Modrinth",
|
"midnightlib.modrinth":"Modrinth",
|
||||||
"midnightlib.curseforge":"CurseForge",
|
"midnightlib.curseforge":"CurseForge",
|
||||||
"midnightlib.wiki":"Wiki",
|
"midnightlib.wiki":"Wiki",
|
||||||
"modmenu.descriptionTranslation.midnightlib": "Common Library for easy configuration.\nProvides a config api, automatic integration with other mods and common utils.",
|
"modmenu.summaryTranslation.midnightlib": "Common Library for easy configuration.",
|
||||||
"modmenu.summaryTranslation.midnightlib": "Common Library for easy configuration."
|
"midnightconfig.colorChooser.title": "Choose a color"
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"midnightlib.overview.title": "Visión general de MidnightConfig",
|
||||||
|
"midnightlib.midnightconfig.title": "Configuración de MidnightLib",
|
||||||
|
"midnightlib.midnightconfig.config_screen_list": "Habilitar lista de pantallas de configuración",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE": "§aSí",
|
||||||
|
"modmenu.summaryTranslation.midnightlib": "Librería común para facilitar la configuración.",
|
||||||
|
"midnightconfig.colorChooser.title": "Elegí un color"
|
||||||
|
}
|
||||||
@@ -4,6 +4,5 @@
|
|||||||
"midnightlib.midnightconfig.config_screen_list":"Activer la liste de l'écran de configuration",
|
"midnightlib.midnightconfig.config_screen_list":"Activer la liste de l'écran de configuration",
|
||||||
"midnightlib.midnightconfig.enum.ConfigButton.TRUE":"§aOui",
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE":"§aOui",
|
||||||
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§cNon",
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§cNon",
|
||||||
"modmenu.descriptionTranslation.midnightlib": "Bibliothèque commune pour les mods de la Team MidnightDust.\nFournit une API de configuration, une intégration automatique avec d'autres mods et des utilitaires courants.",
|
|
||||||
"modmenu.summaryTranslation.midnightlib": "Bibliothèque commune pour les mods de la Team MidnightDust."
|
"modmenu.summaryTranslation.midnightlib": "Bibliothèque commune pour les mods de la Team MidnightDust."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"midnightlib.overview.title": "Ikhtisar MidnightConfig",
|
||||||
|
"midnightlib.midnightconfig.title": "Konfigurasi MidnightLib",
|
||||||
|
"midnightlib.midnightconfig.config_screen_list": "Dayakan Senarai Skrin Konfigurasi",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE": "§aYa",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE": "§cTidak",
|
||||||
|
"modmenu.summaryTranslation.midnightlib": "Pustaka Biasa untuk konfigurasi mudah."
|
||||||
|
}
|
||||||
@@ -4,6 +4,5 @@
|
|||||||
"midnightlib.midnightconfig.config_screen_list":"Ativar lista de telas de configuração",
|
"midnightlib.midnightconfig.config_screen_list":"Ativar lista de telas de configuração",
|
||||||
"midnightlib.midnightconfig.enum.ConfigButton.TRUE":"§aVerdadeiro",
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE":"§aVerdadeiro",
|
||||||
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§cFalso",
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§cFalso",
|
||||||
"modmenu.descriptionTranslation.midnightlib": "Biblioteca comum para mods do Team MidnightDust.\nFornece uma API de configuração, integração automática com outros mods e utilitários comuns.",
|
|
||||||
"modmenu.summaryTranslation.midnightlib": "Biblioteca comum para mods do Team MidnightDust."
|
"modmenu.summaryTranslation.midnightlib": "Biblioteca comum para mods do Team MidnightDust."
|
||||||
}
|
}
|
||||||
11
common/src/main/resources/assets/midnightlib/lang/ru_ru.json
Normal file
11
common/src/main/resources/assets/midnightlib/lang/ru_ru.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"midnightlib.overview.title": "Обзор MidnightConfig",
|
||||||
|
"midnightlib.midnightconfig.title": "Конфигурация MidnightLib",
|
||||||
|
"midnightlib.midnightconfig.config_screen_list": "Включить список экранов настройки",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE": "§aДа",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE": "§cНет",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.MODMENU": "§bModMenu",
|
||||||
|
"midnightlib.wiki": "Вики",
|
||||||
|
"modmenu.summaryTranslation.midnightlib": "Общая библиотека для простой настройки.",
|
||||||
|
"midnightconfig.colorChooser.title": "Выберите цвет"
|
||||||
|
}
|
||||||
@@ -5,6 +5,5 @@
|
|||||||
"midnightlib.midnightconfig.enum.ConfigButton.TRUE":"§aӘйе",
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE":"§aӘйе",
|
||||||
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§cЮк",
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§cЮк",
|
||||||
"midnightlib.wiki":"Вики",
|
"midnightlib.wiki":"Вики",
|
||||||
"modmenu.descriptionTranslation.midnightlib": "MidnightDust төркеменең модлары өчен гомуми китапханә.\nКөйләүләр API-ын, башка модлар белән автоматик интеграцияне, гомуми хезмәти программаларны һәм бизәнүләрне тәэмин ителә.",
|
|
||||||
"modmenu.summaryTranslation.midnightlib": "MidnightDust төркеменең модлары өчен гомуми китапханә."
|
"modmenu.summaryTranslation.midnightlib": "MidnightDust төркеменең модлары өчен гомуми китапханә."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,5 @@
|
|||||||
"midnightlib.midnightconfig.title":"Конфігурація MidnightLib",
|
"midnightlib.midnightconfig.title":"Конфігурація MidnightLib",
|
||||||
"midnightlib.midnightconfig.config_screen_list":"Увімкнути список екрана конфігурації",
|
"midnightlib.midnightconfig.config_screen_list":"Увімкнути список екрана конфігурації",
|
||||||
"midnightlib.wiki":"Вікі",
|
"midnightlib.wiki":"Вікі",
|
||||||
"modmenu.descriptionTranslation.midnightlib": "Загальна бібліотека для модів команди MidnightDust.\nНадає конфігураційний API, автоматичну інтеграцію з іншими модами, загальні утиліти та косметику.",
|
|
||||||
"modmenu.summaryTranslation.midnightlib": "Загальна бібліотека для модів команди MidnightDust."
|
"modmenu.summaryTranslation.midnightlib": "Загальна бібліотека для модів команди MidnightDust."
|
||||||
}
|
}
|
||||||
|
|||||||
10
common/src/main/resources/assets/midnightlib/lang/zh_cn.json
Normal file
10
common/src/main/resources/assets/midnightlib/lang/zh_cn.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"midnightlib.overview.title":"MidnightConfig 概述",
|
||||||
|
"midnightlib.midnightconfig.title":"MidnightLib 配置",
|
||||||
|
"midnightlib.midnightconfig.config_screen_list":"启用配置屏幕列表",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE":"§a是",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§c否",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.MODMENU":"§b模组菜单",
|
||||||
|
"modmenu.summaryTranslation.midnightlib": "一个便于模组配置的通用库模组",
|
||||||
|
"midnightconfig.colorChooser.title": "选择一种颜色"
|
||||||
|
}
|
||||||
@@ -6,6 +6,5 @@
|
|||||||
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§c否",
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§c否",
|
||||||
"midnightlib.midnightconfig.enum.ConfigButton.MODMENU":"§b模組選單",
|
"midnightlib.midnightconfig.enum.ConfigButton.MODMENU":"§b模組選單",
|
||||||
"midnightlib.wiki":"維基",
|
"midnightlib.wiki":"維基",
|
||||||
"modmenu.descriptionTranslation.midnightlib": "MidnightDust 團隊的常用程式庫模組。\n提供設定 API、與其他模組自動整合、常用工具和美觀。",
|
|
||||||
"modmenu.summaryTranslation.midnightlib": "MidnightDust 團隊的常用程式庫模組。"
|
"modmenu.summaryTranslation.midnightlib": "MidnightDust 團隊的常用程式庫模組。"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"midnightlib.overview.title": "اختصار MidnightConfig",
|
||||||
|
"midnightlib.midnightconfig.title": "کونفيݢوراسي MidnightLib",
|
||||||
|
"midnightlib.midnightconfig.config_screen_list": "داياکن سناراي سکرين کونفيݢوراسي",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE": "§aيا",
|
||||||
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE": "§cتيدق",
|
||||||
|
"midnightlib.wiki": "ويکي",
|
||||||
|
"modmenu.summaryTranslation.midnightlib": "ڤوستاک بياسا اونتوق کونفيݢوراسي موده."
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 136 B |
Binary file not shown.
|
After Width: | Height: | Size: 960 B |
Binary file not shown.
|
After Width: | Height: | Size: 114 B |
Binary file not shown.
|
Before Width: | Height: | Size: 189 B |
Binary file not shown.
|
Before Width: | Height: | Size: 178 B |
@@ -1 +1,12 @@
|
|||||||
{"required": true,"minVersion": "0.8","package": "eu.midnightdust.core.mixin","compatibilityLevel": "JAVA_17","client": ["MixinOptionsScreen"],"injectors": {"defaultRequire": 1}}
|
{
|
||||||
|
"required": true,
|
||||||
|
"minVersion": "0.8",
|
||||||
|
"package": "eu.midnightdust.core.mixin",
|
||||||
|
"compatibilityLevel": "JAVA_17",
|
||||||
|
"client": [
|
||||||
|
"MixinOptionsScreen"
|
||||||
|
],
|
||||||
|
"injectors": {
|
||||||
|
"defaultRequire": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
architectury {
|
|
||||||
common(rootProject.enabled_platforms.split(","))
|
|
||||||
}
|
|
||||||
repositories {
|
|
||||||
maven { url "https://maven.terraformersmc.com/releases" }
|
|
||||||
}
|
|
||||||
|
|
||||||
loom {
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
|
||||||
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"
|
|
||||||
modImplementation ("com.terraformersmc:modmenu:${rootProject.mod_menu_version}")
|
|
||||||
|
|
||||||
compileOnly(project(path: ":common", configuration: "namedElements")) { transitive false }
|
|
||||||
}
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
package eu.midnightdust.lib.config;
|
|
||||||
|
|
||||||
import com.terraformersmc.modmenu.api.ConfigScreenFactory;
|
|
||||||
import com.terraformersmc.modmenu.api.ModMenuApi;
|
|
||||||
import eu.midnightdust.core.MidnightLib;
|
|
||||||
import eu.midnightdust.core.config.MidnightLibConfig;
|
|
||||||
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
public class AutoModMenu implements ModMenuApi {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public ConfigScreenFactory<?> getModConfigScreenFactory() {
|
|
||||||
return parent -> MidnightLibConfig.getScreen(parent,"midnightlib");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Map<String, ConfigScreenFactory<?>> getProvidedConfigScreenFactories() {
|
|
||||||
HashMap<String, ConfigScreenFactory<?>> map = new HashMap<>();
|
|
||||||
MidnightConfig.configClass.forEach((modid, cClass) -> {
|
|
||||||
if (!MidnightLib.hiddenMods.contains(modid))
|
|
||||||
map.put(modid, parent -> MidnightConfig.getScreen(parent, modid));
|
|
||||||
}
|
|
||||||
);
|
|
||||||
return map;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "com.github.johnrengelman.shadow" version "7.1.2"
|
id 'com.github.johnrengelman.shadow'
|
||||||
id "me.shedaniel.unified-publishing"
|
id "me.shedaniel.unified-publishing"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
@@ -20,7 +20,8 @@ configurations {
|
|||||||
compileClasspath.extendsFrom common
|
compileClasspath.extendsFrom common
|
||||||
runtimeClasspath.extendsFrom common
|
runtimeClasspath.extendsFrom common
|
||||||
developmentFabric.extendsFrom common
|
developmentFabric.extendsFrom common
|
||||||
archivesBaseName = rootProject.archives_base_name + "-fabric"
|
archivesBaseName = rootProject.archives_base_name
|
||||||
|
version = rootProject.mod_version + "-" + project.name + "+" + rootProject.minecraft_version
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@@ -33,10 +34,10 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
inputs.property "version", project.version
|
inputs.property "version", rootProject.version
|
||||||
|
|
||||||
filesMatching("fabric.mod.json") {
|
filesMatching("fabric.mod.json") {
|
||||||
expand "version": project.version
|
expand "version": rootProject.version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -64,9 +65,9 @@ components.java {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unifiedPublishing {
|
/*unifiedPublishing {
|
||||||
project {
|
project {
|
||||||
displayName = "MidnightLib v$project.version - Fabric $project.minecraft_version"
|
displayName = "MidnightLib $rootProject.version - Fabric $project.minecraft_version"
|
||||||
releaseType = "$project.release_type"
|
releaseType = "$project.release_type"
|
||||||
changelog = releaseChangelog()
|
changelog = releaseChangelog()
|
||||||
gameVersions = []
|
gameVersions = []
|
||||||
@@ -84,7 +85,8 @@ unifiedPublishing {
|
|||||||
curseforge {
|
curseforge {
|
||||||
token = CURSEFORGE_TOKEN
|
token = CURSEFORGE_TOKEN
|
||||||
id = rootProject.curseforge_id
|
id = rootProject.curseforge_id
|
||||||
gameVersions.addAll "Java 21", project.minecraft_version
|
gameVersions.addAll "Java 17", project.minecraft_version
|
||||||
|
if (project.supported_versions != "") gameVersions.addAll project.supported_versions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -93,9 +95,10 @@ unifiedPublishing {
|
|||||||
modrinth {
|
modrinth {
|
||||||
token = MODRINTH_TOKEN
|
token = MODRINTH_TOKEN
|
||||||
id = rootProject.modrinth_id
|
id = rootProject.modrinth_id
|
||||||
version = "$project.version-$project.name"
|
version = rootProject.mod_version + "+" + rootProject.minecraft_version + "-" + project.name
|
||||||
gameVersions.addAll project.minecraft_version
|
gameVersions.addAll project.minecraft_version
|
||||||
|
if (project.supported_versions != "") gameVersions.addAll project.supported_versions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
package eu.midnightdust.fabric.core;
|
package eu.midnightdust.fabric.core;
|
||||||
|
|
||||||
import eu.midnightdust.core.MidnightLib;
|
import eu.midnightdust.core.MidnightLib;
|
||||||
import net.fabricmc.api.ClientModInitializer;
|
import net.fabricmc.api.*;
|
||||||
import net.fabricmc.api.DedicatedServerModInitializer;
|
|
||||||
import net.fabricmc.api.EnvType;
|
|
||||||
import net.fabricmc.api.Environment;
|
|
||||||
|
|
||||||
public class MidnightLibFabric implements ClientModInitializer, DedicatedServerModInitializer {
|
public class MidnightLibFabric implements DedicatedServerModInitializer, ClientModInitializer {
|
||||||
@Override @Environment(EnvType.CLIENT)
|
@Override @Environment(EnvType.CLIENT)
|
||||||
public void onInitializeClient() {MidnightLib.onInitializeClient();}
|
public void onInitializeClient() {
|
||||||
@Override @Environment(EnvType.SERVER)
|
MidnightLib.onInitializeClient();
|
||||||
public void onInitializeServer() {MidnightLib.onInitializeServer();}
|
MidnightLib.registerAutoCommand();
|
||||||
|
}
|
||||||
|
@Override
|
||||||
|
public void onInitializeServer() {MidnightLib.registerAutoCommand();}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,8 +21,6 @@ public class AutoModMenu implements ModMenuApi {
|
|||||||
MidnightConfig.configClass.forEach((modid, cClass) -> {
|
MidnightConfig.configClass.forEach((modid, cClass) -> {
|
||||||
if (!MidnightLib.hiddenMods.contains(modid))
|
if (!MidnightLib.hiddenMods.contains(modid))
|
||||||
map.put(modid, parent -> MidnightConfig.getScreen(parent, modid));
|
map.put(modid, parent -> MidnightConfig.getScreen(parent, modid));
|
||||||
}
|
}); return map;
|
||||||
);
|
|
||||||
return map;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -10,6 +10,9 @@ import net.minecraft.server.command.ServerCommandSource;
|
|||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
|
|
||||||
public class PlatformFunctionsImpl {
|
public class PlatformFunctionsImpl {
|
||||||
|
public static String getPlatformName() {
|
||||||
|
return "fabric";
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* This is our actual method to {@link PlatformFunctions#getConfigDirectory()}.
|
* This is our actual method to {@link PlatformFunctions#getConfigDirectory()}.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,54 +1,56 @@
|
|||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "midnightlib",
|
"id": "midnightlib",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
|
|
||||||
"name": "MidnightLib",
|
"name": "MidnightLib",
|
||||||
"description": "Common Library for Team MidnightDust's mods.",
|
"description": "Common Library for Team MidnightDust's mods.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Motschen",
|
"Motschen",
|
||||||
"TeamMidnightDust"
|
"TeamMidnightDust"
|
||||||
],
|
|
||||||
"contact": {
|
|
||||||
"homepage": "https://www.midnightdust.eu/",
|
|
||||||
"sources": "https://github.com/TeamMidnightDust/MidnightLib",
|
|
||||||
"issues": "https://github.com/TeamMidnightDust/MidnightLib/issues"
|
|
||||||
},
|
|
||||||
|
|
||||||
"license": "MIT",
|
|
||||||
"icon": "assets/midnightlib/icon.png",
|
|
||||||
|
|
||||||
"environment": "*",
|
|
||||||
"entrypoints": {
|
|
||||||
"client": [
|
|
||||||
"eu.midnightdust.fabric.core.MidnightLibFabric"
|
|
||||||
],
|
],
|
||||||
"server": [
|
"contributors": [
|
||||||
"eu.midnightdust.fabric.core.MidnightLibFabric"
|
"maloryware",
|
||||||
|
"Jaffe2718"
|
||||||
],
|
],
|
||||||
"modmenu": [
|
"contact": {
|
||||||
"eu.midnightdust.lib.config.AutoModMenu"
|
"homepage": "https://www.midnightdust.eu/",
|
||||||
]
|
"sources": "https://github.com/TeamMidnightDust/MidnightLib",
|
||||||
},
|
"issues": "https://github.com/TeamMidnightDust/MidnightLib/issues"
|
||||||
"depends": {
|
},
|
||||||
"fabric-resource-loader-v0": "*",
|
|
||||||
"minecraft": ">=1.20.4"
|
|
||||||
},
|
|
||||||
|
|
||||||
"mixins": [
|
"license": "MIT",
|
||||||
"midnightlib.mixins.json"
|
"icon": "assets/midnightlib/icon.png",
|
||||||
],
|
|
||||||
|
|
||||||
"custom": {
|
"environment": "*",
|
||||||
"modmenu": {
|
"entrypoints": {
|
||||||
"links": {
|
"server": [
|
||||||
"modmenu.discord": "https://discord.midnightdust.eu/",
|
"eu.midnightdust.fabric.core.MidnightLibFabric"
|
||||||
"modmenu.website": "https://www.midnightdust.eu/",
|
],
|
||||||
"midnightlib.curseforge": "https://www.curseforge.com/minecraft/mc-mods/midnightlib",
|
"client": [
|
||||||
"midnightlib.modrinth": "https://modrinth.com/mod/midnightlib",
|
"eu.midnightdust.fabric.core.MidnightLibFabric"
|
||||||
"midnightlib.wiki": "https://github.com/TeamMidnightDust/MidnightLib/wiki"
|
],
|
||||||
},
|
"modmenu": [
|
||||||
"badges": [ "library" ]
|
"eu.midnightdust.lib.config.AutoModMenu"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"depends": {
|
||||||
|
"fabric-resource-loader-v0": "*",
|
||||||
|
"minecraft": ">=1.20"
|
||||||
|
},
|
||||||
|
|
||||||
|
"mixins": [
|
||||||
|
"midnightlib.mixins.json"
|
||||||
|
],
|
||||||
|
|
||||||
|
"custom": {
|
||||||
|
"modmenu": {
|
||||||
|
"links": {
|
||||||
|
"modmenu.discord": "http://discord.midnightdust.eu/",
|
||||||
|
"modmenu.website": "https://midnightdust.eu/midnightlib",
|
||||||
|
"midnightlib.wiki": "https://midnightdust.eu/wiki/midnightlib"
|
||||||
|
},
|
||||||
|
"badges": [ "library" ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,21 +1,18 @@
|
|||||||
org.gradle.jvmargs=-Xmx4096M
|
org.gradle.jvmargs=-Xmx4096M
|
||||||
|
|
||||||
minecraft_version=1.20.6
|
minecraft_version=1.20.1
|
||||||
yarn_mappings=1.20.6+build.1
|
supported_versions=1.20
|
||||||
|
yarn_mappings=1.20.1+build.10
|
||||||
enabled_platforms=fabric
|
enabled_platforms=fabric
|
||||||
|
|
||||||
archives_base_name=midnightlib
|
archives_base_name=midnightlib
|
||||||
mod_version=1.5.5
|
mod_version=1.7.5
|
||||||
maven_group=eu.midnightdust
|
maven_group=eu.midnightdust
|
||||||
release_type=release
|
# release_type=release
|
||||||
curseforge_id=488090
|
# curseforge_id=488090
|
||||||
modrinth_id=codAaoxh
|
# modrinth_id=codAaoxh
|
||||||
|
|
||||||
fabric_loader_version=0.15.11
|
fabric_loader_version=0.16.14
|
||||||
fabric_api_version=0.97.8+1.20.6
|
fabric_api_version=0.92.6+1.20.1
|
||||||
|
|
||||||
neoforge_version=20.6.30-beta
|
mod_menu_version=7.2.2
|
||||||
|
|
||||||
quilt_loader_version=0.19.0-beta.18
|
|
||||||
quilt_fabric_api_version=7.0.1+0.83.0-1.20
|
|
||||||
mod_menu_version = 9.0.0
|
|
||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -1,79 +0,0 @@
|
|||||||
plugins {
|
|
||||||
id "com.github.johnrengelman.shadow" version "7.1.2"
|
|
||||||
}
|
|
||||||
repositories{
|
|
||||||
maven {url "https://maven.neoforged.net/releases"}
|
|
||||||
}
|
|
||||||
|
|
||||||
architectury {
|
|
||||||
platformSetupLoomIde()
|
|
||||||
neoForge()
|
|
||||||
}
|
|
||||||
|
|
||||||
loom {
|
|
||||||
accessWidenerPath = project(":common").loom.accessWidenerPath
|
|
||||||
}
|
|
||||||
|
|
||||||
configurations {
|
|
||||||
common
|
|
||||||
shadowCommon // Don't use shadow from the shadow plugin because we don't want IDEA to index this.
|
|
||||||
compileClasspath.extendsFrom common
|
|
||||||
runtimeClasspath.extendsFrom common
|
|
||||||
developmentForge.extendsFrom common
|
|
||||||
archivesBaseName = rootProject.archives_base_name + "-neoforge"
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
neoForge "net.neoforged:neoforge:${rootProject.neoforge_version}"
|
|
||||||
|
|
||||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
|
||||||
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }
|
|
||||||
}
|
|
||||||
|
|
||||||
processResources {
|
|
||||||
inputs.property "version", project.version
|
|
||||||
|
|
||||||
filesMatching("META-INF/mods.toml") {
|
|
||||||
expand "version": project.version
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
shadowJar {
|
|
||||||
exclude "fabric.mod.json"
|
|
||||||
exclude "architectury.common.json"
|
|
||||||
|
|
||||||
configurations = [project.configurations.shadowCommon]
|
|
||||||
archiveClassifier = "dev-shadow"
|
|
||||||
}
|
|
||||||
|
|
||||||
remapJar {
|
|
||||||
atAccessWideners.add('midnightlib.accesswidener')
|
|
||||||
input.set shadowJar.archiveFile
|
|
||||||
dependsOn shadowJar
|
|
||||||
}
|
|
||||||
|
|
||||||
sourcesJar {
|
|
||||||
def commonSources = project(":common").sourcesJar
|
|
||||||
dependsOn commonSources
|
|
||||||
from commonSources.archiveFile.map { zipTree(it) }
|
|
||||||
}
|
|
||||||
|
|
||||||
components.java {
|
|
||||||
withVariantsFromConfiguration(project.configurations.shadowRuntimeElements) {
|
|
||||||
skip()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
publishing {
|
|
||||||
publications {
|
|
||||||
mavenForge(MavenPublication) {
|
|
||||||
artifactId = rootProject.archives_base_name + "-" + project.name
|
|
||||||
from components.java
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
|
|
||||||
repositories {
|
|
||||||
// Add repositories to publish to here.
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
loom.platform=neoforge
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
package eu.midnightdust.lib.util.neoforge;
|
|
||||||
|
|
||||||
import com.mojang.brigadier.builder.LiteralArgumentBuilder;
|
|
||||||
import eu.midnightdust.lib.util.PlatformFunctions;
|
|
||||||
import net.minecraft.server.command.ServerCommandSource;
|
|
||||||
import net.neoforged.fml.ModList;
|
|
||||||
import net.neoforged.fml.loading.FMLEnvironment;
|
|
||||||
import net.neoforged.fml.loading.FMLPaths;
|
|
||||||
|
|
||||||
import java.nio.file.Path;
|
|
||||||
|
|
||||||
public class PlatformFunctionsImpl {
|
|
||||||
/**
|
|
||||||
* This is our actual method to {@link PlatformFunctions#getConfigDirectory()}.
|
|
||||||
*/
|
|
||||||
public static Path getConfigDirectory() {
|
|
||||||
return FMLPaths.CONFIGDIR.get();
|
|
||||||
}
|
|
||||||
public static boolean isClientEnv() {
|
|
||||||
return FMLEnvironment.dist.isClient();
|
|
||||||
}
|
|
||||||
public static boolean isModLoaded(String modid) {
|
|
||||||
return ModList.get().isLoaded(modid);
|
|
||||||
}
|
|
||||||
public static void registerCommand(LiteralArgumentBuilder<ServerCommandSource> command) {
|
|
||||||
// Ignored here, see MidnightLibNeoForge#registerCommands
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
package eu.midnightdust.neoforge;
|
|
||||||
|
|
||||||
import com.mojang.brigadier.builder.LiteralArgumentBuilder;
|
|
||||||
import eu.midnightdust.core.MidnightLib;
|
|
||||||
import eu.midnightdust.core.screen.MidnightConfigOverviewScreen;
|
|
||||||
import eu.midnightdust.lib.config.AutoCommand;
|
|
||||||
import eu.midnightdust.lib.config.MidnightConfig;
|
|
||||||
import net.minecraft.server.command.ServerCommandSource;
|
|
||||||
import net.neoforged.api.distmarker.Dist;
|
|
||||||
import net.neoforged.bus.api.SubscribeEvent;
|
|
||||||
import net.neoforged.fml.IExtensionPoint;
|
|
||||||
import net.neoforged.fml.ModList;
|
|
||||||
import net.neoforged.fml.ModLoadingContext;
|
|
||||||
import net.neoforged.fml.common.Mod;
|
|
||||||
import net.neoforged.fml.event.lifecycle.FMLClientSetupEvent;
|
|
||||||
import net.neoforged.fml.loading.FMLEnvironment;
|
|
||||||
import net.neoforged.neoforge.client.ConfigScreenHandler;
|
|
||||||
import net.neoforged.neoforge.client.event.ScreenEvent;
|
|
||||||
import net.neoforged.neoforge.event.RegisterCommandsEvent;
|
|
||||||
|
|
||||||
import static net.neoforged.fml.IExtensionPoint.DisplayTest.IGNORESERVERONLY;
|
|
||||||
|
|
||||||
@Mod("midnightlib")
|
|
||||||
public class MidnightLibNeoForge {
|
|
||||||
public MidnightLibNeoForge() {
|
|
||||||
ModLoadingContext.get().registerExtensionPoint(IExtensionPoint.DisplayTest.class, () -> new IExtensionPoint.DisplayTest(() -> IGNORESERVERONLY, (remote, server) -> true));
|
|
||||||
if (FMLEnvironment.dist == Dist.CLIENT) MidnightLib.onInitializeClient(); else MidnightLib.onInitializeServer();
|
|
||||||
}
|
|
||||||
@Mod.EventBusSubscriber(modid = "midnightlib", bus = Mod.EventBusSubscriber.Bus.MOD, value = Dist.CLIENT)
|
|
||||||
public static class MidnightLibBusEvents {
|
|
||||||
@SubscribeEvent
|
|
||||||
public static void onPostInit(FMLClientSetupEvent event) {
|
|
||||||
ModList.get().forEachModContainer((modid, modContainer) -> {
|
|
||||||
if (MidnightConfig.configClass.containsKey(modid)) {
|
|
||||||
modContainer.registerExtensionPoint(ConfigScreenHandler.ConfigScreenFactory.class, () ->
|
|
||||||
new ConfigScreenHandler.ConfigScreenFactory((client, parent) -> MidnightConfig.getScreen(parent, modid)));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Mod.EventBusSubscriber(modid = "midnightlib", value = Dist.DEDICATED_SERVER)
|
|
||||||
public static class MidnightLibServerEvents {
|
|
||||||
@SubscribeEvent
|
|
||||||
public static void registerCommands(RegisterCommandsEvent event) {
|
|
||||||
for (LiteralArgumentBuilder<ServerCommandSource> command : AutoCommand.commands){
|
|
||||||
event.getDispatcher().register(command);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
modLoader = "javafml"
|
|
||||||
loaderVersion = "[1,)"
|
|
||||||
#issueTrackerURL = ""
|
|
||||||
license = "MIT License"
|
|
||||||
|
|
||||||
[[mods]]
|
|
||||||
modId = "midnightlib"
|
|
||||||
version = "${version}"
|
|
||||||
displayName = "MidnightLib"
|
|
||||||
logoFile = "midnightlib.png"
|
|
||||||
authors = "TeamMidnightDust, Motschen"
|
|
||||||
description = '''
|
|
||||||
Common Library for Team MidnightDust's mods.
|
|
||||||
'''
|
|
||||||
#logoFile = ""
|
|
||||||
|
|
||||||
[[dependencies.midnightlib]]
|
|
||||||
modId = "neoforge"
|
|
||||||
mandatory = true
|
|
||||||
versionRange = "[20.3,)"
|
|
||||||
ordering = "NONE"
|
|
||||||
side = "BOTH"
|
|
||||||
|
|
||||||
[[dependencies.midnightlib]]
|
|
||||||
modId = "minecraft"
|
|
||||||
mandatory = true
|
|
||||||
versionRange = "[1.20.3,)"
|
|
||||||
ordering = "NONE"
|
|
||||||
side = "BOTH"
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"description": "MidnightLib",
|
|
||||||
"pack_format": 22
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/*
|
||||||
plugins {
|
plugins {
|
||||||
id "com.github.johnrengelman.shadow" version "7.1.2"
|
id "com.github.johnrengelman.shadow" version "7.1.2"
|
||||||
}
|
}
|
||||||
@@ -86,3 +87,4 @@ publishing {
|
|||||||
// Add repositories to publish to here.
|
// Add repositories to publish to here.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|||||||
@@ -8,9 +8,10 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
include("common")
|
include("common")
|
||||||
include("fabric-like")
|
|
||||||
include("fabric")
|
include("fabric")
|
||||||
|
include("test-fabric")
|
||||||
|
// include("neoforge")
|
||||||
|
// include("test-neoforge")
|
||||||
//include("quilt")
|
//include("quilt")
|
||||||
//include("neoforge")
|
|
||||||
|
|
||||||
rootProject.name = "midnightlib"
|
rootProject.name = "midnightlib"
|
||||||
|
|||||||
32
test-fabric/build.gradle
Normal file
32
test-fabric/build.gradle
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
plugins {
|
||||||
|
id 'com.github.johnrengelman.shadow'
|
||||||
|
id "me.shedaniel.unified-publishing"
|
||||||
|
}
|
||||||
|
repositories {
|
||||||
|
maven { url "https://maven.terraformersmc.com/releases" }
|
||||||
|
}
|
||||||
|
|
||||||
|
architectury {
|
||||||
|
platformSetupLoomIde()
|
||||||
|
fabric()
|
||||||
|
}
|
||||||
|
|
||||||
|
loom {
|
||||||
|
}
|
||||||
|
|
||||||
|
configurations {
|
||||||
|
common
|
||||||
|
shadowCommon // Don't use shadow from the shadow plugin since it *excludes* files.
|
||||||
|
compileClasspath.extendsFrom common
|
||||||
|
runtimeClasspath.extendsFrom common
|
||||||
|
developmentFabric.extendsFrom common
|
||||||
|
archivesBaseName = rootProject.archives_base_name + "-fabric"
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
||||||
|
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"
|
||||||
|
|
||||||
|
implementation project(path: ":fabric", configuration: "namedElements")
|
||||||
|
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
package eu.midnightdust.fabric.example;
|
||||||
|
|
||||||
|
import eu.midnightdust.fabric.example.config.MidnightConfigExample;
|
||||||
|
import net.fabricmc.api.ModInitializer;
|
||||||
|
|
||||||
|
public class MLExampleFabric implements ModInitializer {
|
||||||
|
@Override
|
||||||
|
public void onInitialize() {
|
||||||
|
MidnightConfigExample.init("modid", MidnightConfigExample.class);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,102 @@
|
|||||||
|
package eu.midnightdust.fabric.example;
|
||||||
|
|
||||||
|
import com.google.common.collect.Lists;
|
||||||
|
import eu.midnightdust.lib.config.MidnightConfig;
|
||||||
|
import net.minecraft.client.MinecraftClient;
|
||||||
|
import net.minecraft.client.gui.tooltip.Tooltip;
|
||||||
|
import net.minecraft.client.gui.widget.ButtonWidget;
|
||||||
|
import net.minecraft.client.gui.widget.ClickableWidget;
|
||||||
|
import net.minecraft.client.gui.widget.IconButtonWidget;
|
||||||
|
import net.minecraft.client.option.KeyBinding;
|
||||||
|
import net.minecraft.client.util.InputUtil;
|
||||||
|
import net.minecraft.text.MutableText;
|
||||||
|
import net.minecraft.text.Text;
|
||||||
|
import net.minecraft.util.Formatting;
|
||||||
|
import net.minecraft.util.Identifier;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.lwjgl.glfw.GLFW;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Pre-made additional (niche) functionality that is not included in MidnightLib to keep the file size small.
|
||||||
|
Feel free to copy the parts you need :)
|
||||||
|
*/
|
||||||
|
public class MidnightLibExtras {
|
||||||
|
public static class KeybindButton extends ButtonWidget {
|
||||||
|
public static ButtonWidget focusedButton;
|
||||||
|
|
||||||
|
public static void add(KeyBinding binding, MidnightConfig.MidnightConfigListWidget list, MidnightConfig.MidnightConfigScreen screen) {
|
||||||
|
KeybindButton editButton = new KeybindButton(screen.width - 185, 0, 150, 20, binding);
|
||||||
|
IconButtonWidget resetButton = IconButtonWidget.builder(
|
||||||
|
Text.translatable("controls.reset"),
|
||||||
|
Identifier.of("midnightlib", "icon/reset"),
|
||||||
|
(button -> {
|
||||||
|
binding.setBoundKey(binding.getDefaultKey());
|
||||||
|
screen.updateList();
|
||||||
|
})).textureSize(12, 12).iconSize(20, 20).build();
|
||||||
|
resetButton.setPosition(screen.width - 205 + 150 + 25, 0);
|
||||||
|
editButton.resetButton = resetButton;
|
||||||
|
editButton.updateMessage(false);
|
||||||
|
MidnightConfig.EntryInfo info = new MidnightConfig.EntryInfo(null, screen.modid);
|
||||||
|
|
||||||
|
list.addButton(Lists.newArrayList(editButton, resetButton), Text.translatable(binding.getTranslationKey()), info);
|
||||||
|
}
|
||||||
|
|
||||||
|
private final KeyBinding binding;
|
||||||
|
private @Nullable ClickableWidget resetButton;
|
||||||
|
|
||||||
|
public KeybindButton(int x, int y, int width, int height, KeyBinding binding) {
|
||||||
|
super(x, y, width, height, binding.getBoundKeyLocalizedText(), (button) -> {
|
||||||
|
((KeybindButton) button).updateMessage(true);
|
||||||
|
focusedButton = button;
|
||||||
|
}, (textSupplier) -> binding.isUnbound() ? Text.translatable("narrator.controls.unbound", binding.getTranslationKey()) : Text.translatable("narrator.controls.bound", binding.getTranslationKey(), textSupplier.get()));
|
||||||
|
this.binding = binding;
|
||||||
|
updateMessage(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean keyPressed(int keyCode, int scanCode, int modifiers) {
|
||||||
|
if (focusedButton == this) {
|
||||||
|
if (keyCode == GLFW.GLFW_KEY_ESCAPE) {
|
||||||
|
this.binding.setBoundKey(InputUtil.UNKNOWN_KEY);
|
||||||
|
} else {
|
||||||
|
this.binding.setBoundKey(InputUtil.fromKeyCode(keyCode, scanCode));
|
||||||
|
}
|
||||||
|
updateMessage(false);
|
||||||
|
|
||||||
|
focusedButton = null;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return super.keyPressed(keyCode, scanCode, modifiers);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void updateMessage(boolean focused) {
|
||||||
|
boolean hasConflicts = false;
|
||||||
|
MutableText conflictingBindings = Text.empty();
|
||||||
|
if (focused)
|
||||||
|
this.setMessage(Text.literal("> ").append(this.binding.getBoundKeyLocalizedText().copy().formatted(Formatting.WHITE, Formatting.UNDERLINE)).append(" <").formatted(Formatting.YELLOW));
|
||||||
|
else {
|
||||||
|
this.setMessage(this.binding.getBoundKeyLocalizedText());
|
||||||
|
|
||||||
|
if (!this.binding.isUnbound()) {
|
||||||
|
for (KeyBinding keyBinding : MinecraftClient.getInstance().options.allKeys) {
|
||||||
|
if (keyBinding != this.binding && this.binding.equals(keyBinding)) {
|
||||||
|
if (hasConflicts) conflictingBindings.append(", ");
|
||||||
|
|
||||||
|
hasConflicts = true;
|
||||||
|
conflictingBindings.append(Text.translatable(keyBinding.getTranslationKey()));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this.resetButton != null) this.resetButton.active = !this.binding.isDefault();
|
||||||
|
|
||||||
|
if (hasConflicts) {
|
||||||
|
this.setMessage(Text.literal("[ ").append(this.getMessage().copy().formatted(Formatting.WHITE)).append(" ]").formatted(Formatting.RED));
|
||||||
|
this.setTooltip(Tooltip.of(Text.translatable("controls.keybinds.duplicateKeybinds", conflictingBindings)));
|
||||||
|
} else {
|
||||||
|
this.setTooltip(null);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,170 @@
|
|||||||
|
package eu.midnightdust.fabric.example.config;
|
||||||
|
|
||||||
|
import com.google.common.collect.Lists;
|
||||||
|
import eu.midnightdust.fabric.example.MidnightLibExtras;
|
||||||
|
import eu.midnightdust.lib.config.MidnightConfig;
|
||||||
|
import net.minecraft.text.MutableText;
|
||||||
|
import net.minecraft.text.Text;
|
||||||
|
import net.minecraft.util.Formatting;
|
||||||
|
import net.minecraft.client.MinecraftClient;
|
||||||
|
import net.minecraft.util.Identifier;
|
||||||
|
import net.minecraft.util.TranslatableOption;
|
||||||
|
|
||||||
|
import javax.swing.*;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Objects;
|
||||||
|
|
||||||
|
/** Every option in a MidnightConfig class has to be public and static, so we can access it from other classes.
|
||||||
|
* The config class also has to extend MidnightConfig*/
|
||||||
|
@SuppressWarnings({"unused", "DefaultAnnotationParam"})
|
||||||
|
public class MidnightConfigExample extends MidnightConfig {
|
||||||
|
public static final String TEXT = "text";
|
||||||
|
public static final String NUMBERS = "numbers";
|
||||||
|
public static final String SLIDERS = "sliders";
|
||||||
|
public static final String LISTS = "lists";
|
||||||
|
public static final String FILES = "files";
|
||||||
|
public static final String CONDITIONS = "conditions";
|
||||||
|
public static final String EXTRAS = "extras";
|
||||||
|
|
||||||
|
@Comment(category = TEXT) public static Comment text1; // Comments are rendered like an option without a button and are excluded from the config file
|
||||||
|
@Comment(category = TEXT, centered = true) public static Comment text2; // Centered comments are the same as normal ones - just centered!
|
||||||
|
@Comment(category = TEXT) public static Comment spacer1; // Comments containing the word "spacer" will just appear as a blank line
|
||||||
|
@Entry(category = TEXT) public static boolean showInfo = true; // Example for a boolean option
|
||||||
|
@Entry(category = TEXT, name="I am a (non-primitive) Boolean") public static Boolean nonPrimitive = true; // Example for a non-primative boolean option
|
||||||
|
@Entry(category = TEXT) public static String name = "Hello World!"; // Example for a string option, which is in a category!
|
||||||
|
@Entry(category = TEXT, width = 7, min = 7, isColor = true, name = "I am a color!") public static String titleColor = "#ffffff"; // The isColor property adds a color chooser for a hexadecimal color
|
||||||
|
@Entry(category = TEXT, idMode = 0) public static Identifier id = new Identifier("diamond"); // Example for an identifier with matching items displayed next to it!
|
||||||
|
@Entry(category = TEXT) public static ModPlatform modPlatform = ModPlatform.FABRIC; // Example for an enum option
|
||||||
|
public enum ModPlatform { // Enums allow the user to cycle through predefined options
|
||||||
|
QUILT, FABRIC, FORGE, NEOFORGE, VANILLA
|
||||||
|
}
|
||||||
|
@Entry(category = TEXT) public static GraphicsSteps graphicsSteps = GraphicsSteps.FABULOUS; // Example for an enum option with TranslatableOption
|
||||||
|
|
||||||
|
@Comment(category = TEXT, name = "§nMidnightLib Wiki", centered = true, url = "https://www.midnightdust.eu/wiki/midnightlib/") public static Comment wiki; // Example for a comment with a url
|
||||||
|
|
||||||
|
@Entry(category = NUMBERS) public static int fabric = 16777215; // Example for an int option
|
||||||
|
@Entry(category = NUMBERS) public static double world = 1.4D; // Example for a double option
|
||||||
|
@Entry(category = NUMBERS, min=69,max=420) public static int hello = 420; // - The entered number has to be larger than 69 and smaller than 420
|
||||||
|
@Entry(category = SLIDERS, name = "I am an int slider.",isSlider = true, min = 0, max = 100) public static int intSlider = 35; // Int fields can also be displayed as a Slider
|
||||||
|
@Entry(category = SLIDERS, name = "I am a float slider!", isSlider = true, min = 0f, max = 1f, precision = 1000) public static float floatSlider = 0.24f; // And so can floats! Precision defines the amount of decimal places
|
||||||
|
@Entry(category = SLIDERS, name = "I am a non-primitive double slider!", isSlider = true, min = 0d, max = 4d, precision = 10000) public static Double nonPrimitiveDoubleSlider = 3.76d; // Even works for non-primitive fields
|
||||||
|
// The name field can be used to specify a custom translation string or plain text
|
||||||
|
@Entry(category = LISTS, name = "I am a string list!") public static List<String> stringList = Lists.newArrayList("String1", "String2"); // Array String Lists are also supported
|
||||||
|
@Entry(category = LISTS, isColor = true, name = "I am a color list!") public static List<String> colorList = Lists.newArrayList("#ac5f99", "#11aa44"); // Lists also support colors
|
||||||
|
@Entry(category = LISTS, name = "I am an identifier list!", idMode = 1) public static List<Identifier> idList = Lists.newArrayList(new Identifier("dirt")); // A list of block identifiers
|
||||||
|
@Entry(category = LISTS, name = "I am an integer list!") public static List<Integer> intList = Lists.newArrayList(69, 420);
|
||||||
|
@Entry(category = LISTS, name = "I am a float list!") public static List<Float> floatList = Lists.newArrayList(4.1f, -1.3f, -1f);
|
||||||
|
|
||||||
|
@Entry(category = FILES,
|
||||||
|
selectionMode = JFileChooser.FILES_ONLY,
|
||||||
|
fileExtensions = {"json", "txt", "log"}, // Define valid file extensions
|
||||||
|
fileChooserType = JFileChooser.SAVE_DIALOG,
|
||||||
|
name = "I am a file!")
|
||||||
|
public static String myFile = ""; // The isFile property adds a file picker button
|
||||||
|
|
||||||
|
@Entry(category = FILES,
|
||||||
|
selectionMode = JFileChooser.DIRECTORIES_ONLY,
|
||||||
|
fileChooserType = JFileChooser.OPEN_DIALOG,
|
||||||
|
name = "I am a directory!")
|
||||||
|
public static String myDirectory = ""; // The isDirectory property adds a directory picker button
|
||||||
|
|
||||||
|
@Entry(category = FILES,
|
||||||
|
selectionMode = JFileChooser.FILES_AND_DIRECTORIES,
|
||||||
|
fileExtensions = {"png", "jpg", "jpeg"},
|
||||||
|
fileChooserType = JFileChooser.OPEN_DIALOG,
|
||||||
|
name = "I can choose both files & directories!")
|
||||||
|
public static String myFileOrDirectory = ""; // The isFileOrDirectory property adds a file or directory picker button
|
||||||
|
@Entry(category = FILES,
|
||||||
|
selectionMode = JFileChooser.FILES_AND_DIRECTORIES,
|
||||||
|
fileExtensions = {"png", "jpg", "jpeg"},
|
||||||
|
fileChooserType = JFileChooser.OPEN_DIALOG,
|
||||||
|
name = "I am a mf file/directory list!")
|
||||||
|
public static List<String> fileOrDirectoryList = new ArrayList<>(); // Yes, that's right – you can even have lists of files/directories
|
||||||
|
|
||||||
|
@Condition(requiredModId = "midnightlib") // Conditional options are here!
|
||||||
|
@Entry(category = CONDITIONS, name="Turn me on!")
|
||||||
|
public static boolean turnMeOn = false;
|
||||||
|
@Condition(requiredOption = "modid:turnMeOn", visibleButLocked = true)
|
||||||
|
@Entry(category = CONDITIONS, name="Turn me off (locked)!")
|
||||||
|
public static Boolean turnMeOff = true;
|
||||||
|
@Condition(requiredOption = "turnMeOn") // You can also use multiple conditions for the same entry
|
||||||
|
@Condition(requiredOption = "modid:turnMeOff", requiredValue = "false")
|
||||||
|
@Entry(category = CONDITIONS, name="Which is the best modloader?")
|
||||||
|
public static String bestModloader = "";
|
||||||
|
@Condition(requiredOption = "turnMeOn")
|
||||||
|
@Condition(requiredOption = "turnMeOff", requiredValue = "false")
|
||||||
|
@Condition(requiredOption = "bestModloader", requiredValue = "Forge")
|
||||||
|
@Comment(category = CONDITIONS, name="❌ You have bad taste :(", centered = true) // Don't take this too seriously btw :)
|
||||||
|
public static Comment answerForge; // Comments can also be conditional!
|
||||||
|
@Condition(requiredOption = "turnMeOn")
|
||||||
|
@Condition(requiredOption = "turnMeOff", requiredValue = "false")
|
||||||
|
@Condition(requiredOption = "bestModloader", requiredValue = "NeoForge")
|
||||||
|
@Comment(category = CONDITIONS, name="⛏ Not quite, but it's alright!", centered = true)
|
||||||
|
public static Comment answerNeoforge;
|
||||||
|
@Condition(requiredOption = "turnMeOn")
|
||||||
|
@Condition(requiredOption = "turnMeOff", requiredValue = "false")
|
||||||
|
@Condition(requiredOption = "bestModloader", requiredValue = "Fabric")
|
||||||
|
@Comment(category = CONDITIONS, name="⭐ Correct! Fabric (and Quilt) are the best!", centered = true)
|
||||||
|
public static Comment answerFabric;
|
||||||
|
@Condition(requiredOption = "turnMeOn")
|
||||||
|
@Condition(requiredOption = "turnMeOff", requiredValue = "false")
|
||||||
|
@Condition(requiredOption = "bestModloader", requiredValue = "Quilt")
|
||||||
|
@Comment(category = CONDITIONS, name="⭐ Correct! Quilt (and Fabric) are the best!", centered = true)
|
||||||
|
public static Comment answerQuilt;
|
||||||
|
|
||||||
|
@Entry(category = CONDITIONS, name="Enter any prime number below 10")
|
||||||
|
public static int primeNumber = 0;
|
||||||
|
@Comment(category = CONDITIONS, name="Correct!")
|
||||||
|
@Condition(requiredOption = "primeNumber", requiredValue = {"2", "3", "5", "7"})
|
||||||
|
public static Comment answerPrime;
|
||||||
|
|
||||||
|
@Condition(requiredOption = "midnightlib:config_screen_list", requiredValue = "FALSE") // Access options of other mods that are also using MidnightLib
|
||||||
|
@Comment(category = CONDITIONS) public static Comment spaceracer;
|
||||||
|
@Condition(requiredOption = "midnightlib:config_screen_list", requiredValue = "FALSE")
|
||||||
|
@Comment(category = CONDITIONS, name="You disabled MidnightLib's config screen list. Why? :(", centered = true) public static Comment why;
|
||||||
|
|
||||||
|
public static int imposter = 16777215; // - Entries without an @Entry or @Comment annotation are ignored
|
||||||
|
|
||||||
|
public enum GraphicsSteps implements TranslatableOption {
|
||||||
|
FAST(0, "options.graphics.fast"),
|
||||||
|
FANCY(1, "options.graphics.fancy"),
|
||||||
|
FABULOUS(2, "options.graphics.fabulous");
|
||||||
|
|
||||||
|
private final int id;
|
||||||
|
private final String translationKey;
|
||||||
|
|
||||||
|
GraphicsSteps(int id, String translationKey) {
|
||||||
|
this.id = id;
|
||||||
|
this.translationKey = translationKey;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Text getText() {
|
||||||
|
MutableText mutableText = Text.translatable(this.getTranslationKey());
|
||||||
|
return this == GraphicsSteps.FABULOUS ? mutableText.formatted(Formatting.ITALIC).formatted(Formatting.AQUA) : mutableText;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getId() {
|
||||||
|
return this.id;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getTranslationKey() {
|
||||||
|
return this.translationKey;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Condition(requiredModId = "thismoddoesnotexist")
|
||||||
|
@Comment(category = EXTRAS) public static Comment iAmJustADummy; // We only have this to initialize an empty tab for the keybinds below
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onTabInit(String tabName, MidnightConfigListWidget list, MidnightConfigScreen screen) {
|
||||||
|
if (Objects.equals(tabName, EXTRAS)) {
|
||||||
|
MidnightLibExtras.KeybindButton.add(MinecraftClient.getInstance().options.advancementsKey, list, screen);
|
||||||
|
MidnightLibExtras.KeybindButton.add(MinecraftClient.getInstance().options.dropKey, list, screen);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
30
test-fabric/src/main/resources/assets/modid/lang/en_us.json
Normal file
30
test-fabric/src/main/resources/assets/modid/lang/en_us.json
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"modid.midnightconfig.title":"I am a title",
|
||||||
|
"modid.midnightconfig.text1":"I am a comment *u*",
|
||||||
|
"modid.midnightconfig.text2":"I am a centered comment (╯°□°)╯︵ ┻━┻",
|
||||||
|
"modid.midnightconfig.name":"I am a string!",
|
||||||
|
"modid.midnightconfig.name.label.tooltip":"I am a label tooltip \nWohoo!",
|
||||||
|
"modid.midnightconfig.name.tooltip":"I am a tooltip uwu \nI am a new line",
|
||||||
|
"modid.midnightconfig.fabric":"I am an int",
|
||||||
|
"modid.midnightconfig.world":"I am a double",
|
||||||
|
"modid.midnightconfig.showInfo":"I am a boolean",
|
||||||
|
"modid.midnightconfig.hello":"I am a limited int!",
|
||||||
|
"modid.midnightconfig.id":"I am an Item Identifier!",
|
||||||
|
"modid.midnightconfig.modPlatform":"I am an enum!",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.FORGE":"Forge",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.FABRIC":"Fabric",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.QUILT":"Quilt",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.NEOFORGE":"NeoForge",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.VANILLA":"Vanilla",
|
||||||
|
"modid.midnightconfig.graphicsSteps":"I am an enum with TranslatableOption!",
|
||||||
|
"modid.midnightconfig.myFileOrDirectory.fileChooser": "Select an image or directory",
|
||||||
|
"modid.midnightconfig.myFileOrDirectory.fileFilter": "Supported Images (.png, .jpg, .jpeg)",
|
||||||
|
"modid.midnightconfig.category.numbers": "Numbers",
|
||||||
|
"modid.midnightconfig.category.text": "Text",
|
||||||
|
"modid.midnightconfig.category.sliders": "Sliders",
|
||||||
|
"modid.midnightconfig.category.lists": "Lists",
|
||||||
|
"modid.midnightconfig.category.files": "Files",
|
||||||
|
"modid.midnightconfig.category.conditions": "Quiz",
|
||||||
|
"modid.midnightconfig.category.extras": "Extras",
|
||||||
|
"modid.midnightconfig.category.multiConditions": "Multi-Conditions"
|
||||||
|
}
|
||||||
28
test-fabric/src/main/resources/assets/modid/lang/es_ar.json
Normal file
28
test-fabric/src/main/resources/assets/modid/lang/es_ar.json
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"modid.midnightconfig.title": "Soy un título",
|
||||||
|
"modid.midnightconfig.text1": "Soy un comentario *u*",
|
||||||
|
"modid.midnightconfig.text2": "Soy un comentario centrado (╯°□°)╯︵ ┻━┻",
|
||||||
|
"modid.midnightconfig.name": "¡Soy una cadena de texto!",
|
||||||
|
"modid.midnightconfig.name.label.tooltip": "Soy el tooltip de una etiqueta \n¡Wujuu!",
|
||||||
|
"modid.midnightconfig.name.tooltip": "Soy un tooltip uwu \nY una nueva línea",
|
||||||
|
"modid.midnightconfig.fabric": "Soy un entero",
|
||||||
|
"modid.midnightconfig.world": "Soy un número decimal",
|
||||||
|
"modid.midnightconfig.showInfo": "Soy un booleano",
|
||||||
|
"modid.midnightconfig.hello": "¡Soy un entero limitado!",
|
||||||
|
"modid.midnightconfig.id": "¡Soy un identificador de ítem!",
|
||||||
|
"modid.midnightconfig.modPlatform": "¡Soy un enumerador!",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.FORGE": "Forge",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.FABRIC": "Fabric",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.QUILT": "Quilt",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.NEOFORGE": "NeoForge",
|
||||||
|
"modid.midnightconfig.enum.ModPlatform.VANILLA": "Vanilla",
|
||||||
|
"modid.midnightconfig.myFileOrDirectory.fileChooser": "Seleccioná una imagen o carpeta",
|
||||||
|
"modid.midnightconfig.myFileOrDirectory.fileFilter": "Imágenes compatibles (.png, .jpg, .jpeg)",
|
||||||
|
"modid.midnightconfig.category.numbers": "Números",
|
||||||
|
"modid.midnightconfig.category.text": "Texto",
|
||||||
|
"modid.midnightconfig.category.sliders": "Deslizadores",
|
||||||
|
"modid.midnightconfig.category.lists": "Listas",
|
||||||
|
"modid.midnightconfig.category.files": "Archivos",
|
||||||
|
"modid.midnightconfig.category.conditions": "Cuestionario",
|
||||||
|
"modid.midnightconfig.category.multiConditions": "Condiciones múltiples"
|
||||||
|
}
|
||||||
23
test-fabric/src/main/resources/fabric.mod.json
Normal file
23
test-fabric/src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"schemaVersion": 1,
|
||||||
|
"id": "midnightlib-example",
|
||||||
|
"version": "${version}",
|
||||||
|
|
||||||
|
"name": "MidnightLib Example",
|
||||||
|
"description": "Wow, you can do so much.",
|
||||||
|
"authors": [ "MidnightDust" ],
|
||||||
|
|
||||||
|
"license": "CC0",
|
||||||
|
"icon": "assets/midnightlib/icon.png",
|
||||||
|
|
||||||
|
"environment": "*",
|
||||||
|
"entrypoints": {
|
||||||
|
"main": [
|
||||||
|
"eu.midnightdust.fabric.example.MLExampleFabric"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"depends": {
|
||||||
|
"fabric-resource-loader-v0": "*",
|
||||||
|
"midnightlib": ">=1.6.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user