diff --git a/guide.lua b/guide.lua
index d96d6bc..7ea50d4 100644
--- a/guide.lua
+++ b/guide.lua
@@ -803,6 +803,46 @@ local pages={
||Picture 1. Pump attached to - Miner.||
]]
}
+ },
+
+ {
+ name="recycler",
+ title=S("Recycler"),
+ icon="industrialtest:recycler",
+ content={
+ [[
+ ||Recycler||
+
+ ||Recycler with chance of 1/8 allows for transforming any item into - Scrap.||
+
+ ]],
+ createMachineInformationTable({
+ {
+ name="inputVoltage",
+ value="LV"
+ },
+ {
+ name="recipe",
+ value="Recycling"
+ },
+ {
+ name="powerCapacity",
+ value=string.format("%d EU",industrialtest.Recycler.capacity)
+ },
+ {
+ name="opPower",
+ value=string.format("%d EU",industrialtest.Recycler.opPower)
+ },
+ {
+ name="efficiency",
+ value=tostring(1/industrialtest.Recycler.efficiency)
+ }
+ },S("Recycler")),
+ [[
+
+ ||Picture 1. Recycler transforming some items.||
+ ]]
+ }
}
}
diff --git a/textures/industrialtest_guide_recycler.png b/textures/industrialtest_guide_recycler.png
new file mode 100644
index 0000000..33982ba
Binary files /dev/null and b/textures/industrialtest_guide_recycler.png differ