object-Object / modlist-bisector

Minecraft modlist bisector to help track down bugs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modlist-bisector

Minecraft modlist bisector to help track down bugs.

Example config.toml

root = "C:/Users/object/AppData/Roaming/PrismLauncher/instances/HexxyCraft/.minecraft/mods"

required = [
    "quilted_fabric_api",
    "cardinal-components",
    "create",

    # import cycles :(
    "sodium",
    "indium",
]

[extra_deps]
switchy = ["owo"]
ding = ["completeconfig"]
balm-fabric = ["cloth-config"]
emi = ["polymer-all"]

About

Minecraft modlist bisector to help track down bugs.

License:MIT License


Languages

Language:Python 100.0%