#Use potion in crafting recipe

1 messages · Page 1 of 1 (latest)

random meteor
#

tried this but didnt work

  event.shaped('1x kubejs:heart_of_scholomance', [
    ' D ',
    'AHE',
    ' S '
  ], {
    H: 'kubejs:heart_of_ethereal',
    E: 'aquamirae:ship_graveyard_echo',
    A: 'aquamirae:abyssal_amethyst',
    D: 'obscure_api:astral_dust',
    S: 'minecraft:potion{Potion:"alexsmobs:soulsteal"}'
  })```
sonic lakeBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

hoary flame
#

basically, Item.of('minecraft:potion', {Potion: "alexsmobs:soulsteal"})

random meteor
#

thx

random meteor
#

doesnt work

#

it uses uncraftable potion

hoary flame
#

try adding .weakNBT() or .weakNbt() to the end

random meteor
#

aight that fixed it