#Moving the Artifacts Snorkel/Night Vision Goggles from the Trinkets Head slot to the Face slot.
12 messages · Page 1 of 1 (latest)
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"]
}
@light burrow