Implement Solar Helmet
It can charge equipped electric tools from environment light.
This commit is contained in:
@@ -538,6 +538,7 @@ if industrialtest.mclAvailable then
|
||||
industrialtest.elementKeys.copperBlock="mcl_copper:block"
|
||||
industrialtest.elementKeys.stoneWithCopper="mcl_copper:stone_with_copper"
|
||||
industrialtest.elementKeys.ironPickaxe="mcl_tools:pick_iron"
|
||||
industrialtest.elementKeys.ironHelmet="mcl_tools:helmet_iron"
|
||||
industrialtest.elementKeys.ironBoots="mcl_armor:boots_iron"
|
||||
industrialtest.elementKeys.lavaSource="mcl_core:lava_source"
|
||||
industrialtest.elementKeys.waterSource="mcl_core:water_source"
|
||||
@@ -764,6 +765,7 @@ elseif industrialtest.mtgAvailable then
|
||||
industrialtest.elementKeys.stoneWithTin="default:stone_with_tin"
|
||||
industrialtest.elementKeys.bronzeBlock="default:bronzeblock"
|
||||
industrialtest.elementKeys.ironPickaxe="default:pick_steel"
|
||||
industrialtest.elementKeys.ironHelmet="3d_armor:helmet_steel"
|
||||
industrialtest.elementKeys.ironBoots="3d_armor:boots_steel"
|
||||
industrialtest.elementKeys.lavaSource="default:lava_source"
|
||||
industrialtest.elementKeys.waterSource="default:water_source"
|
||||
|
||||
Reference in New Issue
Block a user