-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Annotation marker fixes, javadoc cleanup, and LivingChangeTargetEvent methods renamed #1147
Annotation marker fixes, javadoc cleanup, and LivingChangeTargetEvent methods renamed #1147
Conversation
Last commit published: 56369ff1179473a373f801148808bdde2f766836. 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 #1147' // https://github.com/neoforged/NeoForge/pull/1147
url 'https://prmaven.neoforged.net/NeoForge/pr1147'
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-pr1147
cd NeoForge-pr1147
curl -L https://prmaven.neoforged.net/NeoForge/pr1147/net/neoforged/neoforge/21.0.96-beta-pr-1147-MarkerAndJavadocCleanup/mdk-pr1147.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.
|
…icGrunt/NeoForge into MarkerAndJavadocCleanup
…icGrunt/NeoForge into MarkerAndJavadocCleanup
patches/net/minecraft/client/renderer/ItemBlockRenderTypes.java.patch
Outdated
Show resolved
Hide resolved
src/main/java/net/neoforged/neoforge/event/entity/living/LivingChangeTargetEvent.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge when ready.
Closes #655
And will fix some Javadoc to make some people happier lol.
remember, it is
// Neo:
. Not// NEO:
. And do not do<p></p>
. Do just<p>
. And no moreNEOFORGE START
NEOFORGE END
markers.LivingChangeTargetEvent has its methods renamed to be more clear of what they represent. Also noticed a missing null check in the patch for that which could cause issues later if null got saved to the brain