<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									ComputerCraft + Applied Energistics: get list of items and their count - BugOverflow				            </title>
            <link>https://muszak.eu/community/bugoverflow/computercraft-applied-energistics-get-list-of-items-and-their-count/</link>
            <description>muszak.eu Forum dyskusyjne</description>
            <language>pl-PL</language>
            <lastBuildDate>Sun, 08 Mar 2026 13:53:28 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: ComputerCraft + Applied Energistics: get list of items and their count</title>
                        <link>https://muszak.eu/community/bugoverflow/computercraft-applied-energistics-get-list-of-items-and-their-count/#post-656</link>
                        <pubDate>Thu, 24 Sep 2015 21:02:19 +0000</pubDate>
                        <description><![CDATA[1
2
3
4
5
6
7
lp = peripheral.wrap&#040;&quot;back&quot;&#041;
list = lp.getAvailableItems&#040;&#041;
&nbsp;
for number, item in pairs&#040;list&#041; do
&nbsp; print&#040;item.fingerprint....]]></description>
                        <content:encoded><![CDATA[<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar"><div class="bwp-syntax-control"><a href=";" class="bwp-syntax-source-switch" title="View Source Code"></a></div></div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-simple"><table class="bash"><tbody><tr class="li1"><td class="ln"><pre class="de1">1
2
3
4
5
6
7
</pre></td><td class="de1"><pre class="de1"><span class="kw2">lp</span> = peripheral.wrap<span class="br0">&#040;</span><span class="co3">&quot;</span>back<span class="co3">&quot;</span><span class="br0">&#041;</span>
list = lp.getAvailableItems<span class="br0">&#040;</span><span class="br0">&#041;</span>
&nbsp;
<span class="kw1">for</span> number, item <span class="kw1">in</span> pairs<span class="br0">&#040;</span>list<span class="br0">&#041;</span> <span class="kw1">do</span>
&nbsp; print<span class="br0">&#040;</span>item.fingerprint.id..<span class="co3">&quot;</span>,<span class="co3">&quot;</span>..item.size<span class="br0">&#041;</span>
&nbsp;<span class="kw2">sleep</span><span class="br0">&#040;</span><span class="nu0">0.5</span><span class="br0">&#041;</span> &nbsp;
end</pre></td></tr></tbody></table></div>
<div class="bwp-syntax-source"><pre class="no-parse">lp = peripheral.wrap("back")
list = lp.getAvailableItems()

for number, item in pairs(list) do
  print(item.fingerprint.id..","..item.size)
 sleep(0.5)  
end</pre></div></div>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/computercraft-applied-energistics-get-list-of-items-and-their-count/#post-656</guid>
                    </item>
				                    <item>
                        <title>ComputerCraft + Applied Energistics: get list of items and their count</title>
                        <link>https://muszak.eu/community/bugoverflow/computercraft-applied-energistics-get-list-of-items-and-their-count/#post-655</link>
                        <pubDate>Thu, 24 Sep 2015 21:01:52 +0000</pubDate>
                        <description><![CDATA[ComputerCraft + Applied Energistics: get list of items and their count]]></description>
                        <content:encoded><![CDATA[ComputerCraft + Applied Energistics: get list of items and their count]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/computercraft-applied-energistics-get-list-of-items-and-their-count/#post-655</guid>
                    </item>
							        </channel>
        </rss>
		