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,266 @@
{
"type": "minecraft:empty",
"pools": [
{
"rolls": {
"min": 2,
"max": 6
},
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"weight": 20,
"name": "immersiveengineering:stick_treated",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 7
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "immersiveengineering:stick_iron",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 6,
"name": "immersiveengineering:stick_steel",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "immersiveengineering:stick_aluminum",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "immersiveengineering:hemp_fabric",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "immersiveengineering:coal_coke",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 8,
"name": "immersiveengineering:component_iron",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "immersiveengineering:component_steel",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:copper_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "immersiveengineering:ingot_aluminum",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 9,
"name": "immersiveengineering:nugget_lead",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 7,
"name": "immersiveengineering:nugget_silver",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 7,
"name": "immersiveengineering:nugget_nickel",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 4,
"name": "immersiveengineering:blueprint",
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{blueprint:\"components\"}"
},
{
"function": "immersiveengineering:secret_bluprintz"
}
]
},
{
"type": "minecraft:item",
"weight": 4,
"name": "immersiveengineering:blueprint",
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{blueprint:\"electrode\"}"
},
{
"function": "immersiveengineering:secret_bluprintz"
}
]
}
]
}
]
}