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 /src/main/resources/fabric.mod.json | |
| parent | 06a0696d32df5f03f47ce15b3c1fbeb64fb38c19 (diff) | |
feat(heart): custom recipe
is only nether star, must mixin Item::onCraft to handle it
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
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": [ |
