Skip to content

Commit

Permalink
Switched mining system chests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aureljz committed Oct 24, 2022
1 parent 264ad8d commit 2a2480a
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,286 +6,124 @@
"entries": [
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:diamond_pickaxe",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 0,
"max": 16
},
"treasure": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:stone_pickaxe",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 20,
"max": 39
},
"treasure": true
}
]
},
{
"type": "minecraft:item",
"weight": 15,
"name": "minecraft:iron_pickaxe",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 15,
"max": 20
},
"treasure": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:golden_pickaxe",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 39,
"treasure": true
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:empty",
"weight": 700
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:diamond_pickaxe",
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{Enchantments:[{id:\"minecraft:sharpness\",lvl:6s},{id:\"minecraft:looting\",lvl:3s}]}"
}
]
}
]
},
{
"rolls": {
"min": 0,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond_chestplate",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 8,
"max": 20
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_leggings",
"name": "minecraft:brown_mushroom",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 8,
"max": 20
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_helmet",
"name": "minecraft:red_mushroom",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 8,
"max": 20
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_boots",
"weight": 3,
"name": "minecraft:baked_potato",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 8,
"max": 20
"function": "minecraft:set_count",
"count": {
"min": 12,
"max": 18
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_chestplate",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 39
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_leggings",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 39
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_helmet",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 39
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_boots",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 39
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:brown_mushroom",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
"type": "minecraft:empty",
"weight": 2000
},
{
"type": "minecraft:item",
"name": "minecraft:slime_ball",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 8
}
}
]
"type": "minecraft:tag",
"weight": 2,
"name": "minecraft:music_discs",
"expand": true
}
]
},
{
"rolls": {
"min": 1,
"max": 3
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:emerald",
"weight": 5,
"name": "minecraft:coal",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 8
"min": 4,
"max": 12
}
}
]
},
{
"type": "minecraft:item",
"weight": 20,
"name": "minecraft:diamond",
"weight": 2,
"name": "minecraft:gold_ore",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 6,
"max": 8
"min": 3,
"max": 12
}
}
]
},
{
"type": "minecraft:item",
"weight": 15,
"name": "minecraft:gold_ingot",
"weight": 10,
"name": "minecraft:iron_ore",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 24
"max": 16
}
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"weight": 8,
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 16,
"max": 48
"min": 4,
"max": 16
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"name": "minecraft:chests/abandoned_mineshaft"
}
]
}
]
}
Loading

0 comments on commit 2a2480a

Please sign in to comment.