How do you have falling on a block stop fall damage? I'm not asking for you to write my code, but just a hint. And entity.fallDistance = 0.0f; is not a hint.
How do you have falling on a block stop fall damage? I'm not asking for you to write my code, but just a hint. And entity.fallDistance = 0.0f; is not a hint.
maybe look at water. If you fall on water you don't take damage. It might be that you would have to spawn "air pocket" blocks above your no fall damage blocks to decelerate the mob before impact. If they are invisible, no one needs to know.
maybe look at water. If you fall on water you don't take damage. It might be that you would have to spawn "air pocket" blocks above your no fall damage blocks to decelerate the mob before impact. If they are invisible, no one needs to know.
I was thinking that, but I was hoping there was a way to do it without creating another block over it. :/
maybe look at water. If you fall on water you don't take damage. It might be that you would have to spawn "air pocket" blocks above your no fall damage blocks to decelerate the mob before impact. If they are invisible, no one needs to know.
OLD 1.7: http://www.minecraftforum.net/topic/529327-modloader173-adding-custom-mobs-and-more/ ---inLanoche says : USE ECLIPSE
I was thinking that, but I was hoping there was a way to do it without creating another block over it. :/