ID:176111
 
i have a big tree, the bottom two parts are dense, and the upper 2 parts are not dense, but when you go on them, your on top. how would i make it so when you go on them, you actually go under them, not above them. thnx
layer = 10
jst use any number 6 or above
layer = MOB_LAYER + 1
In response to Zaltron
You might also want to do the same for the bottom parts of the trees, or you get an ugly little effect when moving diagnolly.
In response to Garthor
thanks garthor, but nothing happens when you move diagonally because the bottom parts are dense. also, i am disabling all diagonal movements.