Started by
SomethingDoesMods
on
Topic category: Help with Minecraft modding (Java Edition)
I'm using MCreator 2020.2, and im trying to create a custom spawn egg for an entity, but it always spawns inside the block I click. How would I have it spawn on the closest air block?
Have a procedure that checks for air blocks on all the sides of the block you click on and spawn on the one thats closest to you.