mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-05 14:50:34 +01:00
Fixed coal grinding recipe
This commit is contained in:
parent
b96d32b5ec
commit
abbb4ead1b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user