This mod uses Gradle to handle dependencies & building.
- Java 17 JDK or newer
- Git
git clone https://github.com/svenar-nl/FabricBlockedServersBypass.git
cd FabricBlockedServersBypass/
After that run
./gradlew build jar
or
./build-all.sh
You can find the output jar in the build/libs
directory (or in the dist/
directory if using build-all.sh
).
To install and use the mod you need to have following:
- Fabric
- mc-blacklist-bypass-X.X.X-X.X.(X).jar
This mod is licensed under the permissive MIT license. Please see the LICENSE
file for more info.