Skip to content

Commit

Permalink
Update credits
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Dec 31, 2023
1 parent ac96a73 commit 3e25a4c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

- name: Get previous tag
run: echo "previous_tag=$(git rev-parse $(git describe --tags --abbrev=0 --exclude *-dev) 2>/dev/null || echo '')" >> $GITHUB_ENV
run: echo "previous_tag=$(git rev-parse $(git describe --tags --abbrev=0) 2>/dev/null || echo '')" >> $GITHUB_ENV

- name: Build Changelog
id: build_changelog
Expand Down
12 changes: 12 additions & 0 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
"authors": [
"dima_dencep"
],
"contributors": [
"ne4t0gg",
"nneewwtt",
"Madis0",
"notlin4",
"Amirhan-Taipovjan",
"GodGun968",
"TheBossMagnus",
"LostLuma",
"FITFC",
"Gazmanovich"
],
"contact": {
"homepage": "https://curseforge.com/minecraft/mc-mods/rrls",
"sources": "https://github.com/dima-dencep/rrls",
Expand Down
1 change: 1 addition & 0 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ displayURL = "https://curseforge.com/minecraft/mc-mods/rrls"
displayName = "Remove Reloading Screen"
updateJSONURL = "https://api.modrinth.com/updates/rrls/forge_updates.json"
authors = "dima_dencep"
credits = "ne4t0gg, nneewwtt, Madis0, notlin, Amirhan-Taipovjan, GodGun968, TheBossMagnus, LostLuma, FITFC, Gazmanovich"
description = "Makes resource packs load in the background, allowing you to do other things while waiting!"
logoFile = "icon.png"

Expand Down

0 comments on commit 3e25a4c

Please sign in to comment.