UnicacityAddon is a LabyMod addon which is written for the Minecraft server Unicacity and provides specialized, nice-to-have features and utilities for everyday gameplay.
At the time of the project idea, Unicacity supported Minecraft versions 1.12.2 up to 1.16.5. There
was already a Minecraft Forge mod called UCUtils, but it only
supported Minecraft version 1.12.
One day it was decided to update Unicacity to 1.16.5+, so there was no more modification. @Dimiikou
and I decided to program our own modification, which is based on the mod, which is no longer being
developed. We decided to develop a LabyMod addon because there are already ready-made functions that
we can use.
During the development of the UnicacityAddon LabyMod 3 addon for Minecraft version 1.16.5, the web API endpoint of UCUtils was switched off. From now on, the modification was unusable and a replacement was sought. We took our chance and let our LabyMod 1.16.5 addon rest and developed one for Minecraft version 1.12.2. The functions of the mod were taken over and improved in the addon. After a short time we were able to publish it and quickly reached many users. Since then, new features and improvements have been added all the time, allowing for a more enjoyable and easier gaming experience. That was the start of the UnicacityAddon.
A few months later, LabyMod 4 was announced. With Unicacity still due to be updated to 1.16.5+, this was an opportune moment to kill two birds with one stone. On the one hand the update to LabyMod 4 and on the other hand the support for Minecraft version 1.16.5+.
In LabyMod 3 there was no command implementation, so there was used Minecraft Forge for this. In LabyMod 4 is an own command implementation so Minecraft Forge is no longer needed.
Addon releases: v1.0.0
- v1.10.3
Requires Minecraft Forge: ✔️
Supported Minecraft versions:
1.12.2
Addon releases: v2.0.0
- latest
Requires Minecraft Forge: ❌
Supported Minecraft versions:
1.12.2
A release is directly pushed to the ingame addon store from LabyMod (using Flint). The update will then be installed automatically.
The addon can also be installed manually. All you have to do is download it and put the .jar
file
in the %appdata%/.minecraft/labymod-neo/addons
folder.
- Clone the repository with
git clone https://github.com/UnicacityAddon/unicacityaddon-addon.git
- Open the downloaded folder as IntelliJ Project
- IntelliJ will import all necessary stuff
- Fork this repository
- Make your code changes and push those to your forked repository
- Create a pull request
Read our Contributing guidelines