mojira.dev
MC-174476

Soul fire torch is in the piglin_repellents item tag twice

The bug

The item tag #minecraft:piglin_repellents (data/minecraft/tags/items/piglin_repellents.json) has the contents

"minecraft:soul_fire_torch",
"minecraft:soul_fire_lantern",
"minecraft:soul_fire_torch"

Comments 2

Cannot reproduce. The contents in my data/minecraft/tags/blocks/piglin_repellents.json file from 20w11a are

{
  "replace": false,
  "values": [
    "minecraft:soul_fire",
    "minecraft:soul_fire_torch",
    "minecraft:soul_fire_lantern",
    "minecraft:soul_fire_wall_torch"
  ]
}

Oops, didn't notice you were talking about item tags. Yup, can confirm.

PancakeIdentity

(Unassigned)

Confirmed

Low

Items

20w11a

20w12a

Retrieved