forked from EXTERNAL/bareiron
make torches craftable with charcoal
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user