跳至主要內容

獲取當前月相

芒果凍布丁原創2025年5月25日小於 1 分鐘

const moonPhaseList = ["滿", "虧凸", "下弦", "殘", "新", "峨嵋", "滿", "滿"];

LevelEvents.tick("overworld", (event) => {
  const { moonPhase, dayTime, server } = event;

  if (dayTime % 24000 === 1) {
    server.tell(`今天的月像是${moonPhaseList[moonPhase]}月`);
  }
});
上次編輯於: 2025/5/25 上午2:00:55
貢獻者: Mango