<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Creating Inventory Tabs Script: Items not Showing up]]></title><description><![CDATA[<p dir="auto">So I tried out making a Script that adds new items to the creative inventory, but the items wherent showing up after I loaded into the game, only the new tab with the name and icon was created.<br />
Even the example which I found in the documentation tab didnt work.</p>
<pre><code>/// api_version=2
var script = registerScript({
    name: "Test",
    version: "1.0.0",
    authors: ["BySneakz"]
});
script.registerTab({
    name: "MoreItems",
    icon: "apple",
    items: [
        Item.create("dirt")
        Item.create("stone")
    ]
});

</code></pre>
<p dir="auto">Any ideas how to make the items show up?</p>
<p dir="auto">Edit : Please dont blame me for doing something completely wrong, Im completely new to scripting and stuff.</p>
]]></description><link>https://forum.liquidbounce.net/topic/1143/creating-inventory-tabs-script-items-not-showing-up</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 17:39:10 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1143.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Jan 2021 18:28:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Creating Inventory Tabs Script: Items not Showing up on Mon, 11 Jan 2021 22:12:05 GMT]]></title><description><![CDATA[<p dir="auto">@somedudeyouveneverheardof No I already tried that<br />
but thanks.</p>
]]></description><link>https://forum.liquidbounce.net/post/9198</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/9198</guid><dc:creator><![CDATA[BySneakz]]></dc:creator><pubDate>Mon, 11 Jan 2021 22:12:05 GMT</pubDate></item><item><title><![CDATA[Reply to Creating Inventory Tabs Script: Items not Showing up on Mon, 11 Jan 2021 08:43:34 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://forums.ccbluex.net/topic/295/plz-help" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.ccbluex.net/topic/295/plz-help</a></p>
<p dir="auto">maybe this helps if you are playing on b72</p>
]]></description><link>https://forum.liquidbounce.net/post/9172</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/9172</guid><dc:creator><![CDATA[kaduvert]]></dc:creator><pubDate>Mon, 11 Jan 2021 08:43:34 GMT</pubDate></item></channel></rss>