1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-03 19:07:56 +00:00

Update to Minecraft 1.14.4

This commit is contained in:
parly
2019-08-09 22:22:14 +09:00
parent 07b13dd2b4
commit 8c45fd362a
74 changed files with 392 additions and 403 deletions

View File

@@ -53,8 +53,8 @@ configurations {
dependencies {
minecraft "com.mojang:minecraft:${mc_version}"
mappings "net.fabricmc:yarn:${mc_version}+build.${mappings_version}"
modCompile "net.fabricmc:fabric-loader:0.4.8+build.153"
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.0+build.175"
modCompile "net.fabricmc:fabric-loader:0.4.8+build.159"
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.1+build.208"
implementation 'com.google.code.findbugs:jsr305:3.0.2'