Fixed copper lump grinding recipe for mineclone2

This commit is contained in:
James David Clarke 2023-12-22 12:30:23 +00:00
parent 6a232121cb
commit fae9f76d43
No known key found for this signature in database
GPG Key ID: 9F5ECFD0E20F1C4C
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ copper_ingrediant = mcl_core_modpath and "mcl_copper:copper_ingot" or 'default:c
iron_ingrediant = mcl_core_modpath and "mcl_core:iron_ingot" or 'default:steel_ingot'
iron_lump_ingrediant = mcl_core_modpath and "mcl_raw_ores:raw_iron" or 'default:iron_lump'
gold_lump_ingrediant = mcl_core_modpath and "mcl_raw_ores:raw_gold" or 'default:gold_lump'
copper_lump_ingrediant = mcl_core_modpath and "mcl_raw_ores:raw_copper" or 'default:copper_lump'
copper_lump_ingrediant = mcl_core_modpath and "mcl_copper:raw_copper" or 'default:copper_lump'
mese_crystal_ingrediant = mcl_core_modpath and "mesecons:wire_00000000_off" or 'default:mese_crystal'
diamond_ingrediant = mcl_core_modpath and "mcl_core:diamond" or 'default:diamond'
glass_ingrediant = mcl_core_modpath and "mcl_core:glass" or 'default:glass'