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
15 changes: 9 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fabric-1.21.1
fabric-1.21.4
fabric-1.21.5
fabric-1.21.7
fabric-1.21.8
velocity
bungeecord
distro-groups: |
Expand All @@ -77,7 +77,7 @@ jobs:
Fabric 1.21.1
Fabric 1.21.4
Fabric 1.21.5
Fabric 1.21.7
Fabric 1.21.8
Velocity
BungeeCord
files: |
Expand All @@ -86,7 +86,7 @@ jobs:
target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.1.jar
target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.4.jar
target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.5.jar
target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.7.jar
target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.8.jar
target/PAPIProxyBridge-Velocity-${{ env.version_name }}.jar
target/PAPIProxyBridge-Bungee-${{ env.version_name }}.jar
- name: 'Spigot: Publish to Modrinth'
Expand Down Expand Up @@ -132,6 +132,7 @@ jobs:
1.21.5
1.21.6
1.21.7
1.21.8
java: 17
- name: 'Fabric 1.20.1: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -209,7 +210,7 @@ jobs:
game-versions: |
1.21.5
java: 21
- name: 'Fabric 1.21.7: Publish to Modrinth'
- name: 'Fabric 1.21.8: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
if: success() || failure()
with:
Expand All @@ -218,15 +219,15 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-dependencies: |
placeholder-api | suggests | *
files-primary: target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.7.jar
files-primary: target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.8.jar
name: PAPIProxyBridge (Fabric) v${{ env.version_name }}
version: ${{ env.version_name }}
version-type: alpha
changelog: ${{ github.event.head_commit.message }}
loaders: |
fabric
game-versions: |
1.21.7
1.21.8
java: 21
- name: 'Bungee: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -268,6 +269,7 @@ jobs:
1.21.5
1.21.6
1.21.7
1.21.8
java: 21
- name: 'Velocity: Publish to Modrinth & Hangar'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -313,4 +315,5 @@ jobs:
1.21.5
1.21.6
1.21.7
1.21.8
java: 17
14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fabric-1.21.1
fabric-1.21.4
fabric-1.21.5
fabric-1.21.7
fabric-1.21.8
velocity
bungeecord
distro-groups: |
Expand All @@ -57,7 +57,7 @@ jobs:
Fabric 1.21.1
Fabric 1.21.4
Fabric 1.21.5
Fabric 1.21.7
Fabric 1.21.8
Velocity
BungeeCord
files: |
Expand All @@ -66,7 +66,7 @@ jobs:
target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.1.jar
target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.4.jar
target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.5.jar
target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.7.jar
target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.8.jar
target/PAPIProxyBridge-Velocity-${{ github.event.release.tag_name }}.jar
target/PAPIProxyBridge-Bungee-${{ github.event.release.tag_name }}.jar
- name: 'Spigot: Publish to Modrinth'
Expand Down Expand Up @@ -112,6 +112,7 @@ jobs:
1.21.5
1.21.6
1.21.7
1.21.8
java: 17
- name: 'Fabric 1.20.1: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -189,7 +190,7 @@ jobs:
game-versions: |
1.21.5
java: 21
- name: 'Fabric 1.21.7: Publish to Modrinth'
- name: 'Fabric 1.21.8: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
if: success() || failure()
with:
Expand All @@ -198,15 +199,15 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-dependencies: |
placeholder-api | suggests | *
files-primary: target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.7.jar
files-primary: target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.8.jar
name: PAPIProxyBridge (Fabric) v${{ github.event.release.tag_name }}
version: ${{ github.event.release.tag_name }}
version-type: release
changelog: ${{ github.event.release.body }}
loaders: |
fabric
game-versions: |
1.21.7
1.21.8
java: 21
- name: 'Bungee: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -291,4 +292,5 @@ jobs:
1.21.5
1.21.6
1.21.7
1.21.8
java: 17
6 changes: 0 additions & 6 deletions fabric/1.21.7/gradle.properties

This file was deleted.

7 changes: 7 additions & 0 deletions fabric/1.21.8/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
essential.defaults.loom.mappings=net.fabricmc:yarn:1.21.8+build.1:v2

fabric_loader_version=0.16.14
fabric_api_version=0.133.0+1.21.8
fabric_adventure_platform_version=6.6.0
fabric_placeholder_api_version=2.7.2+1.21.8

3 changes: 2 additions & 1 deletion fabric/mainProject
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
1.21.7
1.21.8

10 changes: 5 additions & 5 deletions fabric/root.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ plugins {
}

preprocess {
def fabric12107 = createNode("1.21.7", 12107, "yarn")
def fabric12108 = createNode("1.21.8", 12108, "yarn")
def fabric12105 = createNode("1.21.5", 12105, "yarn")
def fabric12104 = createNode("1.21.4", 12104, "yarn")
def fabric12101 = createNode("1.21.1", 12101, "yarn")
def fabric12100 = createNode("1.20.1", 12100, "yarn")

strictExtraMappings.set(true)
fabric12105.link(fabric12107, null)
fabric12104.link(fabric12107, null)
fabric12101.link(fabric12107, null)
fabric12100.link(fabric12107, null)
fabric12105.link(fabric12108, null)
fabric12104.link(fabric12108, null)
fabric12101.link(fabric12108, null)
fabric12100.link(fabric12108, null)
}
Loading