<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Recyclers>
<RecyclerInput>36628</RecyclerInput>
<RecyclerOutput>36628</RecyclerOutput>
</Recyclers>
<Items>
<Item>
<Id>121</Id>
<RecycleTime>2000</RecycleTime>
<OutputItems>
<Item amount="5">67</Item>
</OutputItems>
</Item>
</Items>
</Configuration>
<Item>
<Id>121</Id>
<RecycleTime>2000</RecycleTime>
<OutputItems>
<Item amount="5">67</Item>
</OutputItems>
</Item>
<Id>
- the item ur recycling<RecycleTime>
- how long said item will be recycling for (counted in ms(1000ms = 1 second))<OutputItems>
- is the items you will receive from recycling the item, 67 each item can have anamount
property to give an X amount of specific item<RecyclerInput>
- the storage container in which you should put items in<RecyclerOutput>
- where said items will end up in