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

make torches craftable with charcoal

This commit is contained in:
p2r3
2025-08-21 12:51:59 +03:00
parent e7aeba9d8f
commit c8ee2c6bf1

View File

@@ -55,6 +55,7 @@ void getCraftingOutput (PlayerData *player, uint8_t *count, uint16_t *item) {
return;
}
break;
case I_charcoal:
case I_coal:
if (first_row != 2 && player->craft_items[first + 3] == I_stick) {
*item = I_torch;