@magikcraft/mct1
Version:
Minecraft for Type 1 Diabetes
18 lines (17 loc) • 482 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Location = Java.type('org.bukkit.Location');
exports.getLocations = function (world) {
return {
world: world,
locations: {
spawn: new Location(world, 348, 69, -309, 94, 22),
},
regions: {
endPortal: [
new Location(world, 349, 69, -316),
new Location(world, 351, 86, -303),
],
},
};
};