Skip to content

Commit

Permalink
🎨 Fix json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiome committed Jun 20, 2024
1 parent 54f88d8 commit d0002b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions data/game/tags/block/amethyst.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"values": [
"minecraft:small_amethyst_bud",
"minecraft:medium_amethyst_bud",
"minecraft:large_amethyst_bud",
"minecraft:amethyst_cluster"
]
"values": [
"minecraft:small_amethyst_bud",
"minecraft:medium_amethyst_bud",
"minecraft:large_amethyst_bud",
"minecraft:amethyst_cluster"
]
}
8 changes: 4 additions & 4 deletions data/game/tags/block/water_and_air.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"values": [
"minecraft:air",
"minecraft:water"
]
"values": [
"minecraft:air",
"minecraft:water"
]
}

0 comments on commit d0002b8

Please sign in to comment.