forked from mrkubax10/industrialtest
Use nodebox for rendering cables
This commit is contained in:
@@ -480,6 +480,7 @@ if industrialtest.mclAvailable then
|
||||
-- assign element keys for elements that are required later
|
||||
industrialtest.elementKeys.stick="mcl_core:stick"
|
||||
industrialtest.elementKeys.ironIngot="mcl_core:iron_ingot"
|
||||
industrialtest.elementKeys.copperIngot="mcl_copper:copper_ingot"
|
||||
industrialtest.elementKeys.powerCarrier="mesecons:mesecon"
|
||||
industrialtest.elementKeys.furnace="mcl_furnaces:furnace"
|
||||
|
||||
@@ -642,6 +643,7 @@ elseif industrialtest.mtgAvailable then
|
||||
industrialtest.elementKeys.tinIngot="default:tin_ingot"
|
||||
industrialtest.elementKeys.bronzeIngot="default:bronze_ingot"
|
||||
industrialtest.elementKeys.ironIngot="default:steel_ingot"
|
||||
industrialtest.elementKeys.copperIngot="default:copper_ingot"
|
||||
industrialtest.elementKeys.stick="default:stick"
|
||||
industrialtest.elementKeys.powerCarrier="default:mese_crystal_fragment"
|
||||
industrialtest.elementKeys.furnace="default:furnace"
|
||||
|
||||
Reference in New Issue
Block a user