Skip to content

Commit cb287a1

Browse files
committed
update to 1.16.5, Fixes #2
1 parent eca4076 commit cb287a1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TickTock
22
Fabric mod to give forceloaded chunks random ticks
33

4-
Designed for 1.16.4
4+
Designed for 1.16.5
55

66
Tested with the following force loaders:
77
- Vanilla "/forceload"

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ group = project.maven_group
1212

1313
dependencies {
1414
//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"
1818

1919
//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"
2121

2222
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
2323
// You may need to force-disable transitiveness on them.

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# 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
88
# Mod Properties
9-
mod_version=1.1.1
9+
mod_version=1.2.0
1010
maven_group=me.techchrism
1111
archives_base_name=ticktock
1212
# Dependencies
1313
# check this on https://modmuss50.me/fabric.html
14-
fabric_version=0.28.3+1.16
14+
fabric_version=0.30.0+1.16

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"depends": {
2020
"fabricloader": ">=0.10.1+build.209",
2121
"fabric": "*",
22-
"minecraft": "1.16.4"
22+
"minecraft": "1.16.5"
2323
},
2424
"mixins": [
2525
"ticktock.mixins.json"

0 commit comments

Comments
 (0)