Made ready for sub-inclusion
This commit is contained in:
parent
2ac2d909cb
commit
341820fb80
2 changed files with 15 additions and 1 deletions
|
@ -9,7 +9,6 @@ loader_version=0.14.8
|
|||
fabric_version=0.57.0+1.19
|
||||
# Mod Properties
|
||||
mod_version=2.0.10
|
||||
core-v1-version=2.0.10
|
||||
together-v1-version=2.0.10
|
||||
maven_group=org.betterx.bclib
|
||||
archives_base_name=bclib
|
||||
|
|
15
together-v1/composit.gradle
Normal file
15
together-v1/composit.gradle
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue