mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 06:50:41 +01:00
Fixed copper lump grinding recipe for mineclone2
This commit is contained in:
parent
6a232121cb
commit
fae9f76d43
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user