diff options
| author | William Hergès <william@herges.fr> | 2025-10-12 18:13:23 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-12 18:13:23 +0200 |
| commit | 2f3bc6acd93db155b1c100be54efd43800ac3985 (patch) | |
| tree | dfd28b3a742ad277784210dca437f207d1e0e793 /build.gradle | |
| parent | 06a0696d32df5f03f47ce15b3c1fbeb64fb38c19 (diff) | |
feat(heart): custom recipe
is only nether star, must mixin Item::onCraft to handle it
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index a4bb960..92c4dd2 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,12 @@ base { archivesName = project.archives_base_name } +fabricApi { + configureDataGeneration() { + client = true + } +} + repositories { // Add repositories to retrieve artifacts from in here. // You should only use this when depending on other mods because |
