mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-08-09 04:03:57 -05:00
Backport to 1.17
This commit is contained in:
parent
6418399d20
commit
3c1503af6b
9 changed files with 35 additions and 38 deletions
|
@ -4,8 +4,8 @@ plugins {
|
|||
id 'org.ajoberstar.grgit' version '4.1.0'
|
||||
}
|
||||
|
||||
sourceCompatibility = '17'
|
||||
targetCompatibility = '17'
|
||||
sourceCompatibility = '16'
|
||||
targetCompatibility = '16'
|
||||
|
||||
archivesBaseName = project.archives_base_name
|
||||
version = "${project.mod_version}${getVersionMetadata()}"
|
||||
|
@ -27,7 +27,8 @@ var apiModules = [
|
|||
"fabric-mining-level-api-v1",
|
||||
"fabric-resource-loader-v0",
|
||||
"fabric-tag-extensions-v0",
|
||||
"fabric-object-builder-api-v1"
|
||||
"fabric-object-builder-api-v1",
|
||||
"fabric-networking-blockentity-v0"
|
||||
]
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue