Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Draylar committed Jun 4, 2021
1 parent 64680f7 commit 6b0364c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs = -Xmx1G

# Fabric Properties
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.6
loader_version=0.11.3
fabric_version=0.32.5+1.16
minecraft_version = 1.16.5
yarn_mappings = 1.16.5+build.6
loader_version = 0.11.3
fabric_version = 0.32.5+1.16

# Mod Properties
mod_version=1.6.1
archives_base_name=miners-horizon
mod_version = 1.6.2
archives_base_name = miners-horizon

# Dependencies
mod_menu_version=1.16+
mod_menu_version = 1.16+
2 changes: 1 addition & 1 deletion minepkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifestVersion = 0
type = "mod"
name = "miners-horizon"
description = "Adds in a dimension specifically for mining."
version = "1.6.1"
version = "1.6.2"
platform = "fabric"
license = "MIT"

Expand Down

0 comments on commit 6b0364c

Please sign in to comment.