Skip to content

Commit

Permalink
Rename mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkona committed Jun 3, 2024
1 parent e269ac6 commit 13fb605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,3 @@ jobs:
#
# - name: Build with Gradle 8.5
# run: gradle build

dependency-submission:

runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'

# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ loader_version_range=[47,)
mapping_channel=official
mapping_version=1.20.1

mod_id=feathers
mod_name=Feathers
mod_id=green_feathers
mod_name=Green Feathers
mod_license=GPU
mod_version=1.2
mod_version=1.3.0
mod_group_id=com.elenai.feathers
mod_authors=Elenai, Darkona
mod_description=Feathers is a stamina system for Minecraft, it adds a set of blue feathers to the hotbar to be spent by other mods, as well as an armor weight system to the game.
mod_description=Green Feathers is a fork of Feathers, a stamina system for Minecraft, it adds a set of green feathers to the hotbar to be spent by other mods, as well as an armor weight system to the game.
player_animator_file_id=4587214
elenai_dodge_file_id=4814313

Expand Down

0 comments on commit 13fb605

Please sign in to comment.