#So i wanna change the NBT of a mob via the player shift clicking the mob is it possible
10 messages · Page 1 of 1 (latest)
something like this in server scripts maybe?js ItemEvents.entityInteracted(event => { const { entity,item } = event if (item.id != "minecraft:air") return entity.mergeNbt(`{MyNbtTag:1b}`) })
mmmm
what in the forgecaps are you trying to change?
ight so theres this jjk mod that has the tags JujutsuSorcerer that i wanna rename to CursedSpirit
um here lemme just send a ss
o wait not ForgeCaps
ForgeData
and i needa rename this to CursedSpirit since it'd allow some other stuff to do some other stuff
been tryin it for awhile and im a bit too stupid to understand how to use it lol