Changes

Summary

  1. Fix 90% of cases of portal colors not crossing chunk borders (details)
  2. Fix floating carpets when a block below a carpet is removed (details)
Commit 7a0741f58e101986bdb3edde7bea6a8a27e9845e by KnightMiner
Fix 90% of cases of portal colors not crossing chunk borders

Now any height of portal will properly color without needing extra chunk updates. There is still a single case that will not update right, but not sure how to deal with it
The file was modifiedsrc/main/java/knightminer/inspirations/tweaks/client/PortalColorHandler.java (diff)
Commit a534aa5fe0e31afdf944529961ab80fcd66c4aa7 by KnightMiner
Fix floating carpets when a block below a carpet is removed
The file was modifiedsrc/main/java/knightminer/inspirations/tweaks/block/FlatCarpetBlock.java (diff)