mirror of
https://github.com/FabricMC/fabric.git
synced 2025-01-05 12:32:05 -05:00
39266da312
* Cache the fuel time map in the fuel registry * Use a faster map for the fuel times * Rebuild the fuel times map on the client side too * Use more compatible mixins * Replace a function overwrite by a TAIL inject * Mixin formatting * Indentation * Make cache thread-safe, switch to boxed collection (IHM) since most uses yield boxed results, refactor cache clearing * fix import formatting Co-authored-by: Player <player@player.to>
8 lines
216 B
Groovy
8 lines
216 B
Groovy
archivesBaseName = "fabric-content-registries-v0"
|
|
version = getSubprojectVersion(project, "0.1.9")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-lifecycle-events-v1',
|
|
'fabric-resource-loader-v0'
|
|
])
|