Skip to content

Commit

Permalink
Merge branch '1.20.4' into 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Nov 10, 2024
2 parents 1961c33 + 648dab2 commit 70b59b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/1.20.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
&& wget https://api.modrinth.com/maven/maven/modrinth/xaeros-world-map/${{ env.WORLDMAP_VERSION_FABRIC }}_Fabric_${{ env.MINECRAFT_VERSION }}/xaeros-world-map-${{ env.WORLDMAP_VERSION_FABRIC }}_Fabric_${{ env.MINECRAFT_VERSION }}.jar -P run/mods/
- name: Fabric Test
uses: 3arthqu4ke/[email protected].0
uses: 3arthqu4ke/[email protected].1
with:
mc: ${{ env.MINECRAFT_VERSION }}
modloader: fabric
Expand All @@ -118,7 +118,7 @@ jobs:
&& wget https://api.modrinth.com/maven/maven/modrinth/xaeros-world-map/${{ env.WORLDMAP_VERSION_FORGE }}_Forge_${{ env.MINECRAFT_VERSION }}/xaeros-world-map-${{ env.WORLDMAP_VERSION_FORGE }}_Forge_${{ env.MINECRAFT_VERSION }}.jar -P run/mods/
- name: Forge Test
uses: 3arthqu4ke/[email protected].0
uses: 3arthqu4ke/[email protected].1
with:
mc: ${{ env.MINECRAFT_VERSION }}
modloader: forge
Expand All @@ -138,7 +138,7 @@ jobs:
&& wget https://api.modrinth.com/maven/maven/modrinth/xaeros-world-map/${{ env.WORLDMAP_VERSION_NEO }}_NeoForge_${{ env.MINECRAFT_VERSION }}/xaeros-world-map-${{ env.WORLDMAP_VERSION_NEO }}_NeoForge_${{ env.MINECRAFT_VERSION }}.jar -P run/mods/
- name: Neo Test
uses: 3arthqu4ke/mc-runtime-test@2.3.1
uses: 3arthqu4ke/mc-runtime-test@2.4.1
with:
mc: ${{ env.MINECRAFT_VERSION }}
modloader: neoforge
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ repositories {
dependencies {
implementation("architectury-plugin:architectury-plugin.gradle.plugin:3.4-SNAPSHOT")
implementation("dev.architectury:architectury-loom:1.7-SNAPSHOT")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
}

0 comments on commit 70b59b2

Please sign in to comment.