aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/META-INF/mods.toml6
-rw-r--r--src/main/resources/iceberg.mixins.json4
2 files changed, 3 insertions, 7 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml
index ec0c3f0..5c09d3f 100644
--- a/src/main/resources/META-INF/mods.toml
+++ b/src/main/resources/META-INF/mods.toml
@@ -1,5 +1,5 @@
modLoader="javafml"
-loaderVersion="[40,)"
+loaderVersion="[41,)"
license="CC BY-NC-ND 4.0"
[[mods]]
@@ -15,13 +15,13 @@ description="A library containing events, helpers, and utilities to make modding
[[dependencies.iceberg]]
modId="forge"
mandatory=true
- versionRange="[40.1.6,)"
+ versionRange="[41,)"
ordering="NONE"
side="BOTH"
[[dependencies.iceberg]]
modId="minecraft"
mandatory=true
- versionRange="[1.18.2,1.19)"
+ versionRange="[1.19,)"
ordering="NONE"
side="BOTH" \ No newline at end of file
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json
index f5c7ec5..5100bd0 100644
--- a/src/main/resources/iceberg.mixins.json
+++ b/src/main/resources/iceberg.mixins.json
@@ -3,7 +3,6 @@
"package": "com.anthonyhilyard.iceberg.mixin",
"compatibilityLevel": "JAVA_17",
"refmap": "iceberg.refmap.json",
- "plugin": "com.anthonyhilyard.iceberg.mixin.ForgeConfigMenusPlugin",
"mixins": [
"PlayerAdvancementsMixin"
],
@@ -11,9 +10,6 @@
"ScreenMixin",
"ClientPacketListenerMixin",
"TextColorMixin",
- "ConfigMenusForgeIEntryDataMixin",
- "ConfigMenusForgeConfigScreenMixin",
- "ConfigMenusForgeServerConfigUploaderMixin",
"MinecraftMixin"
],
"server": [