Skip to content

Commit

Permalink
Fix bubble columns
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ferguson committed Dec 21, 2019
1 parent 3b96252 commit 582fb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -57817,13 +57817,13 @@
"minecraft:bubble_column[drag=true]": {
"bedrock_identifier": "minecraft:bubble_column",
"bedrock_states": {
"drag_down": 0
"drag_down": 1
}
},
"minecraft:bubble_column[drag=false]": {
"bedrock_identifier": "minecraft:bubble_column",
"bedrock_states": {
"drag_down": 1
"drag_down": 0
}
},
"minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=true]": {
Expand Down

0 comments on commit 582fb16

Please sign in to comment.