Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Bounding box default value conflict #46

Closed
suckinsyn opened this issue May 1, 2021 · 2 comments
Closed

Bounding box default value conflict #46

suckinsyn opened this issue May 1, 2021 · 2 comments
Assignees
Labels
bug Something isn't working Stale

Comments

@suckinsyn
Copy link

Describe the bug
In 2021.1 there is a new feature - multiple bounding boxes. Default value has been changed to 16 (1 per cube, minecraft cube is 16x16x16) but when you're making a 1.12.2 mod, it actually makes the block in game size of 16x16x16 blocks.
There is also an issue with rotation of blocks - if you choose for example Y axis rotation (S/W/N/E), even though you fixed the bounding box to be 1x1x1, rotated block will have bounding box reset to 16 on sides (height seems to be fine but I guess if you chose different rotation it may be borked too)

To Reproduce
Make a block and don't change the bounding box. Load game, check block - it's bounding box is 16x16x16.
To check rotation - fix bounding box to be 1x1x1, allow rotation of block when placed, check in game.

Screenshots
bbx

Details

  • OS: W10
  • MCreator version 2021.1, newest release
  • Generator type: forge-1.12.2

Additional context
My guess is that it's simply because of the default value that the bounding box is set to in newer version of this option. :)

@KlemenDEV KlemenDEV self-assigned this May 1, 2021
@KlemenDEV KlemenDEV added the bug Something isn't working label May 1, 2021
@KlemenDEV KlemenDEV assigned KlemenDEV and unassigned KlemenDEV May 1, 2021
@suckinsyn
Copy link
Author

Ok generally there is something wrong with the bounding box.

image
image

Upper half slabs would have the settings: 0, 0.5, 0, 1, 1, 1

Meanwhile, "lower slab setting" works.

image
image

Lower half slabs would have the settings: 0, 0, 0, 1, 0.5, 1 (min x, y, z, max x, y, z)

@stale
Copy link

stale bot commented Jul 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Jul 6, 2021
@stale stale bot closed this as completed Jul 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Stale
2 participants