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
51 changes: 16 additions & 35 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
NAME: "GTBeesMatrix"

# Curseforge and Modrinth project IDs
CURSEFORGE_PROJECT_ID: ""
MODRINTH_PROJECT_ID: ""
CURSEFORGE_PROJECT_ID: "1204210"
MODRINTH_PROJECT_ID: "uqXnhP5O"

concurrency:
group: publish-${{ github.head_ref || github.ref }}
Expand Down Expand Up @@ -79,39 +79,20 @@ jobs:
github-draft: false
github-prerelease: false
github-token: ${{ secrets.GITHUB_TOKEN }}
# modrinth-id: ${{ env.MODRINTH_PROJECT_ID }}
# modrinth-token: "${{ secrets.MODRINTH_API_KEY }}"
# modrinth-dependencies: |
# G1ckZuWK(required)
# tULldUx4(required)
# tZiutdLG(required)
# curseforge-id: ${{ env.CURSEFORGE_PROJECT_ID }}
# curseforge-token: "${{ secrets.CURSEFORGE_API_KEY }}"
# curseforge-dependencies: |
# mixin-booter(required)
# gregtech-ce-unofficial(required)
# gregicality-multiblocks(required)
# implosionnobomb(recommended)
# ae2-extended-life(recommended)
# ae-additions-extra-cells-2-fork(recommended)
# nae2(recommended)
# ender-io-base(recommended)
# ender-io-machines(recommended)
# ender-io-endergy(recommended)
# ender-io-conduits(recommended)
# ender-io-ae2-conduits(recommended)
# gregtech-food-option(recommended)
# chisel(recommended)
# extracpus(recommended)
# draconic-evolution(recommended)
# draconicadditions(recommended)
# project-red-illumination(recommended)
# avaritia-1-1x-unofficial(recommended)
# thaumcraft(recommended)
# forestry(recommended)
# gendustry(recommended)
# binnies-mods-patched(recommended)
# ulv-covers(incompatible)
modrinth-id: ${{ env.MODRINTH_PROJECT_ID }}
modrinth-token: "${{ secrets.MODRINTH_API_KEY }}"
modrinth-dependencies: |
tULldUx4(required)
curseforge-id: ${{ env.CURSEFORGE_PROJECT_ID }}
curseforge-token: "${{ secrets.CURSEFORGE_API_KEY }}"
curseforge-dependencies: |
gregtech-ce-unofficial(required)
gregicality-multiblocks(recommended)
gregtech-food-option(recommended)
thaumcraft(recommended)
forestry(recommended)
gendustry(recommended)
binnies-mods-patched(recommended)
files: |
build/libs/!(*-@(dev|sources|javadoc)).jar
build/libs/*-@(sources).jar
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<p align="center"><img src="https://placehold.jp/128x128.png" alt="Logo" width="128" height="128"></p>
<h1 align="center">GTBeesMatrix</h1>
<h1 align="center">
<!-- <a href="https://www.curseforge.com/minecraft/mc-mods/gte2-coremod"><img src="https://img.shields.io/badge/Available%20for-MC%201.12.2%20-informational?style=for-the-badge" alt="Supported Versions"></a> -->
<a href="https://www.curseforge.com/minecraft/mc-mods/gtbeesmatrix"><img src="https://img.shields.io/badge/Available%20for-MC%201.12.2%20-informational?style=for-the-badge" alt="Supported Versions"></a>
<a href="https://github.com/GTModpackTeam/GTBeesMatrix/blob/main/LICENSE"><img src="https://img.shields.io/github/license/GTModpackTeam/GTBeesMatrix?style=for-the-badge" alt="License"></a>
<a href="https://discord.gg/xBwHpZyZdW"><img src="https://img.shields.io/discord/945647524855812176?color=5464ec&label=Discord&style=for-the-badge" alt="Discord"></a>
<br>
<!-- <a href="https://www.curseforge.com/minecraft/mc-mods/gte2-coremod"><img src="https://cf.way2muchnoise.eu/851103.svg?badge_style=for_the_badge" alt="CurseForge"></a> -->
<!-- <a href="https://modrinth.com/mod/gte2-coremod"><img src="https://img.shields.io/modrinth/dt/gte2-coremod?logo=modrinth&label=&suffix=%20&style=for-the-badge&color=2d2d2d&labelColor=5ca424&logoColor=1c1c1c" alt="Modrinth"></a> -->
<a href="https://www.curseforge.com/minecraft/mc-mods/gtbeesmatrix"><img src="https://cf.way2muchnoise.eu/1204210.svg?badge_style=for_the_badge" alt="CurseForge"></a>
<a href="https://modrinth.com/mod/gtbeesmatrix"><img src="https://img.shields.io/modrinth/dt/gtbeesmatrix?logo=modrinth&label=&suffix=%20&style=for-the-badge&color=2d2d2d&labelColor=5ca424&logoColor=1c1c1c" alt="Modrinth"></a>
<a href="https://github.com/GTModpackTeam/GTBeesMatrix/releases"><img src="https://img.shields.io/github/downloads/GTModpackTeam/GTBeesMatrix/total?sort=semver&logo=github&label=&style=for-the-badge&color=2d2d2d&labelColor=545454&logoColor=FFFFFF" alt="GitHub"></a>
</h1>

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ dependencies {

// debug GTFO
if (project.debug_all.toBoolean() || project.debug_gtfo.toBoolean()) {
runtimeOnlyNonPublishable rfg.deobf("curse.maven:gregtech-food-option-477021:5487400") // GTFO 1.11.2.1
runtimeOnlyNonPublishable rfg.deobf("curse.maven:gregtech-food-option-477021:6147619") // GTFO 1.12.4
}
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ minecraftVersion = 1.12.2
# Debug mod compatibility
debug_all = true
debug_thaumcraft = false
debug_forestry = false
debug_forestry = true
debug_gendustry = false
debug_binnies = false
debug_gcym = false
debug_gtfo = false
debug_gcym = true
debug_gtfo = true

# Select a username for testing your mod with breakpoints. You may leave this empty for a random username each time you
# restart Minecraft in development. Choose this dependent on your mod:
Expand Down
Loading