Advanced Runtime Resource Pack (Forge)

generate assets at runtime without json

Overview

This mod is a library for developers to add recipes, models, and other json based resources at runtime without the usage of jsons or even textures if desired.

 

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 resource packs and other mods can override your textures. ARRP is registered as the 2nd to last resource pack in the list, just above vanilla, which means you can override vanilla assets, but not modded ones.

 

This mod is originally by HalfOf2 but I ported it to forge so me and possibly other forge modders could make usage of this.

Note to modders: use the dev jarr or else it will crash in dev

 

Wiki: https://github.com/Devan-Kerman/RRP/wiki/Adding-Resources in progress

 

 

The Advanced Runtime Resource Pack (Forge) Team

profile avatar
  • 205
    Followers
  • 195
    Projects
  • 309.1M
    Downloads

I'm iitemstack on discord, and that is the only name I use there. If anyone else links to this account as a portfolio, report to moderation and contact me instead as they're a scammer.

More from tfarecnimView all