s a n i k

This commit is contained in:
Leijurv
2018-09-22 22:00:28 -07:00
parent 1b576eca28
commit 0d0eefec9c
13 changed files with 489 additions and 182 deletions

View File

@@ -462,15 +462,7 @@ public interface MovementHelper extends ActionCosts, Helper {
}
static Movement generateMovementFallOrDescend(BetterBlockPos pos, BetterBlockPos dest, CalculationContext calcContext) {
// A
//SA
// A
// B
// C
// D
//if S is where you start, B needs to be air for a movementfall
//A is plausibly breakable by either descend or fall
//C, D, etc determine the length of the fall
int x = dest.x;
int y = dest.y;