跳至主要內容

一直吃

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

ItemEvents.modification((event) => {
  Ingredient.all.itemIds.forEach((id) => {
    event.modify(id, (item) => {
      if (item.foodProperties != null) {
        item.foodProperties = (properties) => {
          properties.alwaysEdible();
        };
      }
    });
  });
});

來源

https://www.curseforge.com/minecraft/mc-mods/alwayseat

上次編輯於: 2025/5/25 上午2:00:55
貢獻者: Mango