新建2024-11-24

相关变动

  • Fix compatibility with the latest Fabric API.

    修复了与最新版 Fabric API 的兼容性问题


你已经到达了世界的尽头..
新建2024-11-03

相关变动

2024-05-01

兼容性

  • Move Iris compat to 1.7.0

    现在沉浸式传送门兼容 Iris 1.7.0

相关变动

  • Change default nether portal mode to adaptive. Maybe fix issue with bobby.

    现在默认的下界传送门模式设置为“适应”。也许能够解决bobby 的问题

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

兼容性

  • Move iris compat version to 1.6.14

    现在沉浸式传送门兼容Iris 1.6.14

2023-12-10

兼容性

  • Change Sodium compat version to 0.5.4/0.5.5 and Iris to 1.6.13

    现在沉浸式传送门兼容 Sodium 0.5.4 或者 Sodium 0.5.5,以及 Iris 1.6.13

2023-10-05

Note: this version is preview and not yet stable. It's recommended to backup the world before using it.

注意:该版本是预览版,并不稳定。在使用前务必备份您的存档!

  • Upgrade to MC 1.20.2 .

    现在已经适配Minecraft 1.20.2。

  • Added command /dims add_dimension that allows adding new dimension based on several dimension templates: void, bright_void, skyland, bright_skyland, chaos.

    增加了指令/dims add_dimension,该指令可以基于几个预制维度模板(void,bright_void,skyland,bright_skyland,chaos)添加新的维度。

  • Added command /dims view_dim_config to view a dimension's config.

    增加了指令 /dims view_dim_config,用于查看一个维度的配置项。

  • Now, alternate dimensions will only be added if they are used in dimension stack. The dimension id of the new alternate dimensions has been changed to more meaningful id such as immersive_portals:skyland (instead of the old alternate1 alternate2).

    现在,可选维度只会在世界启用位面纵向堆叠功能时才可以添加至世界。而且它们的ID被更改,使其更加“有意义”,比如"immersive_portals:skyland" 而不是像以前:"immersive_portals:alternate1"或者"immersive_portals:alternate2"

  • Dimension API now gets refactored. The same method can be used to both register dimension during server start and dynamically add dimension when server is running. The extra dimension storage on q_dimension_configs folder is now not being used (now stored in level.dat which is the vanilla way).

    维度API重构,相同的方法可以同时用于在服务端启动或正在运行时动态添加维度,储存在q_dimension_configs文件夹下的额外的维度不会启用,现在它们储存于level.dat文件中,与原版的维度一样。

  • Immersive Portals items in creative mode inventory are now in a new tab.

    沉浸式传送门模组的物品在创造模式物品栏中新增标签页。

  • Added mod version sync to check if the server and client have the same mod version.

    添加模组版本同步检测器,用于检测客户端和服务端是否安装同一个模组。

  • Also refactored networking, entity tracking and portal custom shape systems.

    重构了网络包,实体追踪和自定义传送门系统。

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

相关变动

  • Allow GUI portal functionality to have transparent sky.

    允许GUI传送门具有透明天空的功能

  • ImmPtl API's additional chunk loader's removal now removes chunk loader by object reference.

    沉浸式传送门API的区块加载器的移除功能现在通过物体参考移除区块加载器

  • Fix velocity reset on end portal teleportation.

    修复了末地传送门传送时速度重置的问题

  • Enhancement to /portal goback.

    增强了/portal goback指令

兼容性

  • Update Sodium compat version to 0.5.3 and Iris to 1.6.9.

    现在沉浸式传送门兼容Sodium 0.5.3和Iris 1.6.9

2023-07-16

相关变动

2023-06-18

相关变动

  • Upgrade to 1.20.1. Bugfixes and refactoring. Portal wand dragging mode improvements.

    支持的游戏版本升级至1.20.1,修复若干问题,进行重构模组。传送门法杖拖拽模式进行改进。

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