mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
fddcc0d88f
* 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'
|
|
])
|