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 --- src/main/resources/fabric.mod.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 805e28b..74ba1e7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -12,6 +12,9 @@ "entrypoints": { "main": [ "world.anhgelus.lifesteal.LifeSteal" + ], + "fabric-datagen": [ + "world.anhgelus.lifesteal.datagen.DataGenerator" ] }, "mixins": [ -- cgit v1.2.3