Starting using lootales without dependencies.
This commit is contained in:
parent
1f10807c7b
commit
84b7bd271d
1 changed files with 276 additions and 0 deletions
276
resources/loot_tables/abandoned_mineshaft.json
Normal file
276
resources/loot_tables/abandoned_mineshaft.json
Normal file
|
@ -0,0 +1,276 @@
|
|||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:golden_apple",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:golden_apple",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:name_tag",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:book",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "enchant_randomly"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:iron_pickaxe",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "empty",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:iron_ingot",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 5
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:gold_ingot",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:redstone",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 4,
|
||||
"max": 9
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:dye",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 4
|
||||
},
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 4,
|
||||
"max": 9
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:diamond",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:coal",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 3,
|
||||
"max": 8
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:bread",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:melon_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:pumpkin_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:beetroot_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 3,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:rail",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 4,
|
||||
"max": 8
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:golden_rail",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:detector_rail",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:activator_rail",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:torch",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 16
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue