start drones above a block if on non-full blocks

closes #3029
This commit is contained in:
payonel 2019-02-04 17:33:27 -08:00
parent c67f700fa9
commit d8346988f9

View File

@ -272,7 +272,7 @@ class Drone(val world: World) extends Entity(world) with MachineHost with intern
def preparePowerUp() {
targetX = math.floor(posX).toFloat + 0.5f
targetY = math.floor(posY).toFloat + 0.5f
targetY = math.round(posY).toFloat + 0.5f
targetZ = math.floor(posZ).toFloat + 0.5f
targetAcceleration = maxAcceleration