mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-02 07:35:08 +02:00
add saplings to instantly breakable blocks
This commit is contained in:
@@ -430,7 +430,8 @@ uint8_t isInstantlyMined (PlayerData *player, uint8_t block) {
|
|||||||
block == B_dead_bush ||
|
block == B_dead_bush ||
|
||||||
block == B_short_grass ||
|
block == B_short_grass ||
|
||||||
block == B_torch ||
|
block == B_torch ||
|
||||||
block == B_lily_pad
|
block == B_lily_pad ||
|
||||||
|
block == B_oak_sapling
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user