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 a blacklist tag for blocks ploughs can break #7162

Open
ChiefArug opened this issue Nov 20, 2024 · 0 comments
Open

Add a blacklist tag for blocks ploughs can break #7162

ChiefArug opened this issue Nov 20, 2024 · 0 comments
Labels
area: api Issue or PR is related to API

Comments

@ChiefArug
Copy link

Ploughs will break any box without a collision box, except those in a very hardcoded instanceof list.
This includes ghost or ephemeral blocks added by some mods which have no collision box but appear as a more solid block (typically glass or in the case of copycats+, whatever you happen to click onto it)
This is not ideal as it requires mod authors to use mixins if they want to add (or remove) blocks on this blacklist.

A better solution is a block tag, so that anyone (even pack makers) can modify this blacklist and add any sort of block to it without mixins, leading to much better compatibility.

@IThundxr IThundxr added the area: api Issue or PR is related to API label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: api Issue or PR is related to API
Projects
None yet
Development

No branches or pull requests

2 participants