mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-05-13 21:07:48 +00:00
6 lines
282 B
Groovy
6 lines
282 B
Groovy
plugins {
|
|
// see https://fabricmc.net/develop/ for new versions
|
|
id 'net.fabricmc.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.141' apply false
|
|
}
|