Skip to content

Commit

Permalink
Merge pull request #20 from sweetrpg/feature/14-ce-workbench-recipes
Browse files Browse the repository at this point in the history
Add Celestial Exploration mod support
  • Loading branch information
paulyhedral authored Nov 30, 2024
2 parents 0c50d9c + f62eb9a commit b634483
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

Expand Down Expand Up @@ -32,6 +28,6 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
uses: gradle/gradle-build-action@v3.5.0
with:
arguments: build test --console=verbose
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ dependencies {
implementation fg.deobf("curse.maven:create-${create_project_id}:${create_file_id}")
implementation fg.deobf("curse.maven:ars-nouveau-${ars_project_id}:${ars_file_id}")
implementation fg.deobf("curse.maven:curios-${curios_project_id}:${curios_file_id}")
implementation fg.deobf("curse.maven:celestial-exploration-${cexp_project_id}:${cexp_file_id}")
implementation fg.deobf("curse.maven:azurelib-${azure_project_id}:${azure_file_id}")

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${jupiter_version}")
testImplementation("org.junit.jupiter:junit-jupiter-api:${jupiter_version}")
Expand Down
7 changes: 5 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ curios_file_id=4985315
# Create
create_project_id=328085
create_file_id=5797603

# The One Probe
top_file_id=3671753

# Patchouli
ptch_version=1.18.2-71.1
ptch_file_id=3729975
# Celestial Exploration
cexp_project_id=577208
cexp_file_id=5738281
azure_project_id=817423
azure_file_id=5782731

0 comments on commit b634483

Please sign in to comment.