Skip to content

Commit

Permalink
loot table
Browse files Browse the repository at this point in the history
  • Loading branch information
sZeta99 committed Aug 16, 2024
1 parent 29aeb87 commit f4c469a
Showing 1 changed file with 151 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:bone",
"weight": 30,
"quality": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:porkchop",
"weight": 30,
"quality": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:beef",
"weight": 30,
"quality": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot",
"weight": 30,
"quality": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 10
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 5,
"quality": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:lapis_lazuli",
"weight": 20,
"quality": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 10
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_ingot",
"weight": 30,
"quality": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 10
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:emerald",
"weight": 20,
"quality": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:netherite_ingot",
"weight": 2,
"quality": 1
},
{
"type": "minecraft:item",
"name": "minecraft:totem_of_undying",
"weight": 2,
"quality": 1
},
{
"type": "minecraft:item",
"name": "minecraft:netherite_scrap",
"weight": 5,
"quality": 1
}
]
}
]
}

0 comments on commit f4c469a

Please sign in to comment.