#clear all effects on eat
1 messages · Page 1 of 1 (latest)
"events": {
"btm:clear_effect": {
"remove_mob_effect": {
"effect": "all",
"target": "player"
}
}
}
I recommend not using events cause they'll be deprecated and removed soon
You'll have to use custom components
nah i solved using 1.10 version it works but i had to make the icon and name .json file on the res pack
I recommend not using events cause they'll be deprecated and removed soon. They didn't remove right now but in the next update they will probably they just make us slowly change some of our addon
it doesnt use events
Hey, I am running into the same issue right now and this thread was the closest I got to solving the issue. I got the item to work but not the texture/icon due to the old version format. How exactly did you solve that?
you have to create your_item.json in bp/items and in rp/items the texture needs to be set in the rp/items/your_item.json or just go for scripts that is simpler and easy to manage
Thanks! I will have a look at scripting, would be nice not to be on such an old format version