Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 19w08b, Minecraft 19w09a, Minecraft 19w12a, Minecraft 19w12b, Minecraft 19w13b, Minecraft 19w14a, Minecraft 19w14b
-
Fix Version/s: Minecraft 1.14 Pre-Release 1
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:Block states, Sound
Description
Make a debug world, and use the command below to teleport to the barrels.
/execute in minecraft:overworld run tp @s 209.10 73.20 29.87 844.68 56.05
Notice that the barrel keeps making its "closing" sound.
This seems to be an issue with barrels constantly setting their "open" state to false.
/setblock ~ ~ ~ minecraft:barrel[open=true]
Using the above command will make the barrel close, unlike other blocks that keep the state specified when placed with /setblock.