Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jul 20, 2019
1 parent 65e13f7 commit 1be915c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"

modCompile 'net.fabricmc.fabric-api:fabric-api:0.3.0+build.191'
modCompile 'net.fabricmc.fabric-api:fabric-api:0.3.0+build.200'

modCompile 'com.github.Chocohead:Fabric-ASM:9af0ebe992'
include 'com.github.Chocohead:Fabric-ASM:9af0ebe992'
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.14.3
yarn_mappings=1.14.3+build.9
minecraft_version=1.14.4
yarn_mappings=1.14.4+build.2
loader_version=0.4.8+build.155

mod_version = 0.4.2-test1
mod_version = 0.4.3
maven_group = me.modmuss50
archives_base_name = optifabric

0 comments on commit 1be915c

Please sign in to comment.