-
Bug
-
Resolution: Duplicate
-
None
-
1.19.3
-
None
-
macOS 12.6.1 21G217
OpenJDK 64-Bit Server VM Homebrew (build 18.0.2+0, mixed mode, sharing)
-
Unconfirmed
-
(Unassigned)
Similarly to MC-256534, I'm getting the impression that experimental items shouldn't be obtainable in non-experimental worlds. However, the following command gives you a shulker box with a bamboo block inside, even if 1.20 features are disabled:
/give @p minecraft:shulker_box{BlockEntityTag:{Items:[{Slot:0b,id:"minecraft:bamboo_block",Count:1b}]}}
It is also still possible to import experimental items "indirectly" using saved hotbars:
- Open a world with 1.20 features enabled.
- Grab a shulker box and a bamboo block.
- Put the bamboo block in the shulker box.
- Break the shulker box and save it to your saved hotbars.
- Open a world with 1.20 features disabled.
- Grab the shulker box from your saved hotbars and place it.
- See how the bamboo block is inside, free to move around.
I'm guessing instead of shulker boxes one can also use chests with NBT data, armour stands with NBT data and so on.
In multiplayer contexts, malicious players can create experimental items this way, making it potentially impossible to upgrade the world to future versions of the game.
- duplicates
-
MC-258315 Disabled items in non-experimental chests or mob inventories/equipment will not be removed when reloaded into the world
- Resolved