Skip to content

Commit

Permalink
Port to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
SwanX1 committed Jun 8, 2022
1 parent 816efeb commit 49984a8
Show file tree
Hide file tree
Showing 14 changed files with 827 additions and 891 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Build
on:
push:
branches: [ '1.18' ]
paths:
- 'build.gradle'
- 'build.properties'
pull_request:
branches: [ '1.18' ]
paths:
- 'src/**'
- 'build.gradle'
Expand Down Expand Up @@ -35,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: build/libs/
path: build/libs/
65 changes: 0 additions & 65 deletions CREDITS.txt

This file was deleted.

6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VERSION=1.7.0
MINECRAFT_VERSION=1.18.2
FORGE_VERSION=40.0.19
MINECRAFT_VERSION=1.19
FORGE_VERSION=41.0.1
MAPPINGS_CHANNEL=official
MAPPINGS_VERSION=1.18.2
MAPPINGS_VERSION=1.19

# Do not edit anything below this line, it contains base information for the project.
GROUP=org.infernalstudios
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Empty file modified gradlew.bat
100755 → 100644
Empty file.
Empty file removed logs/debug.log
Empty file.
Empty file removed logs/latest.log
Empty file.

Large diffs are not rendered by default.

262 changes: 0 additions & 262 deletions src/generated/resources/.cache/cache

This file was deleted.

Loading

0 comments on commit 49984a8

Please sign in to comment.