We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently have this set:
banreason="Vanilla Furnace eats items, use Slab Furnace instead" breakingbanned=false craftbanned=false dropbanned=false hidden=false itemid="minecraft:furnace" itemname=Furnace ownershipbanned=false placingbanned=true usagebanned=true worldbanned=false
When the player attempt to place the furnace it prevent placement but then deletes the furnace.
We also noticed if
breakingbanned=false placingbanned=false usagebanned=true
It still can't be broken, its like the usagebanned is overriding the breakingbanned option.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently have this set:
When the player attempt to place the furnace it prevent placement but then deletes the furnace.
We also noticed if
It still can't be broken, its like the usagebanned is overriding the breakingbanned option.
The text was updated successfully, but these errors were encountered: