-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Some Structuren BoundingBoxes have a weird offset #10975
Copy link
Copy link
Open
Labels
priority: lowThis issue only describes a minor inconvenience.This issue only describes a minor inconvenience.status: input wantedLooking for community feedback on this issue.Looking for community feedback on this issue.type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.upstream: vanillaIssue exists in vanilla Minecraft.Issue exists in vanilla Minecraft.version: 1.21Game version 1.21Game version 1.21
Metadata
Metadata
Assignees
Labels
priority: lowThis issue only describes a minor inconvenience.This issue only describes a minor inconvenience.status: input wantedLooking for community feedback on this issue.Looking for community feedback on this issue.type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.upstream: vanillaIssue exists in vanilla Minecraft.Issue exists in vanilla Minecraft.version: 1.21Game version 1.21Game version 1.21
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
Needs Work
Expected behavior
Some structures return an incorrect position of the bounding box.
The following structures usually return the bounding box too high:
Cold Ocean Ruins, WarmOcean Ruins, Beached Shipwreck, Shipwreck, Buried Treasure
The following structures usually return bounding boxes that are too low:
Jungle Pyramid, Igloo
All other structures seem to be correct.
The problem only seems to occur in newly created chunks. After a server restart, the bounding box is displayed correctly.
Observed/Actual behavior
Newly loaded chunk:

After a server restart:

Steps/models to reproduce
Plugin and Datapack List
[12:07:15 INFO]: Server Plugins (1):
[12:07:15 INFO]: Bukkit Plugins:
[12:07:15 INFO]: - StructureBoundingBoxTestPlugin
[12:07:54 INFO]: There are 3 data pack(s) enabled: [vanilla (built-in)], [file/bukkit (world)], [paper (built-in)]
[12:07:54 INFO]: There are no more data packs available
Paper version
[12:08:25 INFO]: Checking version, please wait...
[12:08:25 INFO]: This server is running Paper version 1.21-37-master@dd49fba (2024-06-24T02:08:49Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
You are running the latest version
Other
No response