Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Oct 6, 2023
1 parent 1e8d7b2 commit 9281f94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
18 changes: 1 addition & 17 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
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 .

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

Added command `/dims view_dim_config` to view a dimension's 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`).

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).

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.
Fix crash with cardinal components.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=false

# Mod Properties
mod_version=4.0.0
mod_version=4.0.1
maven_group=qouteall
archives_base_name=immersive-portals

modmenu_version=8.0.0-beta.2
modmenu_version=8.0.0
cloth_config_version=12.0.109
mixin_extras_version=0.2.0-rc.5
sodium_path=maven.modrinth:sodium:mc1.20.2-0.5.3
iris_path=maven.modrinth:iris:1.6.9+1.20.2
gravity_changer_version=v1.1.1-mc1.20.1
gravity_changer_version=cd4e3377
pehkui_version=3.7.5
enable_sodium=true
enable_iris=false
enable_pehkui=false
enable_gravity_changer=false
enable_gravity_changer=true
enable_test_mod=false
enable_geckolib=false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private static void warnGravityChangerNotPresent() {
if (!warned) {
warned = true;
CHelper.printChat(Component.translatable("imm_ptl.missing_gravity_changer")
.append(McHelper.getLinkText("https://github.com/qouteall/Gravity-Api/releases"))
.append(McHelper.getLinkText("https://modrinth.com/mod/gravity-api-fork"))
);
}
}
Expand Down

0 comments on commit 9281f94

Please sign in to comment.