mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-29 14:50:45 +02:00
Fixed copper lump grinding recipe for mineclone2
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user