Skip to content

Commit

Permalink
Patch 1.2.1 fix crash on forge and dependency issues on quilt
Browse files Browse the repository at this point in the history
  • Loading branch information
Richy-Z committed May 14, 2024
1 parent 2205ea9 commit 1d226ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions common/src/main/java/com/numelon/threatengl/ThreatenGL.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ public final class ThreatenGL {

public static void init() {
// Write common init code here.
LOGGER.info("bomboclart");
LOGGER.info("Hark! This mod doth seem to toil as expected! O, dear sire, rejoice! Muahaha!");
LOGGER.info("Hark! This numelon mod doth seem to toil as expected! O, dear sire, rejoice! How tremendous!");

LOGGER.info("ThreatenGL will threaten Minecraft soon...");
LOGGER.info("Using GLFW Version " + GLFW.glfwGetVersionString() + ", not to be confused with OpenGL.");
LOGGER.info("Using GLFW Version " + GLFW.glfwGetVersionString() + ", not to be confused with OpenGL version.");
}
}
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ side = "BOTH"

[[dependencies.threatengl]]
modId = "architectury"
mandatory = false
mandatory = true
versionRange = "[11.1.17,)"
ordering = "AFTER"
side = "BOTH"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
org.gradle.parallel=true

# Mod properties
mod_version = 1.2.0
mod_version = 1.2.1
maven_group = com.numelon.threatengl
archives_name = threatengl
enabled_platforms = fabric,forge,neoforge,quilt
Expand Down
4 changes: 4 additions & 0 deletions quilt/src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"id": "quilt_base",
"version": "*"
},
{
"id": "quilted_fabric_api",
"version": "*"
},
{
"id": "minecraft",
"version": ">=1.17"
Expand Down

0 comments on commit 1d226ee

Please sign in to comment.