Skip to content

Commit

Permalink
fix entity loading/upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
Blast-MC committed Jan 3, 2025
1 parent 706565f commit d0466ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/server/0013-Add-HangingFrame-Tick-API.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index 799b1fc67bd16029ea26c480e21f5f51877343ab..da1ec6e15fe9525e50f2389eeea6719e
protected static final Predicate<Entity> HANGING_ENTITY = entity -> entity instanceof HangingEntity;
+
+ private int checkInterval; { this.checkInterval = this.getId() % this.level().spigotConfig.hangingTickFrequency; } // Paper - Perf: offset item frame ticking
+ public BlockPos pos;
+ //public BlockPos pos;
protected Direction direction = Direction.SOUTH;
+ public boolean tick = true; // Parchment

Expand Down

0 comments on commit d0466ff

Please sign in to comment.