File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ group = project.maven_group
12
12
13
13
dependencies {
14
14
// to change the versions see the gradle.properties file
15
- minecraft " com.mojang:minecraft:${ project.minecraft_version } "
16
- mappings " net.fabricmc:yarn:${ project.yarn_mappings } :v2"
17
- modImplementation " net.fabricmc:fabric-loader:${ project.loader_version } "
15
+ minecraft " com.mojang:minecraft:1.16.4 "
16
+ mappings " net.fabricmc:yarn:1.16.4+build.7 :v2"
17
+ modImplementation " net.fabricmc:fabric-loader:0.10.8 "
18
18
19
- // Fabric API. This is technically optional, but you probably want it anyway.
20
- modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version } "
19
+ // Fabric api
20
+ modImplementation " net.fabricmc.fabric-api:fabric-api:0.28.3+1.16 "
21
21
22
22
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
23
23
// You may need to force-disable transitiveness on them.
Original file line number Diff line number Diff line change 2
2
org.gradle.jvmargs =-Xmx1G
3
3
# Fabric Properties
4
4
# check these on https://modmuss50.me/fabric.html
5
- minecraft_version =1.16.1
6
- yarn_mappings =1.16.1 +build.21
7
- loader_version =0.10.1+build.209
5
+ minecraft_version =1.16.4
6
+ yarn_mappings =1.16.4 +build.7
7
+ loader_version =0.10.8
8
8
# Mod Properties
9
- mod_version =1.0 .0
9
+ mod_version =1.1 .0
10
10
maven_group =me.techchrism
11
11
archives_base_name =ticktock
12
12
# Dependencies
13
13
# check this on https://modmuss50.me/fabric.html
14
- fabric_version =0.18.0+build.387- 1.16.1
14
+ fabric_version =0.28.3+ 1.16
Original file line number Diff line number Diff line change 19
19
"depends" : {
20
20
"fabricloader" : " >=0.10.1+build.209" ,
21
21
"fabric" : " *" ,
22
- "minecraft" : " 1.16.1 "
22
+ "minecraft" : " 1.16.4 "
23
23
},
24
24
"mixins" : [
25
25
" ticktock.mixins.json"
You can’t perform that action at this time.
0 commit comments