Skip to content

Commit

Permalink
I love forgetting that these tags existed
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit committed Jul 16, 2024
1 parent 53e9f22 commit 0968e10
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: mc-publish
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 657831
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
modrinth-id: iRE67WIn
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 657831
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
files-primary: build/libs/!(*-@(javadoc|sources)).jar
version-type: release
loaders: neoforge
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mod_name=Piglin Proliferation
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT for code, CC BY-NC-SA 4.0 for assets
# The mod version. See https://semver.org/
mod_version=2.0.5
mod_version=2.0.6
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public int getUseDuration(ItemStack pStack, LivingEntity entity) {
return 10;
}

@SuppressWarnings("deprecation") //In Minecraft, deprecated methods can be overridden but not called.

@Override
public int getEnchantmentValue() {
return 1;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"piglinproliferation:bang",
"piglinproliferation:turning"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": "none",
"values": [
"piglinproliferation:buckler"
]
}

0 comments on commit 0968e10

Please sign in to comment.