A versatile mod that addresses compatibility issues in Reborn Core, enhancing its functionality across a broader range of loaders such as Quilt and Connector.
Fixes Reborn Overview
This mod serves as an essential solution for resolving portability concerns in Reborn Core, making it operable with an expanded selection of mod loaders.
How to Use This Mod
To integrate this mod, simply place it in your mods directory alongside either Tech Reborn or Reborn Core.
Instructions for Quilt Loader
If you are using Quilt, adhere to the following procedure:
Step 1
Add -Dloader.debug.dump_override_paths=true
to your Java Virtual Machine (JVM) arguments.
Step 2 (For Tech Reborn Users)
Look for the section in Quilt Loader’s output where it outlines the dependency overrides for Reborn Core within Tech Reborn. It should resemble the following text:
[main/INFO]: Override path: '/TechReborn-5.11.13.jar!/META-INF/jars/RebornCore-5.11.13.jar'
If you are not utilizing Tech Reborn, you can move directly to Step 2.1.
Step 2.1
In the case that both Reborn Core and Tech Reborn are present in your mods folder, identify the string produced by Quilt Loader that specifies the dependency override for Reborn Core. It should look like this:
[main/INFO]: Override path: '/RebornCore-5.11.13.jar'
Step 3
If both Reborn Core and Tech Reborn are in the mods folder, proceed to Step 3.1. Otherwise, add the following details to /config/quilt-loader-overrides.json
. Be sure to substitute "“" with the actual printed dependency path.
{
"schema_version": 1,
"overrides": [
{
"path": "",
"depends": [],
"breaks": [
{
"remove": {
"id": "quilt_loader"
}
}
]
}
]
}
Step 3.1
If both Tech Reborn and Reborn Core exist in the mods folder, utilize the subsequent code. Remember to replace "" and "
" with the respective printed dependency paths for Reborn Core and Tech Reborn.
{
"schema_version": 1,
"overrides": [
{
"path": "",
"depends": [],
"breaks": [
{
"remove": {
"id": "quilt_loader"
}
}
]
},
{
"path": "",
"depends": [],
"breaks": [
{
"remove": {
"id": "quilt_loader"
}
}
]
}
]
}
Frequently Asked Questions (FAQ)
Q: I receive an error indicating Reborn Core requires a version of Quilt Loader!
Please refer to the Quilt Usage section for guidance.
Q: The mod is flagged as incompatible with Reborn Core / Tech Reborn.
We urge you to report a bug; a fix will be developed promptly.
Q: I have been banned from the Team Reborn Discord / Issue Tracker for using this mod!
While I do not accept responsibility for your use of this mod, please refrain from reporting issues caused by this mod to the Tech Reborn issue tracker, and avoid harassing Team Reborn developers.
Q: Is this mod compatible with Quilt/Connector/etc.?
Most likely yes. If you encounter issues, please report an issue.
Q: Will you create a backport of this mod?
No. Previous versions of Tech Reborn / Reborn Core should function smoothly. The recent updates to Reborn Core introduced the issues. If you believe this is a mistake, please report the issue with your reasoning.
Q: The mod causes crashes with Tech Reborn / Reborn Core.
Confirm that you are using the correct version of Fixes Reborn. Should problems persist, we recommend submitting a bug report.