新建2023-05-31
  • Fix this 5 charactor mistake that was making the mod crash on servers.
    修复了一处导致模组在服务端上崩溃的问题;

  • Create it_it.json, fr_fr.json. Update ru_ru.json.
    添加了意大利语、法语翻译,更新了俄语翻译。

2023-05-24
  • Optimize injectBiomeTemperature
    优化了生物群系的温度注入。

  • Add config option to control whether frozen biomes that during summer
    添加了选项以配置夏季时群系的冻结。

  • Fix mouse buttons not working when set as the sneak key.
    修复了鼠标按键被设置为蹲伏热键时不起作用的问题。

  • Make debug command enabled by config.
    使调试命令能被配置启用。

2023-05-12
  • Update CompatWarnState to get list from the internet.
    更新兼容警告系统以从云端获取兼容拓展列表。

  • Make individual season length configurable.
    使每个季节的长度可各自设置。

  • Add seasonal model support for multipart models.
    为多部件模型添加季节性模型支持。

2023-05-04
  • Fix incompatibility with sodium 0.4.11
    修复与钠 0.4.11 版本的不兼容问题。

  • Fix data folder not being created
    修复数据文件夹未被创建的问题。

2023-04-18

WARNING: This is a breaking update!
警告:这是一次破坏性更新!
Backup your worlds!
请备份你的存档!

 

ICE and SNOW generated with the old version WILL VANISH when updating. Please wait for your world to be on summer with all the snow/ice melted if you want to update. You can also check this issue on GitHub for another fix:
由旧版本生成的冰与雪将在更新后消失,如果你想更新,请在你的存档内等待至夏天冰雪完全融化后再进行。你也可以检查 Github 上的该 Issue 以获取另一种修复途径:

https://github.com/lucaargolo/fabric-seasons/issues/109


Items and Blocks have been removed by the mod. They'll also VANISH when updating.
该模组内的方块和物品已被移除,它们也将在更新后消失。

You can now get them with the extras addon:
你可以安装额外的拓展以继续使用它们:

https://www.curseforge.com/minecraft/mc-mods/fabric-seasons-extras
https://github.com/lucaargolo/fabric-seasons-extras

A changelog can be found at 
你可以在此处获取详细更改列表:

https://github.com/lucaargolo/fabric-seasons/commits/


以下内容截取并翻译自 Github:

  • Check for automatically placed ice/snow instead of creating a custom block. Tweaked colormaps. Update to 1.19.2
    自动放置冰/雪的检测以代替放置模组自定义方块。调整色彩图。更新至 1.19.2。

  • move color configs to resource packs
    将颜色配置移动至资源包。

  • move crop configs to data packs
    将农作物配置移动至数据包。

  • enhance fall colors
    增强秋季的颜色。

  • cover flowers and grass with snow and then places them back once they melt
    用雪覆盖花和草并在雪融化后将其放置回来。

  • added json baked model texture replacement system; added optional builtin resource pack for seasonal lush caves
    添加 json 烘焙模型纹理替换系统,为季节性繁茂洞穴添加可选的内建资源包。

  • added rain season for badlands and savanna
    为恶地和热带草原添加雨季。

  • remove items and blocks from main mod, add system to warn about missing compat addons, change fertilizable system to allow for compat addons, change greenhouse cache system to allow for custom greenhouse blocks
    从主模组中移除物品和方块,并添加兼容拓展模组的丢失警告。为拓展模组添加功能接口。更改温室的缓存系统以允许自定义温室方块。

  • Add pt_br translation
    添加巴西利亚语翻译。

  • Added seasonal crop variation to vanilla crops.
    为原版农作物添加季节性变种。

你已经到达了世界的尽头..
新建2023-04-23

Fix weird accessor crash on production
修复奇怪的访问器崩溃。

你已经到达了世界的尽头..