Made ready for sub-inclusion

This commit is contained in:
Frank 2022-07-05 17:11:21 +02:00
parent 2ac2d909cb
commit 341820fb80
2 changed files with 15 additions and 1 deletions

View file

@ -9,7 +9,6 @@ loader_version=0.14.8
fabric_version=0.57.0+1.19 fabric_version=0.57.0+1.19
# Mod Properties # Mod Properties
mod_version=2.0.10 mod_version=2.0.10
core-v1-version=2.0.10
together-v1-version=2.0.10 together-v1-version=2.0.10
maven_group=org.betterx.bclib maven_group=org.betterx.bclib
archives_base_name=bclib archives_base_name=bclib

View file

@ -0,0 +1,15 @@
plugins {
id 'idea'
id 'eclipse'
id 'fabric-loom'
id 'maven-publish'
}
apply from: "../gradle/bclib-common.gradle"
dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
apply from: "build.gradle"