Almost Unified

A [Minecraft] mod to unify resources. [![Version][version_badge]][version_link] [![Total Downloads CF][total_downloads_cf_badge]][curseforge] [![Total Downloads MR][total_downloads_mr_badge]][modrinth] [![Workflow Status][workflow_status_badge]][workflow_status_link] [![License][license_badge]][license] [Discord] | [Wiki] | [CurseForge] | [Modrinth]
## **🔧 Manual Installation** 1. Download the latest **mod jar** from the [releases], from [CurseForge] or [Modrinth]. 2. Install Minecraft [Forge] or [Fabric]. 3. Drop the **jar file** into your mods folder. ## **🖥️ Dev Environment Setup** 1. Clone the repository 2. Import into IntelliJ (VSCode and Eclipse are not tested) 3. Run - `gradle -> common -> Tasks -> fabric -> genSources` - `gradle -> fabric -> Tasks -> fabric -> genSources` - `gradle -> forge -> Tasks -> forgegradle runs -> genIntellijRuns` 4. restart the IDE The `common` module uses [fabric-loom]. This makes it possible to use [ParchmentMC][parchment].
Do not use Fabric related features in the `common` module! ## **💚 Credits** This project is using the [MultiLoader Template] by [Jared].
The logo was made by [mo_shark]. ## **🎓 License** This project is licensed under the [GNU Lesser General Public License v3.0][license]. [version_badge]: https://img.shields.io/github/v/release/AlmostReliable/almostunified?include_prereleases&style=flat-square [version_link]: https://github.com/AlmostReliable/almostunified/releases/latest [total_downloads_cf_badge]: http://cf.way2muchnoise.eu/full_633823.svg?badge_style=flat [total_downloads_mr_badge]: https://img.shields.io/badge/dynamic/json?style=flat-square&color=5da545&label=modrinth&query=downloads&url=https://api.modrinth.com/api/v1/mod/sdaSaQEz [workflow_status_badge]: https://img.shields.io/github/workflow/status/AlmostReliable/almostunified/Build?style=flat-square [workflow_status_link]: https://github.com/AlmostReliable/almostunified/actions [license_badge]: https://img.shields.io/github/license/AlmostReliable/almostunified?style=flat-square [minecraft]: https://www.minecraft.net/ [discord]: https://discord.com/invite/ThFnwZCyYY [wiki]: https://github.com/AlmostReliable/almostunified/wiki [curseforge]: https://www.curseforge.com/minecraft/mc-mods/almost-unified [modrinth]: https://modrinth.com/mod/almost-unified [releases]: https://github.com/AlmostReliable/almostunified/releases [forge]: http://files.minecraftforge.net/ [fabric]: https://fabricmc.net/ [multiLoader template]: https://github.com/jaredlll08/MultiLoader-Template [jared]: https://github.com/jaredlll08 [mo_shark]: https://www.curseforge.com/members/mo_shark [license]: LICENSE