@magikcraft/mct1
Version:
Minecraft for Type 1 Diabetes
18 lines (17 loc) • 478 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, 208, 66, 131, 3, -4),
},
regions: {
endPortal: [
new Location(world, 213, 83, 126),
new Location(world, 202, 68, 130),
],
},
};
};