Skip to content

Commit

Permalink
Update to 1.16-pre6
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jun 16, 2020
1 parent 2b622c3 commit 7df6697
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.7-SNAPSHOT'
id 'fabric-loom' version '0.4-SNAPSHOT'
id 'maven-publish'
}

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=20w21a
yarn_mappings=20w21a+build.18
loader_version=0.8.4+build.198
minecraft_version=1.16-pre6
yarn_mappings=1.16-pre6+build.3
loader_version=0.8.7+build.201

# Mod Properties
mod_version = 1.0.3+1.16
mod_version = 1.0.4+1.16
maven_group = link.infra.borderlessmining
archives_base_name = borderless-mining

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.10.10+build.347-1.16
modmenu_version=1.11.6+build.11
clothconfig_version=4.4.0-unstable
fabric_version=0.12.3+build.363-1.16
modmenu_version=1.12.1+build.15
clothconfig_version=4.5.3

0 comments on commit 7df6697

Please sign in to comment.