File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
26
26
modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version} "
27
27
28
- modImplementation include(' xyz.nucleoid:stimuli:0.4.9 +1.20.2 ' )
28
+ modImplementation include(' xyz.nucleoid:stimuli:0.4.10 +1.20.4 ' )
29
29
30
30
modCompileOnly " dev.gegy:player-roles-api:1.6.7"
31
31
modCompileOnly " me.lucko:fabric-permissions-api:0.2-SNAPSHOT"
Original file line number Diff line number Diff line change 1
1
# Done to increase the memory available to gradle.
2
2
org.gradle.jvmargs =-Xmx1G
3
3
4
- minecraft_version =1.20.2
5
- yarn_mappings =1.20.2 +build.1
6
- loader_version =0.14.22
4
+ minecraft_version =1.20.4
5
+ yarn_mappings =1.20.4 +build.3
6
+ loader_version =0.15.2
7
7
8
8
# Dependencies
9
- fabric_version =0.89.0 +1.20.2
9
+ fabric_version =0.91.2 +1.20.4
10
10
11
11
# Mod Properties
12
12
mod_version =0.3.7
Original file line number Diff line number Diff line change 14
14
"depends" : {
15
15
"fabricloader" : " >=0.12" ,
16
16
"fabric" : " *" ,
17
- "minecraft" : " >=1.20-" ,
17
+ "minecraft" : " >=1.20.3 -" ,
18
18
"stimuli" : " >=0.4.3" ,
19
19
"java" : " >=17"
20
20
}
You can’t perform that action at this time.
0 commit comments