Skip to content

Commit 4e3093c

Browse files
authored
Added missing closing curly bracket (#101)
1 parent daddd28 commit 4e3093c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/guide/right-click/eoe/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To detect when an eye of ender is being used, you must create a `using_item` adv
2929
],
3030
"predicates": {
3131
"minecraft:custom_data": {"custom_id": "your_custom_item_id"}
32-
32+
}
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)