Started by
crazester899
on
Topic category: Help with Minecraft modding (Java Edition)
How do I make a ranged item that can be used only when a entity ( only one and not in general entity) DOES NOT exist?
Topic category: Help with Minecraft modding (Java Edition)
How do I make a ranged item that can be used only when a entity ( only one and not in general entity) DOES NOT exist?
Use additional condition and check if specific entity exists, probably with in-range check