Skip to content

Commit

Permalink
Port to Minecraft 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Aug 30, 2020
1 parent 3b3da03 commit c9aa9bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Ranged Pumps Changelog

### 0.8.1
- Port to Minecraft 1.16.2 (raoulvdberge)
- Added Simplified Chinese translation (a5161655)
- Added Hungarian translation (excodex)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ archivesBaseName = 'rangedpumps'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'

minecraft {
mappings channel: 'snapshot', version: '20200707-1.16.1'
mappings channel: 'snapshot', version: '20200723-1.16.1'

runs {
client {
Expand Down Expand Up @@ -78,7 +78,7 @@ processResources {
}

dependencies {
minecraft 'net.minecraftforge:forge:1.16.1-32.0.63'
minecraft 'net.minecraftforge:forge:1.16.2-33.0.20'
}

jar {
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
modLoader="javafml"
loaderVersion="[32,)"
loaderVersion="[33,)"
issueTrackerURL="https://github.com/refinedmods/rangedpumps"
license="MIT"
[[mods]]
modId="rangedpumps"
version="${version}"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "Ranged Pumps resources",
"pack_format": 5
"pack_format": 6
}
}
}

0 comments on commit c9aa9bf

Please sign in to comment.