Skip to content

Commit 30a1c7a

Browse files
committed
update to 1.16.4
1 parent 8544c91 commit 30a1c7a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

build.gradle

Lines changed: 5 additions & 5 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:${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"
1818

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"
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.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
88
# Mod Properties
9-
mod_version=1.0.0
9+
mod_version=1.1.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.18.0+build.387-1.16.1
14+
fabric_version=0.28.3+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.1"
22+
"minecraft": "1.16.4"
2323
},
2424
"mixins": [
2525
"ticktock.mixins.json"

0 commit comments

Comments
 (0)