Skip to content
Devan-Kerman edited this page Nov 24, 2020 · 3 revisions

Welcome to the ARRP wiki!

ARRP stands for Advanced Runtime Resource Pack

How ARRP works

ARRP uses a mixin to register a custom implementation of ResourcePack which acts as an artificial file system. the resource pack stores these assets and when Minecraft asks for them, we give it to them, this way ARRPs are always compatible with traditional resource packs and other mods can override your textures!

Getting started

https://github.com/Devan-Kerman/ARRP/wiki/Adding-Resources

Clone this wiki locally