#[Recipes] Result item copies components from ingredient item
19 messages · Page 1 of 1 (latest)
1.21.1
transmute exists in 1.21.1 aswell iirc
they'll have to make their own special crafting recipe then
No
There is something that lets you do that with the use of an Fabric API
Lemme see if it exists on 1.21.1
Yes it does
Search DefaultCustomIngredients
It has something that lets you use components in recipe ingredients
declaration: package: net.fabricmc.fabric.api.recipe.v1.ingredient
Isn't that just matching them though?
Can't you use it to also create a result with components ?
Yes, but how are you going to move the data between the two
Oh hm true I mean you can use the ingredient with component and set the recipe to have the same component but that won't be copying it 🤔