mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 16:18:29 -05:00
ebc0bc7d18
* 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
(cherry picked from commit d5debaed0e
)
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',
|
|
])
|