We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193e90f commit 78571a4Copy full SHA for 78571a4
build.gradle
@@ -24,7 +24,7 @@ ext {
24
IS_SNAPSHOT = false
25
COMMIT = grgit.head().abbreviatedId.toString()
26
27
- VERSION = '4.0.2.282'
+ VERSION = '4.0.2.283'
28
MC_VERSION = '1.12.2'
29
FORGE_VERSION = '14.23.5.2860'
30
changelogs/CHANGELOG-1.12.2-4.0.2.283.md
@@ -0,0 +1,6 @@
1
+# Galacticraft-Legacy changelog
2
+
3
+**[Fixes]**
4
5
+- **(compatibility)** correct Optional.Interface stripping | fixes #42 [ROM] ([193e9](https://github.com/TeamGalacticraft/Galacticraft-Legacy/commit/193e90fcfdf4c0e))
6
+ - Re-add IMjReceiver to ForgeReceiver - Strip interface if BC isn't loaded
0 commit comments