#Use potion in crafting recipe
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
covered https://mods.latvian.dev/books/kubejs/page/recipes here in the "examples" part
Examples
The most basic script to add a single recipe:
ServerEvents.recipes(event => {
event.sh...
basically, Item.of('minecraft:potion', {Potion: "alexsmobs:soulsteal"})
thx
Ticket closed!
try adding .weakNBT() or .weakNbt() to the end
aight that fixed it