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.
Although they can only be mined by vanilla clients using bugs, the server seems to consider bubble columns to be mineable. They are placed back almost immediately but do cause block updates.
2025-01-31_18-04-56.mp4
Water and lava also seem to be minable but in 1.21 they are replaced by themselves, resulting in no change.
waterlogged slab -> waterlogged water + slab item
waterlogged water -> waterlogged water (no drop)
It might be possible to break liquids in versions before waterlogging was added.
In versions 1.19 and 1.20 water and lava are marked as diggable. This cause mineflayer-collect block to try to mine them.
![image](https://private-user-images.githubusercontent.com/79828834/376507412-1f3ae083-244a-4d49-9ef9-08cf1570f784.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDg5MzIsIm5iZiI6MTczODk0ODYzMiwicGF0aCI6Ii83OTgyODgzNC8zNzY1MDc0MTItMWYzYWUwODMtMjQ0YS00ZDQ5LTllZjktMDhjZjE1NzBmNzg0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE3MTcxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNjYjA5NjdjNWE3ODA0NjkzOTQ0NjJkZjM1OTFhMmIyNGFiNDU5ZTgwMmJiODAxYmFjNGM1YTdlOTI1ZTAwZGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.AwMdgUgx1b4wxPlvaSTHTBU0sJyKhycVxCGwnb7q800)
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: