Skip to content

Commit

Permalink
Simple fix for the Suspicious Gravel Loot table int the structures
Browse files Browse the repository at this point in the history
  • Loading branch information
ktpatient committed Jan 15, 2025
1 parent f483db8 commit 4652dea
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"functions": [
{
"function": "minecraft:set_count",
"count": 1
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:emerald",
"functions": [
{
"function": "minecraft:set_count",
"count": 2
}
]
}
]
}
]
}

0 comments on commit 4652dea

Please sign in to comment.