BlanketMC / blanket-client-tweaks

Minecraft Client fixes/tweaks

Home Page:https://www.curseforge.com/minecraft/mc-mods/blanket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blanket client-tweaks

Blanket is aiming to fix many client-side bugs, also doing QoL improvements and tweaks

Everything is configurable

Go into mod settings, and configure everything!
For features, see Config.java

Usage:

Just put the mod.jar into .minecraft/mods, install Fabric and you're good to go!
If you want to experiment a bit, feel free to open the mod config and change a few options.

The default options won't change vanilla behaviour, except for fixing bugs.

Dev env

If you want the mod in dev enviornment, just go ahead!
You'll find it: maven.kosmx.dev/io/github/blanketmc/blanket-client-tweaks

repositories {
    (...)
    maven{
        name = 'KosmX\'s repo'
        url = 'https://maven.kosmx.dev/'
    }
}

dependencies {
    (...)
    
    modImplementation "io.github.blanketmc:blanket-client-tweaks:${latest_blanket_version}"
    (...)
}

Modpacks

Feel free to include it in any modpack

Server?

The mod won't do anything on server-side, if you install it server-side, Fabric loader just won't load it.
For server-side fixes see Carpet-fixes

Setup

For setup instructions please see the fabric wiki page that relates to the IDE that you are using.

About

Minecraft Client fixes/tweaks

https://www.curseforge.com/minecraft/mc-mods/blanket

License:MIT License


Languages

Language:Java 100.0%