You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The drill breaks bedrock ores once and sets block to air. Bedrock ores are not suppose to turn to air when broken, instead they can be broken infinitely without losing the block.
Describe the Suggestion
The drill breaks bedrock ores once and sets block to air. Bedrock ores are not suppose to turn to air when broken, instead they can be broken infinitely without losing the block.
if you put line 183 of Create/src/main/java/com/simibubi/create/foundation/utility/BlockHelper.java in an if statement that only runs if state is NOT in [Exclusion Block Tag], that should allow me to add my blocks to the tag and fix it, if I am reading the code right.
Thank you for considering this!
Screenshots and Videos
No response
Additional Context
https://github.com/dadobug1111/DadobugBedrockOres - The mod in question
The text was updated successfully, but these errors were encountered: