Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechalopa committed Jun 29, 2024
1 parent 0836e35 commit 83ff78b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
{
"item": {
"count": 4,
"item": "minecraft:orange_dye
"item": "minecraft:orange_dye"
}
},
{
"chance": 0.5,
"item": {
"count": 2,
"item": "minecraft:orange_dye
"item": "minecraft:orange_dye"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
{
"item": {
"count": 4,
"item": "minecraft:orange_dye
"item": "minecraft:orange_dye"
}
},
{
"chance": 0.5,
"item": {
"count": 2,
"item": "minecraft:orange_dye
"item": "minecraft:orange_dye"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"item": {
"count": 4,
"item": minecraft:purple_dye"
"item": "minecraft:purple_dye"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"item": {
"count": 4,
"item": minecraft:purple_dye"
"item": "minecraft:purple_dye"
}
}
]
Expand Down

0 comments on commit 83ff78b

Please sign in to comment.