minecraft server init
This commit is contained in:
384
config/environmentaltech/main.cfg
Normal file
384
config/environmentaltech/main.cfg
Normal file
@ -0,0 +1,384 @@
|
||||
# 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=4.0
|
||||
|
||||
# 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=24
|
||||
|
||||
# Erodium Solar Cell efficiency [range: 64 ~ 640, default: 64]
|
||||
I:2erodium_solar_cell_efficiency=32
|
||||
|
||||
# Kyronite Solar Cell efficiency [range: 96 ~ 960, default: 96]
|
||||
I:3kyronite_solar_cell_efficiency=48
|
||||
|
||||
# Pladium Solar Cell efficiency [range: 128 ~ 1280, default: 128]
|
||||
I:4pladium_solar_cell_efficiency=64
|
||||
|
||||
# Ionite Solar Cell efficiency [range: 192 ~ 1920, default: 192]
|
||||
I:5ionite_solar_cell_efficiency=96
|
||||
|
||||
# Aethium Solar Cell efficiency [range: 256 ~ 2560, default: 256]
|
||||
I:6aethium_solar_cell_efficiency=128
|
||||
|
||||
# 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=1.2
|
||||
|
||||
# Base production rate if solar was running at 100% efficiency. [range: 64 ~ 256, default: 128]
|
||||
I:s_production_rate=64
|
||||
|
||||
# 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=1000000
|
||||
|
||||
# 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=1000000
|
||||
|
||||
# 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=1000000
|
||||
|
||||
# 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=1000000
|
||||
|
||||
# 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=1000000
|
||||
|
||||
# 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
|
||||
I:luck_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,229 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "log",
|
||||
"weight": 32,
|
||||
"id": "OD_PREFIX:logWood"
|
||||
},
|
||||
{
|
||||
"target": "sapling",
|
||||
"weight": 4,
|
||||
"id": "OD_PREFIX:treeSapling"
|
||||
},
|
||||
{
|
||||
"target": "leaves",
|
||||
"weight": 64,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,229 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "log",
|
||||
"weight": 32,
|
||||
"id": "OD_PREFIX:logWood"
|
||||
},
|
||||
{
|
||||
"target": "sapling",
|
||||
"weight": 4,
|
||||
"id": "OD_PREFIX:treeSapling"
|
||||
},
|
||||
{
|
||||
"target": "leaves",
|
||||
"weight": 64,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,229 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "log",
|
||||
"weight": 32,
|
||||
"id": "OD_PREFIX:logWood"
|
||||
},
|
||||
{
|
||||
"target": "sapling",
|
||||
"weight": 4,
|
||||
"id": "OD_PREFIX:treeSapling"
|
||||
},
|
||||
{
|
||||
"target": "leaves",
|
||||
"weight": 64,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,229 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "log",
|
||||
"weight": 32,
|
||||
"id": "OD_PREFIX:logWood"
|
||||
},
|
||||
{
|
||||
"target": "sapling",
|
||||
"weight": 4,
|
||||
"id": "OD_PREFIX:treeSapling"
|
||||
},
|
||||
{
|
||||
"target": "leaves",
|
||||
"weight": 64,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,229 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "log",
|
||||
"weight": 32,
|
||||
"id": "OD_PREFIX:logWood"
|
||||
},
|
||||
{
|
||||
"target": "sapling",
|
||||
"weight": 4,
|
||||
"id": "OD_PREFIX:treeSapling"
|
||||
},
|
||||
{
|
||||
"target": "leaves",
|
||||
"weight": 64,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,229 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "log",
|
||||
"weight": 32,
|
||||
"id": "OD_PREFIX:logWood"
|
||||
},
|
||||
{
|
||||
"target": "sapling",
|
||||
"weight": 4,
|
||||
"id": "OD_PREFIX:treeSapling"
|
||||
},
|
||||
{
|
||||
"target": "leaves",
|
||||
"weight": 64,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
208
config/environmentaltech/multiblocks/void_miner/ore/tier_1.json
Normal file
208
config/environmentaltech/multiblocks/void_miner/ore/tier_1.json
Normal file
@ -0,0 +1,208 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 4,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:litherite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 2,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:erodium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 64,
|
||||
"count": 1,
|
||||
"id": "OD:oreCoal"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 48,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartz"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreRedstone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 20,
|
||||
"count": 1,
|
||||
"id": "OD:oreLapis"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 19,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster:1"
|
||||
},
|
||||
{
|
||||
"target": "cyan",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreDiamond"
|
||||
},
|
||||
{
|
||||
"target": "lime",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreEmerald"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:glowstone"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreCopper"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreTin"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 22,
|
||||
"count": 1,
|
||||
"id": "OD:oreSilver"
|
||||
},
|
||||
{
|
||||
"target": "purple",
|
||||
"weight": 30,
|
||||
"count": 1,
|
||||
"id": "OD:oreLead"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 26,
|
||||
"count": 1,
|
||||
"id": "OD:oreAluminum"
|
||||
},
|
||||
{
|
||||
"target": "green",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreUranium"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreYellorite"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCertusQuartz"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCinnabar"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreAmber"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreNickel"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:orePlatinum"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreSulfur"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreNiter"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreFirestone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreCobalt"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreArdite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreGraphite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 18,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartzBlack"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreResonating"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 16,
|
||||
"count": 1,
|
||||
"id": "OD:oreOsmium"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreSalt"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "rftools:dimensional_shard_ore"
|
||||
}
|
||||
]
|
||||
}
|
220
config/environmentaltech/multiblocks/void_miner/ore/tier_2.json
Normal file
220
config/environmentaltech/multiblocks/void_miner/ore/tier_2.json
Normal file
@ -0,0 +1,220 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 6,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:litherite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 4,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:erodium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 2,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:kyronite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 2,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:lonsdaleite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 64,
|
||||
"count": 1,
|
||||
"id": "OD:oreCoal"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 48,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartz"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreRedstone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 20,
|
||||
"count": 1,
|
||||
"id": "OD:oreLapis"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 19,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster:1"
|
||||
},
|
||||
{
|
||||
"target": "cyan",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreDiamond"
|
||||
},
|
||||
{
|
||||
"target": "lime",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreEmerald"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:glowstone"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreCopper"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreTin"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 22,
|
||||
"count": 1,
|
||||
"id": "OD:oreSilver"
|
||||
},
|
||||
{
|
||||
"target": "purple",
|
||||
"weight": 30,
|
||||
"count": 1,
|
||||
"id": "OD:oreLead"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 26,
|
||||
"count": 1,
|
||||
"id": "OD:oreAluminum"
|
||||
},
|
||||
{
|
||||
"target": "green",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreUranium"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreYellorite"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCertusQuartz"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCinnabar"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreAmber"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreNickel"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:orePlatinum"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreSulfur"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreNiter"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreFirestone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreCobalt"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreArdite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreGraphite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 18,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartzBlack"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreResonating"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 16,
|
||||
"count": 1,
|
||||
"id": "OD:oreOsmium"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreSalt"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "rftools:dimensional_shard_ore"
|
||||
}
|
||||
]
|
||||
}
|
226
config/environmentaltech/multiblocks/void_miner/ore/tier_3.json
Normal file
226
config/environmentaltech/multiblocks/void_miner/ore/tier_3.json
Normal file
@ -0,0 +1,226 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:litherite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 6,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:erodium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 4,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:kyronite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 2,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:pladium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 4,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:lonsdaleite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 64,
|
||||
"count": 1,
|
||||
"id": "OD:oreCoal"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 48,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartz"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreRedstone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 20,
|
||||
"count": 1,
|
||||
"id": "OD:oreLapis"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 19,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster:1"
|
||||
},
|
||||
{
|
||||
"target": "cyan",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreDiamond"
|
||||
},
|
||||
{
|
||||
"target": "lime",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreEmerald"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:glowstone"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreCopper"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreTin"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 22,
|
||||
"count": 1,
|
||||
"id": "OD:oreSilver"
|
||||
},
|
||||
{
|
||||
"target": "purple",
|
||||
"weight": 30,
|
||||
"count": 1,
|
||||
"id": "OD:oreLead"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 26,
|
||||
"count": 1,
|
||||
"id": "OD:oreAluminum"
|
||||
},
|
||||
{
|
||||
"target": "green",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreUranium"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreYellorite"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCertusQuartz"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCinnabar"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreAmber"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreNickel"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:orePlatinum"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreSulfur"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreNiter"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreFirestone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreCobalt"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreArdite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreGraphite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 18,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartzBlack"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreResonating"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 16,
|
||||
"count": 1,
|
||||
"id": "OD:oreOsmium"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreSalt"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "rftools:dimensional_shard_ore"
|
||||
}
|
||||
]
|
||||
}
|
232
config/environmentaltech/multiblocks/void_miner/ore/tier_4.json
Normal file
232
config/environmentaltech/multiblocks/void_miner/ore/tier_4.json
Normal file
@ -0,0 +1,232 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:litherite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:erodium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 6,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:kyronite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 4,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:pladium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 2,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:ionite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 4,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:lonsdaleite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 64,
|
||||
"count": 1,
|
||||
"id": "OD:oreCoal"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 48,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartz"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreRedstone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 20,
|
||||
"count": 1,
|
||||
"id": "OD:oreLapis"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 19,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster:1"
|
||||
},
|
||||
{
|
||||
"target": "cyan",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreDiamond"
|
||||
},
|
||||
{
|
||||
"target": "lime",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreEmerald"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:glowstone"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreCopper"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreTin"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 22,
|
||||
"count": 1,
|
||||
"id": "OD:oreSilver"
|
||||
},
|
||||
{
|
||||
"target": "purple",
|
||||
"weight": 30,
|
||||
"count": 1,
|
||||
"id": "OD:oreLead"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 26,
|
||||
"count": 1,
|
||||
"id": "OD:oreAluminum"
|
||||
},
|
||||
{
|
||||
"target": "green",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreUranium"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreYellorite"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCertusQuartz"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCinnabar"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreAmber"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreNickel"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:orePlatinum"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreSulfur"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreNiter"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreFirestone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreCobalt"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreArdite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreGraphite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 18,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartzBlack"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreResonating"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 16,
|
||||
"count": 1,
|
||||
"id": "OD:oreOsmium"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreSalt"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "rftools:dimensional_shard_ore"
|
||||
}
|
||||
]
|
||||
}
|
238
config/environmentaltech/multiblocks/void_miner/ore/tier_5.json
Normal file
238
config/environmentaltech/multiblocks/void_miner/ore/tier_5.json
Normal file
@ -0,0 +1,238 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:litherite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:erodium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:kyronite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 6,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:pladium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 4,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:ionite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 2,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:aethium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 5,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:lonsdaleite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 64,
|
||||
"count": 1,
|
||||
"id": "OD:oreCoal"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 48,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartz"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreRedstone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 20,
|
||||
"count": 1,
|
||||
"id": "OD:oreLapis"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 19,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster:1"
|
||||
},
|
||||
{
|
||||
"target": "cyan",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreDiamond"
|
||||
},
|
||||
{
|
||||
"target": "lime",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreEmerald"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:glowstone"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreCopper"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreTin"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 22,
|
||||
"count": 1,
|
||||
"id": "OD:oreSilver"
|
||||
},
|
||||
{
|
||||
"target": "purple",
|
||||
"weight": 30,
|
||||
"count": 1,
|
||||
"id": "OD:oreLead"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 26,
|
||||
"count": 1,
|
||||
"id": "OD:oreAluminum"
|
||||
},
|
||||
{
|
||||
"target": "green",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreUranium"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreYellorite"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCertusQuartz"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCinnabar"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreAmber"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreNickel"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:orePlatinum"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreSulfur"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreNiter"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreFirestone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreCobalt"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreArdite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreGraphite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 18,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartzBlack"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreResonating"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 16,
|
||||
"count": 1,
|
||||
"id": "OD:oreOsmium"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreSalt"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "rftools:dimensional_shard_ore"
|
||||
}
|
||||
]
|
||||
}
|
244
config/environmentaltech/multiblocks/void_miner/ore/tier_6.json
Normal file
244
config/environmentaltech/multiblocks/void_miner/ore/tier_6.json
Normal file
@ -0,0 +1,244 @@
|
||||
{
|
||||
"outputs": [
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 16,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:litherite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:erodium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:kyronite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:pladium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:ionite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "crystal",
|
||||
"weight": 6,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:aethium_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 6,
|
||||
"count": 1,
|
||||
"id": "environmentaltech:lonsdaleite_crystal"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 64,
|
||||
"count": 1,
|
||||
"id": "OD:oreCoal"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 48,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartz"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 32,
|
||||
"count": 1,
|
||||
"id": "OD:oreRedstone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 20,
|
||||
"count": 1,
|
||||
"id": "OD:oreLapis"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 19,
|
||||
"count": 1,
|
||||
"id": "geolosys:cluster:1"
|
||||
},
|
||||
{
|
||||
"target": "cyan",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreDiamond"
|
||||
},
|
||||
{
|
||||
"target": "lime",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreEmerald"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:glowstone"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreCopper"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 36,
|
||||
"count": 1,
|
||||
"id": "OD:oreTin"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 22,
|
||||
"count": 1,
|
||||
"id": "OD:oreSilver"
|
||||
},
|
||||
{
|
||||
"target": "purple",
|
||||
"weight": 30,
|
||||
"count": 1,
|
||||
"id": "OD:oreLead"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 26,
|
||||
"count": 1,
|
||||
"id": "OD:oreAluminum"
|
||||
},
|
||||
{
|
||||
"target": "green",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreUranium"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreYellorite"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCertusQuartz"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreCinnabar"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreAmber"
|
||||
},
|
||||
{
|
||||
"target": "gray",
|
||||
"weight": 13,
|
||||
"count": 1,
|
||||
"id": "OD:oreNickel"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:orePlatinum"
|
||||
},
|
||||
{
|
||||
"target": "light_blue",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreMithril"
|
||||
},
|
||||
{
|
||||
"target": "yellow",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreSulfur"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 14,
|
||||
"count": 1,
|
||||
"id": "OD:oreNiter"
|
||||
},
|
||||
{
|
||||
"target": "red",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreFirestone"
|
||||
},
|
||||
{
|
||||
"target": "blue",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreCobalt"
|
||||
},
|
||||
{
|
||||
"target": "orange",
|
||||
"weight": 10,
|
||||
"count": 1,
|
||||
"id": "OD:oreArdite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 12,
|
||||
"count": 1,
|
||||
"id": "OD:oreGraphite"
|
||||
},
|
||||
{
|
||||
"target": "black",
|
||||
"weight": 18,
|
||||
"count": 1,
|
||||
"id": "OD:oreQuartzBlack"
|
||||
},
|
||||
{
|
||||
"target": "brown",
|
||||
"weight": 9,
|
||||
"count": 1,
|
||||
"id": "OD:oreResonating"
|
||||
},
|
||||
{
|
||||
"target": "silver",
|
||||
"weight": 16,
|
||||
"count": 1,
|
||||
"id": "OD:oreOsmium"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 7,
|
||||
"count": 1,
|
||||
"id": "OD:oreSalt"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 8,
|
||||
"count": 1,
|
||||
"id": "rftools:dimensional_shard_ore"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,189 @@
|
||||
{
|
||||
"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": "yellow",
|
||||
"weight": 24,
|
||||
"id": "minecraft:sand:1"
|
||||
},
|
||||
{
|
||||
"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": "",
|
||||
"weight": 8,
|
||||
"id": "minecraft:mycelium"
|
||||
},
|
||||
{
|
||||
"target": "",
|
||||
"weight": 13,
|
||||
"id": "minecraft:end_stone"
|
||||
},
|
||||
{
|
||||
"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": "lightBlue",
|
||||
"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": "3",
|
||||
"weight": 28,
|
||||
"id": "minecraft:sponge"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 4,
|
||||
"id": "environmentaltech:mica"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,189 @@
|
||||
{
|
||||
"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": "yellow",
|
||||
"weight": 24,
|
||||
"id": "minecraft:sand:1"
|
||||
},
|
||||
{
|
||||
"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": "",
|
||||
"weight": 8,
|
||||
"id": "minecraft:mycelium"
|
||||
},
|
||||
{
|
||||
"target": "",
|
||||
"weight": 13,
|
||||
"id": "minecraft:end_stone"
|
||||
},
|
||||
{
|
||||
"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": "lightBlue",
|
||||
"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": "3",
|
||||
"weight": 28,
|
||||
"id": "minecraft:sponge"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 4,
|
||||
"id": "environmentaltech:mica"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,189 @@
|
||||
{
|
||||
"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": "yellow",
|
||||
"weight": 24,
|
||||
"id": "minecraft:sand:1"
|
||||
},
|
||||
{
|
||||
"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": "",
|
||||
"weight": 8,
|
||||
"id": "minecraft:mycelium"
|
||||
},
|
||||
{
|
||||
"target": "",
|
||||
"weight": 13,
|
||||
"id": "minecraft:end_stone"
|
||||
},
|
||||
{
|
||||
"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": "lightBlue",
|
||||
"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": "3",
|
||||
"weight": 28,
|
||||
"id": "minecraft:sponge"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 4,
|
||||
"id": "environmentaltech:mica"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,189 @@
|
||||
{
|
||||
"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": "yellow",
|
||||
"weight": 24,
|
||||
"id": "minecraft:sand:1"
|
||||
},
|
||||
{
|
||||
"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": "",
|
||||
"weight": 8,
|
||||
"id": "minecraft:mycelium"
|
||||
},
|
||||
{
|
||||
"target": "",
|
||||
"weight": 13,
|
||||
"id": "minecraft:end_stone"
|
||||
},
|
||||
{
|
||||
"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": "lightBlue",
|
||||
"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": "3",
|
||||
"weight": 28,
|
||||
"id": "minecraft:sponge"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 4,
|
||||
"id": "environmentaltech:mica"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,189 @@
|
||||
{
|
||||
"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": "yellow",
|
||||
"weight": 24,
|
||||
"id": "minecraft:sand:1"
|
||||
},
|
||||
{
|
||||
"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": "",
|
||||
"weight": 8,
|
||||
"id": "minecraft:mycelium"
|
||||
},
|
||||
{
|
||||
"target": "",
|
||||
"weight": 13,
|
||||
"id": "minecraft:end_stone"
|
||||
},
|
||||
{
|
||||
"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": "lightBlue",
|
||||
"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": "3",
|
||||
"weight": 28,
|
||||
"id": "minecraft:sponge"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 4,
|
||||
"id": "environmentaltech:mica"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,189 @@
|
||||
{
|
||||
"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": "yellow",
|
||||
"weight": 24,
|
||||
"id": "minecraft:sand:1"
|
||||
},
|
||||
{
|
||||
"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": "",
|
||||
"weight": 8,
|
||||
"id": "minecraft:mycelium"
|
||||
},
|
||||
{
|
||||
"target": "",
|
||||
"weight": 13,
|
||||
"id": "minecraft:end_stone"
|
||||
},
|
||||
{
|
||||
"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": "lightBlue",
|
||||
"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": "3",
|
||||
"weight": 28,
|
||||
"id": "minecraft:sponge"
|
||||
},
|
||||
{
|
||||
"target": "white",
|
||||
"weight": 4,
|
||||
"id": "environmentaltech:mica"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user