File tree Expand file tree Collapse file tree 4 files changed +6
-45
lines changed
java/uk/debb/vanilla_disable/mixin/feature/entity/other Expand file tree Collapse file tree 4 files changed +6
-45
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ val MAVEN_GROUP by extra { "uk.debb" }
14
14
val LICENSE by extra { " MPL-2.0" }
15
15
val MOD_VERSION by extra { " 4.0.2" }
16
16
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)" }
20
20
val H2_VERSION by extra { " 2.3.232" }
21
21
val ASM_VERSION by extra { " 9.7.1" }
22
22
val PARCHMENT_MC_VERSION by extra { " 1.21" }
@@ -25,8 +25,8 @@ val MIXIN_EXTRAS_VERSION by extra { "0.4.1" }
25
25
val FABRIC_MIXIN_VERSION by extra { " 0.15.4+mixin.0.8.7" }
26
26
val FABRIC_LOADER_VERSION by extra { " 0.16.8" }
27
27
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 " }
30
30
31
31
allprojects {
32
32
apply (plugin = " java" )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 69
69
" feature.entity.other.MixinMob" ,
70
70
" feature.entity.other.MixinPainting" ,
71
71
" feature.entity.other.MixinPlayer" ,
72
- " feature.entity.other.MixinServerLevel" ,
73
72
" feature.entity.other.MixinServerPlayer" ,
74
73
" feature.entity.other.MixinSummonCommand" ,
75
74
" feature.entity.other.MixinVillagerData" ,
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ pluginManagement {
13
13
14
14
include(" common" )
15
15
include(" fabric" )
16
- // include("neoforge")
16
+ include(" neoforge" )
You can’t perform that action at this time.
0 commit comments