mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
32ac36d518
* Fix EntityRenderDispatcher hook (again) * Add fabric-particles-v1 * Add a sync() method to BlockEntityClientSerializable * Prevent CME due to off-thread block entity updates (#367) * Restore rendering features disabled in first 19w39a release * Remove rendering stuffs no longer needed due to snapshots * Bump versions as needed
7 lines
241 B
Groovy
7 lines
241 B
Groovy
archivesBaseName = "fabric-particles-v1"
|
|
version = getSubprojectVersion(project, "0.1.1")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-textures-v0', configuration: 'dev')
|
|
}
|