EvilCraft

EvilCraft

19M Downloads

[1.16.5] Add support for NBT data in Blood Infuser recipe output

JaisDK opened this issue · 2 comments

commented

Issue type:

  • ➕ Feature request

Short description:

It would be great for modpack custom recipes if the blood_infuser could support NBT on the output item.

commented

Thanks for the suggestion!

commented

Inspiration
Thermal: https://github.com/KingLemming/1.16/blob/main/CoFHCore/src/main/java/cofh/lib/util/recipes/RecipeJsonUtils.java#L95
Tinkers Construct (Mantle): https://github.com/SlimeKnights/Mantle/blob/1.16/src/main/java/slimeknights/mantle/recipe/ItemOutput.java#L71
MA: https://github.com/BlakeBr0/MysticalAgriculture/blob/1.16/src/main/java/com/blakebr0/mysticalagriculture/crafting/recipe/InfusionRecipe.java#L86

Mystical Agriculture looks to be the simplest.

GitHub
Contribute to KingLemming/1.16 development by creating an account on GitHub.
GitHub
Public shared library for Forge mods. Contribute to SlimeKnights/Mantle development by creating an account on GitHub.
GitHub
Adds Resource Crops, Armor, Tools, and other cool things! - BlakeBr0/MysticalAgriculture