Skip to content

Commit

Permalink
Re-enable CurseForge publishing, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Mar 8, 2024
1 parent 33f7ee9 commit 4a13878
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: Build
run: ./gradlew generateChangelog build publish github modrinth --stacktrace --parallel -PlastTag="v${{ github.event.inputs.previousVersion }}" -PcurrentTag="v${{ github.event.inputs.version }}"
run: ./gradlew generateChangelog build publish github modrinth curseforge --stacktrace --parallel -PlastTag="v${{ github.event.inputs.previousVersion }}" -PcurrentTag="v${{ github.event.inputs.version }}"
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'fabric-loom' version '1.1-SNAPSHOT'
}

apply from: 'https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.5+no-cf/ferry.gradle'
apply from: 'https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.5/ferry.gradle'

dependencies {
minecraft "com.mojang:minecraft:$project.minecraft_version"
Expand Down
16 changes: 12 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx1G
maven_group=com.terraformersmc
archive_name=modmenu

minecraft_version=24w09a
yarn_mappings=24w09a+build.2
minecraft_version=24w10a
yarn_mappings=24w10a+build.4
loader_version=0.15.7
fabric_version=0.96.4+1.20.5
fabric_version=0.96.8+1.20.5
quilt_loader_version=0.17.7

# Project Metadata
Expand All @@ -20,16 +20,24 @@ default_release_type=stable
# Modrinth Metadata
modrinth_slug=modmenu
modrinth_id=mOgUt4GM
modrinth_game_versions=24w09a
modrinth_game_versions=24w10a
modrinth_mod_loaders=fabric, quilt

# CurseForge Metadata
curseforge_slug=modmenu
curseforge_id=308702
curseforge_game_versions=1.20.5-Snapshot, Fabric, Quilt, Client
curseforge_required_dependencies=
curseforge_optional_dependencies=

# Mod Loader Metadata
loader_icon=https://raw.githubusercontent.com/Prospector/images/master/fabric-quilt-tiny.png
loader_name=Fabric/Quilt

# Discord Emotes
modrinth_emote=<:modrinth:802414390510354453>
github_emote=<:github:698031289223217152>
curseforge_emote=<:curseforge:1078567270239981628>

# Webhook Options
use_project_username=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected void init() {
@Override
protected void initTabNavigation() {
super.initTabNavigation();
this.list.method_57712(this.width, this.field_49503);
this.list.position(this.width, this.layout);
}

@Override
Expand Down
5 changes: 1 addition & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*",
"fabricloader": ">=0.12.23",
"minecraft": ">=1.20.3-"
},
"breaks" : {
"better_mod_button": "*"
"minecraft": ">=1.20.5-"
},
"authors": [
"Prospector",
Expand Down

0 comments on commit 4a13878

Please sign in to comment.