-
Notifications
You must be signed in to change notification settings - Fork 65
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
Aspect block item pairs #640
Conversation
glubtier
commented
Oct 8, 2024
- Migrated Aspect tree blocks to ItemBlockPairs and updated related references
- Signs were not migrated, since they are not one block to one item
- Added signs to MINEABLE_WITH_AXE tag (not added to changelog as there is no 1.21 changelog yet.)
src/main/java/com/mraof/minestuck/entity/item/VitalityGelEntity.java
Outdated
Show resolved
Hide resolved
src/main/java/com/mraof/minestuck/network/computer/OpenSburbServerPacket.java
Outdated
Show resolved
Hide resolved
src/main/java/com/mraof/minestuck/network/computer/CloseRemoteSburbConnectionPacket.java
Outdated
Show resolved
Hide resolved
src/main/java/com/mraof/minestuck/network/GristRejectAnimationPacket.java
Outdated
Show resolved
Hide resolved
@kirderf1 Wanted to check in where this is at. Know everyone's busy, just didn't want it to get lost, and I'm waiting for it to be done so I can move onto moons. |
# Conflicts: # src/main/java/com/mraof/minestuck/block/AspectTreeBlocks.java
Updated for 1.21.1 |
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.
Now that this is up to date with the main branch, you should add any data changes/fixes to the changelog.
Fixes done, I added making signs mineable with axes to the changelog but I don't think the rest is relevant. |