Posted August 7, 201411 yr Hi, I made a custom door, but for some reason zombies not see it as a door. They not start to break it. i look everywhere but there is no code for make my door visible for other mobs. My door extends a custom BlockDoor, but i tryed it with the vanilla BlockDoor too and its still not working. How can i make my door breakable for other mobs? Thanks!
August 7, 201411 yr Zombie break only wooden door and to make them break custom door you will need to edit zobies ai and some code in other classes.
August 7, 201411 yr If door's block material doesn't matter for you, try making its material wood while extending vanilla BlockDoor
August 7, 201411 yr Author I have a custom mob that extends EntityMob so it has no connection to zombies. I just set it to break doors but its only break wooden doors. So my door material is wood and its extending BlockDoor. Still not working. And i can't find the code related to "patfind to door". Thanks for helping me!
August 8, 201411 yr Author Its my last bug of my mod. I realy can't find anything related to my problem.
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.