<?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[How i can create three+ modules in one js file using Core?]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: CzechHek">@<bdi>CzechHek</bdi></a></p>
]]></description><link>https://forum.liquidbounce.net/topic/870/how-i-can-create-three-modules-in-one-js-file-using-core</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 18:14:55 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/870.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Nov 2020 19:48:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How i can create three+ modules in one js file using Core? on Thu, 19 Nov 2020 21:01:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: CzechHek">@<bdi>CzechHek</bdi></a> thank you!</p>
]]></description><link>https://forum.liquidbounce.net/post/6845</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/6845</guid><dc:creator><![CDATA[[deleted]]]></dc:creator><pubDate>Thu, 19 Nov 2020 21:01:16 GMT</pubDate></item><item><title><![CDATA[Reply to How i can create three+ modules in one js file using Core? on Thu, 19 Nov 2020 20:13:29 GMT]]></title><description><![CDATA[<pre><code>module = [
    module1 = {},
    module2 = {}
]
</code></pre>
<p dir="auto">or simply</p>
<pre><code>anything = {
name: "", ....
}
yes = {}
module = [anything, yes]
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/6840</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/6840</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Thu, 19 Nov 2020 20:13:29 GMT</pubDate></item></channel></rss>