UNPKG

@magikcraft/mct1

Version:

Minecraft for Type 1 Diabetes

11 lines (9 loc) 316 B
import * as Locations from './locs' import { QuestConfig, QuestMCT1 } from '@magikcraft/mct1/quests/Quest' export default class QuestMCT1Sunken extends QuestMCT1 { constructor(conf: QuestConfig) { super(conf) this.Locs = Locations.getLocations(this.world) super.registerEvents() } }