malte0811/FerriteCore — reverse-engineered prompt
Reverse engineered prompt
Build me a Minecraft Java mod that helps the game use less RAM without changing gameplay. The goal is a quiet performance mod that players can drop into their mods folder and forget about, so it should focus on memory savings, stability, and compatibility instead of adding blocks or items.
Please make it work for both Fabric and NeoForge if that is practical, with shared common code where it makes sense. Set up the Gradle project so I can build release jars for each loader. Add a simple README that explains what the mod does in normal language, how to install it, and that it is meant to reduce memory usage.
Keep the mod lightweight and avoid adding visible features unless needed for testing. If there are Minecraft modding details that have changed recently, look up the current docs online and use the modern recommended setup.
Want more depth? Deep Reverse