Skip to content

Commit

Permalink
compile for 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuclearfarts authored and Nuclearfarts committed May 9, 2020
1 parent fa21be3 commit 83039fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.6-SNAPSHOT'
id 'fabric-loom' version '0.2.7-SNAPSHOT'
id 'maven-publish'
}

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

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.14
loader_version=0.7.8+build.188
minecraft_version=20w19a
yarn_mappings=20w19a+build.6
loader_version=0.8.2+build.194

fabric_version=0.5.1+build.294-1.15
fabric_version=0.10.7+build.344-1.16
# Mod Properties
mod_version = 0.1.0
mod_version = 0.1.0+1.16
maven_group = io.github.nuclearfarts
archives_base_name = connected-block-textures

0 comments on commit 83039fb

Please sign in to comment.