mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-08-08 19:53:57 -05:00
Port to 1.18.2
This commit is contained in:
parent
147186d089
commit
5e49440291
8 changed files with 35 additions and 63 deletions
14
build.gradle
14
build.gradle
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '0.10.+'
|
||||
id 'io.github.juuxel.loom-quiltflower-mini' version '1.2.1'
|
||||
id 'org.ajoberstar.grgit' version '4.1.0'
|
||||
id 'fabric-loom' version '0.11.+'
|
||||
id 'io.github.juuxel.loom-quiltflower' version '1.6.0'
|
||||
id 'org.ajoberstar.grgit' version '5.0.0'
|
||||
}
|
||||
|
||||
sourceCompatibility = '17'
|
||||
|
@ -23,11 +23,9 @@ repositories {
|
|||
|
||||
var apiModules = [
|
||||
"fabric-api-base",
|
||||
"fabric-tool-attribute-api-v1",
|
||||
"fabric-mining-level-api-v1",
|
||||
"fabric-resource-loader-v0",
|
||||
"fabric-tag-extensions-v0",
|
||||
"fabric-object-builder-api-v1"
|
||||
"fabric-networking-api-v1",
|
||||
"fabric-object-builder-api-v1",
|
||||
"fabric-registry-sync-v0",
|
||||
]
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue