Skip to content

Commit

Permalink
Fix count
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugman76 committed Dec 20, 2024
1 parent d8a206b commit b0a211b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"stack": {
"id": "minecraft:iron_ingot",
"Count": 1
"id": "minecraft:iron_ingot"
},
"interval": 150
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"stack": {
"id": "minecraft:iron_ingot",
"Count": 1
"id": "minecraft:iron_ingot"
},
"interval": 600
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"stack": {
"id": "minecraft:iron_ingot",
"Count": 1
"id": "minecraft:iron_ingot"
},
"interval": 300
}

0 comments on commit b0a211b

Please sign in to comment.