From f14a57f0904a1608735eb9e95b7c7f06a17c9e63 Mon Sep 17 00:00:00 2001 From: Paul Schifferer Date: Wed, 27 Nov 2024 18:48:00 -0800 Subject: [PATCH 1/2] Add Celestial Exploration mod --- build.gradle | 2 ++ gradle.properties | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/build.gradle b/build.gradle index 2459678..9edfa2f 100644 --- a/build.gradle +++ b/build.gradle @@ -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}") diff --git a/gradle.properties b/gradle.properties index 7ffa97e..65ca836 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,6 +30,7 @@ modrinth_release_type=alpha # JEI jei_version=1.18.2:9.7.2.281 + # Farmer's Delight farmers_project_id=398521 farmers_file_id=4679315 @@ -48,3 +49,8 @@ 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 From 4993fd6a8701e4770cf9b46ca234fdeb8686e9c4 Mon Sep 17 00:00:00 2001 From: Paul Schifferer Date: Thu, 28 Nov 2024 18:22:06 -0800 Subject: [PATCH 2/2] Cleanup --- .github/workflows/pr-build.yml | 6 +----- gradle.properties | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 2b73762..0278364 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -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 @@ -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 diff --git a/gradle.properties b/gradle.properties index 65ca836..1250cba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,7 +30,6 @@ modrinth_release_type=alpha # JEI jei_version=1.18.2:9.7.2.281 - # Farmer's Delight farmers_project_id=398521 farmers_file_id=4679315 @@ -42,10 +41,8 @@ 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