Fixed coal grinding recipe

This commit is contained in:
James David Clarke 2023-12-28 15:20:58 +00:00
parent b96d32b5ec
commit abbb4ead1b
No known key found for this signature in database
GPG Key ID: 9F5ECFD0E20F1C4C
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ technic_compat.snow_block_ingredient = technic_compat.mcl and "mcl_core:snowbloc
technic_compat.ice_block_ingredient = technic_compat.mcl and "mcl_core:ice" or 'default:ice'
technic_compat.granite_ingredient = technic_compat.mcl and "mcl_core:granite" or 'technic:granite'
technic_compat.granite_bricks_ingredient = technic_compat.mcl and "mcl_core:granite_smooth" or 'technic:granite_bricks'
technic_compat.coal_ingredient = technic_compat.mcl and "group:coal" or "default:coal_lump"
technic_compat.coal_ingredient = technic_compat.mcl and "mcl_core:coal_lump" or "default:coal_lump"
technic_compat.dirt_ingredient = technic_compat.mcl and "mcl_core:dirt" or "default:dirt"
technic_compat.mesecons_fiber_ingredient = technic_compat.mcl and "mesecons:wire_00000000_off" or "mesecons_materials:fiber"
technic_compat.stick_ingredient = technic_compat.mcl and "mcl_core:stick" or "default:stick"