<?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[Error while building liquidbounce in intellij]]></title><description><![CDATA[<p dir="auto">When I try to build, I get "Could not find com.github.TheAltening:API-Java:master-SNAPSHOT." along with a few other altening related errors. I'm probably just being retarded</p>
]]></description><link>https://forum.liquidbounce.net/topic/1957/error-while-building-liquidbounce-in-intellij</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 02:06:48 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1957.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Apr 2021 01:14:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error while building liquidbounce in intellij on Mon, 19 Apr 2021 01:30:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hackerman" aria-label="Profile: Hackerman">@<bdi>Hackerman</bdi></a><br />
open the build.gradle in the forge 1.8.9 folder<br />
change:</p>
<pre><code>implementation 'com.github.TheAltening:API-Java:master-SNAPSHOT'
implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
compile 'com.github.TheAltening:API-Java:api-2.0-SNAPSHOT'
compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
</code></pre>
<p dir="auto">to this:</p>
<pre><code>implementation 'com.github.TheAltening:TheAltening4j:master-SNAPSHOT'
implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
compile 'com.github.TheAltening:TheAltening4j:api-2.0-22541fa70f-1'
compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/14855</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/14855</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 19 Apr 2021 01:30:50 GMT</pubDate></item></channel></rss>