ARRP but it's Different but it's Still ARRP
ARRP But Different enables developers to create game assets and data dynamically during runtime. This eliminates the need to bundle extensive amounts of resources within the mod itself, which is particularly useful for dynamic object generation that depends on other modifications.
Important Information
This modification is a fork of the original ARRP with implemented system changes and added NeoForge support.
Current Status
The mod is currently in beta development stage. Report any discovered bugs and issues.
Capabilities
Supports the same generators as the original ARRP, with some syntax differences.
Event Compatibility
Fabric supports all event types, while NeoForge currently only works with "BeforeUser" events.
Frequently Asked Questions
Resource Pack Compatibility
Yes, similar to the original ARRP, this mod creates temporary resource packs with low priority, allowing any other resource packs to override resources generated through this modification.
However, it should be noted that dynamically created resource packs cannot override resources from other mods but can replace Minecraft's default resources.
Compatibility with Original ARRP
No, this mod implements changes to the syntax and system of the original ARRP.
NeoForge Support
This modification supports both Fabric and NeoForge, but there's one significant limitation: the NeoForge version doesn't support all entry points due to differences in the mod loading process.
Usage
For information on using ARRP But Different, refer to the official documentation.
Resource pack developers looking to add support for generated resources will find the resource dumping section in the documentation helpful.