Skip to content

Commit

Permalink
Update to 1.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: paizi <admin@blingwang.cn>
  • Loading branch information
paizi committed Dec 26, 2019
1 parent c3c3e58 commit b449b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.6-SNAPSHOT'
id 'fabric-loom' version '0.2.7-SNAPSHOT'
}

sourceCompatibility = 1.8
Expand All @@ -12,8 +12,8 @@ minecraft {
}

dependencies {
minecraft "com.mojang:minecraft:1.15"
mappings "net.fabricmc:yarn:1.15+build.1:v2"
modCompile "net.fabricmc:fabric-loader:0.7.2+build.174"
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.23+build.276-1.15"
minecraft "com.mojang:minecraft:1.15.1"
mappings "net.fabricmc:yarn:1.15.1+build.7:v2"
modCompile "net.fabricmc:fabric-loader:0.7.2+build.175"
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.25+build.282-1.15"
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "fabriccontrolling",
"name": "Fabric Controlling",
"version": "1.0.1",
"version": "1.0.5",
"side": "client",
"entrypoints": {
"client": ["com.blamejared.fabriccontrolling.Controlling"]
Expand Down

0 comments on commit b449b57

Please sign in to comment.