This commit is contained in:
Jacob Vinding
2025-12-26 23:36:50 +01:00
commit 44b79588a3
2778 changed files with 418761 additions and 0 deletions
+383
View File
@@ -0,0 +1,383 @@
# Configuration file
environmentaltech {
guide {
# Is Module Enabled? [default: true]
B:enabled=true
}
resources {
# Enable Aethium ore block [default: false]
B:aethium_ore=false
# Enable Aethium slabs [default: true]
B:aethium_slabs=true
# Enable Aethium stairs [default: true]
B:aethium_stairs=true
# Enable Erodium ore block [default: false]
B:erodium_ore=false
# Enable Erodium slabs [default: true]
B:erodium_slabs=true
# Enable Erodium stairs [default: true]
B:erodium_stairs=true
# Enable Ionite ore block [default: false]
B:ionite_ore=false
# Enable Ionite slabs [default: true]
B:ionite_slabs=true
# Enable Ionite stairs [default: true]
B:ionite_stairs=true
# Enable Kyronite ore block [default: false]
B:kyronite_ore=false
# Enable Kyronite slabs [default: true]
B:kyronite_slabs=true
# Enable Kyronite stairs [default: true]
B:kyronite_stairs=true
# Enable Litherite ore block [default: false]
B:litherite_ore=false
# Enable Litherite slabs [default: true]
B:litherite_slabs=true
# Enable Litherite stairs [default: true]
B:litherite_stairs=true
# Enable Lonsdaleite ore block [default: false]
B:lonsdaleite_ore=false
# Enable Lonsdaleite slabs [default: true]
B:lonsdaleite_slabs=true
# Enable Lonsdaleite stairs [default: true]
B:lonsdaleite_stairs=true
# Enable Pladium ore block [default: false]
B:pladium_ore=false
# Enable Pladium slabs [default: true]
B:pladium_slabs=true
# Enable Pladium stairs [default: true]
B:pladium_stairs=true
}
multiblocks {
components {
modifiers {
# Energy cost of luck potion effect per tick [range: 0 ~ 8192, default: 64]
I:luck_potion_energy_cost=64
# Energy cost of speed potion effect per tick [range: 16 ~ 8192, default: 64]
I:speed_potion_energy_cost=64
}
structure_frames {
}
structure_panels {
}
}
lightning_rod {
# Is Module Enabled? [default: true]
B:enabled=true
# The power used to calculate increase in generation for each lightning rod tier [range: 2.0 ~ 4.2, default: 3.8]
D:lr_production_power=3.8
# Base energy per strike for tier 1 [range: 500000 ~ 1000000, default: 750000]
I:lr_production_rate=750000
}
solar_array {
# Litherite Solar Cell efficiency [range: 48 ~ 480, default: 48]
I:1litherite_solar_cell_efficiency=48
# Erodium Solar Cell efficiency [range: 64 ~ 640, default: 64]
I:2erodium_solar_cell_efficiency=64
# Kyronite Solar Cell efficiency [range: 96 ~ 960, default: 96]
I:3kyronite_solar_cell_efficiency=96
# Pladium Solar Cell efficiency [range: 128 ~ 1280, default: 128]
I:4pladium_solar_cell_efficiency=128
# Ionite Solar Cell efficiency [range: 192 ~ 1920, default: 192]
I:5ionite_solar_cell_efficiency=192
# Aethium Solar Cell efficiency [range: 256 ~ 2560, default: 256]
I:6aethium_solar_cell_efficiency=256
# Is Module Enabled? [default: true]
B:enabled=true
# The power used to calculate increase in generation for each solar tier [range: 1.8 ~ 3.0, default: 2.0]
D:s_production_power=2.0
# Base production rate if solar was running at 100% efficiency. [range: 64 ~ 256, default: 128]
I:s_production_rate=128
# Tier 1 Solar Array max efficiency percentage. [range: 100 ~ 1000, default: 100]
I:tier_1_solar_array_max_efficiency=100
# Tier 2 Solar Array max efficiency percentage. [range: 200 ~ 2000, default: 200]
I:tier_2_solar_array_max_efficiency=200
# Tier 3 Solar Array max efficiency percentage. [range: 400 ~ 4000, default: 400]
I:tier_3_solar_array_max_efficiency=400
# Tier 4 Solar Array max efficiency percentage. [range: 800 ~ 8000, default: 800]
I:tier_4_solar_array_max_efficiency=800
# Tier 5 Solar Array max efficiency percentage. [range: 1600 ~ 16000, default: 1600]
I:tier_5_solar_array_max_efficiency=1600
# Tier 6 Solar Array max efficiency percentage. [range: 3200 ~ 32000, default: 3200]
I:tier_6_solar_array_max_efficiency=3200
}
thermal_electric_generator {
# Is Module Enabled? [default: true]
B:enabled=true
}
void_miner {
# Is Module Enabled? [default: true]
B:enabled=true
fluid {
# Is Module Enabled? [default: true]
B:enabled=true
}
ore {
# Is Module Enabled? [default: true]
B:enabled=true
# Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000]
I:t1_ore_miner_energy_buffer=1000000
# Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 264000]
I:t1_ore_miner_energy_duration=264000
# Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000]
I:t2_ore_miner_energy_buffer=2000000
# Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 184000]
I:t2_ore_miner_energy_duration=184000
# Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000]
I:t3_ore_miner_energy_buffer=3000000
# Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 120000]
I:t3_ore_miner_energy_duration=120000
# Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000]
I:t4_ore_miner_energy_buffer=4000000
# Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 72000]
I:t4_ore_miner_energy_duration=72000
# Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000]
I:t5_ore_miner_energy_buffer=5000000
# Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 40000]
I:t5_ore_miner_energy_duration=40000
# Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000]
I:t6_ore_miner_energy_buffer=6000000
# Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 16000]
I:t6_ore_miner_energy_duration=16000
}
resource {
# Is Module Enabled? [default: true]
B:enabled=true
# Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000]
I:t1_res_miner_energy_buffer=1000000
# Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 64000]
I:t1_res_miner_energy_duration=64000
# Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000]
I:t2_res_miner_energy_buffer=2000000
# Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 32000]
I:t2_res_miner_energy_duration=32000
# Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000]
I:t3_res_miner_energy_buffer=3000000
# Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 16000]
I:t3_res_miner_energy_duration=16000
# Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000]
I:t4_res_miner_energy_buffer=4000000
# Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 8000]
I:t4_res_miner_energy_duration=8000
# Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000]
I:t5_res_miner_energy_buffer=5000000
# Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 4000]
I:t5_res_miner_energy_duration=4000
# Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000]
I:t6_res_miner_energy_buffer=6000000
# Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 2000]
I:t6_res_miner_energy_duration=2000
}
botanic {
# Is Module Enabled? [default: true]
B:enabled=true
# Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000]
I:t1_botanic_miner_energy_buffer=1000000
# Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 64000]
I:t1_botanic_miner_energy_duration=64000
# Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000]
I:t2_botanic_miner_energy_buffer=2000000
# Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 32000]
I:t2_botanic_miner_energy_duration=32000
# Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000]
I:t3_botanic_miner_energy_buffer=3000000
# Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 16000]
I:t3_botanic_miner_energy_duration=16000
# Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000]
I:t4_botanic_miner_energy_buffer=4000000
# Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 8000]
I:t4_botanic_miner_energy_duration=8000
# Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000]
I:t5_botanic_miner_energy_buffer=5000000
# Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 4000]
I:t5_botanic_miner_energy_duration=4000
# Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000]
I:t6_botanic_miner_energy_buffer=6000000
# Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 2000]
I:t6_botanic_miner_energy_duration=2000
}
}
nanobot_beacon {
# Energy cost of absorption potion effect per tick [range: 0 ~ 8192, default: 64]
I:absorption_potion_energy_cost=64
# Energy cost of creative_flight per tick [range: 0 ~ 8192, default: 64]
I:creative_flight_energy_cost=64
# Is Module Enabled? [default: true]
B:enabled=true
# Energy cost of fire_resistance potion effect per tick [range: 0 ~ 8192, default: 64]
I:fire_resistance_potion_energy_cost=64
# Energy cost of flight_speed per tick [range: 0 ~ 8192, default: 64]
I:flight_speed_energy_cost=64
# Energy cost of glowing potion effect per tick [range: 0 ~ 8192, default: 64]
I:glowing_potion_energy_cost=64
# Energy cost of haste potion effect per tick [range: 0 ~ 8192, default: 64]
I:haste_potion_energy_cost=64
# Energy cost of health_boost potion effect per tick [range: 0 ~ 8192, default: 64]
I:health_boost_potion_energy_cost=64
# Energy cost of invisibility potion effect per tick [range: 0 ~ 8192, default: 64]
I:invisibility_potion_energy_cost=64
# Energy cost of jump_boost potion effect per tick [range: 0 ~ 8192, default: 64]
I:jump_boost_potion_energy_cost=64
# Energy cost of night_vision potion effect per tick [range: 0 ~ 8192, default: 64]
I:night_vision_potion_energy_cost=64
# Energy cost of regeneration potion effect per tick [range: 0 ~ 8192, default: 64]
I:regeneration_potion_energy_cost=64
# Energy cost of resistance potion effect per tick [range: 0 ~ 8192, default: 64]
I:resistance_potion_energy_cost=64
# Energy cost of saturation potion effect per tick [range: 0 ~ 8192, default: 64]
I:saturation_potion_energy_cost=64
# Energy cost of strength potion effect per tick [range: 0 ~ 8192, default: 64]
I:strength_potion_energy_cost=64
# Energy cost of water_breathing potion effect per tick [range: 0 ~ 8192, default: 64]
I:water_breathing_potion_energy_cost=64
ranged {
# Is Module Enabled? [default: true]
B:enabled=true
}
personal {
# Is Module Enabled? [default: true]
B:enabled=true
}
}
storage {
# Is Module Enabled? [default: true]
B:enabled=true
energy {
# Is Module Enabled? [default: true]
B:enabled=true
}
fluid {
# Is Module Enabled? [default: true]
B:enabled=true
}
item {
# Is Module Enabled? [default: true]
B:enabled=true
}
}
}
plugins {
# Is Module Enabled? [default: true]
B:enabled=true
}
}
@@ -0,0 +1,239 @@
{
"outputs": [
{
"target": "log",
"weight": 24,
"id": "OD_PREFIX:logWood"
},
{
"target": "sapling",
"weight": 4,
"id": "OD_PREFIX:treeSapling"
},
{
"target": "sapling",
"weight": 4,
"id": "ic2:sapling"
},
{
"target": "leaves",
"weight": 48,
"id": "OD_PREFIX:treeLeaves"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:yellow_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:2"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:3"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:5"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:6"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:7"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:8"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:5"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:carrot:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:potato:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:poisonous_potato:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:beetroot:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:pumpkin:0"
},
{
"target": "food",
"weight": 1,
"id": "minecraft:lit_pumpkin:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:melon_block:0"
},
{
"target": "food",
"weight": 4,
"id": "minecraft:melon:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:chorus_fruit:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:apple:0"
},
{
"target": "food",
"weight": 7,
"id": "minecraft:wheat:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:reeds:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:red_mushroom:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:brown_mushroom:0"
},
{
"target": "plant",
"weight": 1,
"id": "minecraft:chorus_flower:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:wheat_seeds:0"
},
{
"target": "plant",
"weight": 2,
"id": "minecraft:pumpkin_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:melon_seeds:0"
},
{
"target": "plant",
"weight": 6,
"id": "minecraft:cactus:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:beetroot_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:nether_wart:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:1"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:2"
},
{
"target": "brown",
"weight": 3,
"id": "minecraft:deadbush:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:vine:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:waterlily:0"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:2"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:3"
},
{
"target": "flowers",
"weight": 8,
"id": "OD_PREFIX:mysticFlower"
}
]
}
@@ -0,0 +1,239 @@
{
"outputs": [
{
"target": "log",
"weight": 24,
"id": "OD_PREFIX:logWood"
},
{
"target": "sapling",
"weight": 4,
"id": "OD_PREFIX:treeSapling"
},
{
"target": "sapling",
"weight": 4,
"id": "ic2:sapling"
},
{
"target": "leaves",
"weight": 48,
"id": "OD_PREFIX:treeLeaves"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:yellow_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:2"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:3"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:5"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:6"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:7"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:8"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:5"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:carrot:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:potato:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:poisonous_potato:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:beetroot:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:pumpkin:0"
},
{
"target": "food",
"weight": 1,
"id": "minecraft:lit_pumpkin:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:melon_block:0"
},
{
"target": "food",
"weight": 4,
"id": "minecraft:melon:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:chorus_fruit:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:apple:0"
},
{
"target": "food",
"weight": 7,
"id": "minecraft:wheat:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:reeds:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:red_mushroom:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:brown_mushroom:0"
},
{
"target": "plant",
"weight": 1,
"id": "minecraft:chorus_flower:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:wheat_seeds:0"
},
{
"target": "plant",
"weight": 2,
"id": "minecraft:pumpkin_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:melon_seeds:0"
},
{
"target": "plant",
"weight": 6,
"id": "minecraft:cactus:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:beetroot_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:nether_wart:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:1"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:2"
},
{
"target": "brown",
"weight": 3,
"id": "minecraft:deadbush:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:vine:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:waterlily:0"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:2"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:3"
},
{
"target": "flowers",
"weight": 8,
"id": "OD_PREFIX:mysticFlower"
}
]
}
@@ -0,0 +1,239 @@
{
"outputs": [
{
"target": "log",
"weight": 24,
"id": "OD_PREFIX:logWood"
},
{
"target": "sapling",
"weight": 4,
"id": "OD_PREFIX:treeSapling"
},
{
"target": "sapling",
"weight": 4,
"id": "ic2:sapling"
},
{
"target": "leaves",
"weight": 48,
"id": "OD_PREFIX:treeLeaves"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:yellow_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:2"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:3"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:5"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:6"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:7"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:8"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:5"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:carrot:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:potato:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:poisonous_potato:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:beetroot:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:pumpkin:0"
},
{
"target": "food",
"weight": 1,
"id": "minecraft:lit_pumpkin:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:melon_block:0"
},
{
"target": "food",
"weight": 4,
"id": "minecraft:melon:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:chorus_fruit:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:apple:0"
},
{
"target": "food",
"weight": 7,
"id": "minecraft:wheat:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:reeds:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:red_mushroom:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:brown_mushroom:0"
},
{
"target": "plant",
"weight": 1,
"id": "minecraft:chorus_flower:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:wheat_seeds:0"
},
{
"target": "plant",
"weight": 2,
"id": "minecraft:pumpkin_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:melon_seeds:0"
},
{
"target": "plant",
"weight": 6,
"id": "minecraft:cactus:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:beetroot_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:nether_wart:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:1"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:2"
},
{
"target": "brown",
"weight": 3,
"id": "minecraft:deadbush:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:vine:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:waterlily:0"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:2"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:3"
},
{
"target": "flowers",
"weight": 8,
"id": "OD_PREFIX:mysticFlower"
}
]
}
@@ -0,0 +1,239 @@
{
"outputs": [
{
"target": "log",
"weight": 24,
"id": "OD_PREFIX:logWood"
},
{
"target": "sapling",
"weight": 4,
"id": "OD_PREFIX:treeSapling"
},
{
"target": "sapling",
"weight": 4,
"id": "ic2:sapling"
},
{
"target": "leaves",
"weight": 48,
"id": "OD_PREFIX:treeLeaves"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:yellow_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:2"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:3"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:5"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:6"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:7"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:8"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:5"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:carrot:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:potato:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:poisonous_potato:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:beetroot:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:pumpkin:0"
},
{
"target": "food",
"weight": 1,
"id": "minecraft:lit_pumpkin:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:melon_block:0"
},
{
"target": "food",
"weight": 4,
"id": "minecraft:melon:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:chorus_fruit:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:apple:0"
},
{
"target": "food",
"weight": 7,
"id": "minecraft:wheat:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:reeds:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:red_mushroom:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:brown_mushroom:0"
},
{
"target": "plant",
"weight": 1,
"id": "minecraft:chorus_flower:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:wheat_seeds:0"
},
{
"target": "plant",
"weight": 2,
"id": "minecraft:pumpkin_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:melon_seeds:0"
},
{
"target": "plant",
"weight": 6,
"id": "minecraft:cactus:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:beetroot_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:nether_wart:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:1"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:2"
},
{
"target": "brown",
"weight": 3,
"id": "minecraft:deadbush:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:vine:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:waterlily:0"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:2"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:3"
},
{
"target": "flowers",
"weight": 8,
"id": "OD_PREFIX:mysticFlower"
}
]
}
@@ -0,0 +1,239 @@
{
"outputs": [
{
"target": "log",
"weight": 24,
"id": "OD_PREFIX:logWood"
},
{
"target": "sapling",
"weight": 4,
"id": "OD_PREFIX:treeSapling"
},
{
"target": "sapling",
"weight": 4,
"id": "ic2:sapling"
},
{
"target": "leaves",
"weight": 48,
"id": "OD_PREFIX:treeLeaves"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:yellow_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:2"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:3"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:5"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:6"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:7"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:8"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:5"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:carrot:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:potato:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:poisonous_potato:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:beetroot:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:pumpkin:0"
},
{
"target": "food",
"weight": 1,
"id": "minecraft:lit_pumpkin:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:melon_block:0"
},
{
"target": "food",
"weight": 4,
"id": "minecraft:melon:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:chorus_fruit:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:apple:0"
},
{
"target": "food",
"weight": 7,
"id": "minecraft:wheat:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:reeds:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:red_mushroom:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:brown_mushroom:0"
},
{
"target": "plant",
"weight": 1,
"id": "minecraft:chorus_flower:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:wheat_seeds:0"
},
{
"target": "plant",
"weight": 2,
"id": "minecraft:pumpkin_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:melon_seeds:0"
},
{
"target": "plant",
"weight": 6,
"id": "minecraft:cactus:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:beetroot_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:nether_wart:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:1"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:2"
},
{
"target": "brown",
"weight": 3,
"id": "minecraft:deadbush:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:vine:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:waterlily:0"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:2"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:3"
},
{
"target": "flowers",
"weight": 8,
"id": "OD_PREFIX:mysticFlower"
}
]
}
@@ -0,0 +1,239 @@
{
"outputs": [
{
"target": "log",
"weight": 24,
"id": "OD_PREFIX:logWood"
},
{
"target": "sapling",
"weight": 4,
"id": "OD_PREFIX:treeSapling"
},
{
"target": "sapling",
"weight": 4,
"id": "ic2:sapling"
},
{
"target": "leaves",
"weight": 48,
"id": "OD_PREFIX:treeLeaves"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:yellow_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:2"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:3"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:5"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:6"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:7"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:red_flower:8"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:0"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:1"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:4"
},
{
"target": "flowers",
"weight": 8,
"id": "minecraft:double_plant:5"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:carrot:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:potato:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:poisonous_potato:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:beetroot:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:pumpkin:0"
},
{
"target": "food",
"weight": 1,
"id": "minecraft:lit_pumpkin:0"
},
{
"target": "food",
"weight": 2,
"id": "minecraft:melon_block:0"
},
{
"target": "food",
"weight": 4,
"id": "minecraft:melon:0"
},
{
"target": "food",
"weight": 3,
"id": "minecraft:chorus_fruit:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:apple:0"
},
{
"target": "food",
"weight": 7,
"id": "minecraft:wheat:0"
},
{
"target": "food",
"weight": 6,
"id": "minecraft:reeds:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:red_mushroom:0"
},
{
"target": "seed",
"weight": 4,
"id": "minecraft:brown_mushroom:0"
},
{
"target": "plant",
"weight": 1,
"id": "minecraft:chorus_flower:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:wheat_seeds:0"
},
{
"target": "plant",
"weight": 2,
"id": "minecraft:pumpkin_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:melon_seeds:0"
},
{
"target": "plant",
"weight": 6,
"id": "minecraft:cactus:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:beetroot_seeds:0"
},
{
"target": "plant",
"weight": 3,
"id": "minecraft:nether_wart:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:1"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:tallgrass:2"
},
{
"target": "brown",
"weight": 3,
"id": "minecraft:deadbush:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:vine:0"
},
{
"target": "green",
"weight": 3,
"id": "minecraft:waterlily:0"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:2"
},
{
"target": "green",
"weight": 8,
"id": "minecraft:double_plant:3"
},
{
"target": "flowers",
"weight": 8,
"id": "OD_PREFIX:mysticFlower"
}
]
}
@@ -0,0 +1,499 @@
{
"outputs": [
{
"target": "black",
"weight": 1000,
"id": "OD:oreCoal"
},
{
"target": "white",
"weight": 750,
"id": "OD:oreIron"
},
{
"target": "white",
"weight": 560,
"id": "OD:oreQuartz"
},
{
"target": "red",
"weight": 515,
"id": "OD:oreRedstone"
},
{
"target": "blue",
"weight": 343,
"id": "OD:oreLapis"
},
{
"target": "yellow",
"weight": 311,
"id": "OD:oreGold"
},
{
"target": "cyan",
"weight": 218,
"id": "OD:oreDiamond"
},
{
"target": "lime",
"weight": 156,
"id": "OD:oreEmerald"
},
{
"target": "yellow",
"weight": 234,
"id": "OD:glowstone"
},
{
"target": "orange",
"weight": 584,
"id": "OD:oreCopper"
},
{
"target": "gray",
"weight": 602,
"id": "OD:oreTin"
},
{
"target": "silver",
"weight": 381,
"id": "OD:oreSilver"
},
{
"target": "purple",
"weight": 500,
"id": "OD:oreLead"
},
{
"target": "white",
"weight": 422,
"id": "OD:oreAluminum"
},
{
"target": "green",
"weight": 140,
"id": "OD:oreUranium"
},
{
"target": "yellow",
"weight": 156,
"id": "OD:oreYellorite"
},
{
"target": "light_blue",
"weight": 187,
"id": "OD:oreCertusQuartz"
},
{
"target": "light_blue",
"weight": 109,
"id": "OD:oreChargedCertusQuartz"
},
{
"target": "brown",
"weight": 190,
"id": "OD:oreCinnabar"
},
{
"target": "orange",
"weight": 184,
"id": "OD:oreAmber"
},
{
"target": "gray",
"weight": 232,
"id": "OD:oreNickel"
},
{
"target": "light_blue",
"weight": 150,
"id": "OD:orePlatinum"
},
{
"target": "light_blue",
"weight": 169,
"id": "OD:oreMithril"
},
{
"target": "black",
"weight": 128,
"id": "OD:oreClathrateOilSand"
},
{
"target": "black",
"weight": 120,
"id": "OD:oreClathrateOilShale"
},
{
"target": "green",
"weight": 118,
"id": "OD:oreClathrateEnder"
},
{
"target": "yellow",
"weight": 145,
"id": "OD:oreClathrateGlowstone"
},
{
"target": "red",
"weight": 137,
"id": "OD:oreClathrateRedstone"
},
{
"target": "yellow",
"weight": 222,
"id": "OD:oreSulfur"
},
{
"target": "white",
"weight": 244,
"id": "OD:oreNiter"
},
{
"target": "red",
"weight": 113,
"id": "OD:oreFirestone"
},
{
"target": "blue",
"weight": 163,
"id": "OD:oreCobalt"
},
{
"target": "orange",
"weight": 159,
"id": "OD:oreArdite"
},
{
"target": "light_blue",
"weight": 200,
"id": "OD:oreApatite"
},
{
"target": "purple",
"weight": 142,
"id": "draconicevolution:draconium_ore"
},
{
"target": "black",
"weight": 190,
"id": "OD:oreGraphite"
},
{
"target": "black",
"weight": 290,
"id": "OD:oreQuartzBlack"
},
{
"target": "white",
"weight": 233,
"id": "OD:oreMagnesium"
},
{
"target": "white",
"weight": 201,
"id": "OD:oreLithium"
},
{
"target": "black",
"weight": 222,
"id": "OD:oreThorium"
},
{
"target": "silver",
"weight": 199,
"id": "OD:oreBoron"
},
{
"target": "brown",
"weight": 177,
"id": "deepresonance:resonating_ore"
},
{
"target": "pink",
"weight": 186,
"id": "OD:oreZinc"
},
{
"target": "white",
"weight": 157,
"id": "OD:oreIridium"
},
{
"target": "black",
"weight": 192,
"id": "OD:oreTungsten"
},
{
"target": "light_blue",
"weight": 251,
"id": "OD:oreOsmium"
},
{
"target": "white",
"weight": 160,
"id": "OD:oreSalt"
},
{
"target": "white",
"weight": 127,
"id": "rftools:dimensional_shard_ore"
},
{
"target": "green",
"weight": 190,
"id": "OD:oreInferium"
},
{
"target": "silver",
"weight": 155,
"id": "OD:oreProsperity"
},
{
"target": "blue",
"weight": 414,
"id": "OD:oreElectrotine"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 111,
"id": "thaumcraft:crystal_ordo"
},
{
"target": "yellow",
"weight": 111,
"id": "thaumcraft:crystal_air"
},
{
"target": "orange",
"weight": 111,
"id": "thaumcraft:crystal_fire"
},
{
"target": "black",
"weight": 111,
"id": "thaumcraft:crystal_perditio"
},
{
"target": "purple",
"weight": 111,
"id": "thaumcraft:crystal_vitium"
},
{
"target": "blue",
"weight": 111,
"id": "thaumcraft:crystal_aqua"
},
{
"target": "green",
"weight": 111,
"id": "thaumcraft:crystal_terra"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 223,
"id": "OD:oreTitaniumIron"
},
{
"target": "purple",
"weight": 333,
"id": "OD:oreSilicon"
},
{
"target": "white",
"weight": 95,
"id": "astralsorcery:blockcustomore:0"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreRuby"
},
{
"target": "green",
"weight": 200,
"id": "OD:orePeridot"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreTanzanite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMalachite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreSapphire"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreGarnet"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreHeliodore"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreIndicolite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreAquamarine"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreIolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmethyst"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreAgate"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreMorganite"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreOnyx"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreOpal"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreCarnelian"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreSpinel"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreCitrine"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreJasper"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreGoldenBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreMoldavite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreTurquoise"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMoonstone"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreBlueTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreVioletSapphire"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreLepidolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmetrine"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreBlackDiamond"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreAlexandrite"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreChaos"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreEnderEssence"
},
{
"target": "crystal",
"weight": 200,
"id": "environmentaltech:litherite_crystal"
},
{
"target": "crystal",
"weight": 150,
"id": "environmentaltech:erodium_crystal"
},
{
"target": "black",
"weight": 4,
"id": "environmentaltech:lonsdaleite_crystal"
}
]
}
@@ -0,0 +1,504 @@
{
"outputs": [
{
"target": "crystal",
"weight": 200,
"id": "environmentaltech:litherite_crystal"
},
{
"target": "crystal",
"weight": 150,
"id": "environmentaltech:erodium_crystal"
},
{
"target": "crystal",
"weight": 120,
"id": "environmentaltech:kyronite_crystal"
},
{
"target": "black",
"weight": 8,
"id": "environmentaltech:lonsdaleite_crystal"
},
{
"target": "black",
"weight": 1000,
"id": "OD:oreCoal"
},
{
"target": "white",
"weight": 750,
"id": "OD:oreIron"
},
{
"target": "white",
"weight": 560,
"id": "OD:oreQuartz"
},
{
"target": "red",
"weight": 515,
"id": "OD:oreRedstone"
},
{
"target": "blue",
"weight": 343,
"id": "OD:oreLapis"
},
{
"target": "yellow",
"weight": 311,
"id": "OD:oreGold"
},
{
"target": "cyan",
"weight": 218,
"id": "OD:oreDiamond"
},
{
"target": "lime",
"weight": 156,
"id": "OD:oreEmerald"
},
{
"target": "yellow",
"weight": 234,
"id": "OD:glowstone"
},
{
"target": "orange",
"weight": 584,
"id": "OD:oreCopper"
},
{
"target": "gray",
"weight": 602,
"id": "OD:oreTin"
},
{
"target": "silver",
"weight": 381,
"id": "OD:oreSilver"
},
{
"target": "purple",
"weight": 500,
"id": "OD:oreLead"
},
{
"target": "white",
"weight": 422,
"id": "OD:oreAluminum"
},
{
"target": "green",
"weight": 140,
"id": "OD:oreUranium"
},
{
"target": "yellow",
"weight": 156,
"id": "OD:oreYellorite"
},
{
"target": "light_blue",
"weight": 187,
"id": "OD:oreCertusQuartz"
},
{
"target": "light_blue",
"weight": 109,
"id": "OD:oreChargedCertusQuartz"
},
{
"target": "brown",
"weight": 190,
"id": "OD:oreCinnabar"
},
{
"target": "orange",
"weight": 184,
"id": "OD:oreAmber"
},
{
"target": "gray",
"weight": 232,
"id": "OD:oreNickel"
},
{
"target": "light_blue",
"weight": 150,
"id": "OD:orePlatinum"
},
{
"target": "light_blue",
"weight": 169,
"id": "OD:oreMithril"
},
{
"target": "black",
"weight": 128,
"id": "OD:oreClathrateOilSand"
},
{
"target": "black",
"weight": 120,
"id": "OD:oreClathrateOilShale"
},
{
"target": "green",
"weight": 118,
"id": "OD:oreClathrateEnder"
},
{
"target": "yellow",
"weight": 145,
"id": "OD:oreClathrateGlowstone"
},
{
"target": "red",
"weight": 137,
"id": "OD:oreClathrateRedstone"
},
{
"target": "yellow",
"weight": 222,
"id": "OD:oreSulfur"
},
{
"target": "white",
"weight": 244,
"id": "OD:oreNiter"
},
{
"target": "red",
"weight": 113,
"id": "OD:oreFirestone"
},
{
"target": "blue",
"weight": 163,
"id": "OD:oreCobalt"
},
{
"target": "orange",
"weight": 159,
"id": "OD:oreArdite"
},
{
"target": "light_blue",
"weight": 200,
"id": "OD:oreApatite"
},
{
"target": "purple",
"weight": 142,
"id": "draconicevolution:draconium_ore"
},
{
"target": "black",
"weight": 190,
"id": "OD:oreGraphite"
},
{
"target": "black",
"weight": 290,
"id": "OD:oreQuartzBlack"
},
{
"target": "white",
"weight": 233,
"id": "OD:oreMagnesium"
},
{
"target": "white",
"weight": 201,
"id": "OD:oreLithium"
},
{
"target": "black",
"weight": 222,
"id": "OD:oreThorium"
},
{
"target": "silver",
"weight": 199,
"id": "OD:oreBoron"
},
{
"target": "brown",
"weight": 177,
"id": "deepresonance:resonating_ore"
},
{
"target": "pink",
"weight": 186,
"id": "OD:oreZinc"
},
{
"target": "white",
"weight": 157,
"id": "OD:oreIridium"
},
{
"target": "black",
"weight": 192,
"id": "OD:oreTungsten"
},
{
"target": "light_blue",
"weight": 251,
"id": "OD:oreOsmium"
},
{
"target": "white",
"weight": 160,
"id": "OD:oreSalt"
},
{
"target": "white",
"weight": 127,
"id": "rftools:dimensional_shard_ore"
},
{
"target": "green",
"weight": 190,
"id": "OD:oreInferium"
},
{
"target": "silver",
"weight": 155,
"id": "OD:oreProsperity"
},
{
"target": "blue",
"weight": 414,
"id": "OD:oreElectrotine"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 111,
"id": "thaumcraft:crystal_ordo"
},
{
"target": "yellow",
"weight": 111,
"id": "thaumcraft:crystal_air"
},
{
"target": "orange",
"weight": 111,
"id": "thaumcraft:crystal_fire"
},
{
"target": "black",
"weight": 111,
"id": "thaumcraft:crystal_perditio"
},
{
"target": "purple",
"weight": 111,
"id": "thaumcraft:crystal_vitium"
},
{
"target": "blue",
"weight": 111,
"id": "thaumcraft:crystal_aqua"
},
{
"target": "green",
"weight": 111,
"id": "thaumcraft:crystal_terra"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 223,
"id": "OD:oreTitaniumIron"
},
{
"target": "purple",
"weight": 333,
"id": "OD:oreSilicon"
},
{
"target": "white",
"weight": 95,
"id": "astralsorcery:blockcustomore:0"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreRuby"
},
{
"target": "green",
"weight": 200,
"id": "OD:orePeridot"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreTanzanite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMalachite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreSapphire"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreGarnet"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreHeliodore"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreIndicolite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreAquamarine"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreIolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmethyst"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreAgate"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreMorganite"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreOnyx"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreOpal"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreCarnelian"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreSpinel"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreCitrine"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreJasper"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreGoldenBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreMoldavite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreTurquoise"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMoonstone"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreBlueTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreVioletSapphire"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreLepidolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmetrine"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreBlackDiamond"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreAlexandrite"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreChaos"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreEnderEssence"
}
]
}
@@ -0,0 +1,509 @@
{
"outputs": [
{
"target": "crystal",
"weight": 200,
"id": "environmentaltech:litherite_crystal"
},
{
"target": "crystal",
"weight": 150,
"id": "environmentaltech:erodium_crystal"
},
{
"target": "crystal",
"weight": 120,
"id": "environmentaltech:kyronite_crystal"
},
{
"target": "crystal",
"weight": 90,
"id": "environmentaltech:pladium_crystal"
},
{
"target": "black",
"weight": 12,
"id": "environmentaltech:lonsdaleite_crystal"
},
{
"target": "black",
"weight": 1000,
"id": "OD:oreCoal"
},
{
"target": "white",
"weight": 750,
"id": "OD:oreIron"
},
{
"target": "white",
"weight": 560,
"id": "OD:oreQuartz"
},
{
"target": "red",
"weight": 515,
"id": "OD:oreRedstone"
},
{
"target": "blue",
"weight": 343,
"id": "OD:oreLapis"
},
{
"target": "yellow",
"weight": 311,
"id": "OD:oreGold"
},
{
"target": "cyan",
"weight": 218,
"id": "OD:oreDiamond"
},
{
"target": "lime",
"weight": 156,
"id": "OD:oreEmerald"
},
{
"target": "yellow",
"weight": 234,
"id": "OD:glowstone"
},
{
"target": "orange",
"weight": 584,
"id": "OD:oreCopper"
},
{
"target": "gray",
"weight": 602,
"id": "OD:oreTin"
},
{
"target": "silver",
"weight": 381,
"id": "OD:oreSilver"
},
{
"target": "purple",
"weight": 500,
"id": "OD:oreLead"
},
{
"target": "white",
"weight": 422,
"id": "OD:oreAluminum"
},
{
"target": "green",
"weight": 140,
"id": "OD:oreUranium"
},
{
"target": "yellow",
"weight": 156,
"id": "OD:oreYellorite"
},
{
"target": "light_blue",
"weight": 187,
"id": "OD:oreCertusQuartz"
},
{
"target": "light_blue",
"weight": 109,
"id": "OD:oreChargedCertusQuartz"
},
{
"target": "brown",
"weight": 190,
"id": "OD:oreCinnabar"
},
{
"target": "orange",
"weight": 184,
"id": "OD:oreAmber"
},
{
"target": "gray",
"weight": 232,
"id": "OD:oreNickel"
},
{
"target": "light_blue",
"weight": 150,
"id": "OD:orePlatinum"
},
{
"target": "light_blue",
"weight": 169,
"id": "OD:oreMithril"
},
{
"target": "black",
"weight": 128,
"id": "OD:oreClathrateOilSand"
},
{
"target": "black",
"weight": 120,
"id": "OD:oreClathrateOilShale"
},
{
"target": "green",
"weight": 118,
"id": "OD:oreClathrateEnder"
},
{
"target": "yellow",
"weight": 145,
"id": "OD:oreClathrateGlowstone"
},
{
"target": "red",
"weight": 137,
"id": "OD:oreClathrateRedstone"
},
{
"target": "yellow",
"weight": 222,
"id": "OD:oreSulfur"
},
{
"target": "white",
"weight": 244,
"id": "OD:oreNiter"
},
{
"target": "red",
"weight": 113,
"id": "OD:oreFirestone"
},
{
"target": "blue",
"weight": 163,
"id": "OD:oreCobalt"
},
{
"target": "orange",
"weight": 159,
"id": "OD:oreArdite"
},
{
"target": "light_blue",
"weight": 200,
"id": "OD:oreApatite"
},
{
"target": "purple",
"weight": 142,
"id": "draconicevolution:draconium_ore"
},
{
"target": "black",
"weight": 190,
"id": "OD:oreGraphite"
},
{
"target": "black",
"weight": 290,
"id": "OD:oreQuartzBlack"
},
{
"target": "white",
"weight": 233,
"id": "OD:oreMagnesium"
},
{
"target": "white",
"weight": 201,
"id": "OD:oreLithium"
},
{
"target": "black",
"weight": 222,
"id": "OD:oreThorium"
},
{
"target": "silver",
"weight": 199,
"id": "OD:oreBoron"
},
{
"target": "brown",
"weight": 177,
"id": "deepresonance:resonating_ore"
},
{
"target": "pink",
"weight": 186,
"id": "OD:oreZinc"
},
{
"target": "white",
"weight": 157,
"id": "OD:oreIridium"
},
{
"target": "black",
"weight": 192,
"id": "OD:oreTungsten"
},
{
"target": "light_blue",
"weight": 251,
"id": "OD:oreOsmium"
},
{
"target": "white",
"weight": 160,
"id": "OD:oreSalt"
},
{
"target": "white",
"weight": 127,
"id": "rftools:dimensional_shard_ore"
},
{
"target": "green",
"weight": 190,
"id": "OD:oreInferium"
},
{
"target": "silver",
"weight": 155,
"id": "OD:oreProsperity"
},
{
"target": "blue",
"weight": 414,
"id": "OD:oreElectrotine"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 111,
"id": "thaumcraft:crystal_ordo"
},
{
"target": "yellow",
"weight": 111,
"id": "thaumcraft:crystal_air"
},
{
"target": "orange",
"weight": 111,
"id": "thaumcraft:crystal_fire"
},
{
"target": "black",
"weight": 111,
"id": "thaumcraft:crystal_perditio"
},
{
"target": "purple",
"weight": 111,
"id": "thaumcraft:crystal_vitium"
},
{
"target": "blue",
"weight": 111,
"id": "thaumcraft:crystal_aqua"
},
{
"target": "green",
"weight": 111,
"id": "thaumcraft:crystal_terra"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 223,
"id": "OD:oreTitaniumIron"
},
{
"target": "purple",
"weight": 333,
"id": "OD:oreSilicon"
},
{
"target": "white",
"weight": 95,
"id": "astralsorcery:blockcustomore:0"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreRuby"
},
{
"target": "green",
"weight": 200,
"id": "OD:orePeridot"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreTanzanite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMalachite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreSapphire"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreGarnet"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreHeliodore"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreIndicolite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreAquamarine"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreIolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmethyst"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreAgate"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreMorganite"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreOnyx"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreOpal"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreCarnelian"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreSpinel"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreCitrine"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreJasper"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreGoldenBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreMoldavite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreTurquoise"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMoonstone"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreBlueTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreVioletSapphire"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreLepidolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmetrine"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreBlackDiamond"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreAlexandrite"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreChaos"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreEnderEssence"
}
]
}
@@ -0,0 +1,514 @@
{
"outputs": [
{
"target": "crystal",
"weight": 200,
"id": "environmentaltech:litherite_crystal"
},
{
"target": "crystal",
"weight": 150,
"id": "environmentaltech:erodium_crystal"
},
{
"target": "crystal",
"weight": 120,
"id": "environmentaltech:kyronite_crystal"
},
{
"target": "crystal",
"weight": 90,
"id": "environmentaltech:pladium_crystal"
},
{
"target": "crystal",
"weight": 60,
"id": "environmentaltech:ionite_crystal"
},
{
"target": "black",
"weight": 16,
"id": "environmentaltech:lonsdaleite_crystal"
},
{
"target": "black",
"weight": 1000,
"id": "OD:oreCoal"
},
{
"target": "white",
"weight": 750,
"id": "OD:oreIron"
},
{
"target": "white",
"weight": 560,
"id": "OD:oreQuartz"
},
{
"target": "red",
"weight": 515,
"id": "OD:oreRedstone"
},
{
"target": "blue",
"weight": 343,
"id": "OD:oreLapis"
},
{
"target": "yellow",
"weight": 311,
"id": "OD:oreGold"
},
{
"target": "cyan",
"weight": 218,
"id": "OD:oreDiamond"
},
{
"target": "lime",
"weight": 156,
"id": "OD:oreEmerald"
},
{
"target": "yellow",
"weight": 234,
"id": "OD:glowstone"
},
{
"target": "orange",
"weight": 584,
"id": "OD:oreCopper"
},
{
"target": "gray",
"weight": 602,
"id": "OD:oreTin"
},
{
"target": "silver",
"weight": 381,
"id": "OD:oreSilver"
},
{
"target": "purple",
"weight": 500,
"id": "OD:oreLead"
},
{
"target": "white",
"weight": 422,
"id": "OD:oreAluminum"
},
{
"target": "green",
"weight": 140,
"id": "OD:oreUranium"
},
{
"target": "yellow",
"weight": 156,
"id": "OD:oreYellorite"
},
{
"target": "light_blue",
"weight": 187,
"id": "OD:oreCertusQuartz"
},
{
"target": "light_blue",
"weight": 109,
"id": "OD:oreChargedCertusQuartz"
},
{
"target": "brown",
"weight": 190,
"id": "OD:oreCinnabar"
},
{
"target": "orange",
"weight": 184,
"id": "OD:oreAmber"
},
{
"target": "gray",
"weight": 232,
"id": "OD:oreNickel"
},
{
"target": "light_blue",
"weight": 150,
"id": "OD:orePlatinum"
},
{
"target": "light_blue",
"weight": 169,
"id": "OD:oreMithril"
},
{
"target": "black",
"weight": 128,
"id": "OD:oreClathrateOilSand"
},
{
"target": "black",
"weight": 120,
"id": "OD:oreClathrateOilShale"
},
{
"target": "green",
"weight": 118,
"id": "OD:oreClathrateEnder"
},
{
"target": "yellow",
"weight": 145,
"id": "OD:oreClathrateGlowstone"
},
{
"target": "red",
"weight": 137,
"id": "OD:oreClathrateRedstone"
},
{
"target": "yellow",
"weight": 222,
"id": "OD:oreSulfur"
},
{
"target": "white",
"weight": 244,
"id": "OD:oreNiter"
},
{
"target": "red",
"weight": 113,
"id": "OD:oreFirestone"
},
{
"target": "blue",
"weight": 163,
"id": "OD:oreCobalt"
},
{
"target": "orange",
"weight": 159,
"id": "OD:oreArdite"
},
{
"target": "light_blue",
"weight": 200,
"id": "OD:oreApatite"
},
{
"target": "purple",
"weight": 142,
"id": "draconicevolution:draconium_ore"
},
{
"target": "black",
"weight": 190,
"id": "OD:oreGraphite"
},
{
"target": "black",
"weight": 290,
"id": "OD:oreQuartzBlack"
},
{
"target": "white",
"weight": 233,
"id": "OD:oreMagnesium"
},
{
"target": "white",
"weight": 201,
"id": "OD:oreLithium"
},
{
"target": "black",
"weight": 222,
"id": "OD:oreThorium"
},
{
"target": "silver",
"weight": 199,
"id": "OD:oreBoron"
},
{
"target": "brown",
"weight": 177,
"id": "deepresonance:resonating_ore"
},
{
"target": "pink",
"weight": 186,
"id": "OD:oreZinc"
},
{
"target": "white",
"weight": 157,
"id": "OD:oreIridium"
},
{
"target": "black",
"weight": 192,
"id": "OD:oreTungsten"
},
{
"target": "light_blue",
"weight": 251,
"id": "OD:oreOsmium"
},
{
"target": "white",
"weight": 160,
"id": "OD:oreSalt"
},
{
"target": "white",
"weight": 127,
"id": "rftools:dimensional_shard_ore"
},
{
"target": "green",
"weight": 190,
"id": "OD:oreInferium"
},
{
"target": "silver",
"weight": 155,
"id": "OD:oreProsperity"
},
{
"target": "blue",
"weight": 414,
"id": "OD:oreElectrotine"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 111,
"id": "thaumcraft:crystal_ordo"
},
{
"target": "yellow",
"weight": 111,
"id": "thaumcraft:crystal_air"
},
{
"target": "orange",
"weight": 111,
"id": "thaumcraft:crystal_fire"
},
{
"target": "black",
"weight": 111,
"id": "thaumcraft:crystal_perditio"
},
{
"target": "purple",
"weight": 111,
"id": "thaumcraft:crystal_vitium"
},
{
"target": "blue",
"weight": 111,
"id": "thaumcraft:crystal_aqua"
},
{
"target": "green",
"weight": 111,
"id": "thaumcraft:crystal_terra"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 223,
"id": "OD:oreTitaniumIron"
},
{
"target": "purple",
"weight": 333,
"id": "OD:oreSilicon"
},
{
"target": "white",
"weight": 95,
"id": "astralsorcery:blockcustomore:0"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreRuby"
},
{
"target": "green",
"weight": 200,
"id": "OD:orePeridot"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreTanzanite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMalachite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreSapphire"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreGarnet"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreHeliodore"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreIndicolite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreAquamarine"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreIolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmethyst"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreAgate"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreMorganite"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreOnyx"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreOpal"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreCarnelian"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreSpinel"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreCitrine"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreJasper"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreGoldenBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreMoldavite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreTurquoise"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMoonstone"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreBlueTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreVioletSapphire"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreLepidolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmetrine"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreBlackDiamond"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreAlexandrite"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreChaos"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreEnderEssence"
}
]
}
@@ -0,0 +1,519 @@
{
"outputs": [
{
"target": "crystal",
"weight": 200,
"id": "environmentaltech:litherite_crystal"
},
{
"target": "crystal",
"weight": 150,
"id": "environmentaltech:erodium_crystal"
},
{
"target": "crystal",
"weight": 120,
"id": "environmentaltech:kyronite_crystal"
},
{
"target": "crystal",
"weight": 90,
"id": "environmentaltech:pladium_crystal"
},
{
"target": "crystal",
"weight": 60,
"id": "environmentaltech:ionite_crystal"
},
{
"target": "crystal",
"weight": 30,
"id": "environmentaltech:aethium_crystal"
},
{
"target": "black",
"weight": 20,
"id": "environmentaltech:lonsdaleite_crystal"
},
{
"target": "black",
"weight": 1000,
"id": "OD:oreCoal"
},
{
"target": "white",
"weight": 750,
"id": "OD:oreIron"
},
{
"target": "white",
"weight": 560,
"id": "OD:oreQuartz"
},
{
"target": "red",
"weight": 515,
"id": "OD:oreRedstone"
},
{
"target": "blue",
"weight": 343,
"id": "OD:oreLapis"
},
{
"target": "yellow",
"weight": 311,
"id": "OD:oreGold"
},
{
"target": "cyan",
"weight": 218,
"id": "OD:oreDiamond"
},
{
"target": "lime",
"weight": 156,
"id": "OD:oreEmerald"
},
{
"target": "yellow",
"weight": 234,
"id": "OD:glowstone"
},
{
"target": "orange",
"weight": 584,
"id": "OD:oreCopper"
},
{
"target": "gray",
"weight": 602,
"id": "OD:oreTin"
},
{
"target": "silver",
"weight": 381,
"id": "OD:oreSilver"
},
{
"target": "purple",
"weight": 500,
"id": "OD:oreLead"
},
{
"target": "white",
"weight": 422,
"id": "OD:oreAluminum"
},
{
"target": "green",
"weight": 140,
"id": "OD:oreUranium"
},
{
"target": "yellow",
"weight": 156,
"id": "OD:oreYellorite"
},
{
"target": "light_blue",
"weight": 187,
"id": "OD:oreCertusQuartz"
},
{
"target": "light_blue",
"weight": 109,
"id": "OD:oreChargedCertusQuartz"
},
{
"target": "brown",
"weight": 190,
"id": "OD:oreCinnabar"
},
{
"target": "orange",
"weight": 184,
"id": "OD:oreAmber"
},
{
"target": "gray",
"weight": 232,
"id": "OD:oreNickel"
},
{
"target": "light_blue",
"weight": 150,
"id": "OD:orePlatinum"
},
{
"target": "light_blue",
"weight": 169,
"id": "OD:oreMithril"
},
{
"target": "black",
"weight": 128,
"id": "OD:oreClathrateOilSand"
},
{
"target": "black",
"weight": 120,
"id": "OD:oreClathrateOilShale"
},
{
"target": "green",
"weight": 118,
"id": "OD:oreClathrateEnder"
},
{
"target": "yellow",
"weight": 145,
"id": "OD:oreClathrateGlowstone"
},
{
"target": "red",
"weight": 137,
"id": "OD:oreClathrateRedstone"
},
{
"target": "yellow",
"weight": 222,
"id": "OD:oreSulfur"
},
{
"target": "white",
"weight": 244,
"id": "OD:oreNiter"
},
{
"target": "red",
"weight": 113,
"id": "OD:oreFirestone"
},
{
"target": "blue",
"weight": 163,
"id": "OD:oreCobalt"
},
{
"target": "orange",
"weight": 159,
"id": "OD:oreArdite"
},
{
"target": "light_blue",
"weight": 200,
"id": "OD:oreApatite"
},
{
"target": "purple",
"weight": 142,
"id": "draconicevolution:draconium_ore"
},
{
"target": "black",
"weight": 190,
"id": "OD:oreGraphite"
},
{
"target": "black",
"weight": 290,
"id": "OD:oreQuartzBlack"
},
{
"target": "white",
"weight": 233,
"id": "OD:oreMagnesium"
},
{
"target": "white",
"weight": 201,
"id": "OD:oreLithium"
},
{
"target": "black",
"weight": 222,
"id": "OD:oreThorium"
},
{
"target": "silver",
"weight": 199,
"id": "OD:oreBoron"
},
{
"target": "brown",
"weight": 177,
"id": "deepresonance:resonating_ore"
},
{
"target": "pink",
"weight": 186,
"id": "OD:oreZinc"
},
{
"target": "white",
"weight": 157,
"id": "OD:oreIridium"
},
{
"target": "black",
"weight": 192,
"id": "OD:oreTungsten"
},
{
"target": "light_blue",
"weight": 251,
"id": "OD:oreOsmium"
},
{
"target": "white",
"weight": 160,
"id": "OD:oreSalt"
},
{
"target": "white",
"weight": 127,
"id": "rftools:dimensional_shard_ore"
},
{
"target": "green",
"weight": 190,
"id": "OD:oreInferium"
},
{
"target": "silver",
"weight": 155,
"id": "OD:oreProsperity"
},
{
"target": "blue",
"weight": 414,
"id": "OD:oreElectrotine"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 111,
"id": "thaumcraft:crystal_ordo"
},
{
"target": "yellow",
"weight": 111,
"id": "thaumcraft:crystal_air"
},
{
"target": "orange",
"weight": 111,
"id": "thaumcraft:crystal_fire"
},
{
"target": "black",
"weight": 111,
"id": "thaumcraft:crystal_perditio"
},
{
"target": "purple",
"weight": 111,
"id": "thaumcraft:crystal_vitium"
},
{
"target": "blue",
"weight": 111,
"id": "thaumcraft:crystal_aqua"
},
{
"target": "green",
"weight": 111,
"id": "thaumcraft:crystal_terra"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 223,
"id": "OD:oreTitaniumIron"
},
{
"target": "purple",
"weight": 333,
"id": "OD:oreSilicon"
},
{
"target": "white",
"weight": 95,
"id": "astralsorcery:blockcustomore:0"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreRuby"
},
{
"target": "green",
"weight": 200,
"id": "OD:orePeridot"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreTanzanite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMalachite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreSapphire"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreGarnet"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreHeliodore"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreIndicolite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreAquamarine"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreIolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmethyst"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreAgate"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreMorganite"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreOnyx"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreOpal"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreCarnelian"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreSpinel"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreCitrine"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreJasper"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreGoldenBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreMoldavite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreTurquoise"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMoonstone"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreBlueTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreVioletSapphire"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreLepidolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmetrine"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreBlackDiamond"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreAlexandrite"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreChaos"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreEnderEssence"
}
]
}
@@ -0,0 +1,519 @@
{
"outputs": [
{
"target": "crystal",
"weight": 200,
"id": "environmentaltech:litherite_crystal"
},
{
"target": "crystal",
"weight": 150,
"id": "environmentaltech:erodium_crystal"
},
{
"target": "crystal",
"weight": 120,
"id": "environmentaltech:kyronite_crystal"
},
{
"target": "crystal",
"weight": 90,
"id": "environmentaltech:pladium_crystal"
},
{
"target": "crystal",
"weight": 60,
"id": "environmentaltech:ionite_crystal"
},
{
"target": "crystal",
"weight": 30,
"id": "environmentaltech:aethium_crystal"
},
{
"target": "black",
"weight": 24,
"id": "environmentaltech:lonsdaleite_crystal"
},
{
"target": "black",
"weight": 1000,
"id": "OD:oreCoal"
},
{
"target": "white",
"weight": 750,
"id": "OD:oreIron"
},
{
"target": "white",
"weight": 560,
"id": "OD:oreQuartz"
},
{
"target": "red",
"weight": 515,
"id": "OD:oreRedstone"
},
{
"target": "blue",
"weight": 343,
"id": "OD:oreLapis"
},
{
"target": "yellow",
"weight": 311,
"id": "OD:oreGold"
},
{
"target": "cyan",
"weight": 218,
"id": "OD:oreDiamond"
},
{
"target": "lime",
"weight": 156,
"id": "OD:oreEmerald"
},
{
"target": "yellow",
"weight": 234,
"id": "OD:glowstone"
},
{
"target": "orange",
"weight": 584,
"id": "OD:oreCopper"
},
{
"target": "gray",
"weight": 602,
"id": "OD:oreTin"
},
{
"target": "silver",
"weight": 381,
"id": "OD:oreSilver"
},
{
"target": "purple",
"weight": 500,
"id": "OD:oreLead"
},
{
"target": "white",
"weight": 422,
"id": "OD:oreAluminum"
},
{
"target": "green",
"weight": 140,
"id": "OD:oreUranium"
},
{
"target": "yellow",
"weight": 156,
"id": "OD:oreYellorite"
},
{
"target": "light_blue",
"weight": 187,
"id": "OD:oreCertusQuartz"
},
{
"target": "light_blue",
"weight": 109,
"id": "OD:oreChargedCertusQuartz"
},
{
"target": "brown",
"weight": 190,
"id": "OD:oreCinnabar"
},
{
"target": "orange",
"weight": 184,
"id": "OD:oreAmber"
},
{
"target": "gray",
"weight": 232,
"id": "OD:oreNickel"
},
{
"target": "light_blue",
"weight": 150,
"id": "OD:orePlatinum"
},
{
"target": "light_blue",
"weight": 169,
"id": "OD:oreMithril"
},
{
"target": "black",
"weight": 128,
"id": "OD:oreClathrateOilSand"
},
{
"target": "black",
"weight": 120,
"id": "OD:oreClathrateOilShale"
},
{
"target": "green",
"weight": 118,
"id": "OD:oreClathrateEnder"
},
{
"target": "yellow",
"weight": 145,
"id": "OD:oreClathrateGlowstone"
},
{
"target": "red",
"weight": 137,
"id": "OD:oreClathrateRedstone"
},
{
"target": "yellow",
"weight": 222,
"id": "OD:oreSulfur"
},
{
"target": "white",
"weight": 244,
"id": "OD:oreNiter"
},
{
"target": "red",
"weight": 113,
"id": "OD:oreFirestone"
},
{
"target": "blue",
"weight": 163,
"id": "OD:oreCobalt"
},
{
"target": "orange",
"weight": 159,
"id": "OD:oreArdite"
},
{
"target": "light_blue",
"weight": 200,
"id": "OD:oreApatite"
},
{
"target": "purple",
"weight": 142,
"id": "draconicevolution:draconium_ore"
},
{
"target": "black",
"weight": 190,
"id": "OD:oreGraphite"
},
{
"target": "black",
"weight": 290,
"id": "OD:oreQuartzBlack"
},
{
"target": "white",
"weight": 233,
"id": "OD:oreMagnesium"
},
{
"target": "white",
"weight": 201,
"id": "OD:oreLithium"
},
{
"target": "black",
"weight": 222,
"id": "OD:oreThorium"
},
{
"target": "silver",
"weight": 199,
"id": "OD:oreBoron"
},
{
"target": "brown",
"weight": 177,
"id": "deepresonance:resonating_ore"
},
{
"target": "pink",
"weight": 186,
"id": "OD:oreZinc"
},
{
"target": "white",
"weight": 157,
"id": "OD:oreIridium"
},
{
"target": "black",
"weight": 192,
"id": "OD:oreTungsten"
},
{
"target": "light_blue",
"weight": 251,
"id": "OD:oreOsmium"
},
{
"target": "white",
"weight": 160,
"id": "OD:oreSalt"
},
{
"target": "white",
"weight": 127,
"id": "rftools:dimensional_shard_ore"
},
{
"target": "green",
"weight": 190,
"id": "OD:oreInferium"
},
{
"target": "silver",
"weight": 155,
"id": "OD:oreProsperity"
},
{
"target": "blue",
"weight": 414,
"id": "OD:oreElectrotine"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 111,
"id": "thaumcraft:crystal_ordo"
},
{
"target": "yellow",
"weight": 111,
"id": "thaumcraft:crystal_air"
},
{
"target": "orange",
"weight": 111,
"id": "thaumcraft:crystal_fire"
},
{
"target": "black",
"weight": 111,
"id": "thaumcraft:crystal_perditio"
},
{
"target": "purple",
"weight": 111,
"id": "thaumcraft:crystal_vitium"
},
{
"target": "blue",
"weight": 111,
"id": "thaumcraft:crystal_aqua"
},
{
"target": "green",
"weight": 111,
"id": "thaumcraft:crystal_terra"
},
{
"target": "lime",
"weight": 223,
"id": "OD:oreBrainstone"
},
{
"target": "white",
"weight": 223,
"id": "OD:oreTitaniumIron"
},
{
"target": "purple",
"weight": 333,
"id": "OD:oreSilicon"
},
{
"target": "white",
"weight": 95,
"id": "astralsorcery:blockcustomore:0"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreRuby"
},
{
"target": "green",
"weight": 200,
"id": "OD:orePeridot"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreTanzanite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMalachite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreSapphire"
},
{
"target": "orange",
"weight": 200,
"id": "OD:oreGarnet"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreHeliodore"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreIndicolite"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreAquamarine"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreIolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmethyst"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreAgate"
},
{
"target": "pink",
"weight": 200,
"id": "OD:oreMorganite"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreOnyx"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreOpal"
},
{
"target": "red",
"weight": 200,
"id": "OD:oreCarnelian"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreSpinel"
},
{
"target": "brown",
"weight": 200,
"id": "OD:oreCitrine"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreJasper"
},
{
"target": "yellow",
"weight": 200,
"id": "OD:oreGoldenBeryl"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreMoldavite"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreTurquoise"
},
{
"target": "cyan",
"weight": 200,
"id": "OD:oreMoonstone"
},
{
"target": "blue",
"weight": 200,
"id": "OD:oreBlueTopaz"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreVioletSapphire"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreLepidolite"
},
{
"target": "purple",
"weight": 200,
"id": "OD:oreAmetrine"
},
{
"target": "black",
"weight": 200,
"id": "OD:oreBlackDiamond"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreAlexandrite"
},
{
"target": "white",
"weight": 200,
"id": "OD:oreChaos"
},
{
"target": "green",
"weight": 200,
"id": "OD:oreEnderEssence"
}
]
}
@@ -0,0 +1,409 @@
{
"outputs": [
{
"target": "gray",
"weight": 32,
"id": "minecraft:stone:0"
},
{
"target": "pink",
"weight": 30,
"id": "minecraft:stone:1"
},
{
"target": "white",
"weight": 30,
"id": "minecraft:stone:3"
},
{
"target": "gray",
"weight": 30,
"id": "minecraft:stone:5"
},
{
"target": "silver",
"weight": 30,
"id": "minecraft:gravel"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:grass"
},
{
"target": "brown",
"weight": 20,
"id": "minecraft:dirt:0"
},
{
"target": "brown",
"weight": 10,
"id": "minecraft:dirt:2"
},
{
"target": "yellow",
"weight": 30,
"id": "minecraft:sand:0"
},
{
"target": "red",
"weight": 24,
"id": "minecraft:sand:1"
},
{
"target": "yellow",
"weight": 10,
"id": "minecraft:sandstone:0"
},
{
"target": "red",
"weight": 10,
"id": "minecraft:red_sandstone:0"
},
{
"target": "gray",
"weight": 28,
"id": "minecraft:cobblestone"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:mossy_cobblestone"
},
{
"target": "purple",
"weight": 9,
"id": "minecraft:obsidian"
},
{
"target": "silver",
"weight": 12,
"id": "minecraft:clay"
},
{
"target": "red",
"weight": 28,
"id": "minecraft:netherrack"
},
{
"target": "brown",
"weight": 16,
"id": "minecraft:soul_sand"
},
{
"target": "purple",
"weight": 8,
"id": "minecraft:mycelium"
},
{
"target": "yellow",
"weight": 13,
"id": "minecraft:end_stone:0"
},
{
"target": "orange",
"weight": 12,
"id": "minecraft:hardened_clay"
},
{
"target": "white",
"weight": 2,
"id": "minecraft:stained_hardened_clay:0"
},
{
"target": "orange",
"weight": 2,
"id": "minecraft:stained_hardened_clay:1"
},
{
"target": "magenta",
"weight": 2,
"id": "minecraft:stained_hardened_clay:2"
},
{
"target": "light_blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:3"
},
{
"target": "yellow",
"weight": 2,
"id": "minecraft:stained_hardened_clay:4"
},
{
"target": "lime",
"weight": 2,
"id": "minecraft:stained_hardened_clay:5"
},
{
"target": "pink",
"weight": 2,
"id": "minecraft:stained_hardened_clay:6"
},
{
"target": "gray",
"weight": 2,
"id": "minecraft:stained_hardened_clay:7"
},
{
"target": "silver",
"weight": 2,
"id": "minecraft:stained_hardened_clay:8"
},
{
"target": "cyan",
"weight": 2,
"id": "minecraft:stained_hardened_clay:9"
},
{
"target": "purple",
"weight": 2,
"id": "minecraft:stained_hardened_clay:10"
},
{
"target": "blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:11"
},
{
"target": "brown",
"weight": 2,
"id": "minecraft:stained_hardened_clay:12"
},
{
"target": "green",
"weight": 2,
"id": "minecraft:stained_hardened_clay:13"
},
{
"target": "red",
"weight": 2,
"id": "minecraft:stained_hardened_clay:14"
},
{
"target": "black",
"weight": 2,
"id": "minecraft:stained_hardened_clay:15"
},
{
"target": "yellow",
"weight": 28,
"id": "minecraft:sponge"
},
{
"target": "white",
"weight": 12,
"id": "environmentalmaterials:alabaster:0"
},
{
"target": "orange",
"weight": 6,
"id": "environmentalmaterials:alabaster:1"
},
{
"target": "magenta",
"weight": 6,
"id": "environmentalmaterials:alabaster:2"
},
{
"target": "light_blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:3"
},
{
"target": "yellow",
"weight": 6,
"id": "environmentalmaterials:alabaster:4"
},
{
"target": "lime",
"weight": 6,
"id": "environmentalmaterials:alabaster:5"
},
{
"target": "pink",
"weight": 6,
"id": "environmentalmaterials:alabaster:6"
},
{
"target": "gray",
"weight": 6,
"id": "environmentalmaterials:alabaster:7"
},
{
"target": "silver",
"weight": 6,
"id": "environmentalmaterials:alabaster:8"
},
{
"target": "cyan",
"weight": 6,
"id": "environmentalmaterials:alabaster:9"
},
{
"target": "purple",
"weight": 6,
"id": "environmentalmaterials:alabaster:10"
},
{
"target": "blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:11"
},
{
"target": "brown",
"weight": 6,
"id": "environmentalmaterials:alabaster:12"
},
{
"target": "green",
"weight": 6,
"id": "environmentalmaterials:alabaster:13"
},
{
"target": "red",
"weight": 6,
"id": "environmentalmaterials:alabaster:14"
},
{
"target": "black",
"weight": 6,
"id": "environmentalmaterials:alabaster:15"
},
{
"target": "white",
"weight": 4,
"id": "quark:crystal:0"
},
{
"target": "red",
"weight": 4,
"id": "quark:crystal:1"
},
{
"target": "orange",
"weight": 4,
"id": "quark:crystal:2"
},
{
"target": "yellow",
"weight": 4,
"id": "quark:crystal:3"
},
{
"target": "lime",
"weight": 4,
"id": "quark:crystal:4"
},
{
"target": "cyan",
"weight": 4,
"id": "quark:crystal:5"
},
{
"target": "blue",
"weight": 4,
"id": "quark:crystal:6"
},
{
"target": "purple",
"weight": 4,
"id": "quark:crystal:7"
},
{
"target": "black",
"weight": 30,
"id": "environmentalmaterials:basalt"
},
{
"target": "gray",
"weight": 20,
"id": "environmentalmaterials:hardened_stone"
},
{
"target": "yellow",
"weight": 30,
"id": "OD:stoneLimestone"
},
{
"target": "white",
"weight": 30,
"id": "OD:stoneMarble"
},
{
"target": "brown",
"weight": 20,
"id": "chisel:brownstone"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:packed_ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "immersivehempcraft:hemcraft_hardened"
},
{
"target": "brown",
"weight": 15,
"id": "biomesoplenty:dirt"
},
{
"target": "green",
"weight": 20,
"id": "thebetweenlands:betweenstone"
},
{
"target": "green",
"weight": 5,
"id": "thebetweenlands:generic_stone"
},
{
"target": "green",
"weight": 15,
"id": "thebetweenlands:pitstone"
},
{
"target": "light_gray",
"weight": 15,
"id": "thebetweenlands:limestone"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:mud"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:swamp_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:swamp_grass"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_grass"
},
{
"target": "white",
"weight": 2,
"id": "environmentaltech:mica"
}
]
}
@@ -0,0 +1,409 @@
{
"outputs": [
{
"target": "gray",
"weight": 32,
"id": "minecraft:stone:0"
},
{
"target": "pink",
"weight": 30,
"id": "minecraft:stone:1"
},
{
"target": "white",
"weight": 30,
"id": "minecraft:stone:3"
},
{
"target": "gray",
"weight": 30,
"id": "minecraft:stone:5"
},
{
"target": "silver",
"weight": 30,
"id": "minecraft:gravel"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:grass"
},
{
"target": "brown",
"weight": 20,
"id": "minecraft:dirt:0"
},
{
"target": "brown",
"weight": 10,
"id": "minecraft:dirt:2"
},
{
"target": "yellow",
"weight": 30,
"id": "minecraft:sand:0"
},
{
"target": "red",
"weight": 24,
"id": "minecraft:sand:1"
},
{
"target": "yellow",
"weight": 10,
"id": "minecraft:sandstone:0"
},
{
"target": "red",
"weight": 10,
"id": "minecraft:red_sandstone:0"
},
{
"target": "gray",
"weight": 28,
"id": "minecraft:cobblestone"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:mossy_cobblestone"
},
{
"target": "purple",
"weight": 9,
"id": "minecraft:obsidian"
},
{
"target": "silver",
"weight": 12,
"id": "minecraft:clay"
},
{
"target": "red",
"weight": 28,
"id": "minecraft:netherrack"
},
{
"target": "brown",
"weight": 16,
"id": "minecraft:soul_sand"
},
{
"target": "purple",
"weight": 8,
"id": "minecraft:mycelium"
},
{
"target": "yellow",
"weight": 13,
"id": "minecraft:end_stone:0"
},
{
"target": "orange",
"weight": 12,
"id": "minecraft:hardened_clay"
},
{
"target": "white",
"weight": 2,
"id": "minecraft:stained_hardened_clay:0"
},
{
"target": "orange",
"weight": 2,
"id": "minecraft:stained_hardened_clay:1"
},
{
"target": "magenta",
"weight": 2,
"id": "minecraft:stained_hardened_clay:2"
},
{
"target": "light_blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:3"
},
{
"target": "yellow",
"weight": 2,
"id": "minecraft:stained_hardened_clay:4"
},
{
"target": "lime",
"weight": 2,
"id": "minecraft:stained_hardened_clay:5"
},
{
"target": "pink",
"weight": 2,
"id": "minecraft:stained_hardened_clay:6"
},
{
"target": "gray",
"weight": 2,
"id": "minecraft:stained_hardened_clay:7"
},
{
"target": "silver",
"weight": 2,
"id": "minecraft:stained_hardened_clay:8"
},
{
"target": "cyan",
"weight": 2,
"id": "minecraft:stained_hardened_clay:9"
},
{
"target": "purple",
"weight": 2,
"id": "minecraft:stained_hardened_clay:10"
},
{
"target": "blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:11"
},
{
"target": "brown",
"weight": 2,
"id": "minecraft:stained_hardened_clay:12"
},
{
"target": "green",
"weight": 2,
"id": "minecraft:stained_hardened_clay:13"
},
{
"target": "red",
"weight": 2,
"id": "minecraft:stained_hardened_clay:14"
},
{
"target": "black",
"weight": 2,
"id": "minecraft:stained_hardened_clay:15"
},
{
"target": "yellow",
"weight": 28,
"id": "minecraft:sponge"
},
{
"target": "white",
"weight": 12,
"id": "environmentalmaterials:alabaster:0"
},
{
"target": "orange",
"weight": 6,
"id": "environmentalmaterials:alabaster:1"
},
{
"target": "magenta",
"weight": 6,
"id": "environmentalmaterials:alabaster:2"
},
{
"target": "light_blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:3"
},
{
"target": "yellow",
"weight": 6,
"id": "environmentalmaterials:alabaster:4"
},
{
"target": "lime",
"weight": 6,
"id": "environmentalmaterials:alabaster:5"
},
{
"target": "pink",
"weight": 6,
"id": "environmentalmaterials:alabaster:6"
},
{
"target": "gray",
"weight": 6,
"id": "environmentalmaterials:alabaster:7"
},
{
"target": "silver",
"weight": 6,
"id": "environmentalmaterials:alabaster:8"
},
{
"target": "cyan",
"weight": 6,
"id": "environmentalmaterials:alabaster:9"
},
{
"target": "purple",
"weight": 6,
"id": "environmentalmaterials:alabaster:10"
},
{
"target": "blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:11"
},
{
"target": "brown",
"weight": 6,
"id": "environmentalmaterials:alabaster:12"
},
{
"target": "green",
"weight": 6,
"id": "environmentalmaterials:alabaster:13"
},
{
"target": "red",
"weight": 6,
"id": "environmentalmaterials:alabaster:14"
},
{
"target": "black",
"weight": 6,
"id": "environmentalmaterials:alabaster:15"
},
{
"target": "white",
"weight": 4,
"id": "quark:crystal:0"
},
{
"target": "red",
"weight": 4,
"id": "quark:crystal:1"
},
{
"target": "orange",
"weight": 4,
"id": "quark:crystal:2"
},
{
"target": "yellow",
"weight": 4,
"id": "quark:crystal:3"
},
{
"target": "lime",
"weight": 4,
"id": "quark:crystal:4"
},
{
"target": "cyan",
"weight": 4,
"id": "quark:crystal:5"
},
{
"target": "blue",
"weight": 4,
"id": "quark:crystal:6"
},
{
"target": "purple",
"weight": 4,
"id": "quark:crystal:7"
},
{
"target": "black",
"weight": 30,
"id": "environmentalmaterials:basalt"
},
{
"target": "gray",
"weight": 20,
"id": "environmentalmaterials:hardened_stone"
},
{
"target": "yellow",
"weight": 30,
"id": "OD:stoneLimestone"
},
{
"target": "white",
"weight": 30,
"id": "OD:stoneMarble"
},
{
"target": "brown",
"weight": 20,
"id": "chisel:brownstone"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:packed_ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "immersivehempcraft:hemcraft_hardened"
},
{
"target": "brown",
"weight": 15,
"id": "biomesoplenty:dirt"
},
{
"target": "green",
"weight": 20,
"id": "thebetweenlands:betweenstone"
},
{
"target": "green",
"weight": 5,
"id": "thebetweenlands:generic_stone"
},
{
"target": "green",
"weight": 15,
"id": "thebetweenlands:pitstone"
},
{
"target": "light_gray",
"weight": 15,
"id": "thebetweenlands:limestone"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:mud"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:swamp_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:swamp_grass"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_grass"
},
{
"target": "white",
"weight": 3,
"id": "environmentaltech:mica"
}
]
}
@@ -0,0 +1,409 @@
{
"outputs": [
{
"target": "gray",
"weight": 32,
"id": "minecraft:stone:0"
},
{
"target": "pink",
"weight": 30,
"id": "minecraft:stone:1"
},
{
"target": "white",
"weight": 30,
"id": "minecraft:stone:3"
},
{
"target": "gray",
"weight": 30,
"id": "minecraft:stone:5"
},
{
"target": "silver",
"weight": 30,
"id": "minecraft:gravel"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:grass"
},
{
"target": "brown",
"weight": 20,
"id": "minecraft:dirt:0"
},
{
"target": "brown",
"weight": 10,
"id": "minecraft:dirt:2"
},
{
"target": "yellow",
"weight": 30,
"id": "minecraft:sand:0"
},
{
"target": "red",
"weight": 24,
"id": "minecraft:sand:1"
},
{
"target": "yellow",
"weight": 10,
"id": "minecraft:sandstone:0"
},
{
"target": "red",
"weight": 10,
"id": "minecraft:red_sandstone:0"
},
{
"target": "gray",
"weight": 28,
"id": "minecraft:cobblestone"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:mossy_cobblestone"
},
{
"target": "purple",
"weight": 9,
"id": "minecraft:obsidian"
},
{
"target": "silver",
"weight": 12,
"id": "minecraft:clay"
},
{
"target": "red",
"weight": 28,
"id": "minecraft:netherrack"
},
{
"target": "brown",
"weight": 16,
"id": "minecraft:soul_sand"
},
{
"target": "purple",
"weight": 8,
"id": "minecraft:mycelium"
},
{
"target": "yellow",
"weight": 13,
"id": "minecraft:end_stone:0"
},
{
"target": "orange",
"weight": 12,
"id": "minecraft:hardened_clay"
},
{
"target": "white",
"weight": 2,
"id": "minecraft:stained_hardened_clay:0"
},
{
"target": "orange",
"weight": 2,
"id": "minecraft:stained_hardened_clay:1"
},
{
"target": "magenta",
"weight": 2,
"id": "minecraft:stained_hardened_clay:2"
},
{
"target": "light_blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:3"
},
{
"target": "yellow",
"weight": 2,
"id": "minecraft:stained_hardened_clay:4"
},
{
"target": "lime",
"weight": 2,
"id": "minecraft:stained_hardened_clay:5"
},
{
"target": "pink",
"weight": 2,
"id": "minecraft:stained_hardened_clay:6"
},
{
"target": "gray",
"weight": 2,
"id": "minecraft:stained_hardened_clay:7"
},
{
"target": "silver",
"weight": 2,
"id": "minecraft:stained_hardened_clay:8"
},
{
"target": "cyan",
"weight": 2,
"id": "minecraft:stained_hardened_clay:9"
},
{
"target": "purple",
"weight": 2,
"id": "minecraft:stained_hardened_clay:10"
},
{
"target": "blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:11"
},
{
"target": "brown",
"weight": 2,
"id": "minecraft:stained_hardened_clay:12"
},
{
"target": "green",
"weight": 2,
"id": "minecraft:stained_hardened_clay:13"
},
{
"target": "red",
"weight": 2,
"id": "minecraft:stained_hardened_clay:14"
},
{
"target": "black",
"weight": 2,
"id": "minecraft:stained_hardened_clay:15"
},
{
"target": "yellow",
"weight": 28,
"id": "minecraft:sponge"
},
{
"target": "white",
"weight": 12,
"id": "environmentalmaterials:alabaster:0"
},
{
"target": "orange",
"weight": 6,
"id": "environmentalmaterials:alabaster:1"
},
{
"target": "magenta",
"weight": 6,
"id": "environmentalmaterials:alabaster:2"
},
{
"target": "light_blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:3"
},
{
"target": "yellow",
"weight": 6,
"id": "environmentalmaterials:alabaster:4"
},
{
"target": "lime",
"weight": 6,
"id": "environmentalmaterials:alabaster:5"
},
{
"target": "pink",
"weight": 6,
"id": "environmentalmaterials:alabaster:6"
},
{
"target": "gray",
"weight": 6,
"id": "environmentalmaterials:alabaster:7"
},
{
"target": "silver",
"weight": 6,
"id": "environmentalmaterials:alabaster:8"
},
{
"target": "cyan",
"weight": 6,
"id": "environmentalmaterials:alabaster:9"
},
{
"target": "purple",
"weight": 6,
"id": "environmentalmaterials:alabaster:10"
},
{
"target": "blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:11"
},
{
"target": "brown",
"weight": 6,
"id": "environmentalmaterials:alabaster:12"
},
{
"target": "green",
"weight": 6,
"id": "environmentalmaterials:alabaster:13"
},
{
"target": "red",
"weight": 6,
"id": "environmentalmaterials:alabaster:14"
},
{
"target": "black",
"weight": 6,
"id": "environmentalmaterials:alabaster:15"
},
{
"target": "white",
"weight": 4,
"id": "quark:crystal:0"
},
{
"target": "red",
"weight": 4,
"id": "quark:crystal:1"
},
{
"target": "orange",
"weight": 4,
"id": "quark:crystal:2"
},
{
"target": "yellow",
"weight": 4,
"id": "quark:crystal:3"
},
{
"target": "lime",
"weight": 4,
"id": "quark:crystal:4"
},
{
"target": "cyan",
"weight": 4,
"id": "quark:crystal:5"
},
{
"target": "blue",
"weight": 4,
"id": "quark:crystal:6"
},
{
"target": "purple",
"weight": 4,
"id": "quark:crystal:7"
},
{
"target": "black",
"weight": 30,
"id": "environmentalmaterials:basalt"
},
{
"target": "gray",
"weight": 20,
"id": "environmentalmaterials:hardened_stone"
},
{
"target": "yellow",
"weight": 30,
"id": "OD:stoneLimestone"
},
{
"target": "white",
"weight": 30,
"id": "OD:stoneMarble"
},
{
"target": "brown",
"weight": 20,
"id": "chisel:brownstone"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:packed_ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "immersivehempcraft:hemcraft_hardened"
},
{
"target": "brown",
"weight": 15,
"id": "biomesoplenty:dirt"
},
{
"target": "green",
"weight": 20,
"id": "thebetweenlands:betweenstone"
},
{
"target": "green",
"weight": 5,
"id": "thebetweenlands:generic_stone"
},
{
"target": "green",
"weight": 15,
"id": "thebetweenlands:pitstone"
},
{
"target": "light_gray",
"weight": 15,
"id": "thebetweenlands:limestone"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:mud"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:swamp_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:swamp_grass"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_grass"
},
{
"target": "white",
"weight": 4,
"id": "environmentaltech:mica"
}
]
}
@@ -0,0 +1,409 @@
{
"outputs": [
{
"target": "gray",
"weight": 32,
"id": "minecraft:stone:0"
},
{
"target": "pink",
"weight": 30,
"id": "minecraft:stone:1"
},
{
"target": "white",
"weight": 30,
"id": "minecraft:stone:3"
},
{
"target": "gray",
"weight": 30,
"id": "minecraft:stone:5"
},
{
"target": "silver",
"weight": 30,
"id": "minecraft:gravel"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:grass"
},
{
"target": "brown",
"weight": 20,
"id": "minecraft:dirt:0"
},
{
"target": "brown",
"weight": 10,
"id": "minecraft:dirt:2"
},
{
"target": "yellow",
"weight": 30,
"id": "minecraft:sand:0"
},
{
"target": "red",
"weight": 24,
"id": "minecraft:sand:1"
},
{
"target": "yellow",
"weight": 10,
"id": "minecraft:sandstone:0"
},
{
"target": "red",
"weight": 10,
"id": "minecraft:red_sandstone:0"
},
{
"target": "gray",
"weight": 28,
"id": "minecraft:cobblestone"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:mossy_cobblestone"
},
{
"target": "purple",
"weight": 9,
"id": "minecraft:obsidian"
},
{
"target": "silver",
"weight": 12,
"id": "minecraft:clay"
},
{
"target": "red",
"weight": 28,
"id": "minecraft:netherrack"
},
{
"target": "brown",
"weight": 16,
"id": "minecraft:soul_sand"
},
{
"target": "purple",
"weight": 8,
"id": "minecraft:mycelium"
},
{
"target": "yellow",
"weight": 13,
"id": "minecraft:end_stone:0"
},
{
"target": "orange",
"weight": 12,
"id": "minecraft:hardened_clay"
},
{
"target": "white",
"weight": 2,
"id": "minecraft:stained_hardened_clay:0"
},
{
"target": "orange",
"weight": 2,
"id": "minecraft:stained_hardened_clay:1"
},
{
"target": "magenta",
"weight": 2,
"id": "minecraft:stained_hardened_clay:2"
},
{
"target": "light_blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:3"
},
{
"target": "yellow",
"weight": 2,
"id": "minecraft:stained_hardened_clay:4"
},
{
"target": "lime",
"weight": 2,
"id": "minecraft:stained_hardened_clay:5"
},
{
"target": "pink",
"weight": 2,
"id": "minecraft:stained_hardened_clay:6"
},
{
"target": "gray",
"weight": 2,
"id": "minecraft:stained_hardened_clay:7"
},
{
"target": "silver",
"weight": 2,
"id": "minecraft:stained_hardened_clay:8"
},
{
"target": "cyan",
"weight": 2,
"id": "minecraft:stained_hardened_clay:9"
},
{
"target": "purple",
"weight": 2,
"id": "minecraft:stained_hardened_clay:10"
},
{
"target": "blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:11"
},
{
"target": "brown",
"weight": 2,
"id": "minecraft:stained_hardened_clay:12"
},
{
"target": "green",
"weight": 2,
"id": "minecraft:stained_hardened_clay:13"
},
{
"target": "red",
"weight": 2,
"id": "minecraft:stained_hardened_clay:14"
},
{
"target": "black",
"weight": 2,
"id": "minecraft:stained_hardened_clay:15"
},
{
"target": "yellow",
"weight": 28,
"id": "minecraft:sponge"
},
{
"target": "white",
"weight": 12,
"id": "environmentalmaterials:alabaster:0"
},
{
"target": "orange",
"weight": 6,
"id": "environmentalmaterials:alabaster:1"
},
{
"target": "magenta",
"weight": 6,
"id": "environmentalmaterials:alabaster:2"
},
{
"target": "light_blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:3"
},
{
"target": "yellow",
"weight": 6,
"id": "environmentalmaterials:alabaster:4"
},
{
"target": "lime",
"weight": 6,
"id": "environmentalmaterials:alabaster:5"
},
{
"target": "pink",
"weight": 6,
"id": "environmentalmaterials:alabaster:6"
},
{
"target": "gray",
"weight": 6,
"id": "environmentalmaterials:alabaster:7"
},
{
"target": "silver",
"weight": 6,
"id": "environmentalmaterials:alabaster:8"
},
{
"target": "cyan",
"weight": 6,
"id": "environmentalmaterials:alabaster:9"
},
{
"target": "purple",
"weight": 6,
"id": "environmentalmaterials:alabaster:10"
},
{
"target": "blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:11"
},
{
"target": "brown",
"weight": 6,
"id": "environmentalmaterials:alabaster:12"
},
{
"target": "green",
"weight": 6,
"id": "environmentalmaterials:alabaster:13"
},
{
"target": "red",
"weight": 6,
"id": "environmentalmaterials:alabaster:14"
},
{
"target": "black",
"weight": 6,
"id": "environmentalmaterials:alabaster:15"
},
{
"target": "white",
"weight": 4,
"id": "quark:crystal:0"
},
{
"target": "red",
"weight": 4,
"id": "quark:crystal:1"
},
{
"target": "orange",
"weight": 4,
"id": "quark:crystal:2"
},
{
"target": "yellow",
"weight": 4,
"id": "quark:crystal:3"
},
{
"target": "lime",
"weight": 4,
"id": "quark:crystal:4"
},
{
"target": "cyan",
"weight": 4,
"id": "quark:crystal:5"
},
{
"target": "blue",
"weight": 4,
"id": "quark:crystal:6"
},
{
"target": "purple",
"weight": 4,
"id": "quark:crystal:7"
},
{
"target": "black",
"weight": 30,
"id": "environmentalmaterials:basalt"
},
{
"target": "gray",
"weight": 20,
"id": "environmentalmaterials:hardened_stone"
},
{
"target": "yellow",
"weight": 30,
"id": "OD:stoneLimestone"
},
{
"target": "white",
"weight": 30,
"id": "OD:stoneMarble"
},
{
"target": "brown",
"weight": 20,
"id": "chisel:brownstone"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:packed_ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "immersivehempcraft:hemcraft_hardened"
},
{
"target": "brown",
"weight": 15,
"id": "biomesoplenty:dirt"
},
{
"target": "green",
"weight": 20,
"id": "thebetweenlands:betweenstone"
},
{
"target": "green",
"weight": 5,
"id": "thebetweenlands:generic_stone"
},
{
"target": "green",
"weight": 15,
"id": "thebetweenlands:pitstone"
},
{
"target": "light_gray",
"weight": 15,
"id": "thebetweenlands:limestone"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:mud"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:swamp_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:swamp_grass"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_grass"
},
{
"target": "white",
"weight": 5,
"id": "environmentaltech:mica"
}
]
}
@@ -0,0 +1,409 @@
{
"outputs": [
{
"target": "gray",
"weight": 32,
"id": "minecraft:stone:0"
},
{
"target": "pink",
"weight": 30,
"id": "minecraft:stone:1"
},
{
"target": "white",
"weight": 30,
"id": "minecraft:stone:3"
},
{
"target": "gray",
"weight": 30,
"id": "minecraft:stone:5"
},
{
"target": "silver",
"weight": 30,
"id": "minecraft:gravel"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:grass"
},
{
"target": "brown",
"weight": 20,
"id": "minecraft:dirt:0"
},
{
"target": "brown",
"weight": 10,
"id": "minecraft:dirt:2"
},
{
"target": "yellow",
"weight": 30,
"id": "minecraft:sand:0"
},
{
"target": "red",
"weight": 24,
"id": "minecraft:sand:1"
},
{
"target": "yellow",
"weight": 10,
"id": "minecraft:sandstone:0"
},
{
"target": "red",
"weight": 10,
"id": "minecraft:red_sandstone:0"
},
{
"target": "gray",
"weight": 28,
"id": "minecraft:cobblestone"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:mossy_cobblestone"
},
{
"target": "purple",
"weight": 9,
"id": "minecraft:obsidian"
},
{
"target": "silver",
"weight": 12,
"id": "minecraft:clay"
},
{
"target": "red",
"weight": 28,
"id": "minecraft:netherrack"
},
{
"target": "brown",
"weight": 16,
"id": "minecraft:soul_sand"
},
{
"target": "purple",
"weight": 8,
"id": "minecraft:mycelium"
},
{
"target": "yellow",
"weight": 13,
"id": "minecraft:end_stone:0"
},
{
"target": "orange",
"weight": 12,
"id": "minecraft:hardened_clay"
},
{
"target": "white",
"weight": 2,
"id": "minecraft:stained_hardened_clay:0"
},
{
"target": "orange",
"weight": 2,
"id": "minecraft:stained_hardened_clay:1"
},
{
"target": "magenta",
"weight": 2,
"id": "minecraft:stained_hardened_clay:2"
},
{
"target": "light_blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:3"
},
{
"target": "yellow",
"weight": 2,
"id": "minecraft:stained_hardened_clay:4"
},
{
"target": "lime",
"weight": 2,
"id": "minecraft:stained_hardened_clay:5"
},
{
"target": "pink",
"weight": 2,
"id": "minecraft:stained_hardened_clay:6"
},
{
"target": "gray",
"weight": 2,
"id": "minecraft:stained_hardened_clay:7"
},
{
"target": "silver",
"weight": 2,
"id": "minecraft:stained_hardened_clay:8"
},
{
"target": "cyan",
"weight": 2,
"id": "minecraft:stained_hardened_clay:9"
},
{
"target": "purple",
"weight": 2,
"id": "minecraft:stained_hardened_clay:10"
},
{
"target": "blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:11"
},
{
"target": "brown",
"weight": 2,
"id": "minecraft:stained_hardened_clay:12"
},
{
"target": "green",
"weight": 2,
"id": "minecraft:stained_hardened_clay:13"
},
{
"target": "red",
"weight": 2,
"id": "minecraft:stained_hardened_clay:14"
},
{
"target": "black",
"weight": 2,
"id": "minecraft:stained_hardened_clay:15"
},
{
"target": "yellow",
"weight": 28,
"id": "minecraft:sponge"
},
{
"target": "white",
"weight": 12,
"id": "environmentalmaterials:alabaster:0"
},
{
"target": "orange",
"weight": 6,
"id": "environmentalmaterials:alabaster:1"
},
{
"target": "magenta",
"weight": 6,
"id": "environmentalmaterials:alabaster:2"
},
{
"target": "light_blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:3"
},
{
"target": "yellow",
"weight": 6,
"id": "environmentalmaterials:alabaster:4"
},
{
"target": "lime",
"weight": 6,
"id": "environmentalmaterials:alabaster:5"
},
{
"target": "pink",
"weight": 6,
"id": "environmentalmaterials:alabaster:6"
},
{
"target": "gray",
"weight": 6,
"id": "environmentalmaterials:alabaster:7"
},
{
"target": "silver",
"weight": 6,
"id": "environmentalmaterials:alabaster:8"
},
{
"target": "cyan",
"weight": 6,
"id": "environmentalmaterials:alabaster:9"
},
{
"target": "purple",
"weight": 6,
"id": "environmentalmaterials:alabaster:10"
},
{
"target": "blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:11"
},
{
"target": "brown",
"weight": 6,
"id": "environmentalmaterials:alabaster:12"
},
{
"target": "green",
"weight": 6,
"id": "environmentalmaterials:alabaster:13"
},
{
"target": "red",
"weight": 6,
"id": "environmentalmaterials:alabaster:14"
},
{
"target": "black",
"weight": 6,
"id": "environmentalmaterials:alabaster:15"
},
{
"target": "white",
"weight": 4,
"id": "quark:crystal:0"
},
{
"target": "red",
"weight": 4,
"id": "quark:crystal:1"
},
{
"target": "orange",
"weight": 4,
"id": "quark:crystal:2"
},
{
"target": "yellow",
"weight": 4,
"id": "quark:crystal:3"
},
{
"target": "lime",
"weight": 4,
"id": "quark:crystal:4"
},
{
"target": "cyan",
"weight": 4,
"id": "quark:crystal:5"
},
{
"target": "blue",
"weight": 4,
"id": "quark:crystal:6"
},
{
"target": "purple",
"weight": 4,
"id": "quark:crystal:7"
},
{
"target": "black",
"weight": 30,
"id": "environmentalmaterials:basalt"
},
{
"target": "gray",
"weight": 20,
"id": "environmentalmaterials:hardened_stone"
},
{
"target": "yellow",
"weight": 30,
"id": "OD:stoneLimestone"
},
{
"target": "white",
"weight": 30,
"id": "OD:stoneMarble"
},
{
"target": "brown",
"weight": 20,
"id": "chisel:brownstone"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:packed_ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "immersivehempcraft:hemcraft_hardened"
},
{
"target": "brown",
"weight": 15,
"id": "biomesoplenty:dirt"
},
{
"target": "green",
"weight": 20,
"id": "thebetweenlands:betweenstone"
},
{
"target": "green",
"weight": 5,
"id": "thebetweenlands:generic_stone"
},
{
"target": "green",
"weight": 15,
"id": "thebetweenlands:pitstone"
},
{
"target": "light_gray",
"weight": 15,
"id": "thebetweenlands:limestone"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:mud"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:swamp_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:swamp_grass"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_grass"
},
{
"target": "white",
"weight": 6,
"id": "environmentaltech:mica"
}
]
}
@@ -0,0 +1,409 @@
{
"outputs": [
{
"target": "gray",
"weight": 32,
"id": "minecraft:stone:0"
},
{
"target": "pink",
"weight": 30,
"id": "minecraft:stone:1"
},
{
"target": "white",
"weight": 30,
"id": "minecraft:stone:3"
},
{
"target": "gray",
"weight": 30,
"id": "minecraft:stone:5"
},
{
"target": "silver",
"weight": 30,
"id": "minecraft:gravel"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:grass"
},
{
"target": "brown",
"weight": 20,
"id": "minecraft:dirt:0"
},
{
"target": "brown",
"weight": 10,
"id": "minecraft:dirt:2"
},
{
"target": "yellow",
"weight": 30,
"id": "minecraft:sand:0"
},
{
"target": "red",
"weight": 24,
"id": "minecraft:sand:1"
},
{
"target": "yellow",
"weight": 10,
"id": "minecraft:sandstone:0"
},
{
"target": "red",
"weight": 10,
"id": "minecraft:red_sandstone:0"
},
{
"target": "gray",
"weight": 28,
"id": "minecraft:cobblestone"
},
{
"target": "green",
"weight": 10,
"id": "minecraft:mossy_cobblestone"
},
{
"target": "purple",
"weight": 9,
"id": "minecraft:obsidian"
},
{
"target": "silver",
"weight": 12,
"id": "minecraft:clay"
},
{
"target": "red",
"weight": 28,
"id": "minecraft:netherrack"
},
{
"target": "brown",
"weight": 16,
"id": "minecraft:soul_sand"
},
{
"target": "purple",
"weight": 8,
"id": "minecraft:mycelium"
},
{
"target": "yellow",
"weight": 13,
"id": "minecraft:end_stone:0"
},
{
"target": "orange",
"weight": 12,
"id": "minecraft:hardened_clay"
},
{
"target": "white",
"weight": 2,
"id": "minecraft:stained_hardened_clay:0"
},
{
"target": "orange",
"weight": 2,
"id": "minecraft:stained_hardened_clay:1"
},
{
"target": "magenta",
"weight": 2,
"id": "minecraft:stained_hardened_clay:2"
},
{
"target": "light_blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:3"
},
{
"target": "yellow",
"weight": 2,
"id": "minecraft:stained_hardened_clay:4"
},
{
"target": "lime",
"weight": 2,
"id": "minecraft:stained_hardened_clay:5"
},
{
"target": "pink",
"weight": 2,
"id": "minecraft:stained_hardened_clay:6"
},
{
"target": "gray",
"weight": 2,
"id": "minecraft:stained_hardened_clay:7"
},
{
"target": "silver",
"weight": 2,
"id": "minecraft:stained_hardened_clay:8"
},
{
"target": "cyan",
"weight": 2,
"id": "minecraft:stained_hardened_clay:9"
},
{
"target": "purple",
"weight": 2,
"id": "minecraft:stained_hardened_clay:10"
},
{
"target": "blue",
"weight": 2,
"id": "minecraft:stained_hardened_clay:11"
},
{
"target": "brown",
"weight": 2,
"id": "minecraft:stained_hardened_clay:12"
},
{
"target": "green",
"weight": 2,
"id": "minecraft:stained_hardened_clay:13"
},
{
"target": "red",
"weight": 2,
"id": "minecraft:stained_hardened_clay:14"
},
{
"target": "black",
"weight": 2,
"id": "minecraft:stained_hardened_clay:15"
},
{
"target": "yellow",
"weight": 28,
"id": "minecraft:sponge"
},
{
"target": "white",
"weight": 12,
"id": "environmentalmaterials:alabaster:0"
},
{
"target": "orange",
"weight": 6,
"id": "environmentalmaterials:alabaster:1"
},
{
"target": "magenta",
"weight": 6,
"id": "environmentalmaterials:alabaster:2"
},
{
"target": "light_blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:3"
},
{
"target": "yellow",
"weight": 6,
"id": "environmentalmaterials:alabaster:4"
},
{
"target": "lime",
"weight": 6,
"id": "environmentalmaterials:alabaster:5"
},
{
"target": "pink",
"weight": 6,
"id": "environmentalmaterials:alabaster:6"
},
{
"target": "gray",
"weight": 6,
"id": "environmentalmaterials:alabaster:7"
},
{
"target": "silver",
"weight": 6,
"id": "environmentalmaterials:alabaster:8"
},
{
"target": "cyan",
"weight": 6,
"id": "environmentalmaterials:alabaster:9"
},
{
"target": "purple",
"weight": 6,
"id": "environmentalmaterials:alabaster:10"
},
{
"target": "blue",
"weight": 6,
"id": "environmentalmaterials:alabaster:11"
},
{
"target": "brown",
"weight": 6,
"id": "environmentalmaterials:alabaster:12"
},
{
"target": "green",
"weight": 6,
"id": "environmentalmaterials:alabaster:13"
},
{
"target": "red",
"weight": 6,
"id": "environmentalmaterials:alabaster:14"
},
{
"target": "black",
"weight": 6,
"id": "environmentalmaterials:alabaster:15"
},
{
"target": "white",
"weight": 4,
"id": "quark:crystal:0"
},
{
"target": "red",
"weight": 4,
"id": "quark:crystal:1"
},
{
"target": "orange",
"weight": 4,
"id": "quark:crystal:2"
},
{
"target": "yellow",
"weight": 4,
"id": "quark:crystal:3"
},
{
"target": "lime",
"weight": 4,
"id": "quark:crystal:4"
},
{
"target": "cyan",
"weight": 4,
"id": "quark:crystal:5"
},
{
"target": "blue",
"weight": 4,
"id": "quark:crystal:6"
},
{
"target": "purple",
"weight": 4,
"id": "quark:crystal:7"
},
{
"target": "black",
"weight": 30,
"id": "environmentalmaterials:basalt"
},
{
"target": "gray",
"weight": 20,
"id": "environmentalmaterials:hardened_stone"
},
{
"target": "yellow",
"weight": 30,
"id": "OD:stoneLimestone"
},
{
"target": "white",
"weight": 30,
"id": "OD:stoneMarble"
},
{
"target": "brown",
"weight": 20,
"id": "chisel:brownstone"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "minecraft:packed_ice"
},
{
"target": "light_blue",
"weight": 8,
"id": "immersivehempcraft:hemcraft_hardened"
},
{
"target": "brown",
"weight": 15,
"id": "biomesoplenty:dirt"
},
{
"target": "green",
"weight": 20,
"id": "thebetweenlands:betweenstone"
},
{
"target": "green",
"weight": 5,
"id": "thebetweenlands:generic_stone"
},
{
"target": "green",
"weight": 15,
"id": "thebetweenlands:pitstone"
},
{
"target": "light_gray",
"weight": 15,
"id": "thebetweenlands:limestone"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:mud"
},
{
"target": "brown",
"weight": 7,
"id": "thebetweenlands:swamp_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:swamp_grass"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_dirt"
},
{
"target": "green",
"weight": 7,
"id": "thebetweenlands:slimy_grass"
},
{
"target": "white",
"weight": 7,
"id": "environmentaltech:mica"
}
]
}