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"
}
]
}
]
}
]
}

View File

@@ -0,0 +1 @@
{"type":"immersiveengineering:mineral_mix","ores":[{"chance":0.4,"output":{"item":"minecraft:polished_blackstone_bricks"}},{"chance":0.3,"output":{"item":"minecraft:polished_blackstone"}},{"chance":0.2,"output":{"item":"minecraft:ancient_debris"}},{"chance":0.1,"output":{"item":"minecraft:gilded_blackstone"}}],"spoils":[{"chance":0.5,"output":{"item":"minecraft:netherrack"}},{"chance":0.3,"output":{"item":"minecraft:basalt"}},{"chance":0.2,"output":{"item":"minecraft:gravel"}}],"dimensions":["deceasedcraft:abyss"],"weight":8,"fail_chance":0.5,"sample_background":"minecraft:polished_blackstone"}

View File

@@ -0,0 +1 @@
{"type":"immersiveengineering:mineral_mix","ores":[{"chance":0.5,"output":{"item":"minecraft:magma_block"}},{"chance":0.3,"output":{"item":"minecraft:smooth_basalt"}},{"chance":0.2,"output":{"item":"minecraft:obsidian"}}],"spoils":[{"chance":0.5,"output":{"item":"minecraft:netherrack"}},{"chance":0.3,"output":{"item":"minecraft:basalt"}},{"chance":0.2,"output":{"item":"minecraft:gravel"}}],"dimensions":["deceasedcraft:abyss"],"weight":15,"fail_chance":0.05,"sample_background":"minecraft:netherrack"}

View File

@@ -0,0 +1,16 @@
{
"type":"immersiveengineering:mineral_mix",
"ores":[
{"chance":0.6,"output":{"item":"minecraft:smooth_quartz"}},
{"chance":0.3,"output":{"tag":"forge:gems/quartz"}},
{"chance":0.05,"output":{"tag":"forge:ores/gold"}},
{"chance":0.05,"output":{"tag":"forge:ores/silver"}}
],
"spoils":[
{"chance":0.2,"output":{"item":"minecraft:calcite"}},
{"chance":0.8,"output":{"item":"biomesoplenty:white_sand"}}
],
"dimensions":["minecraft:overworld"],
"weight":15,
"fail_chance":0.05
}

View File

@@ -0,0 +1 @@
{"type":"immersiveengineering:mineral_mix","ores":[{"chance":0.8,"output":{"tag":"forge:ores/lead"}},{"chance":0.15,"output":{"tag":"forge:ores/silver"}},{"chance":0.05,"output":{"tag":"forge:dusts/sulfur"}}],"spoils":[{"chance":0.2,"output":{"item":"minecraft:gravel"}},{"chance":0.5,"output":{"item":"minecraft:cobblestone"}},{"chance":0.3,"output":{"item":"minecraft:cobbled_deepslate"}}],"dimensions":["minecraft:overworld"],"weight":15,"fail_chance":0.05}

View File

@@ -0,0 +1 @@
{"type":"immersiveengineering:mineral_mix","ores":[{"chance":0.6,"output":{"item":"minecraft:nether_quartz_ore"}},{"chance":0.2,"output":{"item":"minecraft:nether_gold_ore"}},{"chance":0.2,"output":{"tag":"forge:dusts/sulfur"}}],"spoils":[{"chance":0.5,"output":{"item":"minecraft:netherrack"}},{"chance":0.3,"output":{"item":"minecraft:basalt"}},{"chance":0.2,"output":{"item":"minecraft:gravel"}}],"dimensions":["deceasedcraft:abyss"],"weight":20,"fail_chance":0.15,"sample_background":"minecraft:netherrack"}

View File

@@ -0,0 +1 @@
{"type":"immersiveengineering:mineral_mix","ores":[{"chance":0.5,"output":{"item":"minecraft:soul_soil"}},{"chance":0.3,"output":{"item":"minecraft:soul_sand"}},{"chance":0.2,"output":{"item":"minecraft:gravel"}}],"spoils":[{"chance":0.5,"output":{"item":"minecraft:netherrack"}},{"chance":0.3,"output":{"item":"minecraft:basalt"}},{"chance":0.2,"output":{"item":"minecraft:gravel"}}],"dimensions":["deceasedcraft:abyss"],"weight":15,"fail_chance":0.05,"sample_background":"minecraft:soul_soil"}

View File

@@ -0,0 +1,3 @@
{
"parent": "deceasedcraft:two_handed_axe"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "bettercombat:scythe"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "deceasedcraft:shovel"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "deceasedcraft:sword"
}