Skip to content

Commit

Permalink
Port to 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed Nov 3, 2020
1 parent feb62c3 commit 04140bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ run

# Files from Forge MDK
forge*changelog.txt
logs
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ org.gradle.daemon=false

mod_version = 1.0.1

minecraft_version=1.16.3
minecraft_version=1.16.4
mcp_mappings=20200723-1.16.1
forge_version=34.0.4
forge_version=35.0.1
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Turf blocks which are non decaying grass on all sides, for decoration. Can be dy
[[dependencies.turf]]
modId="minecraft"
mandatory=true
versionRange="[1.16.3]"
versionRange="[1.16.3,]"
ordering="NONE"
side="BOTH"

0 comments on commit 04140bb

Please sign in to comment.