mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
a71b3053ad
* dim api initial port * A whole bunch of work * Checkstyle :) * Minor tweaks based on feedback * Update to latest snapshot * Checkstyle ;) * Some more dim work * Re add default placer's, the example mod includes a test dim that currently marks the world as experimental * license * Fixup javadoc
10 lines
396 B
Groovy
10 lines
396 B
Groovy
archivesBaseName = "fabric-dimensions-v1"
|
|
version = getSubprojectVersion(project, "1.0.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-networking-v0', configuration: 'dev')
|
|
compile project(path: ':fabric-registry-sync-v0', configuration: 'dev')
|
|
|
|
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
|
|
}
|