initial commit for shared version repo of Batteries mod - currently supports 1.21.11 and 1.21.1 of NeoForge.
This commit is contained in:
8
neoforge-1.21.11/build.gradle
Normal file
8
neoforge-1.21.11/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'maven-publish'
|
||||
id 'net.neoforged.moddev' version '2.0.140'
|
||||
id 'idea'
|
||||
}
|
||||
|
||||
apply from: rootProject.file('gradle/neoforge-module.gradle')
|
||||
Reference in New Issue
Block a user