#Giving a bauble a status effect
4 messages · Page 1 of 1 (latest)
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');
});
like if u have the bauble equipred in the ring slot
it goes in the ring slot it just doesnt do anything