Started by Goldy on Thu, 03/24/2022 - 17:04 Topic category: Help with Minecraft modding (Java Edition) Hello, Anyone know how i can make a "gun" that brings the enemy hit, to the player? Jump to top You mean teleport the entity that got hit to the player? If so, then it's simple. In the gun procedure when it hits entity, you could do teleport the target entity to the source entity. Jump to top Permalink Log in or register to post comments
You mean teleport the entity that got hit to the player? If so, then it's simple. In the gun procedure when it hits entity, you could do teleport the target entity to the source entity. Jump to top Permalink Log in or register to post comments
You mean teleport the entity that got hit to the player?
If so, then it's simple. In the gun procedure when it hits entity, you could do teleport the target entity to the source entity.