Describe Solar Helmet in guide
This commit is contained in:
@@ -528,7 +528,7 @@ if industrialtest.mclAvailable then
|
||||
industrialtest.elementKeys.stoneWithCopper="mcl_copper:stone_with_copper"
|
||||
industrialtest.elementKeys.leadLump="industrialtest:raw_lead"
|
||||
industrialtest.elementKeys.ironPickaxe="mcl_tools:pick_iron"
|
||||
industrialtest.elementKeys.ironHelmet="mcl_tools:helmet_iron"
|
||||
industrialtest.elementKeys.ironHelmet="mcl_armor:helmet_iron"
|
||||
industrialtest.elementKeys.ironBoots="mcl_armor:boots_iron"
|
||||
industrialtest.elementKeys.lavaSource="mcl_core:lava_source"
|
||||
industrialtest.elementKeys.waterSource="mcl_core:water_source"
|
||||
|
||||
21
guide.lua
21
guide.lua
@@ -1800,6 +1800,26 @@ local pages={
|
||||
<left>||Picture 1. <item name="industrialtest:od_scanner" height="{{ITEM_HEIGHT}}"> <b>OD Scanner</b> detecting some ores.||</left>
|
||||
]]
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
name="solarHelmet",
|
||||
title=S("Solar Helmet"),
|
||||
icon="industrialtest:solar_helmet",
|
||||
content={
|
||||
[[
|
||||
<big>||Solar Helmet||</big>
|
||||
<left>
|
||||
||Solar Helmet consists of <item name="{{elementKeyIronHelmet}}" height="{{ITEM_HEIGHT}}"> <b>Iron Helmet</b> with <item name="industrialtest:solar_panel" height="{{ITEM_HEIGHT}}"> <b>Solar Panel</b> attached to the top of it. It is capable of charging electric gear equipped as armor while exposed to light. However it is less efficent than regular solar panels.||
|
||||
</left>
|
||||
]],
|
||||
createMachineInformationTable({
|
||||
{
|
||||
name="efficiency",
|
||||
value="0.5"
|
||||
}
|
||||
},S("Solar Panel"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1849,6 +1869,7 @@ local function getGuideFormspec(playerName,pageName)
|
||||
elementKeyBucket=industrialtest.elementKeys.bucket,
|
||||
elementKeyCoal=industrialtest.elementKeys.coal,
|
||||
elementKeyCopperIngot=industrialtest.elementKeys.copperIngot,
|
||||
elementKeyIronHelmet=industrialtest.elementKeys.ironHelmet,
|
||||
elementKeyIronIngot=industrialtest.elementKeys.ironIngot,
|
||||
elementKeyIronLump=industrialtest.elementKeys.ironLump,
|
||||
elementKeyIronPickaxe=industrialtest.elementKeys.ironPickaxe,
|
||||
|
||||
Reference in New Issue
Block a user