#Giving a bauble a status effect

4 messages · Page 1 of 1 (latest)

hoary lanternBOT
#

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

thick shore
#

so i made a custom bauble with kube js and i wanna give it the status effect luck could someone help ```onEvent('item.registry', event => {
event.create('ring_of_greed')
.displayName('Ring of Greed')
.texture('kubejs:item/ring_of_greed')
.maxStackSize(1)
.group('misc')
.tag('curios:ring');
});

thick shore
#

it goes in the ring slot it just doesnt do anything