Skip to content

Commit 9bedfcd

Browse files
1.21.3 all loaders
1 parent 0129339 commit 9bedfcd

File tree

4 files changed

+6
-45
lines changed

4 files changed

+6
-45
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ val MAVEN_GROUP by extra { "uk.debb" }
1414
val LICENSE by extra { "MPL-2.0" }
1515
val MOD_VERSION by extra { "4.0.2" }
1616

17-
val MINECRAFT_VERSION by extra { "1.21.2-pre1" }
18-
val MINECRAFT_VERSION_RANGE_FABRIC by extra { ">=1.21" }
19-
val MINECRAFT_VERSION_RANGE_NEOFORGE by extra { "[1.21,1.22)" }
17+
val MINECRAFT_VERSION by extra { "1.21.3" }
18+
val MINECRAFT_VERSION_RANGE_FABRIC by extra { ">=1.21.2" }
19+
val MINECRAFT_VERSION_RANGE_NEOFORGE by extra { "[1.21.2,1.22)" }
2020
val H2_VERSION by extra { "2.3.232" }
2121
val ASM_VERSION by extra { "9.7.1" }
2222
val PARCHMENT_MC_VERSION by extra { "1.21" }
@@ -25,8 +25,8 @@ val MIXIN_EXTRAS_VERSION by extra { "0.4.1" }
2525
val FABRIC_MIXIN_VERSION by extra { "0.15.4+mixin.0.8.7" }
2626
val FABRIC_LOADER_VERSION by extra { "0.16.8" }
2727
val FABRIC_LOADER_VERSION_RANGE by extra { ">=0.15.10" }
28-
val NEOFORGE_VERSION by extra { "21.1.72"}
29-
val NEOFORGE_LOADER_VERSION_RANGE by extra { ">=21.1.0" }
28+
val NEOFORGE_VERSION by extra { "21.3.4-beta"}
29+
val NEOFORGE_LOADER_VERSION_RANGE by extra { ">=21.2.0-beta" }
3030

3131
allprojects {
3232
apply(plugin = "java")

common/src/main/java/uk/debb/vanilla_disable/mixin/feature/entity/other/MixinServerLevel.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

common/src/main/resources/vanilla_disable.mixins.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"feature.entity.other.MixinMob",
7070
"feature.entity.other.MixinPainting",
7171
"feature.entity.other.MixinPlayer",
72-
"feature.entity.other.MixinServerLevel",
7372
"feature.entity.other.MixinServerPlayer",
7473
"feature.entity.other.MixinSummonCommand",
7574
"feature.entity.other.MixinVillagerData",

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ pluginManagement {
1313

1414
include("common")
1515
include("fabric")
16-
//include("neoforge")
16+
include("neoforge")

0 commit comments

Comments
 (0)