diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 142e7b13..5ece9b55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: uses: realRobotix/action-discord-notifier@release-master with: webhook: ${{ secrets.DISCORD_WEBHOOK }} - message-title: Building mod from branch ${{ steps.get_branch.outputs.branch }} + message-title: Built mod from branch ${{ steps.get_branch.outputs.branch }} - name: Send built file to discord if: github.event_name == 'push' && github.repository_id == '344617531' diff --git a/src/main/java/com/fusionflux/portalcubed/entity/ExperimentalPortal.java b/src/main/java/com/fusionflux/portalcubed/entity/ExperimentalPortal.java index eec4b8e3..5c9a8c5b 100644 --- a/src/main/java/com/fusionflux/portalcubed/entity/ExperimentalPortal.java +++ b/src/main/java/com/fusionflux/portalcubed/entity/ExperimentalPortal.java @@ -361,7 +361,6 @@ public void syncRotations() { this.setCutoutBoundingBox(NULL_BOX); this.makeBoundingBox(); this.calculateCuttoutBox(); - this.calculateBoundsCheckBox(); } @NotNull