rename and such
|
@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
kotlin_loader_version=1.13.0+kotlin.2.1.0
|
kotlin_loader_version=1.13.0+kotlin.2.1.0
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.0
|
mod_version = 0.1.0
|
||||||
maven_group = observer.nelle
|
maven_group = observer.nelle
|
||||||
archives_base_name = roses_mod
|
archives_base_name = roses_mod
|
||||||
|
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
|
@ -37,6 +37,6 @@
|
||||||
"fabricloader": ">=${loader_version}",
|
"fabricloader": ">=${loader_version}",
|
||||||
"fabric-language-kotlin": ">=${kotlin_loader_version}",
|
"fabric-language-kotlin": ">=${kotlin_loader_version}",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": "1.20.5-1.21.1"
|
"minecraft": ">=1.20.5 <=1.21.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -32,5 +32,5 @@ plugins {
|
||||||
// Include the `app` and `utils` subprojects in the build.
|
// Include the `app` and `utils` subprojects in the build.
|
||||||
// If there are changes in only one of the projects, Gradle will rebuild only the one that has changed.
|
// If there are changes in only one of the projects, Gradle will rebuild only the one that has changed.
|
||||||
// Learn more about structuring projects with Gradle - https://docs.gradle.org/8.7/userguide/multi_project_builds.html
|
// Learn more about structuring projects with Gradle - https://docs.gradle.org/8.7/userguide/multi_project_builds.html
|
||||||
include(":MC1.20.6")
|
include(":MC20.5-21.1")
|
||||||
include(":legacy")
|
include(":legacy")
|
||||||
|
|