1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

add lily pad to instamine blocks list

This commit is contained in:
p2r3
2025-08-22 13:43:55 +03:00
parent 6fc5d07699
commit 24f8e2bfad

View File

@@ -611,7 +611,8 @@ uint8_t isInstantlyMined (PlayerData *player, uint8_t block) {
return (
block == B_dead_bush ||
block == B_short_grass ||
block == B_torch
block == B_torch ||
block == B_lily_pad
);
}