Skip to content

Commit

Permalink
forge
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Nov 12, 2024
1 parent 8c4336d commit ed018e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fabricApi = 0.106.1+1.21.3
modMenu = 10.0.0-alpha.3
trEnergy = 3.0.0

forge = 52.0.2
forge = 53.0.13
neo = 21.3.0-beta

architectury = 10.0.7
Expand Down
8 changes: 1 addition & 7 deletions platform/forge/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("net.minecraftforge.gradle") version "6.0.25"
id("net.minecraftforge.gradle") version "6.0.29"
id("org.spongepowered.mixin") version "0.7.38"
}

Expand Down Expand Up @@ -83,12 +83,6 @@ minecraft {
}
}

afterEvaluate {
minecraft.runs.configureEach {
jvmArgs("-classpath", sourceSets["run"].runtimeClasspath.asPath)
}
}

mixin {
add(sourceSets["main"], "wthit.refmap.json")
config("wthit.mixins.json")
Expand Down
4 changes: 2 additions & 2 deletions platform/forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ logoFile = "wthit.png"
[[dependencies.wthit]]
modId = "forge"
mandatory = true
versionRange = "[51.0.8,)"
versionRange = "[53.0.13,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.wthit]]
modId = "minecraft"
mandatory = true
versionRange = "[1.21,)"
versionRange = "[1.21.3,)"
ordering = "NONE"
side = "BOTH"

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platform("mojmap")

//platform("bukkit")
platform("fabric")
//platform("forge")
platform("forge")
platform("neo")
platform("textile")
//platform("quilt")

0 comments on commit ed018e3

Please sign in to comment.