BlockOut Mod 1.12.2 (A Data-driven GUI Library for Minecraft)
BlockOut Mod 1.12.2 is a Mod/Library aims to provide other mods and users with the abilities and tools to enjoy making UIs for Minecraft. (This is a GUI Library mod that handles loading GUIs from XML and JSON). To achieve this, it use several techniques to not only reduce the workload of making and maintaining a UI but also take care of almost all synchronisation of information required to display the GUI. (This redesign is not finished).
How to use
Players
Under normal conditions, you as a player do not need to download BlockOut. However, it might be that you use a mod that requires BlockOut for its guis.
Modders
Installation
Add the following Maven repo as a repository to your build script:
repositories { maven { name 'LDTTeam Artifactory' url 'https://ldtteam.jfrog.io/ldtteam/modding/' } }
Visit the Artifactory and look for the correct BlockOut version you want to use (https://ldtteam.jfrog.io/ldtteam/webapp/#/artifacts/browse/tree/General/modding). If you do not care about a specific version you can always just get the latest version, by using a + as a version number.
Now that you have a version, add BlockOut as a dependency:
dependencies { //Mod dependencies deobfCompile('com.ldtteam:blockout:<insert version or + here>') }
Requires:
How to install:
How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods
Don’t miss out today’s latest Minecraft Mods