Skip to content

Instantly share code, notes, and snippets.

@NordicGamerFE
NordicGamerFE / performancemods.md
Last active March 31, 2024 00:50
Useful mods list

Useful Mods

Notice

This list has moved to a repo you can find here https://github.com/NordicGamerFE/usefulmods

Alkyaly has stopped maintaining their list they have given me the responsibility to maintain their list original list
A list of usefull mods for most major-played versions.
Any suggestions/complaints?
Join our discord or use the gist comments.

@ZekerZhayard
ZekerZhayard / 1.build.gradle
Last active February 14, 2022 19:20
build.gradle with Mixin for ForgeGradle 5+
// Without MixinGradle
// Add below contents to the end of your build.gradle
configurations {
library
implementation.extendsFrom library
}
repositories {
maven { url = "https://repo.spongepowered.org/repository/maven-public/" }
}
dependencies {