Posted June 15, 201411 yr Yes i have checked if the difficulty is not Peacefull. Okey so i'm trying to spawn a mob when a custom effect is on the player. (for now lets just focus on spawning the mob at the player) So here is the code which is in question https://gist.github.com/Nekpek/ec724ad8673a9391a80a It is only the Blood Disaster that is not working for me. To my understanding this should spawn a zombie every tick at the player location, but it does not. i am not sure what i could have done wrong. i am changing the pos to int cause i need to place a blocks with that data as well but to my understanding it should work it way back to double just as easy. Also the two other effects work perfect. Naturalis - The easy way for nature.! Esquire - A helping hand for your adventure. Jimanju - The Random Disasters!
June 15, 201411 yr Author omg i cant believe it took me this long to find out the problem at line 79 i had Zombie.setLocationAndAngles(player.posX, player.posY, player.posX, 0, 0); The problem was the third location was PosX and not PosZ Naturalis - The easy way for nature.! Esquire - A helping hand for your adventure. Jimanju - The Random Disasters!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.