This is a mod pack that has been crafted together for a discord server named "Dragon's Adorable Realm" A combination of tech, magic, and adventure mods has been brewed together to create an experience that's very similar to All the Mods, added on that is that you can be a dragon !
The server for this modpack is only hosted on their corresponding discord server so you need to join it to get access to the server.
Discord Link Click Here
Current State of the Modpack
This is still a very early modpack but the combination of recipe unification and ore generation check has been put out already for quite a while. Though do expect some to be overlooked because I'm operating alone on this modpack currently. So if you encounter any sort of problems, please report to me.
I'll put more detail later on once the modpack will be worked on to a certain point.
Mem-Optimized Version
This version uses an aggressive ModernFix mixin config to reduce memory usage and game loading time. It reduces memory usage roughly by 2GB further (from 7.5GB minimum to around 5.5GB) Expect your game to be unstable, due to the dynamic loading of resources. I'll most likely refrain from uploading this version in the future because you only need to put 4 lines of config inside the modernfix.mixins.properties file.
mixin.perf.clear_mixin_classinfo=true
mixin.perf.deduplicate_location=true
mixin.perf.dynamic_resources=true
mixin.perf.faster_item_rendering=true
All versions after 1.3.5 will have mixin.perf.deduplicate_location=true and mixin.perf.dynamic_resources=true on by default. If you encounter problems such as missing textures or crashes when the game launches, disable these two options.
General Optimization
This mod pack has come preinstalled with performance mods such as Embeddium and Oculus including Flywheel compatibility mod, etc. I suggest that you don't change anything regarding these mods and recommend against using Optifine at all costs.
Since this mod has well over 400+ mods and is probably one of the biggest modpacks out there. You're going to run into constraints where there is not enough RAM. So I would recommend you allocate at least 10 - 16 GB of RAM, not more or less. If you want to optimize your Minecraft even more, try to use GraalVM Java and read more details about JVM Flags on the link to GitHub down below.
Performance Optimization Detail Link Here
Recommend to run this mod pack on Java21 with the following JVM args if and only if you can allocate more than 12 GB of RAM.
-XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+ZGenerational