Allows stick bundles to be used in the coke oven

This commit is contained in:
CaptainGold1 2025-01-13 16:18:31 -06:00
parent 8741d77147
commit f30b6e38e9

View file

@ -54,6 +54,9 @@ const registerTFCItemTags = (event) => {
event.add('minecraft:logs_that_burn', `#tfc:${woodType}_logs`)
})
// Allows TFC stick bundles to be burned in the coke/pyrolyse ovens
event.add("minecraft:logs_that_burn", "tfc:stick_bundle");
// Определеяет какое оружие может появиться у зомбя/скелета в руках
// Мечи
event.add('tfc:mob_mainhand_weapons', 'gtceu:bismuth_bronze_sword')