mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 01:55:41 -05:00
98295c3114
* Fix structure config not applying in every case * Make tempmap immutable * delete unfinished sentence oop * Some more cleanup This was done at the request of Technician * Update fabric-structure-api-v1/src/main/resources/fabric.mod.json Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com>
6 lines
180 B
Groovy
6 lines
180 B
Groovy
archivesBaseName = "fabric-structure-api-v1"
|
|
version = getSubprojectVersion(project, "1.1.10")
|
|
moduleDependencies(project, [
|
|
'fabric-lifecycle-events-v1',
|
|
'fabric-api-base'
|
|
])
|