Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,250 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 0,
"max": 2
},
"bonus_rolls": {
"min": 0,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "apocalypsenow:money",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
},
"add": true
}
]
}
]
},
{
"rolls": {
"min": 0,
"max": 2
},
"bonus_rolls": {
"min": 0,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 15,
"name": "refinedstorage:cable",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "xpbook:xp_tome"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "securitycraft:camera_monitor"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "refinedstorage:crafting_grid"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "refinedstorage:controller"
}
]
},
{
"rolls": {
"min": 0,
"max": 3
},
"bonus_rolls": {
"min": 0,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 30,
"name": "minecraft:paper",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "pipez:energy_pipe",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "refinedstorage:1k_storage_part"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "refinedstorage:4k_storage_part"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "refinedstorage:16k_storage_part"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "securitycraft:security_camera"
}
]
},
{
"rolls": {
"min": 0,
"max": 1
},
"bonus_rolls": {
"min": 0,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"name": "artifacts:cloud_in_a_bottle",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.025
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "artifacts:universal_attractor",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.025
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "artifacts:umbrella",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.025
}
]
}
]
},
{
"rolls": {
"min": 0,
"max": 1
},
"bonus_rolls": {
"min": 0,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"name": "refinedstorage:basic_processor",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.05
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "refinedstorage:improved_processor",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.05
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "refinedstorage:advanced_processor",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.05
}
]
}
]
}
]
}