Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Jan 6, 2024
1 parent 1775c9b commit 21ab6c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Possibly fix https://github.com/iPortalTeam/ImmersivePortalsMod/issues/1498
Add an option to allow survival mode players to use portal wnad.
Fix cross-portal bucket usage.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=false

# Mod Properties
mod_version=5.0.3
mod_version=5.1.0
maven_group=qouteall
archives_base_name=immersive-portals

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ public static void onChunkProvidedDeferred(LevelChunk chunk) {

// if the player object is recreated, pass in the old player object
public static void removePlayerFromChunkTrackersAndEntityTrackers(ServerPlayer oldPlayer) {
LOGGER.info("Removing from chunk tracking {}", oldPlayer);

for (ServerLevel world : oldPlayer.server.getAllLevels()) {
ServerChunkCache chunkManager = world.getChunkSource();
IEChunkMap storage =
Expand Down

0 comments on commit 21ab6c0

Please sign in to comment.