Skip to content

Conversation

@traksag
Copy link

@traksag traksag commented Nov 19, 2025

Currently the isInteractable method of BlockType returns false for the 4 unwaxed copper chest variants. The issue is that isInteractable only checks for certain methods in the block's class and its super class, but for unwaxed copper chests (implemented by WeatheringCopperChestBlock) those methods are higher up the class hierarchy.

I compared the truth values for all blocks before and after this change and verified that only unwaxed copper chests were affected. Hopefully this change also makes isInteractable less liable to return false negatives in the future.

@traksag traksag requested a review from a team as a code owner November 19, 2025 11:43
@github-project-automation github-project-automation bot moved this to Awaiting review in Paper PR Queue Nov 19, 2025
@Machine-Maker Machine-Maker moved this from Awaiting review to PR Party candidate in Paper PR Queue Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: PR Party candidate

Development

Successfully merging this pull request may close these issues.

1 participant