mirror of
https://github.com/FabricMC/fabric.git
synced 2024-12-03 04:47:32 -05:00
3f591ea5c5
* Reimplement Dimension API
* Forgot to update dimension-api mixins.json
* Did suggested changes.
* Move Nullable import.
* Remove unneeded whitespace
* Added automatic testing testmod feature.
* ...Removed unused imports...
* And other stuff the auto style system complains about...
* ...
* Drop Networking
* Completed suggested changes.
* Revert "Completed suggested changes."
This reverts commit 97740e6134
.
* Did requested changes.
* Forgot colon
* Turn plural to singular
Co-authored-by: i509VCB <git@i509.me>
12 lines
406 B
Groovy
12 lines
406 B
Groovy
archivesBaseName = "fabric-dimensions-v1"
|
|
version = getSubprojectVersion(project, "1.0.0")
|
|
|
|
dependencies {
|
|
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
|
|
testmodCompile project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
|
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|