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
In versions 1.19 and 1.20 water and lava are marked as diggable. This cause mineflayer-collect block to try to mine them.
My understanding is that "diggable" means able to be broken in survival by mining. If this is not the case, please explain.
The text was updated successfully, but these errors were encountered:
minecraft-data-generator considers any non-air block with finite hardness to be diggable. (BlocksDataGenerator.java)
Water and lava both have a finite hardness but cannot be targeted. (minecraft.wiki)
Checking for water and lava as well as air should fix it, but I am unfamiliar with Java.
In versions 1.19 and 1.20 water and lava are marked as diggable. This cause mineflayer-collect block to try to mine them.
My understanding is that "diggable" means able to be broken in survival by mining. If this is not the case, please explain.
The text was updated successfully, but these errors were encountered: