Skip to content

Commit 5c0823c

Browse files
authoredMar 15, 2025··
Added trapdoors block tag
1 parent a870618 commit 5c0823c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/blocks/custom-trapdoors.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This is the block JSON you'll need for basic trapdoor functionality. It includes
5353
"size": [16, 3, 16]
5454
},
5555
"tag:one_way_collidable": {}, // Prevents the player from being pushed out by the trapdoor collision, just like vanilla
56+
"tag:trapdoors": {},
5657
"minecraft:selection_box": {
5758
"origin": [-8, 0, -8],
5859
"size": [16, 3, 16]

0 commit comments

Comments
 (0)
Please sign in to comment.