File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import net.fabricmc.loom.api.LoomGradleExtensionAPI
22
33plugins {
44 id(" architectury-plugin" ) version " 3.4-SNAPSHOT"
5- id(" dev.architectury.loom" ) version " 1.11 -SNAPSHOT" apply false
5+ id(" dev.architectury.loom" ) version " 1.13 -SNAPSHOT" apply false
66 id(" com.gradleup.shadow" ) version " 9.2.2" apply false
77 java
88 idea
@@ -26,7 +26,6 @@ subprojects {
2626
2727 val loom = project.extensions.getByName<LoomGradleExtensionAPI >(" loom" )
2828 loom.silentMojangMappingsLicense()
29- loom.mixin.useLegacyMixinAp.set(false )
3029
3130 repositories {
3231 mavenCentral()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ forge_version=60.0.14
1717neoforge_version =21.10.45-beta
1818
1919# Fabric
20- fabric_loader_version =0.17.3
20+ fabric_loader_version =0.18.0
2121fabric_api_version =0.136.0
2222
2323# Mod options
You can’t perform that action at this time.
0 commit comments