Create forks don't work
sleepy-evelyn opened this issue ยท 8 comments
Don't necessarily need to modify the jar.
Can use a fabric dependency override instead
Add a file in your config folder with the name fabric_loader_dependencies.json and the following contents:
{
"version": 1,
"overrides": {
"createdeco": {
"-depends": {
"create": ""
}
}
}
}
Or if you're using Quilt
You can create a Quilt Dependency Override to remove the requirement.
Go to your .minecraft
folder and then go to your config
folder. Then create quilt-loader-overrides.json
with the following
{
"schema_version": 1,
"overrides": [
{
"path": "<mods>/createdeco-2.0.0-fabric-1.20.1.jar",
"depends": {
"remove": {
"id": "create",
"versions": "*"
}
}
}
]
}
The 2 main forks atm are the Create DM Earth Edition i'm using atm and the Create sodium fix mentioned in #103
Don't necessarily need to modify the jar.
Can use a fabric dependency override instead
Add a file in your config folder with the name fabric_loader_dependencies.json and the following contents:{ "version": 1, "overrides": { "createdeco": { "-depends": { "create": "" } } } }
This is great for fabric but doesn't work for Quilt. You have to follow this process: https://github.com/QuiltMC/quilt-loader/wiki/Dependency-Overrides which I don't think is as simple. i figured it out if anyone needs help @evieowlette (discord)
but yeah
Just a heads up there is yet another fork and i've switched to this because it has better compatibility: https://www.curseforge.com/minecraft/mc-mods/prominent-create
3 Sodium forks chillin in the wild, which one shall we choose which one is desired :3