mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-17 04:01:46 -05:00
This migrates all uses of v0 networking to v1 api, and changes the readme to not mention networking-v0 in the example for dependencies. This effectively makes v0 removable if it breaks in the future beyond repair. Though I expect v0 to last quite a bit longer.
7 lines
176 B
Groovy
7 lines
176 B
Groovy
archivesBaseName = "fabric-containers-v0"
|
|
version = getSubprojectVersion(project, "0.1.10")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-networking-api-v1'
|
|
])
|