File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
# TickTock
2
2
Fabric mod to give forceloaded chunks random ticks
3
3
4
- Designed for 1.16.4
4
+ Designed for 1.16.5
5
5
6
6
Tested with the following force loaders:
7
7
- Vanilla "/forceload"
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:1.16.4 "
16
- mappings " net.fabricmc:yarn:1.16.4 +build.7 :v2"
17
- modImplementation " net.fabricmc:fabric-loader:0.10.8 "
15
+ minecraft " com.mojang:minecraft:1.16.5 "
16
+ mappings " net.fabricmc:yarn:1.16.5 +build.3 :v2"
17
+ modImplementation " net.fabricmc:fabric-loader:0.11.1 "
18
18
19
19
// Fabric api
20
- modImplementation " net.fabricmc.fabric-api:fabric-api:0.28.3 +1.16"
20
+ modImplementation " net.fabricmc.fabric-api:fabric-api:0.30.0 +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.4
6
- yarn_mappings =1.16.4 +build.7
7
- loader_version =0.10.8
5
+ minecraft_version =1.16.5
6
+ yarn_mappings =1.16.5 +build.3
7
+ loader_version =0.11.1
8
8
# Mod Properties
9
- mod_version =1.1.1
9
+ mod_version =1.2.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.28.3 +1.16
14
+ fabric_version =0.30.0 +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.4 "
22
+ "minecraft" : " 1.16.5 "
23
23
},
24
24
"mixins" : [
25
25
" ticktock.mixins.json"
You can’t perform that action at this time.
0 commit comments