//structure generates empty chests #2669
Labels
status:accepted
Will be fixed / added to WorldEdit, eventually
type:bug
Incorrect behavior, not working as intended
WorldEdit Version
7.3.10-SNAPSHOT, 7.3.8
Platform Version
Paper 1.21.4, Fabric 1.21
Confirmations
Bug Description
Chests (and possible other blocks) generated via the
//structure
command don't have loot tables, and thus are empty.Expected Behavior
Chests generate with loot.
Reproduction Steps
//structure desert_pyramid
(or anything else that spawns with a chest with loot)Anything Else?
Tested on 1.21.4 adapters, which have a small change to the generate signature, but reproduced in 1.21.
This may (probably does) affect any other blocks with NBT in structures.
This was previously fixed (for paper only) in d1221cf, but since the re-enabling of the buffering extents, the BE is never created as the block doesn't get set to the world til the ES is closed, so getBlockEntity returns null.
The text was updated successfully, but these errors were encountered: