mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
e2862de602
* Add callback to allow registration of feature renderers. * Laymans terms for those who don't map yarn for a living. * Be a little less generic * Dispatch events in a better spot, play with generics again, move to renderer-registries. Also move this to render registries * Handle players as well * Tweak generics * Hide acceptor impl * Add actual testmod, fix where player events are fired, Simplify to returning a list. * the old style worked fine * registerRenderers * Rename the event interface * Javadoc fixes
8 lines
267 B
Groovy
8 lines
267 B
Groovy
archivesBaseName = "fabric-renderer-registries-v1"
|
|
version = getSubprojectVersion(project, "2.1.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
|
|
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
}
|