Started by
DashingEstefyaBg
on
Topic category: User side tutorials
I accidentally found a way to make milk useless to specific effects ( it might just be a plugin I added I don't know wich one so just incase mcreator really has this or you have a plugin that adds this blocks you could use this)
if = Get Item [Target] is using = milk
stop item [Target is using]
you could do this with multiple effects without adding this to every single one it must be on entity/player tick event
if = and [ Get Item [Target] is using = milk ]
[ has effect = [PotionEffect] ] (repeat for every effect but add a or before has this effect )
stop item [Target] is using