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

expand crafting recipes

This commit is contained in:
p2r3
2025-08-22 19:18:25 +03:00
parent b3654fea6f
commit 18902e7504
3 changed files with 75 additions and 12 deletions

View File

@@ -413,7 +413,10 @@ uint8_t isInstantlyMined (PlayerData *player, uint8_t block) {
uint16_t held_item = player->inventory_items[player->hotbar];
if (block == B_snow) return (
if (
block == B_snow ||
block == B_snow_block
) return (
held_item == I_stone_shovel ||
held_item == I_iron_shovel ||
held_item == I_diamond_shovel ||