A one-mixin-style mod that fixes portability issues in Reborn Core, making it compatible with more loaders (e.g. Quilt or Connector).
To use this mod, simply add it to your mods folder along with Tech Reborn or Reborn Core.
If you are using Quilt, follow these steps:
Add -Dloader.debug.dump_override_paths=true
to your JVM arguments.
Find where Quilt Loader prints the dependency override for Reborn Core in Tech Reborn. It should look something like this:
[main/INFO]: Override path: '<mods>/TechReborn-5.11.13.jar!/META-INF/jars/RebornCore-5.11.13.jar'
If you aren't using Tech Reborn, you can skip to Step 2.1.
Follow the steps in Step 2.1 if you have both Reborn Core and Tech Reborn in the mods folder.
Find where Quilt Loader prints the dependency override for Reborn Core. It should look something like this:
[main/INFO]: Override path: '<mods>/RebornCore-5.11.13.jar'
If you have both Reborn Core and Tech Reborn in the mods folder, skip to Step 3.1.
Add the following to <minecraft folder>/config/quilt-loader-overrides.json
.
Be sure to replace "<REPLACE THIS 1>
" with the printed dependency override.
{
"schema_version": 1,
"overrides": [
{
"path": "<REPLACE THIS 1>",
"depends": [],
"breaks": [
{
"remove": {
"id": "quilt_loader"
}
}
]
}
]
}
If you have both Tech Reborn and Reborn Core in the mods folder, use the following instead.
Be sure to replace "<REPLACE THIS 1>
" and "<REPLACE THIS 2>
" with the printed dependency overrides for Reborn Core and Tech Reborn.
{
"schema_version": 1,
"overrides": [
{
"path": "<REPLACE THIS 1>",
"depends": [],
"breaks": [
{
"remove": {
"id": "quilt_loader"
}
}
]
},
{
"path": "<REPLACE THIS 2>",
"depends": [],
"breaks": [
{
"remove": {
"id": "quilt_loader"
}
}
]
}
]
}
Follow the steps in Quilt Usage.
Please make a bug report; I will develop a workaround soon.
I take no responsibility for how you use this mod, but do not report issues caused by this mod to the Tech Reborn issue tracker, and do not harass Team Reborn developers.
Probably. If not, open an issue.
No. Older versions of Tech Reborn / Reborn Core should work just fine. It was only in the more recent updates of Reborn Core that the mod broke. If you believe this is an error, please open an issue and explain why.
Ensure that you are using the correct version of Fixes Reborn. If the issue still occurs, please make a bug report.