mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
211ddf95aa
* Add flattening, stripping and tilling registries * Where'd the spaces come from? * Clarify docs * Better overloads for TillableBlockRegistry.register * Mutablise AxeItem.STRIPPED_BLOCKS if needed * Remove simplest TillableBlockRegistry.register overload because the default predicate is for farmland * Add test mod * Update fabric-content-registries-v0/src/main/java/net/fabricmc/fabric/api/registry/TillableBlockRegistry.java Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
12 lines
313 B
Groovy
12 lines
313 B
Groovy
archivesBaseName = "fabric-content-registries-v0"
|
|
version = getSubprojectVersion(project, "0.3.0")
|
|
|
|
loom {
|
|
accessWidener = file("src/main/resources/fabric-content-registries-v0.accesswidener")
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-lifecycle-events-v1',
|
|
'fabric-resource-loader-v0'
|
|
])
|