<?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[[HELP] How to us Core.lib]]></title><description><![CDATA[<p dir="auto">Hellow pls help me i dont know how to use core.lib maybe thats why the blockanimation scripts  and other scripts dont work,Im new here and i dont know much at coding,Can someone Help me?!</p>
]]></description><link>https://forum.liquidbounce.net/topic/962/help-how-to-us-core-lib</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 01:03:28 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/962.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Dec 2020 03:24:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Wed, 23 Dec 2020 14:34:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zhao-yun" aria-label="Profile: zhao-yun">@<bdi>zhao-yun</bdi></a> No, why should it give you hints? Your expectations are a bit off.</p>
<p dir="auto">Start off by looking at code of already existing Core scripts. <a href="https://github.com/CzechHek/Core/tree/master/Scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/CzechHek/Core/tree/master/Scripts</a></p>
]]></description><link>https://forum.liquidbounce.net/post/8377</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8377</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Wed, 23 Dec 2020 14:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Wed, 23 Dec 2020 14:28:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zhao-yun" aria-label="Profile: zhao-yun">@<bdi>zhao-yun</bdi></a> I'm really confused, so I will leave this post for anyone else to answer you.</p>
]]></description><link>https://forum.liquidbounce.net/post/8376</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8376</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Wed, 23 Dec 2020 14:28:17 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Wed, 23 Dec 2020 13:35:03 GMT]]></title><description><![CDATA[<p dir="auto">@asutoboki-kun<br />
that is, if I connect Core.lib, in which editor I did not work, there will be no hints?</p>
]]></description><link>https://forum.liquidbounce.net/post/8370</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8370</guid><dc:creator><![CDATA[Zhao Yun]]></dc:creator><pubDate>Wed, 23 Dec 2020 13:35:03 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Wed, 23 Dec 2020 13:32:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zhao-yun" aria-label="Profile: zhao-yun">@<bdi>zhao-yun</bdi></a> then wait for someone who can create a vs code plugin that automatically give hints for Core scripts (again english is broken)</p>
]]></description><link>https://forum.liquidbounce.net/post/8369</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8369</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Wed, 23 Dec 2020 13:32:03 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Wed, 23 Dec 2020 13:26:42 GMT]]></title><description><![CDATA[<p dir="auto">@asutoboki-kun<br />
I work in the Vs Code editor, but when I write something, this Core.lib does not give hints, I need to manually go there and look for what I need.</p>
]]></description><link>https://forum.liquidbounce.net/post/8368</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8368</guid><dc:creator><![CDATA[Zhao Yun]]></dc:creator><pubDate>Wed, 23 Dec 2020 13:26:42 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Wed, 23 Dec 2020 13:21:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zhao-yun" aria-label="Profile: zhao-yun">@<bdi>zhao-yun</bdi></a> :<br />
"When you make a variety of scripts, you waste your precious time doing unimportant things in the code. These actions are much easier and faster to do with Core. It has integrated utilities that anyone can use, so you don't have to make them yourself. It also imports many classes so you don't have to import them manually. It autogenerates help command and prints all possible subcommands (configurable). If modules category doesn't exist, Core will create it automatically, adding tabs to TabGUI and ClickGUI. You can make scripts stand out by that."</p>
<p dir="auto">What does it import (so you don't need to import manually):</p>
<pre><code>net.minecraft.block.* (blocks)
net.minecraft.client.gui.* (guis)
net.minecraft.client.renderer.* (renderers)
net.minecraft.entity.* (entities)
net.minecraft.init.* (blocks, items)
net.minecraft.item.* (items)
net.minecraft.network.* (packets+)
net.minecraft.util.* (mc utils)
net.ccbluex.liquidbounce.utils.* (lb utils)
net.ccbluex.liquidbounce.value.* (lb values)
and other function utilities
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/8367</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8367</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Wed, 23 Dec 2020 13:21:50 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Wed, 23 Dec 2020 12:23:22 GMT]]></title><description><![CDATA[<p dir="auto">@asutoboki-kun How does it help you write code?</p>
]]></description><link>https://forum.liquidbounce.net/post/8363</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8363</guid><dc:creator><![CDATA[Zhao Yun]]></dc:creator><pubDate>Wed, 23 Dec 2020 12:23:22 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Mon, 07 Dec 2020 13:33:50 GMT]]></title><description><![CDATA[<p dir="auto">the most important thing to use core.lib is having sex</p>
]]></description><link>https://forum.liquidbounce.net/post/7552</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/7552</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 07 Dec 2020 13:33:50 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Mon, 07 Dec 2020 13:21:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mvpreaper" aria-label="Profile: mvpreaper">@<bdi>mvpreaper</bdi></a></p>
<h2>How to use Core.lib</h2>
<p dir="auto">Step 1: Download <strong>Core.lib</strong> from <a href="http://dyskord.cc/Core.lib" target="_blank" rel="noopener noreferrer nofollow ugc">dyskord.cc/Core.lib</a> (latest version)<br />
<em>Note that this only works on LiquidBounce b73, not fully supporting cross-version update.</em></p>
<p dir="auto">Step 2: For Windows users, press <img src="/assets/uploads/files/1607346623632-dca1b7cf-e709-46e0-a4cc-ad7148750604-image.png" alt="dca1b7cf-e709-46e0-a4cc-ad7148750604-image.png" class=" img-fluid img-markdown" /> + R and paste:<br />
<code>%appdata%\Roaming\.minecraft\LiquidBounce-1.8\scripts</code> into the box and press Enter. Now a new window will be opened and you should drop your <strong>Core.lib</strong> file into here.</p>
<p dir="auto">That's it. I'm done with this post.<br />
<em>(took me almost 10 minutes to make. btw sorry for bad english lul)</em></p>
]]></description><link>https://forum.liquidbounce.net/post/7549</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/7549</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Mon, 07 Dec 2020 13:21:37 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Mon, 07 Dec 2020 09:36:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aftery" aria-label="Profile: aftery">@<bdi>aftery</bdi></a> SYSTEM FAILURE</p>
]]></description><link>https://forum.liquidbounce.net/post/7532</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/7532</guid><dc:creator><![CDATA[idk my name]]></dc:creator><pubDate>Mon, 07 Dec 2020 09:36:51 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Mon, 07 Dec 2020 09:36:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mvpreaper" aria-label="Profile: mvpreaper">@<bdi>mvpreaper</bdi></a> failure</p>
]]></description><link>https://forum.liquidbounce.net/post/7531</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/7531</guid><dc:creator><![CDATA[Aftery]]></dc:creator><pubDate>Mon, 07 Dec 2020 09:36:31 GMT</pubDate></item><item><title><![CDATA[Reply to [HELP] How to us Core.lib on Mon, 07 Dec 2020 06:14:21 GMT]]></title><description><![CDATA[<p dir="auto">i did not understand what you want because... GRAMMAR 12/10</p>
]]></description><link>https://forum.liquidbounce.net/post/7522</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/7522</guid><dc:creator><![CDATA[[deleted]]]></dc:creator><pubDate>Mon, 07 Dec 2020 06:14:21 GMT</pubDate></item></channel></rss>