#Moving the Artifacts Snorkel/Night Vision Goggles from the Trinkets Head slot to the Face slot.

12 messages · Page 1 of 1 (latest)

hollow lanceBOT
#

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

misty mist
#
ServerEvents.tags("item", (e) => {
  e.remove("artifacts:slot/head", "artifacts:snorkel");
  e.add("artifacts:slot/face", "artifacts:snorkel");
});
#

its a datapack thing

#

you want to go into the artifacts jar and copy the directory data/curios/tags/items over your kubejs/data folder

#

then add a face.json file in that newly copied folder and add this inside:

{
  "values": ["#artifacts:slot/face"]
}
misty mist
#

@light burrow

misty mist
#

I opened the jar

#

Imma do a vid showing you

#

oh wait, this is on forge. I just saw your fabric tag. I don't know if the jar's content is the same