Skip to content

Commit

Permalink
Begin refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Jan 19, 2024
1 parent e5fbf72 commit 486c92f
Show file tree
Hide file tree
Showing 181 changed files with 1,974 additions and 1,584 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 1.20.2+ Bug Report
name: 1.20.4+ Bug Report
description: File a bug report
labels: [bug]
body:
- type: markdown
attributes:
value: |
For bugs experienced with Minecraft 1.20.2+. Older versions are not supported.
For bugs experienced with Minecraft 1.20.4+. Older versions are not supported.
If any section does not apply, replace its content with "N/A".
Please search for existing bug reports before making your own report.
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2-crash_report.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 1.20.2+ Crash Report
name: 1.20.4+ Crash Report
description: File a crash report
labels: [crash]
body:
- type: markdown
attributes:
value: |
For crashes experienced with Minecraft 1.20.2+. Older versions are not supported.
For crashes experienced with Minecraft 1.20.4+. Older versions are not supported.
If any section does not apply, replace its content with "N/A".
Please search for existing crash reports before making your own report.
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3-feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 1.20.2+ Feature Request
name: 1.20.4+ Feature Request
description: Request a new feature
labels: [feature]
body:
- type: markdown
attributes:
value: |
Feature requests for Minecraft 1.20.2+. Older versions are not supported.
Feature requests for Minecraft 1.20.4+. Older versions are not supported.
If any section does not apply, replace its contents with "N/A".
Please search for existing feature requests before you make your own request.
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ jobs:
distribution: 'oracle'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Publish
run: ./gradlew publish
env:
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
BUILD_NUMBER: ${{ github.run_number }}
- name: CurseForge Publish
run: ./gradlew curseforge -PcurseApiKey=${CURSE_API_KEY}
env:
CURSE_API_KEY: ${{ secrets.CURSE_API_KEY }}
BUILD_NUMBER: ${{ github.run_number }}
continue-on-error: true
- name: Modrinth Publish
run: ./gradlew modrinth -PmodrinthToken=${MODRINTH_TOKEN}
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
BUILD_NUMBER: ${{ github.run_number }}
continue-on-error: true
# - name: Setup Gradle
# uses: gradle/gradle-build-action@v2
# - name: Publish
# run: ./gradlew publish
# env:
# MAVEN_USER: ${{ secrets.MAVEN_USER }}
# MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
# BUILD_NUMBER: ${{ github.run_number }}
# - name: CurseForge Publish
# run: ./gradlew curseforge -PcurseApiKey=${CURSE_API_KEY}
# env:
# CURSE_API_KEY: ${{ secrets.CURSE_API_KEY }}
# BUILD_NUMBER: ${{ github.run_number }}
# continue-on-error: true
# - name: Modrinth Publish
# run: ./gradlew modrinth -PmodrinthToken=${MODRINTH_TOKEN}
# env:
# MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
# BUILD_NUMBER: ${{ github.run_number }}
# continue-on-error: true
37 changes: 21 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
/build/
/bin/
/out/
/repo/
/run/
/logs/
.idea/*
/.gradle/
/.settings/
/.classpath
/.project

# OS generated files
*.DS_Store
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project

# IntelliJ project files
*.iml
# idea
out
*.ipr
*.iws
*.iml
.idea/*
!.idea/scopes

# gradle
build
.gradle

# other
eclipse
run
runs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

-----------------

© 2021 Glitchfiend. All rights reserved.
© 2024 Glitchfiend. All rights reserved.
Loading

0 comments on commit 486c92f

Please sign in to comment.