diff --git a/guide.lua b/guide.lua
index eae49da..dd8a5a1 100644
--- a/guide.lua
+++ b/guide.lua
@@ -1184,6 +1184,28 @@ local pages={
||Picture 1. Wind Mill producing some power.||
]]
}
+ },
+
+ {
+ name="upgrades",
+ title=S("Machine upgrades"),
+ icon="industrialtest:overclocker_upgrade",
+ content={
+ [[
+ ||Machine upgrades||
+
+ ||Upgrades can be put into special slots in machine formspec for this purpose. They increase machine capabilities while changing other properties. Not all machines can accept upgrades, however this can be determined by presence of four slots on right of formspec where upgrades are put. The following are all machine upgrades:||
+
+
+ ||- Overclocker Upgrade - speeds up the machine.||
+ ||
- Power Storage Upgrade - increases the amount of power that machine can store.||
+ ||
- Transformer Upgrade - allows machine to be connected to higher voltage by one level.||
+
+ --
+
+ ||Picture 1. - Electric Furnace with
- Overclocker Upgrade.||
+ ]]
+ }
}
}
diff --git a/textures/industrialtest_guide_upgrades.png b/textures/industrialtest_guide_upgrades.png
new file mode 100644
index 0000000..75bdd8c
Binary files /dev/null and b/textures/industrialtest_guide_upgrades.png differ