Started by
LemmingsAndSuch
on
Topic category: Help with Minecraft modding (Java Edition)
So I want to make it that when you throw a splash water bottle into a beacon beam, it transforms into holy water, an item which I'm making separately. Is there a way to make something happen when an item is thrown into a beacon's beam? Factors like metal block used for base, color of beam, level of beacon do not matter.
Well do: If provided block state (selected Block) do: replace block with (selected block) Was that useful?
Maybe if the location you dropped the item is above a beacon block, it transforms?
Yes, I think both of these comments are helpful, thank you