Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/gametests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- cyclops-id
mc:
- 1.21.1
- 1.21.11
- 26.1.1
loader:
- neoforge
- forge
Expand All @@ -30,10 +30,10 @@ jobs:
loader: fabric
fabric-api: 0.116.7 # https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all?page=1&pageSize=20&showAlphaFiles=show
fabric-gametest-api: 2.0.9+50ed0faf7a # https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-gametest-api-v1/
- mc: 1.21.11
- mc: 26.1.1
loader: fabric
fabric-api: 0.141.1 # https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all?page=1&pageSize=20&showAlphaFiles=show
fabric-gametest-api: 3.1.9+39ce47f5f3 # https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-gametest-api-v1/
fabric-api: 0.145.3 # https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all?page=1&pageSize=20&showAlphaFiles=show
fabric-gametest-api: 4.0.14+1d12dba080 # https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-gametest-api-v1/
exclude:
- modpack: cyclops-id # ID does not exist for Forge
loader: forge
Expand All @@ -43,8 +43,8 @@ jobs:
loader: forge
- modpack: cyclops-all-deps # No deps are relevant for Fabric mods
loader: fabric
- modpack: cyclops-all-deps # Mod compats have not been added for 1.21.11 yet
mc: 1.21.11
- modpack: cyclops-all-deps # Mod compats have not been added for 26.1.1 yet
mc: 26.1.1
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
Expand All @@ -55,7 +55,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: 'microsoft'
java-version: 21
java-version: 25
- name: 'Fetch modpack'
uses: nick-fields/retry@v4 # Retry, as some maven repos can be finicky
with:
Expand All @@ -66,9 +66,9 @@ jobs:
GITHUB_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Test in runtime client'
if: matrix.env == 'client' && (matrix.loader != 'forge' && matrix.loader != 'fabric' && matrix.mc != '1.21.11') # This does not work yet on Forge, Fabric, or 1.21.11 (all loaders)
if: matrix.env == 'client' && (matrix.loader != 'forge' && matrix.loader != 'fabric') # This does not work yet on Forge or Fabric
timeout-minutes: 10
uses: headlesshq/mc-runtime-test@4.3.0
uses: headlesshq/mc-runtime-test@4.3.1
with:
mc: ${{ matrix.mc }}
modloader: ${{ matrix.loader }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,57 +8,57 @@

<groupId>org.cyclops.packs</groupId>
<artifactId>cyclops-all-fabric</artifactId>
<version>1.21.11</version>
<version>26.1.1</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.cyclops.cyclopscore</groupId>
<artifactId>cyclopscore-1.21.11-fabric</artifactId>
<version>1.25.5-964</version>
<artifactId>cyclopscore-26.1.1-fabric</artifactId>
<version>1.25.5-976</version>
</dependency>

<dependency>
<groupId>org.cyclops.flopper</groupId>
<artifactId>flopper-1.21.11-fabric</artifactId>
<version>1.1.8-218</version>
<artifactId>flopper-26.1.1-fabric</artifactId>
<version>1.1.8-219</version>
</dependency>

<dependency>
<groupId>org.cyclops.structuredcrafting</groupId>
<artifactId>structuredcrafting-1.21.11-fabric</artifactId>
<version>0.2.7-196</version>
<artifactId>structuredcrafting-26.1.1-fabric</artifactId>
<version>0.2.7-198</version>
</dependency>

<dependency>
<groupId>org.cyclops.capabilityproxy</groupId>
<artifactId>capabilityproxy-1.21.11-fabric</artifactId>
<version>2.2.0-194</version>
<artifactId>capabilityproxy-26.1.1-fabric</artifactId>
<version>2.2.0-195</version>
</dependency>

<dependency>
<groupId>org.cyclops.everlastingabilities</groupId>
<artifactId>everlastingabilities-1.21.11-fabric</artifactId>
<version>2.5.0-352</version>
<artifactId>everlastingabilities-26.1.1-fabric</artifactId>
<version>2.5.0-358</version>
</dependency>

<dependency>
<groupId>org.cyclops.energeticsheep</groupId>
<artifactId>energeticsheep-1.21.11-fabric</artifactId>
<version>1.1.18-196</version>
<artifactId>energeticsheep-26.1.1-fabric</artifactId>
<version>1.1.18-199</version>
</dependency>

<dependency>
<groupId>org.cyclops.colossalchests</groupId>
<artifactId>colossalchests-1.21.11-fabric</artifactId>
<version>1.8.10-230</version>
<artifactId>colossalchests-26.1.1-fabric</artifactId>
<version>1.8.10-233</version>
</dependency>

<dependency>
<groupId>org.cyclops.iconexporter</groupId>
<artifactId>iconexporter-1.21.11-fabric</artifactId>
<version>1.3.1-181</version>
<artifactId>iconexporter-26.1.1-fabric</artifactId>
<version>1.3.1-184</version>
</dependency>

</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,57 +8,57 @@

<groupId>org.cyclops.packs</groupId>
<artifactId>cyclops-all-forge</artifactId>
<version>1.21.11</version>
<version>26.1.1</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.cyclops.cyclopscore</groupId>
<artifactId>cyclopscore-1.21.11-forge</artifactId>
<version>1.25.5-964</version>
<artifactId>cyclopscore-26.1.1-forge</artifactId>
<version>1.25.5-976</version>
</dependency>

<dependency>
<groupId>org.cyclops.flopper</groupId>
<artifactId>flopper-1.21.11-forge</artifactId>
<version>1.1.8-218</version>
<artifactId>flopper-26.1.1-forge</artifactId>
<version>1.1.8-219</version>
</dependency>

<dependency>
<groupId>org.cyclops.structuredcrafting</groupId>
<artifactId>structuredcrafting-1.21.11-forge</artifactId>
<version>0.2.7-196</version>
<artifactId>structuredcrafting-26.1.1-forge</artifactId>
<version>0.2.7-198</version>
</dependency>

<dependency>
<groupId>org.cyclops.capabilityproxy</groupId>
<artifactId>capabilityproxy-1.21.11-forge</artifactId>
<version>2.2.0-194</version>
<artifactId>capabilityproxy-26.1.1-forge</artifactId>
<version>2.2.0-195</version>
</dependency>

<dependency>
<groupId>org.cyclops.everlastingabilities</groupId>
<artifactId>everlastingabilities-1.21.11-forge</artifactId>
<version>2.5.0-352</version>
<artifactId>everlastingabilities-26.1.1-forge</artifactId>
<version>2.5.0-358</version>
</dependency>

<dependency>
<groupId>org.cyclops.energeticsheep</groupId>
<artifactId>energeticsheep-1.21.11-forge</artifactId>
<version>1.1.18-196</version>
<artifactId>energeticsheep-26.1.1-forge</artifactId>
<version>1.1.18-199</version>
</dependency>

<dependency>
<groupId>org.cyclops.colossalchests</groupId>
<artifactId>colossalchests-1.21.11-forge</artifactId>
<version>1.8.10-230</version>
<artifactId>colossalchests-26.1.1-forge</artifactId>
<version>1.8.10-233</version>
</dependency>

<dependency>
<groupId>org.cyclops.iconexporter</groupId>
<artifactId>iconexporter-1.21.11-forge</artifactId>
<version>1.3.1-181</version>
<artifactId>iconexporter-26.1.1-forge</artifactId>
<version>1.3.1-184</version>
</dependency>

</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,103 +8,103 @@

<groupId>org.cyclops.packs</groupId>
<artifactId>cyclops-all-neoforge</artifactId>
<version>1.21.11</version>
<version>26.1.1</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.cyclops.cyclopscore</groupId>
<artifactId>cyclopscore-1.21.11-neoforge</artifactId>
<version>1.25.5-964</version>
<artifactId>cyclopscore-26.1.1-neoforge</artifactId>
<version>1.25.5-976</version>
</dependency>

<dependency>
<groupId>org.cyclops.flopper</groupId>
<artifactId>flopper-1.21.11-neoforge</artifactId>
<version>1.1.8-218</version>
<artifactId>flopper-26.1.1-neoforge</artifactId>
<version>1.1.8-219</version>
</dependency>

<dependency>
<groupId>org.cyclops.structuredcrafting</groupId>
<artifactId>structuredcrafting-1.21.11-neoforge</artifactId>
<version>0.2.7-196</version>
<artifactId>structuredcrafting-26.1.1-neoforge</artifactId>
<version>0.2.7-198</version>
</dependency>

<dependency>
<groupId>org.cyclops.commoncapabilities</groupId>
<artifactId>commoncapabilities-1.21.11-neoforge</artifactId>
<version>2.9.7-331</version>
<artifactId>commoncapabilities-26.1.1-neoforge</artifactId>
<version>2.9.7-336</version>
</dependency>

<dependency>
<groupId>org.cyclops.capabilityproxy</groupId>
<artifactId>capabilityproxy-1.21.11-neoforge</artifactId>
<version>2.2.0-194</version>
<artifactId>capabilityproxy-26.1.1-neoforge</artifactId>
<version>2.2.0-195</version>
</dependency>

<dependency>
<groupId>org.cyclops.everlastingabilities</groupId>
<artifactId>everlastingabilities-1.21.11-neoforge</artifactId>
<version>2.5.0-352</version>
<artifactId>everlastingabilities-26.1.1-neoforge</artifactId>
<version>2.5.0-358</version>
</dependency>

<dependency>
<groupId>org.cyclops.energeticsheep</groupId>
<artifactId>energeticsheep-1.21.11-neoforge</artifactId>
<version>1.1.18-196</version>
<artifactId>energeticsheep-26.1.1-neoforge</artifactId>
<version>1.1.18-199</version>
</dependency>

<dependency>
<groupId>org.cyclops.colossalchests</groupId>
<artifactId>colossalchests-1.21.11-neoforge</artifactId>
<version>1.8.10-230</version>
<artifactId>colossalchests-26.1.1-neoforge</artifactId>
<version>1.8.10-233</version>
</dependency>

<dependency>
<groupId>org.cyclops.iconexporter</groupId>
<artifactId>iconexporter-1.21.11-neoforge</artifactId>
<version>1.3.1-181</version>
<artifactId>iconexporter-26.1.1-neoforge</artifactId>
<version>1.3.1-184</version>
</dependency>

<dependency>
<groupId>org.cyclops.integrateddynamics</groupId>
<artifactId>integrateddynamics-1.21.11-neoforge</artifactId>
<version>1.24.1-1692</version>
<artifactId>integrateddynamics-26.1.1-neoforge</artifactId>
<version>1.24.1-1707</version>
</dependency>

<dependency>
<groupId>org.cyclops.integratedtunnels</groupId>
<artifactId>integratedtunnels-1.21.11-neoforge</artifactId>
<version>1.8.30-609</version>
<artifactId>integratedtunnels-26.1.1-neoforge</artifactId>
<version>1.8.30-611</version>
</dependency>

<dependency>
<groupId>org.cyclops.integratedcrafting</groupId>
<artifactId>integratedcrafting-1.21.11-neoforge</artifactId>
<version>1.1.13-544</version>
<artifactId>integratedcrafting-26.1.1-neoforge</artifactId>
<version>1.1.13-545</version>
</dependency>

<dependency>
<groupId>org.cyclops.integratedterminals</groupId>
<artifactId>integratedterminals-1.21.11-neoforge</artifactId>
<version>1.6.6-745</version>
<artifactId>integratedterminals-26.1.1-neoforge</artifactId>
<version>1.6.6-746</version>
</dependency>

<dependency>
<groupId>org.cyclops.integratedscripting</groupId>
<artifactId>integratedscripting-1.21.11-neoforge</artifactId>
<version>1.0.9-348</version>
<artifactId>integratedscripting-26.1.1-neoforge</artifactId>
<version>1.0.9-349</version>
</dependency>

<dependency>
<groupId>org.cyclops.integratedrest</groupId>
<artifactId>integratedrest-1.21.11-neoforge</artifactId>
<version>1.1.12-187</version>
<artifactId>integratedrest-26.1.1-neoforge</artifactId>
<version>1.1.12-188</version>
</dependency>

<!--><dependency>
<groupId>org.cyclops.integratedmekanism</groupId>
<artifactId>integratedmekanism-1.21.1-neoforge</artifactId>
<artifactId>integratedmekanism-26.1.1-neoforge</artifactId>
<version>1.0.3-89</version>
</dependency>

Expand All @@ -113,12 +113,12 @@
<artifactId>Mekanism</artifactId>
<version>1.21.1-10.7.17.83</version>
<classifier>all</classifier>
</dependency>-->
</dependency>

<dependency>
<groupId>org.cyclops.evilcraft</groupId>
<artifactId>evilcraft-1.21.11-neoforge</artifactId>
<artifactId>evilcraft-26.1.1-neoforge</artifactId>
<version>1.2.62-828</version>
</dependency>
</dependency>-->
</dependencies>
</project>
</project>
Loading
Loading