-
Bug
-
Resolution: Fixed
-
Minecraft 19w12b
-
None
-
Confirmed
The bug
This bug is caused by the fix of MC-141155.
When loading a structure with a structure block and set the structure integrity to a number that is between 0.0 and 1.0, the structure will either completely load or it will not load at all.
Depending on the seed, the structure will always load if the integrity is above a certain number, and it will never load if the integrity is below a certain number. Therefore, it seems like the RNG is run only once for all blocks in the structure.
To reproduce
- Save some blocks in a structure using a structure block
- Go somewhere else and place a new structure block
- Put that structure block in Load mode
- Set the integrity to some number between 0.0 and 1.0
- Set the integrity seed to some number that is not 0
- Load the previously saved structure
- The structure will either be completely loaded, or not loaded at all
- Clear the area where the structure was loaded using a /fill command, if it was loaded at all
- Change the integrity in the loading structure block to another number
- Repeat as often as you want
Video
- relates to
-
MC-141155 Structure block integrity solely dependent on structure location, integrity seed is ignored
- Resolved