-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuild.gradle
More file actions
10 lines (10 loc) · 592 Bytes
/
build.gradle
File metadata and controls
10 lines (10 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
plugins {
// see https://fabricmc.net/develop/ for new versions
id 'fabric-loom' version '1.15-SNAPSHOT' apply false
// see https://projects.neoforged.net/neoforged/moddevgradle for new versions
id 'net.neoforged.moddev' version '2.0.140' apply false
// see https://files.minecraftforge.net/net/minecraftforge/forgegradle/index.html for new versions
id 'net.minecraftforge.gradle' version '7.0.0' apply false
// see https://plugins.gradle.org/plugin/net.minecraftforge.accesstransformers
id 'net.minecraftforge.accesstransformers' version '5.0.3' apply false
}