mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-16 03:39:48 -05:00
* modify effects event * give impaling fire aspect * add fabric component map builder * change interface name to match event * gametests for weird impaling enchantment * fix checkstyle issues * fabric map builder javadoc * modify effects javadoc * fix checkstyle issues * prefer extension methods over add * add enchantment source * fix missing asterisk on fabricitemstack javadoc * switch to enchantment builder * fix effects list * fix checkstyle * add note on exclusive set to javadoc * add fabric component builder extensions to default component testmod * remove threadlocal usage from mixin * remove modid prefix from accessors * remove unused import * fix recursive invoker * add test to automatically check modified item name
7 lines
185 B
Groovy
7 lines
185 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, ['fabric-api-base', 'fabric-resource-loader-v0'])
|
|
|
|
testDependencies(project, [
|
|
':fabric-content-registries-v0',
|
|
])
|