minecrafthawkeye
Version:
Minecraft bot for equations when shooting an arrow
8 lines (7 loc) • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FACTOR_Y = exports.FACTOR_H = void 0;
const FACTOR_Y = exports.FACTOR_Y = 0.01; // Arrow "Air resistance" // In water must be changed
const FACTOR_H = exports.FACTOR_H = 0.01; // Arrow "Air resistance" // In water must be changed