Skip to content

Conversation

@lonelyicer
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings December 28, 2025 17:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the entity attribute registration for the custom PooplimeEntity (a slime-based mob) by uncommenting the previously disabled registration code and updating it to use the correct method name.

  • Uncommented the registerAttributes event handler in PSEventBusEvents.java
  • Updated the method call from createLivingAttributes() to createAttributes()
  • Added the createAttributes() method implementation in PooplimeEntity that returns Monster attributes

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/main/java/com/altnoir/poopsky/event/PSEventBusEvents.java Uncommented and fixed the entity attribute registration event handler for PooplimeEntity
src/main/java/com/altnoir/poopsky/entity/p/PooplimeEntity.java Added createAttributes() method and necessary imports to support entity attribute registration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Altnoir Altnoir merged commit 83e93b0 into Altnoir:1.21.1-NeoForge Dec 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants