From 2f3bc6acd93db155b1c100be54efd43800ac3985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 12 Oct 2025 18:13:23 +0200 Subject: feat(heart): custom recipe is only nether star, must mixin Item::onCraft to handle it --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build.gradle') 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 -- cgit v1.2.3