Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Mar 26, 2024
1 parent 8e87919 commit 5d3010f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public UIState getUIState(Context.UI ui)
return new UIState(ui, true, Level.OVERWORLD, 1,
Context.MapType.Day,
new BlockPos(128, 0, 128), null,
new AABB(new net.minecraft.core.BlockPos(0, 0, 0), new net.minecraft.core.BlockPos(256, 256, 256)),
new AABB(BlockPos.containing(0, 0, 0).getCenter(), BlockPos.containing(256, 256, 256).getCenter()),
new Rectangle2D.Double(0, 0, 1240, 960));
}

Expand Down

0 comments on commit 5d3010f

Please sign in to comment.