Started by
Apollo
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I am trying to make a block that pushes entities and it doesn't work properly. Firstly, when the block is activated with redstone it is supposed to display particle effects where it is pushing the entities, the particles don't spawn. Secondly, the block doesn't push players, but does push items and other entities.
Here is the procedure: https://imgur.com/a/dMGUq7k
Once I have this working I will make the block launch entities based on the direction it's facing but for now I'd like to get the upwards launch to work.
Help is appreciated!
Update: when the block is hooked up to an Observer clock the game just crashes.