SwarmBotMC / SwarmBot

🐜 A performant, autonomous bot launcher for Minecraft
Other
86 stars 9 forks source link

ladders don't work going up forward #40

Open andrewgazelka opened 3 years ago

andrewgazelka commented 3 years ago

They work backward but not forward. Why? Ladders have a collision box and are just being treated like water now (which is walk through). Right now the player goes through the middle of the block when ascending but at the end it will either need to go forward or backward. Going backward isn't an issue for collision as the player goes away from the ladder, however going forward will be an issue as the player will act like the ladder does not have a bounding box.