Skip to content
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

Add separate block entity types for infinite dispensers and droppers #188

Merged

Conversation

haykam821
Copy link
Contributor

This pull request introduces nucleoid_extras:infinite_dispenser and nucleoid_extras:infinite_dropper block entity types, which fixes several overlapping issues:

  • Attempting to work with infinite dispensers and droppers at all would crash the game, due to Minecraft 1.21.1's strict block entity supported block validation
  • Prior to the above issue, infinite droppers would log a warning instead of dropping items
  • Infinite droppers would not rotate correctly for clients

@Patbox Patbox merged commit c9599e6 into NucleoidMC:main Nov 15, 2024
1 check passed
@haykam821 haykam821 deleted the infinite-dispenser-block-entity-types branch November 15, 2024 15:36
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