Skip to content

Commit

Permalink
forge updated (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Mar 1, 2022
1 parent 519a76a commit 38c5388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build (fabric) with Gradle
run: ./gradlew build -Pbaritone.fabric_build

# - name: Build (forge) with Gradle
# run: ./gradlew build -Pbaritone.forge_build -Ploom.platform=forge
- name: Build (forge) with Gradle
run: ./gradlew build -Pbaritone.forge_build -Ploom.platform=forge

- name: Archive Artifacts
uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ maven_group=baritone
archives_base_name=baritone

minecraft_version=1.18.2
forge_version=1.18-38.0.10
fabric_version=0.12.5
forge_version=1.18.2-40.0.0
fabric_version=0.13.1

# # un comment for forge debugging default (as opposed to fabric)
# baritone.forge_build=true
Expand Down

0 comments on commit 38c5388

Please sign in to comment.