-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename isRepairable to isCombineRepairable and make it not reliant on Repairable Data Component #1748
Conversation
… Repairable Data Component fixes neoforged#1747
Last commit published: 32c5e0212806c7b0d4eebc2f52baf0b972919987. PR PublishingThe artifacts published by this PR:
Repository DeclarationIn order to use the artifacts published by the PR, add the following repository to your buildscript: repositories {
maven {
name 'Maven for PR #1748' // https://github.com/neoforged/NeoForge/pull/1748
url 'https://prmaven.neoforged.net/NeoForge/pr1748'
content {
includeModule('net.neoforged', 'neoforge')
includeModule('net.neoforged', 'testframework')
}
}
} MDK installationIn order to setup a MDK using the latest PR version, run the following commands in a terminal. mkdir NeoForge-pr1748
cd NeoForge-pr1748
curl -L https://prmaven.neoforged.net/NeoForge/pr1748/net/neoforged/neoforge/21.4.14-beta-pr-1748-RepairFix/mdk-pr1748.zip -o mdk.zip
jar xf mdk.zip
rm mdk.zip || del mdk.zip To test a production environment, you can download the installer from here. |
@TelepathicGrunt, this PR introduces breaking changes.
|
src/main/java/net/neoforged/neoforge/common/extensions/IItemExtension.java
Outdated
Show resolved
Hide resolved
🚀 This PR has been released as NeoForge version |
Allows bows to be repaired by combining again in crafting screen and in grindstone. The rename is so it is no longer confused with the repairable data component