11plugins {
2- id ' fabric-loom' version ' 1.11 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.14 -SNAPSHOT'
33 id ' maven-publish'
44}
55
66repositories {
7- maven { url = ' https://masa.dy.fi/maven' }
8- maven { url = ' https://maven.fallenbreath.me/releases' }
9- maven { url = ' https://maven.terraformersmc.com/releases/' }
7+ maven {url = " https://masa.dy.fi/maven/sakura-ryoko"
8+ content {includeGroupAndSubgroups(" fi.dy.masa" )}
9+ }
10+ maven {url = ' https://maven.fallenbreath.me/releases'
11+ content {includeGroupAndSubgroups(" me.fallenbreath" )}
12+ }
13+ maven {url = ' https://maven.terraformersmc.com/releases/'
14+ content { includeGroupAndSubgroups(" com.terraformersmc" )}
15+ }
1016 maven { url = ' https://jitpack.io' }
17+ // maven { url = 'https://api.modrinth.com/maven' }
1118}
1219
1320dependencies {
1421 minecraft " com.mojang:minecraft:${ project.minecraft_version} "
15- mappings " net.fabricmc:yarn:${ project.mappings_version} :v2"
22+ // mappings "net.fabricmc:yarn:${project.mappings_version}:v2"
23+ mappings loom. officialMojangMappings()
1624 modImplementation " net.fabricmc:fabric-loader:${ project.fabric_loader_version} "
1725 implementation " com.google.code.findbugs:jsr305:3.0.2"
1826
@@ -23,6 +31,8 @@ dependencies {
2331 // modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
2432
2533 modCompileOnly " com.terraformersmc:modmenu:${ project.mod_menu_version} "
34+ // modCompileOnly "maven.modrinth:iris:${project.iris_version}+${project.iris_mc_version}-fabric"
35+ // modCompileOnly "net.irisshaders:iris-fabric-1.8.12-snapshot+mc1.21.5-local"
2636// modRuntimeOnly 'me.fallenbreath:mixin-auditor:0.1.0'
2737}
2838
3747}
3848
3949loom {
50+ accessWidenerPath = file(" src/main/resources/litematica.accesswidener" )
51+
4052// def commonVmArgs = ['-Dmixin.debug.export=true', '-Dmixin.debug.countInjections=true']
4153// // [FEATURE] MIXIN_AUDITOR
4254// runs {
0 commit comments