Modding: Difference between revisions

67 bytes added ,  10 August 2023
m
Added BTA modding Discord link
imported>Ambos
m (Added BTA instances and Kotlin example mod links)
imported>Ambos
m (Added BTA modding Discord link)
Line 45: Line 45:
* [https://jenkins.liteloader.com/view/Other/job/Mixin/javadoc/index.html Mixin javadoc]
* [https://jenkins.liteloader.com/view/Other/job/Mixin/javadoc/index.html Mixin javadoc]
* [https://github.com/2xsaiko/mixin-cheatsheet/blob/master/README.md Mixin Cheatsheet]
* [https://github.com/2xsaiko/mixin-cheatsheet/blob/master/README.md Mixin Cheatsheet]
* [https://discord.gg/FTUNJhswBT BTA modding Discord] (unofficial)


Note: Since BTA is distributed without obfuscation, all Mixin classes must set the <code>remap</code> option to false. Also, when modding for BTA! 1.7.6.2_02, set <code>loadMods</code> to false in option.txt to avoid errors showing up in the run client configurations logs.
Note: Since BTA is distributed without obfuscation, all Mixin classes must set the <code>remap</code> option to false. Also, when modding for BTA! 1.7.6.2_02, set <code>loadMods</code> to false in option.txt to avoid errors showing up in the run client configurations logs.
Anonymous user