#[FORGE] [1.20.1] Crafting Recipe not specify Potion Effect of Minecraft Potion Item

2 messages · Page 1 of 1 (latest)

inland plazaBOT
#

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

simple abyss
#

when you do a potion that uses NBT, you need to force the NBT, it is ignored by default

for instance:

event.shapeless('3x legendarysurvivaloverhaul:warm_string', [
  Item.of('minecraft:potion', '{Potion:"legendarysurvivaloverhaul:heat_resistance"}').weakNBT(),
  '3x minecraft:string'
])