diff --git a/AlternativeConfigs/0_README.txt b/AlternativeConfigs/0_README.txt index 5b2b1e7b..54dcee7e 100644 --- a/AlternativeConfigs/0_README.txt +++ b/AlternativeConfigs/0_README.txt @@ -6,4 +6,9 @@ AppliedEnergistics2 loliasm Re-enables some animations - Makes the pack less performant \ No newline at end of file + Makes the pack less performant + +Legendary Tooltips + replace legendarytooltips folder in resources folder + Replace legendarytooltips file in config folder + Sets item windows to look like vanilla MC \ No newline at end of file diff --git a/AlternativeConfigs/legendarytooltips.cfg b/AlternativeConfigs/legendarytooltips.cfg new file mode 100644 index 00000000..530346a5 --- /dev/null +++ b/AlternativeConfigs/legendarytooltips.cfg @@ -0,0 +1,316 @@ +# Configuration file + +########################################################################################################## +# visual_options +#--------------------------------------------------------------------------------------------------------# +# Legendary Tooltips Configuration Instructions +# +# *** READ THIS FIRST *** +# +# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs +# where the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. +# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: +# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). +# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", +# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. +# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. +# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. +# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. +# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, +# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. +########################################################################################################## + +visual_options { + # If enabled, tooltip border colors will match item rarity colors (except for custom borders). [default: true] + B:borders_match_rarity=true + + # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. [default: true] + B:name_separator=true + + # If enabled, items showing a custom border will have a special shine effect when hovered over. [default: true] + B:shine_effect=true + + # Whether or not to repeat the shine effect, or to only play it once. [default: false] + B:shine_repeat=false + + # Whether or not to sync horizontal and vertical shine, or delay vertical shine. [default: false] + B:shine_sync=false + + # The speed at which to play the shine effect, higher value is slower. [range: 20 ~ 800, default: 50] + I:shine_ticks=50 + + # If enabled, tooltips will display a drop shadow. [default: true] + B:tooltip_shadow=true +} + + +########################################################################################################## +# definitions +#--------------------------------------------------------------------------------------------------------# +# Entry types: +# Item name - Use item name for vanilla items or include mod name for modded items. Examples: minecraft:stick, iron_ore +# Item Metadata - After an item name, you may include a colon and then a number to indicate metadata. Examples: minecraft:wool:5, minecraft:sponge:1 +# Tag - $ followed by ore dictionary tag name. Examples: $plankWood or $ingotIron +# Mod name - @ followed by mod identifier. Examples: @spoiledeggs +# Rarity - ! followed by item's rarity. Examples: !uncommon, !rare !epic +# Item name color - # followed by color hex code, the hex code must match exactly. Examples: #23F632 +# Display name - % followed by any text. Will match any item with this text in its tooltip display name. Examples: %Uncommon +# Tooltip text - ^ followed by any text. Will match any item with this text anywhere in the tooltip text (besides the name). Examples: ^Legendary +# NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . +# Examples: &Damage=0, &Tier>1, &Enchantments, &map!=128 +########################################################################################################## + +definitions { + # [default: [!epic], [!rare]] + S:level0_entries < + ^§d§oSuper-Enchanted§r + immersiveengineering:revolver + immersiveengineering:railgun + divinerpg:amthirmis_staff + divinerpg:darven_staff + divinerpg:cermile_staff + divinerpg:pardimal_staff + divinerpg:quadrotic_staff + divinerpg:karos_staff + divinerpg:heliosis_staff + divinerpg:arksiane_staff + divinerpg:evernight + > + + # [default: ] + S:level1_entries < + !epic + !rare + !common + !uncommon + @botania + @extrabotany + @actuallyadditions + > + + # [default: ] + S:level2_entries < + > + + # [default: ] + S:level3_entries < + > + + # [default: ] + S:level4_entries < + > + + # [default: ] + S:level5_entries < + > + + # [default: ] + S:level6_entries < + > + + # [default: ] + S:level7_entries < + > + + # [default: ] + S:level8_entries < + > + + # [default: ] + S:level9_entries < + > + + # [default: ] + S:level10_entries < + > + + # [default: ] + S:level11_entries < + > + + # [default: ] + S:level12_entries < + > + + # [default: ] + S:level13_entries < + > + + # [default: ] + S:level14_entries < + > + + # [default: ] + S:level15_entries < + > +} + + +########################################################################################################## +# priorities +#--------------------------------------------------------------------------------------------------------# +# Set border priorities here. This should be a string containing a comma-separated list of numbers that +# correspond to border levels, with numbers coming first being higher priority. +########################################################################################################## + +priorities { + # [default: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15] + S:priorities=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 +} + + +########################################################################################################## +# colors +#--------------------------------------------------------------------------------------------------------# +# The start and end border colors and background colors of each level. +# Note that they can be entered as any one of: a hex color code in the format #AARRGGBB or #RRGGBB, OR a string color name. +# Examples: #FFFF00, #FF73D984, red, #FFCC00 +########################################################################################################## + +colors { + # [default: #FF996922] + S:level0_start_color=#FFAD501C + + # [default: #FF5A3A1D] + S:level0_end_color=#FF487428 + + # [default: #FF996922] + S:level1_start_color=#505000FF + + # [default: #FF5A3A1D] + S:level1_end_color=#5028007F + + # [default: #FF996922] + S:level2_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level2_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level3_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level3_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level4_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level4_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level5_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level5_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level6_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level6_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level7_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level7_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level8_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level8_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level9_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level9_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level10_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level10_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level11_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level11_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level12_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level12_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level13_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level13_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level14_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level14_end_color=#FF5A3A1D + + # [default: #FF996922] + S:level15_start_color=#FF996922 + + # [default: #FF5A3A1D] + S:level15_end_color=#FF5A3A1D + + # [default: #F0160A00] + S:level0_bg_color=#F0070322 + + # [default: #F0160A00] + S:level10_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level11_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level12_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level13_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level14_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level15_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level1_bg_color=#F0100010 + + # [default: #F0160A00] + S:level2_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level3_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level4_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level5_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level6_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level7_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level8_bg_color=#F0160A00 + + # [default: #F0160A00] + S:level9_bg_color=#F0160A00 +} + + diff --git a/AlternativeConfigs/legendarytooltips/textures/gui/tooltip_borders.png b/AlternativeConfigs/legendarytooltips/textures/gui/tooltip_borders.png new file mode 100644 index 00000000..70f65ff9 Binary files /dev/null and b/AlternativeConfigs/legendarytooltips/textures/gui/tooltip_borders.png differ diff --git a/config/AppliedEnergistics2/CustomRecipes.cfg b/config/AppliedEnergistics2/CustomRecipes.cfg index 0e66c907..17e90033 100644 --- a/config/AppliedEnergistics2/CustomRecipes.cfg +++ b/config/AppliedEnergistics2/CustomRecipes.cfg @@ -1,7 +1,7 @@ # Configuration file cache { - S:digest=eff8be800e21d8beb3fbd7653e27cd85 + S:digest=75290a1368d1c585feea4d01d35b917a # Caching can save processing time, if there are a lot of items. [default: true] B:enableCache=true diff --git a/config/AppliedEnergistics2/VersionChecker.cfg b/config/AppliedEnergistics2/VersionChecker.cfg index 5bf2f008..40c8330b 100644 --- a/config/AppliedEnergistics2/VersionChecker.cfg +++ b/config/AppliedEnergistics2/VersionChecker.cfg @@ -3,7 +3,7 @@ cache { # Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24] I:interval=24 - S:lastCheck=1714616702609 + S:lastCheck=1716584110794 } diff --git a/config/AppliedEnergistics2/items.csv b/config/AppliedEnergistics2/items.csv index 2a54a5d8..5cb63487 100644 --- a/config/AppliedEnergistics2/items.csv +++ b/config/AppliedEnergistics2/items.csv @@ -1636,55 +1636,8 @@ forestry:resource_storage:2, Block of Tin forestry:resource_storage:3, Block of Bronze forestry:ash_brick:0, Ash Bricks forestry:ash_stairs:0, Ash Brick Stairs -forestry:book_forester, Forester's Manual -forestry:genetic_filter:0, Genetic Filter -forestry:greenhouse:0, Greenhouse Block -forestry:greenhouse:3, Greenhouse Energy Distributor -forestry:greenhouse:4, Greenhouse Control -forestry:greenhouse:5, Greenhouse Screen -forestry:climatiser:0, Greenhouse Hygroregulator -forestry:climatiser:1, Greenhouse Heater -forestry:climatiser:2, Greenhouse Fan -forestry:climatiser:3, Greenhouse Humidifier -forestry:climatiser:4, Greenhouse Dehumidifier -forestry:greenhouse.window:0, Greenhouse Window -forestry:greenhouse.window_up:0, Greenhouse Roof Window -forestry:worktable:0, Worktable -forestry:fluid.bio.ethanol, Ethanol -forestry:fluid.biomass, Biomass -forestry:fluid.glass, Liquid Glass -forestry:fluid.for.honey, Honey -forestry:fluid.ice, Crushed Ice -forestry:fluid.juice, Fruit Juice -forestry:fluid.milk, Milk -forestry:fluid.seed.oil, Seed Oil -forestry:fluid.short.mead, Short Mead -forestry:can, item.for.can.name -forestry:capsule, item.for.capsule.name -forestry:refractory, item.for.refractory.name -forestry:stamps:0, Stamp (1n) -forestry:stamps:1, Stamp (2n) -forestry:stamps:2, Stamp (5n) -forestry:stamps:3, Stamp (10n) -forestry:stamps:4, Stamp (20n) -forestry:stamps:5, Stamp (50n) -forestry:stamps:6, Stamp (100n) -forestry:letters, Letter -forestry:catalogue, Catalogue -forestry:mailbox:0, Mailbox -forestry:trade_station:0, Trade Station -forestry:stamp_collector:0, Stamp Collector -forestry:crate, Crate -forestry:bottler:0, Bottler -forestry:carpenter:0, Carpenter -forestry:centrifuge:0, Centrifuge -forestry:fermenter:0, Fermenter -forestry:moistener:0, Moistener -forestry:squeezer:0, Squeezer -forestry:still:0, Still -forestry:rainmaker:0, Rainmaker -forestry:fabricator:0, Thermionic Fabricator -forestry:raintank:0, Rain Tank +forestry:habitat_former:0, Habitat Former +forestry:habitat_screen, Habitat Screen forestry:mushroom:0, tile.for.mushroom.name forestry:mushroom:1, tile.for.mushroom.name forestry:ffarm:0, Farm Block @@ -1742,17 +1695,71 @@ forestry:ffarm:5, Farm Control forestry:ffarm:5, Farm Control forestry:ffarm:5, Farm Control forestry:ffarm:5, Farm Control -forestry:charcoal:0, Block of Charcoal -forestry:wood_pile:0, Wood Pile -forestry:wood_pile_decorative:0, Decorative Wood Pile -forestry:ash_block_0:0, Ash Block -forestry:ash_block_1:0, Ash Block -forestry:ash_block_2:0, Ash Block -forestry:ash_block_3:0, Ash Block -forestry:loam:0, Loam -forestry:honeyed_slice, Honeyed Slice -forestry:ambrosia, Ambrosia -forestry:honey_pot, Honey Pot +forestry:stamps:0, Stamp (1n) +forestry:stamps:1, Stamp (2n) +forestry:stamps:2, Stamp (5n) +forestry:stamps:3, Stamp (10n) +forestry:stamps:4, Stamp (20n) +forestry:stamps:5, Stamp (50n) +forestry:stamps:6, Stamp (100n) +forestry:letters, Letter +forestry:catalogue, Catalogue +forestry:mailbox:0, Mailbox +forestry:trade_station:0, Trade Station +forestry:stamp_collector:0, Stamp Collector +forestry:crate, Crate +forestry:arboretum:0, Arboretum (Managed) +forestry:arboretum:1, Arboretum (Manual) +forestry:farm_crops:0, Farm (Managed) +forestry:farm_crops:1, Farm (Manual) +forestry:farm_mushroom:0, Mushroom Farm (Managed) +forestry:farm_mushroom:1, Mushroom Farm (Manual) +forestry:farm_gourd:0, Gourd Farm (Managed) +forestry:farm_gourd:1, Gourd Farm (Manual) +forestry:farm_nether:0, Infernal Farm (Managed) +forestry:farm_nether:1, Infernal Farm (Manual) +forestry:farm_ender:0, Ender Farm (Managed) +forestry:farm_ender:1, Ender Farm (Manual) +forestry:peat_bog:0, Peat Bog (Managed) +forestry:peat_bog:1, Peat Bog (Manual) +forestry:apiarist_bag, Apiarist's Backpack +forestry:lepidopterist_bag, Lepidopterist's Backpack +forestry:miner_bag, Mining Backpack +forestry:miner_bag_t2, Woven Mining Backpack +forestry:digger_bag, Digging Backpack +forestry:digger_bag_t2, Woven Digging Backpack +forestry:forester_bag, Foresting Backpack +forestry:forester_bag_t2, Woven Foresting Backpack +forestry:hunter_bag, Hunting Backpack +forestry:hunter_bag_t2, Woven Hunting Backpack +forestry:adventurer_bag, Adventuring Backpack +forestry:adventurer_bag_t2, Woven Adventuring Backpack +forestry:builder_bag, Building Backpack +forestry:builder_bag_t2, Woven Building Backpack +forestry:bottler:0, Bottler +forestry:carpenter:0, Carpenter +forestry:centrifuge:0, Centrifuge +forestry:fermenter:0, Fermenter +forestry:moistener:0, Moistener +forestry:squeezer:0, Squeezer +forestry:still:0, Still +forestry:rainmaker:0, Rainmaker +forestry:fabricator:0, Thermionic Fabricator +forestry:raintank:0, Rain Tank +forestry:worktable:0, Worktable +forestry:book_forester, Forester's Manual +forestry:fluid.bio.ethanol, Ethanol +forestry:fluid.biomass, Biomass +forestry:fluid.glass, Liquid Glass +forestry:fluid.for.honey, Honey +forestry:fluid.ice, Crushed Ice +forestry:fluid.juice, Fruit Juice +forestry:fluid.milk, Milk +forestry:fluid.seed.oil, Seed Oil +forestry:fluid.short.mead, Short Mead +forestry:can, item.for.can.name +forestry:capsule, item.for.capsule.name +forestry:refractory, item.for.refractory.name forestry:bee_queen_ge:0, Forest Queen forestry:bee_queen_ge:0, Meadows Queen forestry:bee_queen_ge:0, Common Queen @@ -1972,39 +1979,21 @@ forestry:alveary.heater:0, Alveary Heater forestry:alveary.hygro:0, Alveary Hygroregulator forestry:alveary.stabiliser:0, Alveary Stabiliser forestry:alveary.sieve:0, Alveary Sieve -forestry:arboretum:0, Arboretum (Managed) -forestry:arboretum:1, Arboretum (Manual) -forestry:farm_crops:0, Farm (Managed) -forestry:farm_crops:1, Farm (Manual) -forestry:farm_mushroom:0, Mushroom Farm (Managed) -forestry:farm_mushroom:1, Mushroom Farm (Manual) -forestry:farm_gourd:0, Gourd Farm (Managed) -forestry:farm_gourd:1, Gourd Farm (Manual) -forestry:farm_nether:0, Infernal Farm (Managed) -forestry:farm_nether:1, Infernal Farm (Manual) -forestry:farm_ender:0, Ender Farm (Managed) -forestry:farm_ender:1, Ender Farm (Manual) -forestry:peat_bog:0, Peat Bog (Managed) -forestry:peat_bog:1, Peat Bog (Manual) -forestry:apiarist_bag, Apiarist's Backpack -forestry:lepidopterist_bag, Lepidopterist's Backpack -forestry:miner_bag, Mining Backpack -forestry:miner_bag_t2, Woven Mining Backpack -forestry:digger_bag, Digging Backpack -forestry:digger_bag_t2, Woven Digging Backpack -forestry:forester_bag, Foresting Backpack -forestry:forester_bag_t2, Woven Foresting Backpack -forestry:hunter_bag, Hunting Backpack -forestry:hunter_bag_t2, Woven Hunting Backpack -forestry:adventurer_bag, Adventuring Backpack -forestry:adventurer_bag_t2, Woven Adventuring Backpack -forestry:builder_bag, Building Backpack -forestry:builder_bag_t2, Woven Building Backpack forestry:engine_peat:0, Peat-fired Engine forestry:engine_biogas:0, Biogas Engine forestry:engine_clockwork:0, Clockwork Engine -forestry:habitat_former:0, Habitat Former -forestry:habitat_screen, Habitat Screen +forestry:genetic_filter:0, Genetic Filter +forestry:honeyed_slice, Honeyed Slice +forestry:ambrosia, Ambrosia +forestry:honey_pot, Honey Pot +forestry:charcoal:0, Block of Charcoal +forestry:wood_pile:0, Wood Pile +forestry:wood_pile_decorative:0, Decorative Wood Pile +forestry:ash_block_0:0, Ash Block +forestry:ash_block_1:0, Ash Block +forestry:ash_block_2:0, Ash Block +forestry:ash_block_3:0, Ash Block +forestry:loam:0, Loam forestry:sapling:0, Apple Oak Sapling forestry:sapling:0, Dark Oak Sapling forestry:sapling:0, Silver Birch Sapling @@ -2693,6 +2682,17 @@ forestry:butterfly_chest:0, Lepidopterist's Chest forestry:cocoon:0, tile.for.cocoon.name forestry:cocoon.solid:0, tile.for.cocoon.solid.name forestry:database:0, Database +forestry:greenhouse:0, Greenhouse Block +forestry:greenhouse:3, Greenhouse Energy Distributor +forestry:greenhouse:4, Greenhouse Control +forestry:greenhouse:5, Greenhouse Screen +forestry:climatiser:0, Greenhouse Hygroregulator +forestry:climatiser:1, Greenhouse Heater +forestry:climatiser:2, Greenhouse Fan +forestry:climatiser:3, Greenhouse Humidifier +forestry:climatiser:4, Greenhouse Dehumidifier +forestry:greenhouse.window:0, Greenhouse Window +forestry:greenhouse.window_up:0, Greenhouse Roof Window railcraft:tool_crowbar_iron, Iron Crowbar railcraft:tool_crowbar_steel, Steel Crowbar railcraft:tool_axe_steel, Steel Axe @@ -3842,6 +3842,80 @@ genetics:lab_machine:3, Genepool genetics:lab_machine:4, Acclimatiser genetics:adv_machine:0, Splicer botany:machine:0, Tileworker +botany:plant:0, Weed +botany:plant:1, Weed Long +botany:plant:2, Weed Very Long +botany:plant:3, Dead Flower +botany:plant:4, Decaying Flower +botany:soil:0, Soil +botany:soil:1, Soil +botany:soil:2, Soil +botany:soil:3, Soil +botany:soil:4, Soil +botany:soil:5, Soil +botany:soil:6, Soil +botany:soil:7, Soil +botany:soil:8, Soil +botany:loam:0, Loam +botany:loam:1, Loam +botany:loam:2, Loam +botany:loam:3, Loam +botany:loam:4, Loam +botany:loam:5, Loam +botany:loam:6, Loam +botany:loam:7, Loam +botany:loam:8, Loam +botany:flowerbed:0, Flowerbed +botany:flowerbed:1, Flowerbed +botany:flowerbed:2, Flowerbed +botany:flowerbed:3, Flowerbed +botany:flowerbed:4, Flowerbed +botany:flowerbed:5, Flowerbed +botany:flowerbed:6, Flowerbed +botany:flowerbed:7, Flowerbed +botany:flowerbed:8, Flowerbed +botany:soil_no_weed:0, Soil +botany:soil_no_weed:1, Soil +botany:soil_no_weed:2, Soil +botany:soil_no_weed:3, Soil +botany:soil_no_weed:4, Soil +botany:soil_no_weed:5, Soil +botany:soil_no_weed:6, Soil +botany:soil_no_weed:7, Soil +botany:soil_no_weed:8, Soil +botany:loam_no_weed:0, Loam +botany:loam_no_weed:1, Loam +botany:loam_no_weed:2, Loam +botany:loam_no_weed:3, Loam +botany:loam_no_weed:4, Loam +botany:loam_no_weed:5, Loam +botany:loam_no_weed:6, Loam +botany:loam_no_weed:7, Loam +botany:loam_no_weed:8, Loam +botany:flowerbed_no_weed:0, Flowerbed +botany:flowerbed_no_weed:1, Flowerbed +botany:flowerbed_no_weed:2, Flowerbed +botany:flowerbed_no_weed:3, Flowerbed +botany:flowerbed_no_weed:4, Flowerbed +botany:flowerbed_no_weed:5, Flowerbed +botany:flowerbed_no_weed:6, Flowerbed +botany:flowerbed_no_weed:7, Flowerbed +botany:flowerbed_no_weed:8, Flowerbed +botany:soil_meter, Soil Meter +botany:trowel_wood, Wooden Trowel +botany:trowel_stone, Stone Trowel +botany:trowel_iron, Iron Trowel +botany:trowel_diamond, Diamond Trowel +botany:trowel_gold, Gold Trowel +botany:misc:0, Ash Powder +botany:misc:1, Wood Pulp Powder +botany:misc:2, Mulch Powder +botany:misc:3, Sulphur Powder +botany:misc:4, Fertilizer Powder +botany:misc:5, Compost Powder +botany:misc:6, Mortar +botany:misc:7, Weedkiller +botany:botanist_bag, Botanist's Backpack botany:ceramic:0, Aquamarine Ceramic Block botany:ceramic:1, Black Ceramic Block botany:ceramic:2, Deep Blue Ceramic Block @@ -4177,80 +4251,8 @@ botany:clay:77, White Clay botany:clay:78, Yellow Clay botany:clay:79, Yellow-Green Clay botany:misc_ceramic:0, Mortar -botany:plant:0, Weed -botany:plant:1, Weed Long -botany:plant:2, Weed Very Long -botany:plant:3, Dead Flower -botany:plant:4, Decaying Flower -botany:soil:0, Soil -botany:soil:1, Soil -botany:soil:2, Soil -botany:soil:3, Soil -botany:soil:4, Soil -botany:soil:5, Soil -botany:soil:6, Soil -botany:soil:7, Soil -botany:soil:8, Soil -botany:loam:0, Loam -botany:loam:1, Loam -botany:loam:2, Loam -botany:loam:3, Loam -botany:loam:4, Loam -botany:loam:5, Loam -botany:loam:6, Loam -botany:loam:7, Loam -botany:loam:8, Loam -botany:flowerbed:0, Flowerbed -botany:flowerbed:1, Flowerbed -botany:flowerbed:2, Flowerbed -botany:flowerbed:3, Flowerbed -botany:flowerbed:4, Flowerbed -botany:flowerbed:5, Flowerbed -botany:flowerbed:6, Flowerbed -botany:flowerbed:7, Flowerbed -botany:flowerbed:8, Flowerbed -botany:soil_no_weed:0, Soil -botany:soil_no_weed:1, Soil -botany:soil_no_weed:2, Soil -botany:soil_no_weed:3, Soil -botany:soil_no_weed:4, Soil -botany:soil_no_weed:5, Soil -botany:soil_no_weed:6, Soil -botany:soil_no_weed:7, Soil -botany:soil_no_weed:8, Soil -botany:loam_no_weed:0, Loam -botany:loam_no_weed:1, Loam -botany:loam_no_weed:2, Loam -botany:loam_no_weed:3, Loam -botany:loam_no_weed:4, Loam -botany:loam_no_weed:5, Loam -botany:loam_no_weed:6, Loam -botany:loam_no_weed:7, Loam -botany:loam_no_weed:8, Loam -botany:flowerbed_no_weed:0, Flowerbed -botany:flowerbed_no_weed:1, Flowerbed -botany:flowerbed_no_weed:2, Flowerbed -botany:flowerbed_no_weed:3, Flowerbed -botany:flowerbed_no_weed:4, Flowerbed -botany:flowerbed_no_weed:5, Flowerbed -botany:flowerbed_no_weed:6, Flowerbed -botany:flowerbed_no_weed:7, Flowerbed -botany:flowerbed_no_weed:8, Flowerbed -botany:soil_meter, Soil Meter -botany:trowel_wood, Wooden Trowel -botany:trowel_stone, Stone Trowel -botany:trowel_iron, Iron Trowel -botany:trowel_diamond, Diamond Trowel -botany:trowel_gold, Gold Trowel -botany:misc:0, Ash Powder -botany:misc:1, Wood Pulp Powder -botany:misc:2, Mulch Powder -botany:misc:3, Sulphur Powder -botany:misc:4, Fertilizer Powder -botany:misc:5, Compost Powder -botany:misc:6, Mortar -botany:misc:7, Weedkiller -botany:botanist_bag, Botanist's Backpack +botany:database:0, Botanist Database +botany:database:1, Master Botanist Database botany:insulated_tube:0, Copper Clay Insulated Electron Tube botany:insulated_tube:128, Copper Cobblestone Insulated Electron Tube botany:insulated_tube:256, Copper Sandstone Insulated Electron Tube @@ -4275,8 +4277,6 @@ botany:insulated_tube:259, Iron Sandstone Insulated Electron Tube botany:insulated_tube:387, Iron Hardened Clay Insulated Electron Tube botany:insulated_tube:515, Iron Smooth Stone Insulated Electron Tube botany:insulated_tube:643, Iron Sandstone Insulated Electron Tube -botany:database:0, Botanist Database -botany:database:1, Master Botanist Database extrabees:honey_crystal, item.honey_crystal.name extrabees:honey_drop:0, Energy Drop extrabees:honey_drop:1, Acidic Drop @@ -4416,6 +4416,11 @@ extrabees:misc:28, Blutonium Grains extrabees:misc:29, Cyanite Grains extrabees:dictionary:0, Apiarist Database extrabees:dictionary:1, Master Apiarist Database +extrabees:hive_frame.cocoa, item.hive_frame.name +extrabees:hive_frame.cage, item.hive_frame.name +extrabees:hive_frame.soul, item.hive_frame.name +extrabees:hive_frame.clay, item.hive_frame.name +extrabees:hive_frame.debug, item.hive_frame.name extrabees:alveary:0, Mutator extrabees:alveary:1, Frame Housing extrabees:alveary:2, Rain Shield @@ -4423,11 +4428,6 @@ extrabees:alveary:3, Alveary Lighting extrabees:alveary:4, Electrical Stimulator extrabees:alveary:5, Hatchery extrabees:alveary:6, Alveary Transmission -extrabees:hive_frame.cocoa, item.hive_frame.name -extrabees:hive_frame.cage, item.hive_frame.name -extrabees:hive_frame.soul, item.hive_frame.name -extrabees:hive_frame.clay, item.hive_frame.name -extrabees:hive_frame.debug, item.hive_frame.name extratrees:misc:0, Sawdust extratrees:misc:1, Bark extratrees:misc:2, Proven Gear @@ -4507,22 +4507,7 @@ extratrees:food:59, Candlenut extratrees:hammer, item.hammer.name extratrees:durable_hammer, item.durable_hammer.name extratrees:hops, item.hops.name -extratrees:drink:0, Beer Mug -extratrees:drink:0, Pint Glass -extratrees:drink:0, Snifter Glass -extratrees:drink:0, Flute Glass -extratrees:drink:0, Cocktail Glass -extratrees:drink:0, Cordial Glass -extratrees:drink:0, Collins Glass -extratrees:drink:0, Highball Glass -extratrees:drink:0, Hurricane Glass -extratrees:drink:0, Margarita Glass -extratrees:drink:0, Old Fashioned Glass -extratrees:drink:0, Wine Glass -extratrees:drink:0, Shot Glass -extratrees:drink:0, Sherry Glass -extratrees:drink:0, Coupe Glass -extratrees:drink:0, Glass of Red Wine +extratrees:databasetree, item.databaseTree.name extratrees:logs.0:0, Apple Wood extratrees:logs.0:1, Fig Wood extratrees:logs.0:2, Butternut Wood @@ -5098,7 +5083,6 @@ extratrees:leaves.decorative.5:14, Leaves extratrees:leaves.decorative.5:15, Leaves extratrees:leaves.decorative.6:0, Leaves extratrees:shrub_log:0, Shrub Wood -extratrees:databasetree, item.databaseTree.name extratrees:machine:0, Lumbermill extratrees:machine:1, Woodworker extratrees:machine:2, Panelworker @@ -5109,6 +5093,22 @@ extratrees:machine:7, Glassworker extratrees:carpentry, tile.null.name extratrees:carpentrypanel, tile.null.name extratrees:stainedglass, tile.null.name +extratrees:drink:0, Beer Mug +extratrees:drink:0, Pint Glass +extratrees:drink:0, Snifter Glass +extratrees:drink:0, Flute Glass +extratrees:drink:0, Cocktail Glass +extratrees:drink:0, Cordial Glass +extratrees:drink:0, Collins Glass +extratrees:drink:0, Highball Glass +extratrees:drink:0, Hurricane Glass +extratrees:drink:0, Margarita Glass +extratrees:drink:0, Old Fashioned Glass +extratrees:drink:0, Wine Glass +extratrees:drink:0, Shot Glass +extratrees:drink:0, Sherry Glass +extratrees:drink:0, Coupe Glass +extratrees:drink:0, Glass of Red Wine extratrees:databaselepi, item.databaseLepi.name extratrees:binnie.juice.apple, Apple Juice extratrees:binnie.juice.apricot, Apricot Juice @@ -7559,6 +7559,7 @@ nuclearcraft:turbine_dynamo_coil:2, Aluminum Turbine Dynamo Coil nuclearcraft:turbine_dynamo_coil:3, Gold Turbine Dynamo Coil nuclearcraft:turbine_dynamo_coil:4, Copper Turbine Dynamo Coil nuclearcraft:turbine_dynamo_coil:5, Silver Turbine Dynamo Coil +nuclearcraft:turbine_coil_connector, Turbine Dynamo Coil Connector nuclearcraft:turbine_inlet, Turbine Fluid Inlet nuclearcraft:turbine_outlet, Turbine Fluid Outlet nuclearcraft:turbine_computer_port, Turbine Computer Port @@ -7923,6 +7924,8 @@ nuclearcraft:record_wanderer, Music Disc nuclearcraft:record_end_of_the_world, Music Disc nuclearcraft:record_money_for_nothing, Music Disc nuclearcraft:record_hyperspace, Music Disc +nuclearcraft:configuration_blueprint_empty, Configuration Blueprint (Empty) +nuclearcraft:configuration_blueprint, Configuration Blueprint nuclearcraft:sword_boron, Boron Sword nuclearcraft:pickaxe_boron, Boron Pickaxe nuclearcraft:shovel_boron, Boron Shovel @@ -9175,10 +9178,6 @@ thermaldynamics:cover:0, Block of Tin Cover thermaldynamics:cover:0, Block of Bronze Cover thermaldynamics:cover:0, Ash Bricks Cover thermaldynamics:cover:0, Ash Brick Stairs Cover -thermaldynamics:cover:0, Block of Charcoal Cover -thermaldynamics:cover:0, Wood Pile Cover -thermaldynamics:cover:0, Decorative Wood Pile Cover -thermaldynamics:cover:0, Loam Cover thermaldynamics:cover:0, Candle Stump Cover thermaldynamics:cover:0, Honey Comb Block Cover thermaldynamics:cover:0, Simmering Comb Block Cover @@ -9189,6 +9188,10 @@ thermaldynamics:cover:0, Silky Comb Block Cover thermaldynamics:cover:0, Parched Comb Block Cover thermaldynamics:cover:0, Mossy Comb Block Cover thermaldynamics:cover:0, Mellow Comb Block Cover +thermaldynamics:cover:0, Block of Charcoal Cover +thermaldynamics:cover:0, Wood Pile Cover +thermaldynamics:cover:0, Decorative Wood Pile Cover +thermaldynamics:cover:0, Loam Cover thermaldynamics:cover:0, Larch Wood Cover thermaldynamics:cover:0, Teak Wood Cover thermaldynamics:cover:0, Desert Acacia Wood Cover @@ -11861,6 +11864,28 @@ thermalinnovation:quiver:2, Alchemical Quiver (Reinforced) thermalinnovation:quiver:3, Alchemical Quiver (Signalum) thermalinnovation:quiver:4, Alchemical Quiver (Resonant) thermalinnovation:quiver:32000, Alchemical Quiver (Creative) +tce:tce_torch_lvl1, §9Torcherino lvl 1 +tce:tce_torch_lvl2, §aTorcherino lvl 2 +tce:tce_torch_lvl3, §cTorcherino lvl 3 +tce:tce_torch_lvl4, §6Torcherino lvl 4 +tce:tce_torch_lvl5, §bTorcherino lvl 5 +tce:tce_compressed_torch_lvl1, §9Improved torcherino lvl 1 +tce:tce_compressed_torch_lvl2, §aImproved torcherino lvl 2 +tce:tce_compressed_torch_lvl3, §cImproved torcherino lvl 3 +tce:tce_compressed_torch_lvl4, §6Improved torcherino lvl 4 +tce:tce_compressed_torch_lvl5, §bImproved torcherino lvl 5 +tce:tce_d_compressed_torch_lvl1, §9Advanced torcherino lvl 1 +tce:tce_d_compressed_torch_lvl2, §aAdvanced torcherino lvl 2 +tce:tce_d_compressed_torch_lvl3, §cAdvanced torcherino lvl 3 +tce:tce_d_compressed_torch_lvl4, §6Advanced torcherino lvl 4 +tce:tce_d_compressed_torch_lvl5, §bAdvanced torcherino lvl 5 +tce:tce_time_acceleration, §6Time Accelerator +tce:tce_time_collectors, §6Temporary collector +tce:tce_time_manipulator, §5Time manipulator +tce:tce_time_storage, §6Time Storage +tce:tce_particle_collector_lvl1, §6Particle collector lvl 1 +tce:tce_particle_collector_lvl2, §6Particle collector lvl 2 +tce:tce_particle_collector_lvl3, §6Particle collector lvl 3 wrcbe:wireless_logic:0, Wireless Transmitter wrcbe:wireless_logic:1, Wireless Receiver wrcbe:wireless_logic:2, Wireless Jammer @@ -14648,6 +14673,257 @@ libvulpes:linker, Linker libvulpes:battery:0, item.battery.0.name libvulpes:battery:1, item.battery.1.name libvulpes:holoprojector, Holo-Projector +divinerpg:teleportation_crystal, Teleportation Crystal +divinerpg:teleportation_star, Teleportation Star +divinerpg:corrupted_shards, Corrupted Shards +divinerpg:divine_shards, Divine Shards +divinerpg:ender_shards, Ender Shards +divinerpg:ice_shards, Ice Shards +divinerpg:jungle_shards, Jungle Shards +divinerpg:molten_shards, Molten Shards +divinerpg:terran_shards, Terran Shards +divinerpg:corrupted_stone, Corrupted Stone +divinerpg:divine_stone, Divine Stone +divinerpg:ender_stone, Ender Stone +divinerpg:ice_stone, Ice Stone +divinerpg:jungle_stone, Jungle Stone +divinerpg:molten_stone, Molten Stone +divinerpg:shadow_stone, Shadow Stone +divinerpg:terran_stone, Terran Stone +divinerpg:arlemite_ingot, Arlemite Ingot +divinerpg:hellstone_ingot, Hellstone Ingot +divinerpg:netherite_ingot, Netherite Ingot +divinerpg:realmite_ingot, Realmite Ingot +divinerpg:rupee_ingot, Rupee Ingot +divinerpg:shadow_bar, Shadow Bar +divinerpg:arlemite_nugget, Arlemite Nugget +divinerpg:realmite_nugget, Realmite Nugget +divinerpg:rupee_nugget, Rupee Nugget +divinerpg:netherite_nugget, Netherite Nugget +divinerpg:call_of_the_watcher, Call of the Watcher +divinerpg:horde_horn, Horde Horn +divinerpg:infernal_flame, Infernal Flame +divinerpg:mysterious_clock, Mysterious Clock +divinerpg:watching_eye, Watching Eye +divinerpg:blue_diamond_chunk, Blue Diamond Chunk +divinerpg:gray_diamond_chunk, Gray Diamond Chunk +divinerpg:red_diamond_chunk, Red Diamond Chunk +divinerpg:yellow_diamond_chunk, Yellow Diamond Chunk +divinerpg:green_diamond_chunk, Green Diamond Chunk +divinerpg:brown_grizzle_egg, Brown Grizzle Spawn Egg +divinerpg:ehu_egg, Ehu Spawn Egg +divinerpg:husk_egg, Husk Spawn Egg +divinerpg:smelter_egg, Smelter Spawn Egg +divinerpg:snapper_egg, Snapper Spawn Egg +divinerpg:stone_golem_egg, Stone Golem Spawn Egg +divinerpg:white_grizzle_egg, White Grizzle Spawn Egg +divinerpg:aqua_ball, Aqua Ball +divinerpg:aquatic_blaze_rod, Aquatic Blaze Rod +divinerpg:aquatic_ingot, Aquatic Ingot +divinerpg:aquatic_pellets, Aquatic Pellets +divinerpg:bedrock_chunk, Bedrock Chunk +divinerpg:bloodgem, Bloodgem +divinerpg:bluefire_stone, Bluefire Stone +divinerpg:corrupted_bullet, Corrupted Bullet +divinerpg:crab_claw, Crab Claw +divinerpg:cyclops_eye, Cyclops Eye +divinerpg:cyclops_eye_shards, Cyclops Eye Shards +divinerpg:fury_fire, Fury Fire +divinerpg:healing_stone, Healing Stone +divinerpg:kraken_scale, Kraken Scale +divinerpg:kraken_skin, Kraken Skin +divinerpg:legendary_ender_eye, Legendary Ender Eye +divinerpg:liopleurodon_skull, Liopleurodon Skull +divinerpg:liopleurodon_teeth, Liopleurodon Teeth +divinerpg:netherite_chunk, Netherite Chunk +divinerpg:pure_aquatic_pellets, Pure Aquatic Pellets +divinerpg:purple_blaze, Purple Blaze +divinerpg:shadow_coins, Shadow Coins +divinerpg:shark_fin, Shark Fin +divinerpg:whale_fin, Whale Fin +divinerpg:snowflake, Snowflake +divinerpg:snow_globe, Snow Globe +divinerpg:advanced_mushroom_stew, Advanced Mushroom Stew +divinerpg:bacon, Bacon +divinerpg:boiled_egg, Boiled Egg +divinerpg:cheese, Cheese +divinerpg:chicken_dinner, Chicken Dinner +divinerpg:chocolate_log, Chocolate Log +divinerpg:donut, Donut +divinerpg:egg_nog, Egg Nog +divinerpg:raw_empowered_meat, Raw Empowered Meat +divinerpg:empowered_meat, Empowered Meat +divinerpg:enriched_magic_meat, Enriched Magic Meat +divinerpg:forbidden_fruit, Forbidden Fruit +divinerpg:fruit_cake, Fruit Cake +divinerpg:hot_pumpkin_pie, Hot Pumpkin Pie +divinerpg:magic_meat, Magic Meat +divinerpg:moonbulb, Moonbulb +divinerpg:peppermints, Peppermints +divinerpg:pink_glowbone, Pink Glowbone +divinerpg:purple_glowbone, Purple Glowbone +divinerpg:sky_flower, Sky Flower +divinerpg:snow_cones, Snow Cones +divinerpg:tomato, Tomato +divinerpg:white_mushroom, White Mushroom +divinerpg:winterberry, Winterberry +divinerpg:eden_soul, Eden Soul +divinerpg:wildwood_soul, Wildwood Soul +divinerpg:apalachia_soul, Apalachia Soul +divinerpg:skythern_soul, Skythern Soul +divinerpg:mortum_soul, Mortum Soul +divinerpg:eden_heart, Eden Heart +divinerpg:wildwood_heart, Wildwood Heart +divinerpg:apalachia_heart, Apalachia Heart +divinerpg:skythern_heart, Skythern Heart +divinerpg:mortum_heart, Mortum Heart +divinerpg:eden_fragments, Eden Fragments +divinerpg:wildwood_fragments, Wildwood Fragments +divinerpg:apalachia_fragments, Apalachia Fragments +divinerpg:skythern_fragments, Skythern Fragments +divinerpg:mortum_fragments, Mortum Fragments +divinerpg:eden_gem, Eden Gem +divinerpg:wildwood_gem, Wildwood Gem +divinerpg:apalachia_gem, Apalachia Gem +divinerpg:skythern_gem, Skythern Gem +divinerpg:mortum_gem, Mortum Gem +divinerpg:eden_chunk, Eden Chunk +divinerpg:wildwood_chunk, Wildwood Chunk +divinerpg:apalachia_chunk, Apalachia Chunk +divinerpg:skythern_chunk, Skythern Chunk +divinerpg:mortum_chunk, Mortum Chunk +divinerpg:eden_dust, Eden Dust +divinerpg:wildwood_dust, Wildwood Dust +divinerpg:apalachia_dust, Apalachia Dust +divinerpg:skythern_dust, Skythern Dust +divinerpg:mortum_dust, Mortum Dust +divinerpg:karot_crystal, Karot Crystal +divinerpg:reyvor_crystal, Reyvor Crystal +divinerpg:densos_crystal, Densos Crystal +divinerpg:soul_fiend_crystal, Soul Fiend Crystal +divinerpg:twilight_demon_crystal, Twilight Demon Crystal +divinerpg:vamacheron_crystal, Vamacheron Crystal +divinerpg:twilight_clock, Twilight Clock +divinerpg:eden_arrow, Eden Arrow +divinerpg:fury_arrow, Fury Arrow +divinerpg:wildwood_arrow, Wildwood Arrow +divinerpg:base_spawn_crystal, Base Spawn Crystal +divinerpg:eden_sparkles, Eden Sparkles +divinerpg:arcanium_attractor, Arcanium Attractor +divinerpg:arcanium_reflector, Arcanium Reflector +divinerpg:divine_accumulator, Divine Accumulator +divinerpg:ghostbane, Ghostbane +divinerpg:orb_of_light, Orb of Light +divinerpg:staff_of_enrichment, Staff of Enrichment +divinerpg:frozen_charge, Frozen Charge +divinerpg:wizards_book, Wizards Book +divinerpg:fyracryx_egg, Fyracryx Spawn Egg +divinerpg:paratiku_egg, Paratiku Spawn Egg +divinerpg:seimer_egg, Seimer Spawn Egg +divinerpg:golem_of_rejuvenation_egg, Golem Of Rejuvenation Spawn Egg +divinerpg:aquamarine, Aquamarine +divinerpg:firestock, Firestock +divinerpg:lamona, Lamona +divinerpg:marsine, Marsine +divinerpg:pinfly, Pinfly +divinerpg:veilo, Veilo +divinerpg:hitchak, Hitchak +divinerpg:ancient_key, Ancient Key +divinerpg:degraded_key, Degraded Key +divinerpg:soul_key, Soul Key +divinerpg:sludge_key, Sludge Key +divinerpg:ancient_brick_door, Ancient Brick Door +divinerpg:degraded_brick_door, Degraded Brick Door +divinerpg:soul_sludge_door, Soul Sludge Door +divinerpg:soul_stone_door, Soul Stone Door +divinerpg:steel_door, Steel Door +divinerpg:weak_arcana_potion, Weak Arcana Potion +divinerpg:strong_arcana_potion, Strong Arcana Potion +divinerpg:arcanium, Arcanium +divinerpg:collector, Collector +divinerpg:collector_fragments, Collector Fragments +divinerpg:dungeon_tokens, Dungeon Tokens +divinerpg:aquamarine_seeds, Aquamarine Seeds +divinerpg:eucalyptus_root_seeds, Eucalyptus Root Seeds +divinerpg:firestock_seeds, Firestock Seeds +divinerpg:hitchak_seeds, Hitchak Seeds +divinerpg:lamona_seeds, Lamona Seeds +divinerpg:marsine_seeds, Marsine Seeds +divinerpg:moonbulb_seeds, Moonbulb Seeds +divinerpg:pinfly_seeds, Pinfly Seeds +divinerpg:pink_glowbone_seeds, Pink Glowbone Seeds +divinerpg:purple_glowbone_seeds, Purple Glowbone Seeds +divinerpg:sky_plant_seeds, Sky Plant Seeds +divinerpg:tomato_seeds, Tomato Seeds +divinerpg:veilo_seeds, Veilo Seeds +divinerpg:white_mushroom_seeds, White Mushroom Seeds +divinerpg:dirty_pearls, Dirty Pearls +divinerpg:clean_pearls, Clean Pearls +divinerpg:polished_pearls, Polished Pearls +divinerpg:shiny_pearls, Shiny Pearls +divinerpg:teaker_lump, Teaker Lump +divinerpg:amthirmis_lump, Amthirmis Lump +divinerpg:darven_lump, Darven Lump +divinerpg:cermile_lump, Cermile Lump +divinerpg:pardimal_lump, Pardimal Lump +divinerpg:quadrotic_lump, Quadrotic Lump +divinerpg:karos_lump, Karos Lump +divinerpg:heliosis_lump, Heliosis Lump +divinerpg:arksiane_lump, Arksiane Lump +divinerpg:backsword_template, Backsword Template +divinerpg:bow_template, Bow Template +divinerpg:cannon_template, Cannon Template +divinerpg:claw_template, Claw Template +divinerpg:disk_template, Disk Template +divinerpg:hammer_template, Hammer Template +divinerpg:staff_template, Staff Template +divinerpg:degraded_template, Degraded Template +divinerpg:finished_template, Finished Template +divinerpg:glistening_template, Glistening Template +divinerpg:demonized_template, Demonized Template +divinerpg:tormented_template, Tormented Template +divinerpg:dream_carrot, Dream Carrot +divinerpg:dream_melon, Dream Melon +divinerpg:dream_pie, Dream Pie +divinerpg:dream_cake, Dream Cake +divinerpg:dream_sweets, Dream Sweets +divinerpg:dream_sours, Dream Sours +divinerpg:honeysuckle, Honeysuckle +divinerpg:honeychunk, Honeychunk +divinerpg:dream_flint, Dream Flint +divinerpg:moon_clock, Moon Clock +divinerpg:teaker_arrow, Teaker Arrow +divinerpg:darven_arrow, Darven Arrow +divinerpg:pardimal_arrow, Pardimal Arrow +divinerpg:karos_arrow, Karos Arrow +divinerpg:ever_arrow, Ever Arrow +divinerpg:nightmare_bed, Nightmare Bed +divinerpg:barred_door, Barred Door +divinerpg:acid, Acid +divinerpg:band_of_heiva_hunting, Band of Heiva Hunting +divinerpg:rock_chunks, Rock Chunks +divinerpg:eden_slab:0, Eden Slab +divinerpg:wildwood_slab:0, Wildwood Slab +divinerpg:apalachia_slab:0, Apalachia Slab +divinerpg:skythern_slab:0, Skythern Slab +divinerpg:mortum_slab:0, Mortum Slab +divinerpg:divine_slab:0, Divine Slab +divinerpg:frozen_slab:0, Frozen Slab +divinerpg:eucalyptus_slab:0, Eucalyptus Slab +divinerpg:ancient_brick_slab:0, Ancient Brick Slab +divinerpg:degraded_brick_slab:0, Degraded Brick Slab +divinerpg:ancient_brick_slab_breakable:0, Ancient Brick Slab (Breakable) +divinerpg:degraded_brick_slab_breakable:0, Degraded Brick Slab (Breakable) +divinerpg:arlemite_shield, Arlemite Deflector +divinerpg:realmite_shield, Realmite Shield +divinerpg:rupee_shield, Rupee Reflector +divinerpg:halite_shield, Halite Greatshield +divinerpg:eden_shield, Eden Aegis +divinerpg:wildwood_shield, Wildwood Guard +divinerpg:apalachia_shield, Apalachia Shield +divinerpg:skythern_shield, Scutum of the Skythern +divinerpg:mortum_shield, Mortalos +divinerpg:miners_amulet, Miner's Amulet divinerpg:arlemite_ore, Arlemite Ore divinerpg:realmite_ore, Realmite Ore divinerpg:rupee_ore, Rupee Ore @@ -15053,257 +15329,6 @@ divinerpg:mortum_portal, Mortum Portal divinerpg:vethea_portal, Vethea Portal divinerpg:ancient_brick_wall, Ancient Brick Wall divinerpg:degraded_brick_wall, Degraded Brick Wall -divinerpg:teleportation_crystal, Teleportation Crystal -divinerpg:teleportation_star, Teleportation Star -divinerpg:corrupted_shards, Corrupted Shards -divinerpg:divine_shards, Divine Shards -divinerpg:ender_shards, Ender Shards -divinerpg:ice_shards, Ice Shards -divinerpg:jungle_shards, Jungle Shards -divinerpg:molten_shards, Molten Shards -divinerpg:terran_shards, Terran Shards -divinerpg:corrupted_stone, Corrupted Stone -divinerpg:divine_stone, Divine Stone -divinerpg:ender_stone, Ender Stone -divinerpg:ice_stone, Ice Stone -divinerpg:jungle_stone, Jungle Stone -divinerpg:molten_stone, Molten Stone -divinerpg:shadow_stone, Shadow Stone -divinerpg:terran_stone, Terran Stone -divinerpg:arlemite_ingot, Arlemite Ingot -divinerpg:hellstone_ingot, Hellstone Ingot -divinerpg:netherite_ingot, Netherite Ingot -divinerpg:realmite_ingot, Realmite Ingot -divinerpg:rupee_ingot, Rupee Ingot -divinerpg:shadow_bar, Shadow Bar -divinerpg:arlemite_nugget, Arlemite Nugget -divinerpg:realmite_nugget, Realmite Nugget -divinerpg:rupee_nugget, Rupee Nugget -divinerpg:netherite_nugget, Netherite Nugget -divinerpg:call_of_the_watcher, Call of the Watcher -divinerpg:horde_horn, Horde Horn -divinerpg:infernal_flame, Infernal Flame -divinerpg:mysterious_clock, Mysterious Clock -divinerpg:watching_eye, Watching Eye -divinerpg:blue_diamond_chunk, Blue Diamond Chunk -divinerpg:gray_diamond_chunk, Gray Diamond Chunk -divinerpg:red_diamond_chunk, Red Diamond Chunk -divinerpg:yellow_diamond_chunk, Yellow Diamond Chunk -divinerpg:green_diamond_chunk, Green Diamond Chunk -divinerpg:brown_grizzle_egg, Brown Grizzle Spawn Egg -divinerpg:ehu_egg, Ehu Spawn Egg -divinerpg:husk_egg, Husk Spawn Egg -divinerpg:smelter_egg, Smelter Spawn Egg -divinerpg:snapper_egg, Snapper Spawn Egg -divinerpg:stone_golem_egg, Stone Golem Spawn Egg -divinerpg:white_grizzle_egg, White Grizzle Spawn Egg -divinerpg:aqua_ball, Aqua Ball -divinerpg:aquatic_blaze_rod, Aquatic Blaze Rod -divinerpg:aquatic_ingot, Aquatic Ingot -divinerpg:aquatic_pellets, Aquatic Pellets -divinerpg:bedrock_chunk, Bedrock Chunk -divinerpg:bloodgem, Bloodgem -divinerpg:bluefire_stone, Bluefire Stone -divinerpg:corrupted_bullet, Corrupted Bullet -divinerpg:crab_claw, Crab Claw -divinerpg:cyclops_eye, Cyclops Eye -divinerpg:cyclops_eye_shards, Cyclops Eye Shards -divinerpg:fury_fire, Fury Fire -divinerpg:healing_stone, Healing Stone -divinerpg:kraken_scale, Kraken Scale -divinerpg:kraken_skin, Kraken Skin -divinerpg:legendary_ender_eye, Legendary Ender Eye -divinerpg:liopleurodon_skull, Liopleurodon Skull -divinerpg:liopleurodon_teeth, Liopleurodon Teeth -divinerpg:netherite_chunk, Netherite Chunk -divinerpg:pure_aquatic_pellets, Pure Aquatic Pellets -divinerpg:purple_blaze, Purple Blaze -divinerpg:shadow_coins, Shadow Coins -divinerpg:shark_fin, Shark Fin -divinerpg:whale_fin, Whale Fin -divinerpg:snowflake, Snowflake -divinerpg:snow_globe, Snow Globe -divinerpg:advanced_mushroom_stew, Advanced Mushroom Stew -divinerpg:bacon, Bacon -divinerpg:boiled_egg, Boiled Egg -divinerpg:cheese, Cheese -divinerpg:chicken_dinner, Chicken Dinner -divinerpg:chocolate_log, Chocolate Log -divinerpg:donut, Donut -divinerpg:egg_nog, Egg Nog -divinerpg:raw_empowered_meat, Raw Empowered Meat -divinerpg:empowered_meat, Empowered Meat -divinerpg:enriched_magic_meat, Enriched Magic Meat -divinerpg:forbidden_fruit, Forbidden Fruit -divinerpg:fruit_cake, Fruit Cake -divinerpg:hot_pumpkin_pie, Hot Pumpkin Pie -divinerpg:magic_meat, Magic Meat -divinerpg:moonbulb, Moonbulb -divinerpg:peppermints, Peppermints -divinerpg:pink_glowbone, Pink Glowbone -divinerpg:purple_glowbone, Purple Glowbone -divinerpg:sky_flower, Sky Flower -divinerpg:snow_cones, Snow Cones -divinerpg:tomato, Tomato -divinerpg:white_mushroom, White Mushroom -divinerpg:winterberry, Winterberry -divinerpg:eden_soul, Eden Soul -divinerpg:wildwood_soul, Wildwood Soul -divinerpg:apalachia_soul, Apalachia Soul -divinerpg:skythern_soul, Skythern Soul -divinerpg:mortum_soul, Mortum Soul -divinerpg:eden_heart, Eden Heart -divinerpg:wildwood_heart, Wildwood Heart -divinerpg:apalachia_heart, Apalachia Heart -divinerpg:skythern_heart, Skythern Heart -divinerpg:mortum_heart, Mortum Heart -divinerpg:eden_fragments, Eden Fragments -divinerpg:wildwood_fragments, Wildwood Fragments -divinerpg:apalachia_fragments, Apalachia Fragments -divinerpg:skythern_fragments, Skythern Fragments -divinerpg:mortum_fragments, Mortum Fragments -divinerpg:eden_gem, Eden Gem -divinerpg:wildwood_gem, Wildwood Gem -divinerpg:apalachia_gem, Apalachia Gem -divinerpg:skythern_gem, Skythern Gem -divinerpg:mortum_gem, Mortum Gem -divinerpg:eden_chunk, Eden Chunk -divinerpg:wildwood_chunk, Wildwood Chunk -divinerpg:apalachia_chunk, Apalachia Chunk -divinerpg:skythern_chunk, Skythern Chunk -divinerpg:mortum_chunk, Mortum Chunk -divinerpg:eden_dust, Eden Dust -divinerpg:wildwood_dust, Wildwood Dust -divinerpg:apalachia_dust, Apalachia Dust -divinerpg:skythern_dust, Skythern Dust -divinerpg:mortum_dust, Mortum Dust -divinerpg:karot_crystal, Karot Crystal -divinerpg:reyvor_crystal, Reyvor Crystal -divinerpg:densos_crystal, Densos Crystal -divinerpg:soul_fiend_crystal, Soul Fiend Crystal -divinerpg:twilight_demon_crystal, Twilight Demon Crystal -divinerpg:vamacheron_crystal, Vamacheron Crystal -divinerpg:twilight_clock, Twilight Clock -divinerpg:eden_arrow, Eden Arrow -divinerpg:fury_arrow, Fury Arrow -divinerpg:wildwood_arrow, Wildwood Arrow -divinerpg:base_spawn_crystal, Base Spawn Crystal -divinerpg:eden_sparkles, Eden Sparkles -divinerpg:arcanium_attractor, Arcanium Attractor -divinerpg:arcanium_reflector, Arcanium Reflector -divinerpg:divine_accumulator, Divine Accumulator -divinerpg:ghostbane, Ghostbane -divinerpg:orb_of_light, Orb of Light -divinerpg:staff_of_enrichment, Staff of Enrichment -divinerpg:frozen_charge, Frozen Charge -divinerpg:wizards_book, Wizards Book -divinerpg:fyracryx_egg, Fyracryx Spawn Egg -divinerpg:paratiku_egg, Paratiku Spawn Egg -divinerpg:seimer_egg, Seimer Spawn Egg -divinerpg:golem_of_rejuvenation_egg, Golem Of Rejuvenation Spawn Egg -divinerpg:aquamarine, Aquamarine -divinerpg:firestock, Firestock -divinerpg:lamona, Lamona -divinerpg:marsine, Marsine -divinerpg:pinfly, Pinfly -divinerpg:veilo, Veilo -divinerpg:hitchak, Hitchak -divinerpg:ancient_key, Ancient Key -divinerpg:degraded_key, Degraded Key -divinerpg:soul_key, Soul Key -divinerpg:sludge_key, Sludge Key -divinerpg:ancient_brick_door, Ancient Brick Door -divinerpg:degraded_brick_door, Degraded Brick Door -divinerpg:soul_sludge_door, Soul Sludge Door -divinerpg:soul_stone_door, Soul Stone Door -divinerpg:steel_door, Steel Door -divinerpg:weak_arcana_potion, Weak Arcana Potion -divinerpg:strong_arcana_potion, Strong Arcana Potion -divinerpg:arcanium, Arcanium -divinerpg:collector, Collector -divinerpg:collector_fragments, Collector Fragments -divinerpg:dungeon_tokens, Dungeon Tokens -divinerpg:aquamarine_seeds, Aquamarine Seeds -divinerpg:eucalyptus_root_seeds, Eucalyptus Root Seeds -divinerpg:firestock_seeds, Firestock Seeds -divinerpg:hitchak_seeds, Hitchak Seeds -divinerpg:lamona_seeds, Lamona Seeds -divinerpg:marsine_seeds, Marsine Seeds -divinerpg:moonbulb_seeds, Moonbulb Seeds -divinerpg:pinfly_seeds, Pinfly Seeds -divinerpg:pink_glowbone_seeds, Pink Glowbone Seeds -divinerpg:purple_glowbone_seeds, Purple Glowbone Seeds -divinerpg:sky_plant_seeds, Sky Plant Seeds -divinerpg:tomato_seeds, Tomato Seeds -divinerpg:veilo_seeds, Veilo Seeds -divinerpg:white_mushroom_seeds, White Mushroom Seeds -divinerpg:dirty_pearls, Dirty Pearls -divinerpg:clean_pearls, Clean Pearls -divinerpg:polished_pearls, Polished Pearls -divinerpg:shiny_pearls, Shiny Pearls -divinerpg:teaker_lump, Teaker Lump -divinerpg:amthirmis_lump, Amthirmis Lump -divinerpg:darven_lump, Darven Lump -divinerpg:cermile_lump, Cermile Lump -divinerpg:pardimal_lump, Pardimal Lump -divinerpg:quadrotic_lump, Quadrotic Lump -divinerpg:karos_lump, Karos Lump -divinerpg:heliosis_lump, Heliosis Lump -divinerpg:arksiane_lump, Arksiane Lump -divinerpg:backsword_template, Backsword Template -divinerpg:bow_template, Bow Template -divinerpg:cannon_template, Cannon Template -divinerpg:claw_template, Claw Template -divinerpg:disk_template, Disk Template -divinerpg:hammer_template, Hammer Template -divinerpg:staff_template, Staff Template -divinerpg:degraded_template, Degraded Template -divinerpg:finished_template, Finished Template -divinerpg:glistening_template, Glistening Template -divinerpg:demonized_template, Demonized Template -divinerpg:tormented_template, Tormented Template -divinerpg:dream_carrot, Dream Carrot -divinerpg:dream_melon, Dream Melon -divinerpg:dream_pie, Dream Pie -divinerpg:dream_cake, Dream Cake -divinerpg:dream_sweets, Dream Sweets -divinerpg:dream_sours, Dream Sours -divinerpg:honeysuckle, Honeysuckle -divinerpg:honeychunk, Honeychunk -divinerpg:dream_flint, Dream Flint -divinerpg:moon_clock, Moon Clock -divinerpg:teaker_arrow, Teaker Arrow -divinerpg:darven_arrow, Darven Arrow -divinerpg:pardimal_arrow, Pardimal Arrow -divinerpg:karos_arrow, Karos Arrow -divinerpg:ever_arrow, Ever Arrow -divinerpg:nightmare_bed, Nightmare Bed -divinerpg:barred_door, Barred Door -divinerpg:acid, Acid -divinerpg:band_of_heiva_hunting, Band of Heiva Hunting -divinerpg:rock_chunks, Rock Chunks -divinerpg:eden_slab:0, Eden Slab -divinerpg:wildwood_slab:0, Wildwood Slab -divinerpg:apalachia_slab:0, Apalachia Slab -divinerpg:skythern_slab:0, Skythern Slab -divinerpg:mortum_slab:0, Mortum Slab -divinerpg:divine_slab:0, Divine Slab -divinerpg:frozen_slab:0, Frozen Slab -divinerpg:eucalyptus_slab:0, Eucalyptus Slab -divinerpg:ancient_brick_slab:0, Ancient Brick Slab -divinerpg:degraded_brick_slab:0, Degraded Brick Slab -divinerpg:ancient_brick_slab_breakable:0, Ancient Brick Slab (Breakable) -divinerpg:degraded_brick_slab_breakable:0, Degraded Brick Slab (Breakable) -divinerpg:arlemite_shield, Arlemite Deflector -divinerpg:realmite_shield, Realmite Shield -divinerpg:rupee_shield, Rupee Reflector -divinerpg:halite_shield, Halite Greatshield -divinerpg:eden_shield, Eden Aegis -divinerpg:wildwood_shield, Wildwood Guard -divinerpg:apalachia_shield, Apalachia Shield -divinerpg:skythern_shield, Scutum of the Skythern -divinerpg:mortum_shield, Mortalos -divinerpg:miners_amulet, Miner's Amulet advancedrocketry:wafer:0, Silicon Wafer advancedrocketry:itemcircuitplate:0, Basic Circuit Plate advancedrocketry:itemcircuitplate:1, Advanced Circuit Plate @@ -17441,44 +17466,44 @@ tconstruct:slime_vine_purple_end:0, Purple Slimy Vine tconstruct:slime_vine_purple_mid:0, Purple Slimy Vine tconstruct:slime_vine_purple:0, Purple Slimy Vine tconstruct:pattern:0, Blank Pattern +tconstruct:pattern:0, Arrow Shaft Pattern +tconstruct:pattern:0, Sharpening Kit Pattern +tconstruct:pattern:0, Wide Guard Pattern +tconstruct:pattern:0, Pan Pattern +tconstruct:pattern:0, Polishing Kit Pattern +tconstruct:pattern:0, Hammer Head Pattern +tconstruct:pattern:0, Sword Blade Pattern +tconstruct:pattern:0, Binding Pattern +tconstruct:pattern:0, Fletching Pattern +tconstruct:pattern:0, Shard Pattern +tconstruct:pattern:0, Excavator Head Pattern +tconstruct:pattern:0, Broad Axe Head Pattern +tconstruct:pattern:0, Large Plate Pattern +tconstruct:pattern:0, Tool Rod Pattern +tconstruct:pattern:0, Armor Trim Pattern +tconstruct:pattern:0, Pickaxe Head Pattern +tconstruct:pattern:0, Boots Core Pattern +tconstruct:pattern:0, Pipe Piece Pattern +tconstruct:pattern:0, Bowlimb Pattern +tconstruct:pattern:0, Armor Plates Pattern +tconstruct:pattern:0, Axe Head Pattern +tconstruct:pattern:0, Knife Blade Pattern +tconstruct:pattern:0, Laser Medium Pattern +tconstruct:pattern:0, Hand Guard Pattern +tconstruct:pattern:0, Tough Binding Pattern tconstruct:pattern:0, Scythe Head Pattern tconstruct:pattern:0, Helmet Core Pattern -tconstruct:pattern:0, Binding Pattern -tconstruct:pattern:0, Cross Guard Pattern tconstruct:pattern:0, Sign Plate Pattern -tconstruct:pattern:0, Leggings Core Pattern -tconstruct:pattern:0, Hammer Head Pattern -tconstruct:pattern:0, Axe Head Pattern -tconstruct:pattern:0, Shard Pattern -tconstruct:pattern:0, Sharpening Kit Pattern -tconstruct:pattern:0, Tough Tool Rod Pattern -tconstruct:pattern:0, Excavator Head Pattern -tconstruct:pattern:0, Laser Medium Pattern -tconstruct:pattern:0, Sword Blade Pattern -tconstruct:pattern:0, Large Sword Blade Pattern -tconstruct:pattern:0, Pickaxe Head Pattern -tconstruct:pattern:0, Battery Cell Pattern -tconstruct:pattern:0, Bowlimb Pattern -tconstruct:pattern:0, Armor Trim Pattern -tconstruct:pattern:0, Armor Plates Pattern -tconstruct:pattern:0, Shovel Head Pattern -tconstruct:pattern:0, Broad Axe Head Pattern -tconstruct:pattern:0, Wide Guard Pattern -tconstruct:pattern:0, Tool Rod Pattern -tconstruct:pattern:0, Knife Blade Pattern -tconstruct:pattern:0, Pipe Piece Pattern -tconstruct:pattern:0, Kama Head Pattern -tconstruct:pattern:0, Pan Pattern -tconstruct:pattern:0, Chestplate Core Pattern -tconstruct:pattern:0, Boots Core Pattern -tconstruct:pattern:0, Bowstring Pattern -tconstruct:pattern:0, Arrow Shaft Pattern -tconstruct:pattern:0, Polishing Kit Pattern -tconstruct:pattern:0, Fletching Pattern -tconstruct:pattern:0, Tough Binding Pattern -tconstruct:pattern:0, Large Plate Pattern tconstruct:pattern:0, Arrow Head Pattern -tconstruct:pattern:0, Hand Guard Pattern +tconstruct:pattern:0, Battery Cell Pattern +tconstruct:pattern:0, Shovel Head Pattern +tconstruct:pattern:0, Kama Head Pattern +tconstruct:pattern:0, Cross Guard Pattern +tconstruct:pattern:0, Bowstring Pattern +tconstruct:pattern:0, Large Sword Blade Pattern +tconstruct:pattern:0, Tough Tool Rod Pattern +tconstruct:pattern:0, Chestplate Core Pattern +tconstruct:pattern:0, Leggings Core Pattern tconstruct:shard:0, Electrical Shard tconstruct:shard:0, Energetic Shard tconstruct:shard:0, Vibrant Shard @@ -17674,13 +17699,13 @@ tconstruct:shard:0, Corrupted Shard tconstruct:shard:0, Mirion Shard tconstruct:shard:0, Livingwood Shard tconstruct:shard:0, Elementium Shard +tconstruct:shard:0, Fusewood Shard +tconstruct:shard:0, Ghostwood Shard +tconstruct:shard:0, Darkwood Shard tconstruct:shard:0, Emerald Shard tconstruct:shard:0, Wyvern Shard tconstruct:shard:0, Awakened Shard tconstruct:shard:0, Chaotic Shard -tconstruct:shard:0, Fusewood Shard -tconstruct:shard:0, Ghostwood Shard -tconstruct:shard:0, Darkwood Shard tconstruct:sharpening_kit:0, Electrical Sharpening Kit tconstruct:sharpening_kit:0, Energetic Sharpening Kit tconstruct:sharpening_kit:0, Vibrant Sharpening Kit @@ -17876,13 +17901,13 @@ tconstruct:sharpening_kit:0, Corrupted Sharpening Kit tconstruct:sharpening_kit:0, Mirion Sharpening Kit tconstruct:sharpening_kit:0, Livingwood Sharpening Kit tconstruct:sharpening_kit:0, Elementium Sharpening Kit +tconstruct:sharpening_kit:0, Fusewood Sharpening Kit +tconstruct:sharpening_kit:0, Ghostwood Sharpening Kit +tconstruct:sharpening_kit:0, Darkwood Sharpening Kit tconstruct:sharpening_kit:0, Emerald Sharpening Kit tconstruct:sharpening_kit:0, Wyvern Sharpening Kit tconstruct:sharpening_kit:0, Awakened Sharpening Kit tconstruct:sharpening_kit:0, Chaotic Sharpening Kit -tconstruct:sharpening_kit:0, Fusewood Sharpening Kit -tconstruct:sharpening_kit:0, Ghostwood Sharpening Kit -tconstruct:sharpening_kit:0, Darkwood Sharpening Kit tconstruct:pick_head:0, Electrical Pickaxe Head tconstruct:pick_head:0, Energetic Pickaxe Head tconstruct:pick_head:0, Vibrant Pickaxe Head @@ -18078,13 +18103,13 @@ tconstruct:pick_head:0, Corrupted Pickaxe Head tconstruct:pick_head:0, Mirion Pickaxe Head tconstruct:pick_head:0, Livingwood Pickaxe Head tconstruct:pick_head:0, Elementium Pickaxe Head +tconstruct:pick_head:0, Fusewood Pickaxe Head +tconstruct:pick_head:0, Ghostwood Pickaxe Head +tconstruct:pick_head:0, Darkwood Pickaxe Head tconstruct:pick_head:0, Emerald Pickaxe Head tconstruct:pick_head:0, Wyvern Pickaxe Head tconstruct:pick_head:0, Awakened Pickaxe Head tconstruct:pick_head:0, Chaotic Pickaxe Head -tconstruct:pick_head:0, Fusewood Pickaxe Head -tconstruct:pick_head:0, Ghostwood Pickaxe Head -tconstruct:pick_head:0, Darkwood Pickaxe Head tconstruct:shovel_head:0, Electrical Shovel Head tconstruct:shovel_head:0, Energetic Shovel Head tconstruct:shovel_head:0, Vibrant Shovel Head @@ -18280,13 +18305,13 @@ tconstruct:shovel_head:0, Corrupted Shovel Head tconstruct:shovel_head:0, Mirion Shovel Head tconstruct:shovel_head:0, Livingwood Shovel Head tconstruct:shovel_head:0, Elementium Shovel Head +tconstruct:shovel_head:0, Fusewood Shovel Head +tconstruct:shovel_head:0, Ghostwood Shovel Head +tconstruct:shovel_head:0, Darkwood Shovel Head tconstruct:shovel_head:0, Emerald Shovel Head tconstruct:shovel_head:0, Wyvern Shovel Head tconstruct:shovel_head:0, Awakened Shovel Head tconstruct:shovel_head:0, Chaotic Shovel Head -tconstruct:shovel_head:0, Fusewood Shovel Head -tconstruct:shovel_head:0, Ghostwood Shovel Head -tconstruct:shovel_head:0, Darkwood Shovel Head tconstruct:axe_head:0, Electrical Axe Head tconstruct:axe_head:0, Energetic Axe Head tconstruct:axe_head:0, Vibrant Axe Head @@ -18482,13 +18507,13 @@ tconstruct:axe_head:0, Corrupted Axe Head tconstruct:axe_head:0, Mirion Axe Head tconstruct:axe_head:0, Livingwood Axe Head tconstruct:axe_head:0, Elementium Axe Head +tconstruct:axe_head:0, Fusewood Axe Head +tconstruct:axe_head:0, Ghostwood Axe Head +tconstruct:axe_head:0, Darkwood Axe Head tconstruct:axe_head:0, Emerald Axe Head tconstruct:axe_head:0, Wyvern Axe Head tconstruct:axe_head:0, Awakened Axe Head tconstruct:axe_head:0, Chaotic Axe Head -tconstruct:axe_head:0, Fusewood Axe Head -tconstruct:axe_head:0, Ghostwood Axe Head -tconstruct:axe_head:0, Darkwood Axe Head tconstruct:broad_axe_head:0, Electrical Broad Axe Head tconstruct:broad_axe_head:0, Energetic Broad Axe Head tconstruct:broad_axe_head:0, Vibrant Broad Axe Head @@ -18684,13 +18709,13 @@ tconstruct:broad_axe_head:0, Corrupted Broad Axe Head tconstruct:broad_axe_head:0, Mirion Broad Axe Head tconstruct:broad_axe_head:0, Livingwood Broad Axe Head tconstruct:broad_axe_head:0, Elementium Broad Axe Head +tconstruct:broad_axe_head:0, Fusewood Broad Axe Head +tconstruct:broad_axe_head:0, Ghostwood Broad Axe Head +tconstruct:broad_axe_head:0, Darkwood Broad Axe Head tconstruct:broad_axe_head:0, Emerald Broad Axe Head tconstruct:broad_axe_head:0, Wyvern Broad Axe Head tconstruct:broad_axe_head:0, Awakened Broad Axe Head tconstruct:broad_axe_head:0, Chaotic Broad Axe Head -tconstruct:broad_axe_head:0, Fusewood Broad Axe Head -tconstruct:broad_axe_head:0, Ghostwood Broad Axe Head -tconstruct:broad_axe_head:0, Darkwood Broad Axe Head tconstruct:sword_blade:0, Electrical Sword Blade tconstruct:sword_blade:0, Energetic Sword Blade tconstruct:sword_blade:0, Vibrant Sword Blade @@ -18886,13 +18911,13 @@ tconstruct:sword_blade:0, Corrupted Sword Blade tconstruct:sword_blade:0, Mirion Sword Blade tconstruct:sword_blade:0, Livingwood Sword Blade tconstruct:sword_blade:0, Elementium Sword Blade +tconstruct:sword_blade:0, Fusewood Sword Blade +tconstruct:sword_blade:0, Ghostwood Sword Blade +tconstruct:sword_blade:0, Darkwood Sword Blade tconstruct:sword_blade:0, Emerald Sword Blade tconstruct:sword_blade:0, Wyvern Sword Blade tconstruct:sword_blade:0, Awakened Sword Blade tconstruct:sword_blade:0, Chaotic Sword Blade -tconstruct:sword_blade:0, Fusewood Sword Blade -tconstruct:sword_blade:0, Ghostwood Sword Blade -tconstruct:sword_blade:0, Darkwood Sword Blade tconstruct:large_sword_blade:0, Electrical Large Sword Blade tconstruct:large_sword_blade:0, Energetic Large Sword Blade tconstruct:large_sword_blade:0, Vibrant Large Sword Blade @@ -19088,13 +19113,13 @@ tconstruct:large_sword_blade:0, Corrupted Large Sword Blade tconstruct:large_sword_blade:0, Mirion Large Sword Blade tconstruct:large_sword_blade:0, Livingwood Large Sword Blade tconstruct:large_sword_blade:0, Elementium Large Sword Blade +tconstruct:large_sword_blade:0, Fusewood Large Sword Blade +tconstruct:large_sword_blade:0, Ghostwood Large Sword Blade +tconstruct:large_sword_blade:0, Darkwood Large Sword Blade tconstruct:large_sword_blade:0, Emerald Large Sword Blade tconstruct:large_sword_blade:0, Wyvern Large Sword Blade tconstruct:large_sword_blade:0, Awakened Large Sword Blade tconstruct:large_sword_blade:0, Chaotic Large Sword Blade -tconstruct:large_sword_blade:0, Fusewood Large Sword Blade -tconstruct:large_sword_blade:0, Ghostwood Large Sword Blade -tconstruct:large_sword_blade:0, Darkwood Large Sword Blade tconstruct:hammer_head:0, Electrical Hammer Head tconstruct:hammer_head:0, Energetic Hammer Head tconstruct:hammer_head:0, Vibrant Hammer Head @@ -19290,13 +19315,13 @@ tconstruct:hammer_head:0, Corrupted Hammer Head tconstruct:hammer_head:0, Mirion Hammer Head tconstruct:hammer_head:0, Livingwood Hammer Head tconstruct:hammer_head:0, Elementium Hammer Head +tconstruct:hammer_head:0, Fusewood Hammer Head +tconstruct:hammer_head:0, Ghostwood Hammer Head +tconstruct:hammer_head:0, Darkwood Hammer Head tconstruct:hammer_head:0, Emerald Hammer Head tconstruct:hammer_head:0, Wyvern Hammer Head tconstruct:hammer_head:0, Awakened Hammer Head tconstruct:hammer_head:0, Chaotic Hammer Head -tconstruct:hammer_head:0, Fusewood Hammer Head -tconstruct:hammer_head:0, Ghostwood Hammer Head -tconstruct:hammer_head:0, Darkwood Hammer Head tconstruct:excavator_head:0, Electrical Excavator Head tconstruct:excavator_head:0, Energetic Excavator Head tconstruct:excavator_head:0, Vibrant Excavator Head @@ -19492,13 +19517,13 @@ tconstruct:excavator_head:0, Corrupted Excavator Head tconstruct:excavator_head:0, Mirion Excavator Head tconstruct:excavator_head:0, Livingwood Excavator Head tconstruct:excavator_head:0, Elementium Excavator Head +tconstruct:excavator_head:0, Fusewood Excavator Head +tconstruct:excavator_head:0, Ghostwood Excavator Head +tconstruct:excavator_head:0, Darkwood Excavator Head tconstruct:excavator_head:0, Emerald Excavator Head tconstruct:excavator_head:0, Wyvern Excavator Head tconstruct:excavator_head:0, Awakened Excavator Head tconstruct:excavator_head:0, Chaotic Excavator Head -tconstruct:excavator_head:0, Fusewood Excavator Head -tconstruct:excavator_head:0, Ghostwood Excavator Head -tconstruct:excavator_head:0, Darkwood Excavator Head tconstruct:kama_head:0, Electrical Kama Head tconstruct:kama_head:0, Energetic Kama Head tconstruct:kama_head:0, Vibrant Kama Head @@ -19694,13 +19719,13 @@ tconstruct:kama_head:0, Corrupted Kama Head tconstruct:kama_head:0, Mirion Kama Head tconstruct:kama_head:0, Livingwood Kama Head tconstruct:kama_head:0, Elementium Kama Head +tconstruct:kama_head:0, Fusewood Kama Head +tconstruct:kama_head:0, Ghostwood Kama Head +tconstruct:kama_head:0, Darkwood Kama Head tconstruct:kama_head:0, Emerald Kama Head tconstruct:kama_head:0, Wyvern Kama Head tconstruct:kama_head:0, Awakened Kama Head tconstruct:kama_head:0, Chaotic Kama Head -tconstruct:kama_head:0, Fusewood Kama Head -tconstruct:kama_head:0, Ghostwood Kama Head -tconstruct:kama_head:0, Darkwood Kama Head tconstruct:scythe_head:0, Electrical Scythe Head tconstruct:scythe_head:0, Energetic Scythe Head tconstruct:scythe_head:0, Vibrant Scythe Head @@ -19896,13 +19921,13 @@ tconstruct:scythe_head:0, Corrupted Scythe Head tconstruct:scythe_head:0, Mirion Scythe Head tconstruct:scythe_head:0, Livingwood Scythe Head tconstruct:scythe_head:0, Elementium Scythe Head +tconstruct:scythe_head:0, Fusewood Scythe Head +tconstruct:scythe_head:0, Ghostwood Scythe Head +tconstruct:scythe_head:0, Darkwood Scythe Head tconstruct:scythe_head:0, Emerald Scythe Head tconstruct:scythe_head:0, Wyvern Scythe Head tconstruct:scythe_head:0, Awakened Scythe Head tconstruct:scythe_head:0, Chaotic Scythe Head -tconstruct:scythe_head:0, Fusewood Scythe Head -tconstruct:scythe_head:0, Ghostwood Scythe Head -tconstruct:scythe_head:0, Darkwood Scythe Head tconstruct:pan_head:0, Electrical Pan tconstruct:pan_head:0, Energetic Pan tconstruct:pan_head:0, Vibrant Pan @@ -20098,13 +20123,13 @@ tconstruct:pan_head:0, Corrupted Pan tconstruct:pan_head:0, Mirion Pan tconstruct:pan_head:0, Livingwood Pan tconstruct:pan_head:0, Elementium Pan +tconstruct:pan_head:0, Fusewood Pan +tconstruct:pan_head:0, Ghostwood Pan +tconstruct:pan_head:0, Darkwood Pan tconstruct:pan_head:0, Emerald Pan tconstruct:pan_head:0, Wyvern Pan tconstruct:pan_head:0, Awakened Pan tconstruct:pan_head:0, Chaotic Pan -tconstruct:pan_head:0, Fusewood Pan -tconstruct:pan_head:0, Ghostwood Pan -tconstruct:pan_head:0, Darkwood Pan tconstruct:sign_head:0, Electrical Sign Plate tconstruct:sign_head:0, Energetic Sign Plate tconstruct:sign_head:0, Vibrant Sign Plate @@ -20300,13 +20325,13 @@ tconstruct:sign_head:0, Corrupted Sign Plate tconstruct:sign_head:0, Mirion Sign Plate tconstruct:sign_head:0, Livingwood Sign Plate tconstruct:sign_head:0, Elementium Sign Plate +tconstruct:sign_head:0, Fusewood Sign Plate +tconstruct:sign_head:0, Ghostwood Sign Plate +tconstruct:sign_head:0, Darkwood Sign Plate tconstruct:sign_head:0, Emerald Sign Plate tconstruct:sign_head:0, Wyvern Sign Plate tconstruct:sign_head:0, Awakened Sign Plate tconstruct:sign_head:0, Chaotic Sign Plate -tconstruct:sign_head:0, Fusewood Sign Plate -tconstruct:sign_head:0, Ghostwood Sign Plate -tconstruct:sign_head:0, Darkwood Sign Plate tconstruct:tool_rod:0, Electrical Tool Rod tconstruct:tool_rod:0, Energetic Tool Rod tconstruct:tool_rod:0, Vibrant Tool Rod @@ -20501,13 +20526,13 @@ tconstruct:tool_rod:0, Corrupted Tool Rod tconstruct:tool_rod:0, Mirion Tool Rod tconstruct:tool_rod:0, Livingwood Tool Rod tconstruct:tool_rod:0, Elementium Tool Rod +tconstruct:tool_rod:0, Fusewood Tool Rod +tconstruct:tool_rod:0, Ghostwood Tool Rod +tconstruct:tool_rod:0, Darkwood Tool Rod tconstruct:tool_rod:0, Emerald Tool Rod tconstruct:tool_rod:0, Wyvern Tool Rod tconstruct:tool_rod:0, Awakened Tool Rod tconstruct:tool_rod:0, Chaotic Tool Rod -tconstruct:tool_rod:0, Fusewood Tool Rod -tconstruct:tool_rod:0, Ghostwood Tool Rod -tconstruct:tool_rod:0, Darkwood Tool Rod tconstruct:tough_tool_rod:0, Electrical Tough Tool Rod tconstruct:tough_tool_rod:0, Energetic Tough Tool Rod tconstruct:tough_tool_rod:0, Vibrant Tough Tool Rod @@ -20702,13 +20727,13 @@ tconstruct:tough_tool_rod:0, Corrupted Tough Tool Rod tconstruct:tough_tool_rod:0, Mirion Tough Tool Rod tconstruct:tough_tool_rod:0, Livingwood Tough Tool Rod tconstruct:tough_tool_rod:0, Elementium Tough Tool Rod +tconstruct:tough_tool_rod:0, Fusewood Tough Tool Rod +tconstruct:tough_tool_rod:0, Ghostwood Tough Tool Rod +tconstruct:tough_tool_rod:0, Darkwood Tough Tool Rod tconstruct:tough_tool_rod:0, Emerald Tough Tool Rod tconstruct:tough_tool_rod:0, Wyvern Tough Tool Rod tconstruct:tough_tool_rod:0, Awakened Tough Tool Rod tconstruct:tough_tool_rod:0, Chaotic Tough Tool Rod -tconstruct:tough_tool_rod:0, Fusewood Tough Tool Rod -tconstruct:tough_tool_rod:0, Ghostwood Tough Tool Rod -tconstruct:tough_tool_rod:0, Darkwood Tough Tool Rod tconstruct:binding:0, Electrical Binding tconstruct:binding:0, Energetic Binding tconstruct:binding:0, Vibrant Binding @@ -20899,13 +20924,13 @@ tconstruct:binding:0, Corrupted Binding tconstruct:binding:0, Mirion Binding tconstruct:binding:0, Livingwood Binding tconstruct:binding:0, Elementium Binding +tconstruct:binding:0, Fusewood Binding +tconstruct:binding:0, Ghostwood Binding +tconstruct:binding:0, Darkwood Binding tconstruct:binding:0, Emerald Binding tconstruct:binding:0, Wyvern Binding tconstruct:binding:0, Awakened Binding tconstruct:binding:0, Chaotic Binding -tconstruct:binding:0, Fusewood Binding -tconstruct:binding:0, Ghostwood Binding -tconstruct:binding:0, Darkwood Binding tconstruct:tough_binding:0, Electrical Tough Binding tconstruct:tough_binding:0, Energetic Tough Binding tconstruct:tough_binding:0, Vibrant Tough Binding @@ -21096,13 +21121,13 @@ tconstruct:tough_binding:0, Corrupted Tough Binding tconstruct:tough_binding:0, Mirion Tough Binding tconstruct:tough_binding:0, Livingwood Tough Binding tconstruct:tough_binding:0, Elementium Tough Binding +tconstruct:tough_binding:0, Fusewood Tough Binding +tconstruct:tough_binding:0, Ghostwood Tough Binding +tconstruct:tough_binding:0, Darkwood Tough Binding tconstruct:tough_binding:0, Emerald Tough Binding tconstruct:tough_binding:0, Wyvern Tough Binding tconstruct:tough_binding:0, Awakened Tough Binding tconstruct:tough_binding:0, Chaotic Tough Binding -tconstruct:tough_binding:0, Fusewood Tough Binding -tconstruct:tough_binding:0, Ghostwood Tough Binding -tconstruct:tough_binding:0, Darkwood Tough Binding tconstruct:wide_guard:0, Electrical Wide Guard tconstruct:wide_guard:0, Energetic Wide Guard tconstruct:wide_guard:0, Vibrant Wide Guard @@ -21293,13 +21318,13 @@ tconstruct:wide_guard:0, Corrupted Wide Guard tconstruct:wide_guard:0, Mirion Wide Guard tconstruct:wide_guard:0, Livingwood Wide Guard tconstruct:wide_guard:0, Elementium Wide Guard +tconstruct:wide_guard:0, Fusewood Wide Guard +tconstruct:wide_guard:0, Ghostwood Wide Guard +tconstruct:wide_guard:0, Darkwood Wide Guard tconstruct:wide_guard:0, Emerald Wide Guard tconstruct:wide_guard:0, Wyvern Wide Guard tconstruct:wide_guard:0, Awakened Wide Guard tconstruct:wide_guard:0, Chaotic Wide Guard -tconstruct:wide_guard:0, Fusewood Wide Guard -tconstruct:wide_guard:0, Ghostwood Wide Guard -tconstruct:wide_guard:0, Darkwood Wide Guard tconstruct:hand_guard:0, Electrical Hand Guard tconstruct:hand_guard:0, Energetic Hand Guard tconstruct:hand_guard:0, Vibrant Hand Guard @@ -21490,13 +21515,13 @@ tconstruct:hand_guard:0, Corrupted Hand Guard tconstruct:hand_guard:0, Mirion Hand Guard tconstruct:hand_guard:0, Livingwood Hand Guard tconstruct:hand_guard:0, Elementium Hand Guard +tconstruct:hand_guard:0, Fusewood Hand Guard +tconstruct:hand_guard:0, Ghostwood Hand Guard +tconstruct:hand_guard:0, Darkwood Hand Guard tconstruct:hand_guard:0, Emerald Hand Guard tconstruct:hand_guard:0, Wyvern Hand Guard tconstruct:hand_guard:0, Awakened Hand Guard tconstruct:hand_guard:0, Chaotic Hand Guard -tconstruct:hand_guard:0, Fusewood Hand Guard -tconstruct:hand_guard:0, Ghostwood Hand Guard -tconstruct:hand_guard:0, Darkwood Hand Guard tconstruct:cross_guard:0, Electrical Cross Guard tconstruct:cross_guard:0, Energetic Cross Guard tconstruct:cross_guard:0, Vibrant Cross Guard @@ -21687,13 +21712,13 @@ tconstruct:cross_guard:0, Corrupted Cross Guard tconstruct:cross_guard:0, Mirion Cross Guard tconstruct:cross_guard:0, Livingwood Cross Guard tconstruct:cross_guard:0, Elementium Cross Guard +tconstruct:cross_guard:0, Fusewood Cross Guard +tconstruct:cross_guard:0, Ghostwood Cross Guard +tconstruct:cross_guard:0, Darkwood Cross Guard tconstruct:cross_guard:0, Emerald Cross Guard tconstruct:cross_guard:0, Wyvern Cross Guard tconstruct:cross_guard:0, Awakened Cross Guard tconstruct:cross_guard:0, Chaotic Cross Guard -tconstruct:cross_guard:0, Fusewood Cross Guard -tconstruct:cross_guard:0, Ghostwood Cross Guard -tconstruct:cross_guard:0, Darkwood Cross Guard tconstruct:large_plate:0, Electrical Large Plate tconstruct:large_plate:0, Energetic Large Plate tconstruct:large_plate:0, Vibrant Large Plate @@ -21889,13 +21914,13 @@ tconstruct:large_plate:0, Corrupted Large Plate tconstruct:large_plate:0, Mirion Large Plate tconstruct:large_plate:0, Livingwood Large Plate tconstruct:large_plate:0, Elementium Large Plate +tconstruct:large_plate:0, Fusewood Large Plate +tconstruct:large_plate:0, Ghostwood Large Plate +tconstruct:large_plate:0, Darkwood Large Plate tconstruct:large_plate:0, Emerald Large Plate tconstruct:large_plate:0, Wyvern Large Plate tconstruct:large_plate:0, Awakened Large Plate tconstruct:large_plate:0, Chaotic Large Plate -tconstruct:large_plate:0, Fusewood Large Plate -tconstruct:large_plate:0, Ghostwood Large Plate -tconstruct:large_plate:0, Darkwood Large Plate tconstruct:knife_blade:0, Electrical Knife Blade tconstruct:knife_blade:0, Energetic Knife Blade tconstruct:knife_blade:0, Vibrant Knife Blade @@ -22086,13 +22111,13 @@ tconstruct:knife_blade:0, Corrupted Knife Blade tconstruct:knife_blade:0, Mirion Knife Blade tconstruct:knife_blade:0, Livingwood Knife Blade tconstruct:knife_blade:0, Elementium Knife Blade +tconstruct:knife_blade:0, Fusewood Knife Blade +tconstruct:knife_blade:0, Ghostwood Knife Blade +tconstruct:knife_blade:0, Darkwood Knife Blade tconstruct:knife_blade:0, Emerald Knife Blade tconstruct:knife_blade:0, Wyvern Knife Blade tconstruct:knife_blade:0, Awakened Knife Blade tconstruct:knife_blade:0, Chaotic Knife Blade -tconstruct:knife_blade:0, Fusewood Knife Blade -tconstruct:knife_blade:0, Ghostwood Knife Blade -tconstruct:knife_blade:0, Darkwood Knife Blade tconstruct:bow_limb:0, Electrical Bowlimb tconstruct:bow_limb:0, Energetic Bowlimb tconstruct:bow_limb:0, Vibrant Bowlimb @@ -22265,13 +22290,13 @@ tconstruct:bow_limb:0, Starmetal Bowlimb tconstruct:bow_limb:0, Mirion Bowlimb tconstruct:bow_limb:0, Livingwood Bowlimb tconstruct:bow_limb:0, Elementium Bowlimb +tconstruct:bow_limb:0, Fusewood Bowlimb +tconstruct:bow_limb:0, Ghostwood Bowlimb +tconstruct:bow_limb:0, Darkwood Bowlimb tconstruct:bow_limb:0, Emerald Bowlimb tconstruct:bow_limb:0, Wyvern Bowlimb tconstruct:bow_limb:0, Awakened Bowlimb tconstruct:bow_limb:0, Chaotic Bowlimb -tconstruct:bow_limb:0, Fusewood Bowlimb -tconstruct:bow_limb:0, Ghostwood Bowlimb -tconstruct:bow_limb:0, Darkwood Bowlimb tconstruct:bow_string:0, Souled Bowstring tconstruct:bow_string:0, String Bowstring tconstruct:bow_string:0, Slimevine Bowstring @@ -22471,13 +22496,13 @@ tconstruct:arrow_head:0, Corrupted Arrow Head tconstruct:arrow_head:0, Mirion Arrow Head tconstruct:arrow_head:0, Livingwood Arrow Head tconstruct:arrow_head:0, Elementium Arrow Head +tconstruct:arrow_head:0, Fusewood Arrow Head +tconstruct:arrow_head:0, Ghostwood Arrow Head +tconstruct:arrow_head:0, Darkwood Arrow Head tconstruct:arrow_head:0, Emerald Arrow Head tconstruct:arrow_head:0, Wyvern Arrow Head tconstruct:arrow_head:0, Awakened Arrow Head tconstruct:arrow_head:0, Chaotic Arrow Head -tconstruct:arrow_head:0, Fusewood Arrow Head -tconstruct:arrow_head:0, Ghostwood Arrow Head -tconstruct:arrow_head:0, Darkwood Arrow Head tconstruct:arrow_shaft:0, Naga Scale Arrow Shaft tconstruct:arrow_shaft:0, Steeleaf Arrow Shaft tconstruct:arrow_shaft:0, Fiery Arrow Shaft @@ -23203,86 +23228,86 @@ tconstruct:seared_stairs_road:0, Seared Road Stairs tconstruct:seared_stairs_tile:0, Seared Tile Stairs tconstruct:seared_stairs_creeper:0, Seared Creeperface Stairs tconstruct:cast:0, Blank Cast +tconstruct:cast:0, Arrow Shaft Cast +tconstruct:cast:0, Sharpening Kit Cast +tconstruct:cast:0, Wide Guard Cast +tconstruct:cast:0, Pan Cast +tconstruct:cast:0, Polishing Kit Cast +tconstruct:cast:0, Hammer Head Cast +tconstruct:cast:0, Sword Blade Cast +tconstruct:cast:0, Binding Cast +tconstruct:cast:0, Shard Cast +tconstruct:cast:0, Excavator Head Cast +tconstruct:cast:0, Broad Axe Head Cast +tconstruct:cast:0, Large Plate Cast +tconstruct:cast:0, Tool Rod Cast +tconstruct:cast:0, Armor Trim Cast +tconstruct:cast:0, Pickaxe Head Cast +tconstruct:cast:0, Boots Core Cast +tconstruct:cast:0, Pipe Piece Cast +tconstruct:cast:0, Bowlimb Cast +tconstruct:cast:0, Armor Plates Cast +tconstruct:cast:0, Axe Head Cast +tconstruct:cast:0, Knife Blade Cast +tconstruct:cast:0, Laser Medium Cast +tconstruct:cast:0, Hand Guard Cast +tconstruct:cast:0, Tough Binding Cast tconstruct:cast:0, Scythe Head Cast tconstruct:cast:0, Helmet Core Cast -tconstruct:cast:0, Binding Cast -tconstruct:cast:0, Cross Guard Cast tconstruct:cast:0, Sign Plate Cast -tconstruct:cast:0, Leggings Core Cast -tconstruct:cast:0, Hammer Head Cast -tconstruct:cast:0, Axe Head Cast -tconstruct:cast:0, Shard Cast -tconstruct:cast:0, Sharpening Kit Cast -tconstruct:cast:0, Tough Tool Rod Cast -tconstruct:cast:0, Excavator Head Cast -tconstruct:cast:0, Laser Medium Cast -tconstruct:cast:0, Sword Blade Cast -tconstruct:cast:0, Large Sword Blade Cast -tconstruct:cast:0, Pickaxe Head Cast -tconstruct:cast:0, Battery Cell Cast -tconstruct:cast:0, Bowlimb Cast -tconstruct:cast:0, Armor Trim Cast -tconstruct:cast:0, Armor Plates Cast -tconstruct:cast:0, Shovel Head Cast -tconstruct:cast:0, Broad Axe Head Cast -tconstruct:cast:0, Wide Guard Cast -tconstruct:cast:0, Tool Rod Cast -tconstruct:cast:0, Knife Blade Cast -tconstruct:cast:0, Pipe Piece Cast -tconstruct:cast:0, Kama Head Cast -tconstruct:cast:0, Pan Cast -tconstruct:cast:0, Chestplate Core Cast -tconstruct:cast:0, Boots Core Cast -tconstruct:cast:0, Bowstring Cast -tconstruct:cast:0, Arrow Shaft Cast -tconstruct:cast:0, Polishing Kit Cast -tconstruct:cast:0, Tough Binding Cast -tconstruct:cast:0, Large Plate Cast tconstruct:cast:0, Arrow Head Cast -tconstruct:cast:0, Hand Guard Cast +tconstruct:cast:0, Battery Cell Cast +tconstruct:cast:0, Shovel Head Cast +tconstruct:cast:0, Kama Head Cast +tconstruct:cast:0, Cross Guard Cast +tconstruct:cast:0, Bowstring Cast +tconstruct:cast:0, Large Sword Blade Cast +tconstruct:cast:0, Tough Tool Rod Cast +tconstruct:cast:0, Chestplate Core Cast +tconstruct:cast:0, Leggings Core Cast tconstruct:cast_custom:0, Ingot Cast tconstruct:cast_custom:1, Nugget Cast tconstruct:cast_custom:2, Gem Cast tconstruct:cast_custom:3, Plate Cast tconstruct:cast_custom:4, Gear Cast tconstruct:clay_cast:0, item.tconstruct.clay_cast.blank +tconstruct:clay_cast:0, Arrow Shaft Clay Cast +tconstruct:clay_cast:0, Sharpening Kit Clay Cast +tconstruct:clay_cast:0, Wide Guard Clay Cast +tconstruct:clay_cast:0, Pan Clay Cast +tconstruct:clay_cast:0, Polishing Kit Clay Cast +tconstruct:clay_cast:0, Hammer Head Clay Cast +tconstruct:clay_cast:0, Sword Blade Clay Cast +tconstruct:clay_cast:0, Binding Clay Cast +tconstruct:clay_cast:0, Shard Clay Cast +tconstruct:clay_cast:0, Excavator Head Clay Cast +tconstruct:clay_cast:0, Broad Axe Head Clay Cast +tconstruct:clay_cast:0, Large Plate Clay Cast +tconstruct:clay_cast:0, Tool Rod Clay Cast +tconstruct:clay_cast:0, Armor Trim Clay Cast +tconstruct:clay_cast:0, Pickaxe Head Clay Cast +tconstruct:clay_cast:0, Boots Core Clay Cast +tconstruct:clay_cast:0, Pipe Piece Clay Cast +tconstruct:clay_cast:0, Bowlimb Clay Cast +tconstruct:clay_cast:0, Armor Plates Clay Cast +tconstruct:clay_cast:0, Axe Head Clay Cast +tconstruct:clay_cast:0, Knife Blade Clay Cast +tconstruct:clay_cast:0, Laser Medium Clay Cast +tconstruct:clay_cast:0, Hand Guard Clay Cast +tconstruct:clay_cast:0, Tough Binding Clay Cast tconstruct:clay_cast:0, Scythe Head Clay Cast tconstruct:clay_cast:0, Helmet Core Clay Cast -tconstruct:clay_cast:0, Binding Clay Cast -tconstruct:clay_cast:0, Cross Guard Clay Cast tconstruct:clay_cast:0, Sign Plate Clay Cast -tconstruct:clay_cast:0, Leggings Core Clay Cast -tconstruct:clay_cast:0, Hammer Head Clay Cast -tconstruct:clay_cast:0, Axe Head Clay Cast -tconstruct:clay_cast:0, Shard Clay Cast -tconstruct:clay_cast:0, Sharpening Kit Clay Cast -tconstruct:clay_cast:0, Tough Tool Rod Clay Cast -tconstruct:clay_cast:0, Excavator Head Clay Cast -tconstruct:clay_cast:0, Laser Medium Clay Cast -tconstruct:clay_cast:0, Sword Blade Clay Cast -tconstruct:clay_cast:0, Large Sword Blade Clay Cast -tconstruct:clay_cast:0, Pickaxe Head Clay Cast -tconstruct:clay_cast:0, Battery Cell Clay Cast -tconstruct:clay_cast:0, Bowlimb Clay Cast -tconstruct:clay_cast:0, Armor Trim Clay Cast -tconstruct:clay_cast:0, Armor Plates Clay Cast -tconstruct:clay_cast:0, Shovel Head Clay Cast -tconstruct:clay_cast:0, Broad Axe Head Clay Cast -tconstruct:clay_cast:0, Wide Guard Clay Cast -tconstruct:clay_cast:0, Tool Rod Clay Cast -tconstruct:clay_cast:0, Knife Blade Clay Cast -tconstruct:clay_cast:0, Pipe Piece Clay Cast -tconstruct:clay_cast:0, Kama Head Clay Cast -tconstruct:clay_cast:0, Pan Clay Cast -tconstruct:clay_cast:0, Chestplate Core Clay Cast -tconstruct:clay_cast:0, Boots Core Clay Cast -tconstruct:clay_cast:0, Bowstring Clay Cast -tconstruct:clay_cast:0, Arrow Shaft Clay Cast -tconstruct:clay_cast:0, Polishing Kit Clay Cast -tconstruct:clay_cast:0, Tough Binding Clay Cast -tconstruct:clay_cast:0, Large Plate Clay Cast tconstruct:clay_cast:0, Arrow Head Clay Cast -tconstruct:clay_cast:0, Hand Guard Clay Cast +tconstruct:clay_cast:0, Battery Cell Clay Cast +tconstruct:clay_cast:0, Shovel Head Clay Cast +tconstruct:clay_cast:0, Kama Head Clay Cast +tconstruct:clay_cast:0, Cross Guard Clay Cast +tconstruct:clay_cast:0, Bowstring Clay Cast +tconstruct:clay_cast:0, Large Sword Blade Clay Cast +tconstruct:clay_cast:0, Tough Tool Rod Clay Cast +tconstruct:clay_cast:0, Chestplate Core Clay Cast +tconstruct:clay_cast:0, Leggings Core Clay Cast tconstruct:stone_torch:0, Stone Torch tconstruct:stone_ladder:0, Stone Ladder tconstruct:punji:0, Punji Sticks @@ -24457,23 +24482,6 @@ appliedenergistics2:facade:0, Cable Facade - Block of Copper appliedenergistics2:facade:0, Cable Facade - Block of Tin appliedenergistics2:facade:0, Cable Facade - Block of Bronze appliedenergistics2:facade:0, Cable Facade - Ash Bricks -appliedenergistics2:facade:0, Cable Facade - Greenhouse Block -appliedenergistics2:facade:0, Cable Facade - Greenhouse Energy Distributor -appliedenergistics2:facade:0, Cable Facade - Greenhouse Control -appliedenergistics2:facade:0, Cable Facade - Greenhouse Screen -appliedenergistics2:facade:0, Cable Facade - Greenhouse Hygroregulator -appliedenergistics2:facade:0, Cable Facade - Greenhouse Heater -appliedenergistics2:facade:0, Cable Facade - Greenhouse Fan -appliedenergistics2:facade:0, Cable Facade - Greenhouse Humidifier -appliedenergistics2:facade:0, Cable Facade - Greenhouse Dehumidifier -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Wood Pile -appliedenergistics2:facade:0, Cable Facade - Decorative Wood Pile -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Loam appliedenergistics2:facade:0, Cable Facade - Honey Comb Block appliedenergistics2:facade:0, Cable Facade - Simmering Comb Block appliedenergistics2:facade:0, Cable Facade - Stringy Comb Block @@ -24483,6 +24491,14 @@ appliedenergistics2:facade:0, Cable Facade - Silky Comb Block appliedenergistics2:facade:0, Cable Facade - Parched Comb Block appliedenergistics2:facade:0, Cable Facade - Mossy Comb Block appliedenergistics2:facade:0, Cable Facade - Mellow Comb Block +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Wood Pile +appliedenergistics2:facade:0, Cable Facade - Decorative Wood Pile +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Loam appliedenergistics2:facade:0, Cable Facade - Larch Wood appliedenergistics2:facade:0, Cable Facade - Teak Wood appliedenergistics2:facade:0, Cable Facade - Desert Acacia Wood @@ -24646,6 +24662,15 @@ appliedenergistics2:facade:0, Cable Facade - Sipiri Leaves appliedenergistics2:facade:0, Cable Facade - Papaya Leaves appliedenergistics2:facade:0, Cable Facade - Date Palm Leaves appliedenergistics2:facade:0, Cable Facade - White Poplar Leaves +appliedenergistics2:facade:0, Cable Facade - Greenhouse Block +appliedenergistics2:facade:0, Cable Facade - Greenhouse Energy Distributor +appliedenergistics2:facade:0, Cable Facade - Greenhouse Control +appliedenergistics2:facade:0, Cable Facade - Greenhouse Screen +appliedenergistics2:facade:0, Cable Facade - Greenhouse Hygroregulator +appliedenergistics2:facade:0, Cable Facade - Greenhouse Heater +appliedenergistics2:facade:0, Cable Facade - Greenhouse Fan +appliedenergistics2:facade:0, Cable Facade - Greenhouse Humidifier +appliedenergistics2:facade:0, Cable Facade - Greenhouse Dehumidifier appliedenergistics2:facade:0, Cable Facade - Nickel-Iron Battery appliedenergistics2:facade:0, Cable Facade - Nickel-Zinc Battery appliedenergistics2:facade:0, Cable Facade - Zinc-Carbon Battery @@ -28942,8 +28967,6 @@ appliedenergistics2:facade:0, Cable Facade - Wreck Altar appliedenergistics2:facade:0, Cable Facade - Molecular Exciter appliedenergistics2:facade:0, Cable Facade - Phasing Block appliedenergistics2:facade:0, Cable Facade - Phasing Block (inverted) -appliedenergistics2:facade:0, Cable Facade - White Lamp -appliedenergistics2:facade:0, Cable Facade - Orange Lamp appliedenergistics2:facade:0, Cable Facade - Umberstone appliedenergistics2:facade:0, Cable Facade - Umbercobble appliedenergistics2:facade:0, Cable Facade - Mossy Umbercobble @@ -30475,1542 +30498,7 @@ appliedenergistics2:part:380, ME Terminal appliedenergistics2:part:80, ME Toggle Bus agricraft:seed_analyzer, Seed Analyzer agricraft:peripheral, Computer Controlled Seed Analyzer -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve agricraft:sprinkler, Sprinkler -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate agricraft:crop_sticks, Crop Sticks agricraft:journal, Agricultural Journal agricraft:trowel, Gardening Trowel @@ -32437,6 +30925,418 @@ animus:component:2, Consumption Reagent animus:component:3, Leech Reagent animus:component:4, Storm Reagent animus:component:5, Acquisition Reagent +aoa3:amethyst_sword, Amethyst Sword +aoa3:baron_sword, Baron Sword +aoa3:bloodfury, Bloodfury +aoa3:bloodstone_sword, Bloodstone Sword +aoa3:candlefire_sword, Candlefire Sword +aoa3:caramel_carver, Caramel Carver +aoa3:coralstorm_sword, Coralstorm Sword +aoa3:creepified_sword, Creepified Sword +aoa3:crystallite_sword, Crystallite Sword +aoa3:emberstone_sword, Emberstone Sword +aoa3:explochron_sword, Explochron Sword +aoa3:fireborne_sword, Fireborne Sword +aoa3:guardians_sword, Guardian's Sword +aoa3:harvester_sword, Harvester Sword +aoa3:holy_sword, Holy Sword +aoa3:illusion_sword, Illusion Sword +aoa3:jade_sword, Jade Sword +aoa3:legbone_sword, Legbone Sword +aoa3:lights_way, Light's Way +aoa3:limonite_sword, Limonite Sword +aoa3:nethengeic_sword, Nethengeic Sword +aoa3:primal_sword, Primal Sword +aoa3:rockbasher_sword, Rockbasher Sword +aoa3:rock_pick_sword, Rock-Pick Sword +aoa3:rosidian_sword, Rosidian Sword +aoa3:rosite_sword, Rosite Sword +aoa3:runic_sword, Runic Sword +aoa3:sapphire_sword, Sapphire Sword +aoa3:shadow_sword, Shadow Sword +aoa3:shroomus_sword, Shroomus Sword +aoa3:skeletal_sword, Skeletal Sword +aoa3:supremacy_sword, Supremacy Sword +aoa3:sweet_sword, Sweet Sword +aoa3:troll_basher_axe, Troll-Basher Axe +aoa3:ultraflame, Ultraflame +aoa3:void_sword, Void Sword +aoa3:baron_greatblade, Baron Greatblade +aoa3:bloodlurker, Bloodlurker +aoa3:candy_blade, Candy Blade +aoa3:coral_greatblade, Coral Greatblade +aoa3:cotton_crusher, Cotton Crusher +aoa3:creepoid_greatblade, Creepoid Greatblade +aoa3:crystal_greatblade, Crystal Greatblade +aoa3:erebon_scythe, Erebon Scythe +aoa3:gods_greatblade, God's Greatblade +aoa3:goofy_greatblade, Goofy Greatblade +aoa3:haunted_greatblade, Haunted Greatblade +aoa3:knights_guard, Knight's Guard +aoa3:lelyetian_greatblade, Lelyetian Greatblade +aoa3:lunar_greatblade, Lunar Greatblade +aoa3:luxon_scythe, Luxon Scythe +aoa3:lyonic_greatblade, Lyonic Greatblade +aoa3:millennium_greatblade, Millennium Greatblade +aoa3:noxious_greatblade, Noxious Greatblade +aoa3:pluton_scythe, Pluton Scythe +aoa3:primordial_greatblade, Primordial Greatblade +aoa3:rosidian_greatblade, Rosidian Greatblade +aoa3:royal_greatblade, Royal Greatblade +aoa3:runic_greatblade, Runic Greatblade +aoa3:selyan_scythe, Selyan Scythe +aoa3:shroomic_greatblade, Shroomic Greatblade +aoa3:shyre_sword, Shyre Sword +aoa3:subterranean_greatblade, Subterranean Greatblade +aoa3:tidal_greatblade, Tidal Greatblade +aoa3:underworld_greatblade, Underworld Greatblade +aoa3:coralstone_maul, Coralstone Maul +aoa3:crystal_maul, Crystal Maul +aoa3:electron_maul, Electron Maul +aoa3:horizon_maul, Horizon Maul +aoa3:vulcammer_maul, Vulcammer Maul +aoa3:abominator, Abominator +aoa3:apoco_assault_rifle, Apoco Assault Rifle +aoa3:apoco_rifle, Apoco Rifle +aoa3:aqua_magnum, Aqua Magnum +aoa3:artifact, Artifact +aoa3:baronator, Baronator +aoa3:bayonette_rifle, Bayonette Rifle +aoa3:big_top, Big Top +aoa3:blood_iron, Blood Iron +aoa3:chain_wrecker, Chain Wrecker +aoa3:chilli_chugger, Chilli Chugger +aoa3:clownershot, Clownershot +aoa3:construct, Construct +aoa3:coral_clogger, Coral Clogger +aoa3:core_rifle, Core Rifle +aoa3:crystal_carver, Crystal Carver +aoa3:cyclone, Cyclone +aoa3:darkener, Darkener +aoa3:dart_gun, Dart Gun +aoa3:destruction_rifle, Destruction Rifle +aoa3:discharge_rifle, Discharge Rifle +aoa3:draco, Draco +aoa3:dragilator, Dragilator +aoa3:dustometer, Dustometer +aoa3:echo_gull, Echo Gull +aoa3:electinator, Electinator +aoa3:flame_wrecker, Flame Wrecker +aoa3:flaming_fury, Flaming Fury +aoa3:floro_rifle, Floro Rifle +aoa3:flowers_fury, Flower's Fury +aoa3:frosticator, Frosticator +aoa3:gardener, Gardener +aoa3:gauge_rifle, Gauge Rifle +aoa3:germinator, Germinator +aoa3:golden_fury, Golden Fury +aoa3:happy_haunter, Happy Haunter +aoa3:haunter_rifle, Haunter Rifle +aoa3:heat_wave, Heat Wave +aoa3:hiver, Hiver +aoa3:hot_shot, Hot Shot +aoa3:hunters_rifle, Hunter's Rifle +aoa3:iominator, Iominator +aoa3:ion_revolver, Ion Revolver +aoa3:iro_rifle, Iro Rifle +aoa3:krilinator, Krilinator +aoa3:light_iron, Light Iron +aoa3:lunar_assault_rifle, Lunar Assault Rifle +aoa3:mechanical_assault_rifle, Mechanical Assault Rifle +aoa3:megagun, Megagun +aoa3:miasma, Miasma +aoa3:minigun, Minigun +aoa3:mint_magnum, Mint Magnum +aoa3:mk, MK +aoa3:mk_fung, MK-Fung +aoa3:nethenette_rifle, Nethenette Rifle +aoa3:nethengeic_slugger, Nethengeic Slugger +aoa3:overshot, Overshot +aoa3:precasian_slugger, Precasian Slugger +aoa3:predator, Predator +aoa3:predigun, Predigun +aoa3:pulsator, Pulsator +aoa3:purity_rifle, Purity Rifle +aoa3:rocker_rifle, Rocker Rifle +aoa3:roulette, Roulette +aoa3:shoe_flinger, Shoe Flinger +aoa3:skullette, Skullette +aoa3:skullifact, Skullifact +aoa3:spectacle, Spectacle +aoa3:spine_gun, Spine Gun +aoa3:squad_gun, Squad Gun +aoa3:stampede, Stampede +aoa3:stormer, Stormer +aoa3:sublimus, Sublimus +aoa3:tiger_tommy, Tiger Tommy +aoa3:tommy, Tommy +aoa3:vile_vanquisher, Vile Vanquisher +aoa3:wart_gun, Wart Gun +aoa3:wrecker, Wrecker +aoa3:abyssro, Abyssro +aoa3:amplifier, Amplifier +aoa3:blast_barrel, Blast Barrel +aoa3:blue_barrel, Blue Barrel +aoa3:boulder, Boulder +aoa3:brown_blaster, Brown Blaster +aoa3:demolisher, Demolisher +aoa3:destruction_shotgun, Destruction Shotgun +aoa3:discharge_shotgun, Discharge Shotgun +aoa3:gimmick, Gimmick +aoa3:ginger_blaster, Ginger Blaster +aoa3:long_shot, Long Shot +aoa3:mechyro, Mechyro +aoa3:purity_shotgun, Purity Shotgun +aoa3:purple_punisher, Purple Punisher +aoa3:red_rocket, Red Rocket +aoa3:vivo, Vivo +aoa3:baron_ssr, Baron SSR +aoa3:bayonette_sr, Bayonette SR +aoa3:bolt_rifle, Bolt Rifle +aoa3:camo_rifle, Camo Rifle +aoa3:clown_cracker, Clown Cracker +aoa3:clownimator, Clownimator +aoa3:crystaneer, Crystaneer +aoa3:dark_beast, Dark Beast +aoa3:deadlock, Deadlock +aoa3:decimator, Decimator +aoa3:discharge_sniper, Discharge Sniper +aoa3:dual_sight, Dual Sight +aoa3:duster, Duster +aoa3:floro500, Floro500 +aoa3:head_hunter, Head Hunter +aoa3:hive_cracker, Hive Cracker +aoa3:ka500, Ka500 +aoa3:mark_maker, Mark Maker +aoa3:mineral, Mineral +aoa3:monster, Monster +aoa3:moon_maker, Moon Maker +aoa3:rosid_rifle, Rosid Rifle +aoa3:sabbath, Sabbath +aoa3:sludge_sniper, Sludge Sniper +aoa3:sweet_tooth, Sweet Tooth +aoa3:terminator, Terminator +aoa3:viper1, Viper-1 +aoa3:ancient_bomber, Ancient Bomber +aoa3:ancient_discharger, Ancient Discharger +aoa3:aqua_cannon, Aqua Cannon +aoa3:balloon_bomber, Balloon Bomber +aoa3:big_blast, Big Blast +aoa3:blast_cannon, Blast Cannon +aoa3:blissful_blast, Blissful Blast +aoa3:bomb_launcher, Bomb Launcher +aoa3:boom_boom, Boom Boom +aoa3:boom_cannon, Boom Cannon +aoa3:boulder_bomber, Boulder Bomber +aoa3:bozo_blaster, Bozo Blaster +aoa3:bulb_cannon, Bulb Cannon +aoa3:carrot_cannon, Carrot Cannon +aoa3:clown_cannon, Clown Cannon +aoa3:clowno_pulse, Clowno-Pulse +aoa3:coral_cannon, Coral Cannon +aoa3:discharge_cannon, Discharge Cannon +aoa3:energy_cannon, Energy Cannon +aoa3:erebon_stickler, Erebon Stickler +aoa3:floro_rpg, Floro RPG +aoa3:flower_cannon, Flower Cannon +aoa3:fungal_cannon, Fungal Cannon +aoa3:ghast_blaster, Ghast Blaster +aoa3:ghoul_cannon, Ghoul Cannon +aoa3:giga_cannon, Giga-Cannon +aoa3:golder_bomber, Golder Bomber +aoa3:hive_blaster, Hive Blaster +aoa3:hive_howitzer, Hive Howitzer +aoa3:iro_cannon, Iro Cannon +aoa3:jack_funger, Jack Funger +aoa3:jack_rocker, Jack Rocker +aoa3:luxon_stickler, Luxon Stickler +aoa3:mecha_cannon, Mecha Cannon +aoa3:mini_cannon, Mini-Cannon +aoa3:missile_maker, Missile Maker +aoa3:moon_cannon, Moon Cannon +aoa3:pluton_stickler, Pluton Stickler +aoa3:predatorian_blaster, Predatorian Blaster +aoa3:pulse_cannon, Pulse Cannon +aoa3:rpg, RPG +aoa3:selyan_stickler, Selyan Stickler +aoa3:shadow_blaster, Shadow Blaster +aoa3:shyre_blaster, Shyre Blaster +aoa3:smile_blaster, Smile Blaster +aoa3:super_cannon, Super-Cannon +aoa3:ultra_cannon, Ultra-Cannon +aoa3:vox_cannon, Vox Cannon +aoa3:water_balloon_bomber, Water-Balloon Bomber +aoa3:wither_cannon, Wither Cannon +aoa3:grenade, Grenade +aoa3:slice_star, Slice Star +aoa3:chakram, Chakram +aoa3:goo_ball, Goo Ball +aoa3:vulkram, Vulkram +aoa3:hellfire, Hellfire +aoa3:runic_bomb, Runic Bomb +aoa3:vulcane, Vulcane +aoa3:battle_vulcane, Vulcane: Battle +aoa3:equality_vulcane, Vulcane: Equality +aoa3:fire_vulcane, Vulcane: Fire +aoa3:impairment_vulcane, Vulcane: Impairment +aoa3:poison_vulcane, Vulcane: Poison +aoa3:power_vulcane, Vulcane: Power +aoa3:wither_vulcane, Vulcane: Wither +aoa3:alacrity_bow, Alacrity Bow +aoa3:ancient_bow, Ancient Bow +aoa3:atlantic_bow, Atlantic Bow +aoa3:baron_bow, Baron Bow +aoa3:boreic_bow, Boreic Bow +aoa3:daybreaker_bow, Daybreaker Bow +aoa3:deep_bow, Deep Bow +aoa3:explosive_bow, Explosive Bow +aoa3:haunted_bow, Haunted Bow +aoa3:ice_bow, Ice Bow +aoa3:infernal_bow, Infernal Bow +aoa3:justice_bow, Justice Bow +aoa3:lunar_bow, Lunar Bow +aoa3:mecha_bow, Mecha Bow +aoa3:nightmare_bow, Nightmare Bow +aoa3:poison_bow, Poison Bow +aoa3:predatious_bow, Predatious Bow +aoa3:primordial_bow, Primordial Bow +aoa3:rosidian_bow, Rosidian Bow +aoa3:runic_bow, Runic Bow +aoa3:screamer_bow, Screamer Bow +aoa3:shyregem_bow, Shyregem Bow +aoa3:skeletal_bow, Skeletal Bow +aoa3:skydriver_bow, Skydriver Bow +aoa3:slingshot, Slingshot +aoa3:soulfire_bow, Soulfire Bow +aoa3:spectral_bow, Spectral Bow +aoa3:speed_bow, Speed Bow +aoa3:sunshine_bow, Sunshine Bow +aoa3:toxin_bow, Toxin Bow +aoa3:void_bow, Void Bow +aoa3:weaken_bow, Weaken Bow +aoa3:wither_bow, Wither Bow +aoa3:coral_archergun, Coral Archergun +aoa3:lunar_archergun, Lunar Archergun +aoa3:mecha_archergun, Mecha Archergun +aoa3:pyro_archergun, Pyro Archergun +aoa3:rosidian_archergun, Rosidian Archergun +aoa3:skeletal_archergun, Skeletal Archergun +aoa3:spectral_archergun, Spectral Archergun +aoa3:trolls_archergun, Trolls Archergun +aoa3:viral_archergun, Viral Archergun +aoa3:aquatic_staff, Aquatic Staff +aoa3:atlantic_staff, Atlantic Staff +aoa3:baron_staff, Baron Staff +aoa3:candy_staff, Candy Staff +aoa3:celestial_staff, Celestial Staff +aoa3:concussion_staff, Concussion Staff +aoa3:coral_staff, Coral Staff +aoa3:crystal_staff, Crystal Staff +aoa3:crystik_staff, Crystik Staff +aoa3:cryston_staff, Cryston Staff +aoa3:destruction_staff, Destruction Staff +aoa3:ember_staff, Ember Staff +aoa3:everfight_staff, Everfight Staff +aoa3:evermight_staff, Evermight Staff +aoa3:fire_staff, Fire Staff +aoa3:firefly_staff, Firefly Staff +aoa3:firestorm_staff, Firestorm Staff +aoa3:fungal_staff, Fungal Staff +aoa3:ghoul_staff, Ghoul Staff +aoa3:haunters_staff, Haunter's Staff +aoa3:hive_staff, Hive Staff +aoa3:joker_staff, Joker Staff +aoa3:kaiyu_staff, Kaiyu Staff +aoa3:lightning_staff, Lightning Staff +aoa3:lightshine, Lightshine +aoa3:lunar_staff, Lunar Staff +aoa3:lyonic_staff, Lyonic Staff +aoa3:mecha_staff, Mecha Staff +aoa3:meteor_staff, Meteor Staff +aoa3:moonlight_staff, Moonlight Staff +aoa3:nature_staff, Nature Staff +aoa3:nightmare_staff, Nightmare Staff +aoa3:noxious_staff, Noxious Staff +aoa3:phantom_staff, Phantom Staff +aoa3:poison_staff, Poison Staff +aoa3:power_staff, Power Staff +aoa3:primordial_staff, Primordial Staff +aoa3:reef_staff, Reef Staff +aoa3:rejuvenation_staff, Rejuvenation Staff +aoa3:rosidian_staff, Rosidian Staff +aoa3:runic_staff, Runic Staff +aoa3:shadowlord_staff, Shadowlord Staff +aoa3:show_staff, Show Staff +aoa3:shyre_staff, Shyre Staff +aoa3:sky_staff, Sky Staff +aoa3:striker_staff, Striker Staff +aoa3:sun_staff, Sun Staff +aoa3:surge_staff, Surge Staff +aoa3:tangle_staff, Tangle Staff +aoa3:ultimatum_staff, Ultimatum Staff +aoa3:underworld_staff, Underworld Staff +aoa3:warlock_staff, Warlock Staff +aoa3:water_staff, Water Staff +aoa3:web_staff, Web Staff +aoa3:wind_staff, Wind Staff +aoa3:wither_staff, Wither Staff +aoa3:wizards_staff, Wizard's Staff +aoa3:apoco_shower, Apoco Shower +aoa3:atomizer, Atomizer +aoa3:beamer, Beamer +aoa3:blast_chiller, Blast Chiller +aoa3:blood_drainer, Blood Drainer +aoa3:bone_blaster, Bone Blaster +aoa3:bubble_horn, Bubble Horn +aoa3:colour_cannon, Colour Cannon +aoa3:confetti_cannon, Confetti Cannon +aoa3:confetti_cluster, Confetti Cluster +aoa3:dark_destroyer, Dark Destroyer +aoa3:darkly_guster, Darkly Guster +aoa3:death_ray, Death Ray +aoa3:doom_bringer, Doom Bringer +aoa3:eradicator, Eradicator +aoa3:experiment_w801, Experiment W-801 +aoa3:flowercorne, Flowercorne +aoa3:fragment, Fragment +aoa3:froster, Froster +aoa3:gas_blaster, Gas Blaster +aoa3:ghoul_gasser, Ghoul Gasser +aoa3:gold_bringer, Gold Bringer +aoa3:gravity_blaster, Gravity Blaster +aoa3:hell_horn, Hell Horn +aoa3:illusion_revolver, Illusion Revolver +aoa3:illusion_smg, Illusion SMG +aoa3:ion_blaster, Ion Blaster +aoa3:iro_miner, Iro Miner +aoa3:laser_blaster, Laser Blaster +aoa3:light_blaster, Light Blaster +aoa3:light_spark, Light Spark +aoa3:luna_blaster, Luna Blaster +aoa3:mecha_blaster, Mecha Blaster +aoa3:mind_blaster, Mind Blaster +aoa3:moon_destroyer, Moon Destroyer +aoa3:moon_shiner, Moon Shiner +aoa3:odious, Odious +aoa3:orbocron, Orb-O-Cron +aoa3:paralyzer, Paralyzer +aoa3:party_popper, Party Popper +aoa3:poison_plunger, Poison Plunger +aoa3:power_ray, Power Ray +aoa3:proton, Proton +aoa3:reefer, Reefer +aoa3:revolution, Revolution +aoa3:seaocron, Sea-O-Cron +aoa3:skullo_blaster, Skullo Blaster +aoa3:soul_drainer, Soul Drainer +aoa3:soul_spark, Soul Spark +aoa3:soul_storm, Soul Storm +aoa3:spirit_shower, Spirit Shower +aoa3:swarmotron, Swarm-O-Tron +aoa3:toxic_terrorizer, Toxic Terrorizer +aoa3:vortex_blaster, Vortex Blaster +aoa3:whimsy_winder, Whimsy Winder +aoa3:withers_wrath, Wither's Wrath aoa3:abyss_stone, Abyssal Stone aoa3:barathos_hellstone, Barathos Hellstone aoa3:baron_stone, Baron Stone @@ -33999,6 +32899,45 @@ aoa3:zargonite_boots, Zargonite Boots aoa3:zargonite_legs, Zargonite Leggings aoa3:zargonite_chestplate, Zargonite Chestplate aoa3:zargonite_helmet, Zargonite Helmet +aoa3:amethyst_pickaxe, Amethyst Pickaxe +aoa3:emberstone_pickaxe, Emberstone Pickaxe +aoa3:energistic_pickaxe, Energistic Pickaxe +aoa3:gemcracker, Gemcracker +aoa3:goofy_pickaxe, Goofy Pickaxe +aoa3:jade_pickaxe, Jade Pickaxe +aoa3:limonite_pickaxe, Limonite Pickaxe +aoa3:occult_pickaxe, Occult Pickaxe +aoa3:ornamyte_pickaxe, Ornamyte Pickaxe +aoa3:pickmax, Pickmax +aoa3:rosite_pickaxe, Rosite Pickaxe +aoa3:sapphire_pickaxe, Sapphire Pickaxe +aoa3:skeletal_pickaxe, Skeletal Pickaxe +aoa3:soulstone_pickaxe, Soulstone Pickaxe +aoa3:amethyst_shovel, Amethyst Shovel +aoa3:emberstone_shovel, Emberstone Shovel +aoa3:energistic_shovel, Energistic Shovel +aoa3:goofy_shovel, Goofy Shovel +aoa3:jade_shovel, Jade Shovel +aoa3:limonite_shovel, Limonite Shovel +aoa3:occult_shovel, Occult Shovel +aoa3:ornamyte_shovel, Ornamyte Shovel +aoa3:rosite_shovel, Rosite Shovel +aoa3:sapphire_shovel, Sapphire Shovel +aoa3:skeletal_shovel, Skeletal Shovel +aoa3:soulstone_shovel, Soulstone Shovel +aoa3:amethyst_axe, Amethyst Axe +aoa3:emberstone_axe, Emberstone Axe +aoa3:energistic_axe, Energistic Axe +aoa3:goofy_axe, Goofy Axe +aoa3:jade_axe, Jade Axe +aoa3:limonite_axe, Limonite Axe +aoa3:occult_axe, Occult Axe +aoa3:ornamyte_axe, Ornamyte Axe +aoa3:rosite_axe, Rosite Axe +aoa3:sapphire_axe, Sapphire Axe +aoa3:skeletal_axe, Skeletal Axe +aoa3:soulstone_axe, Soulstone Axe +aoa3:chainsaw, Chainsaw aoa3:balloon, Balloon aoa3:limonite_bullet, Limonite Bullet aoa3:cannonball, Cannonball @@ -34648,457 +33587,6 @@ aoa3:thorny_plant_seeds, Thorny Plant Seeds aoa3:trilliad_seeds, Trilliad Seeds aoa3:outlaw_disc, Music Disc aoa3:caverns_disc, Music Disc -aoa3:amethyst_pickaxe, Amethyst Pickaxe -aoa3:emberstone_pickaxe, Emberstone Pickaxe -aoa3:energistic_pickaxe, Energistic Pickaxe -aoa3:gemcracker, Gemcracker -aoa3:goofy_pickaxe, Goofy Pickaxe -aoa3:jade_pickaxe, Jade Pickaxe -aoa3:limonite_pickaxe, Limonite Pickaxe -aoa3:occult_pickaxe, Occult Pickaxe -aoa3:ornamyte_pickaxe, Ornamyte Pickaxe -aoa3:pickmax, Pickmax -aoa3:rosite_pickaxe, Rosite Pickaxe -aoa3:sapphire_pickaxe, Sapphire Pickaxe -aoa3:skeletal_pickaxe, Skeletal Pickaxe -aoa3:soulstone_pickaxe, Soulstone Pickaxe -aoa3:amethyst_shovel, Amethyst Shovel -aoa3:emberstone_shovel, Emberstone Shovel -aoa3:energistic_shovel, Energistic Shovel -aoa3:goofy_shovel, Goofy Shovel -aoa3:jade_shovel, Jade Shovel -aoa3:limonite_shovel, Limonite Shovel -aoa3:occult_shovel, Occult Shovel -aoa3:ornamyte_shovel, Ornamyte Shovel -aoa3:rosite_shovel, Rosite Shovel -aoa3:sapphire_shovel, Sapphire Shovel -aoa3:skeletal_shovel, Skeletal Shovel -aoa3:soulstone_shovel, Soulstone Shovel -aoa3:amethyst_axe, Amethyst Axe -aoa3:emberstone_axe, Emberstone Axe -aoa3:energistic_axe, Energistic Axe -aoa3:goofy_axe, Goofy Axe -aoa3:jade_axe, Jade Axe -aoa3:limonite_axe, Limonite Axe -aoa3:occult_axe, Occult Axe -aoa3:ornamyte_axe, Ornamyte Axe -aoa3:rosite_axe, Rosite Axe -aoa3:sapphire_axe, Sapphire Axe -aoa3:skeletal_axe, Skeletal Axe -aoa3:soulstone_axe, Soulstone Axe -aoa3:chainsaw, Chainsaw -aoa3:amethyst_sword, Amethyst Sword -aoa3:baron_sword, Baron Sword -aoa3:bloodfury, Bloodfury -aoa3:bloodstone_sword, Bloodstone Sword -aoa3:candlefire_sword, Candlefire Sword -aoa3:caramel_carver, Caramel Carver -aoa3:coralstorm_sword, Coralstorm Sword -aoa3:creepified_sword, Creepified Sword -aoa3:crystallite_sword, Crystallite Sword -aoa3:emberstone_sword, Emberstone Sword -aoa3:explochron_sword, Explochron Sword -aoa3:fireborne_sword, Fireborne Sword -aoa3:guardians_sword, Guardian's Sword -aoa3:harvester_sword, Harvester Sword -aoa3:holy_sword, Holy Sword -aoa3:illusion_sword, Illusion Sword -aoa3:jade_sword, Jade Sword -aoa3:legbone_sword, Legbone Sword -aoa3:lights_way, Light's Way -aoa3:limonite_sword, Limonite Sword -aoa3:nethengeic_sword, Nethengeic Sword -aoa3:primal_sword, Primal Sword -aoa3:rockbasher_sword, Rockbasher Sword -aoa3:rock_pick_sword, Rock-Pick Sword -aoa3:rosidian_sword, Rosidian Sword -aoa3:rosite_sword, Rosite Sword -aoa3:runic_sword, Runic Sword -aoa3:sapphire_sword, Sapphire Sword -aoa3:shadow_sword, Shadow Sword -aoa3:shroomus_sword, Shroomus Sword -aoa3:skeletal_sword, Skeletal Sword -aoa3:supremacy_sword, Supremacy Sword -aoa3:sweet_sword, Sweet Sword -aoa3:troll_basher_axe, Troll-Basher Axe -aoa3:ultraflame, Ultraflame -aoa3:void_sword, Void Sword -aoa3:baron_greatblade, Baron Greatblade -aoa3:bloodlurker, Bloodlurker -aoa3:candy_blade, Candy Blade -aoa3:coral_greatblade, Coral Greatblade -aoa3:cotton_crusher, Cotton Crusher -aoa3:creepoid_greatblade, Creepoid Greatblade -aoa3:crystal_greatblade, Crystal Greatblade -aoa3:erebon_scythe, Erebon Scythe -aoa3:gods_greatblade, God's Greatblade -aoa3:goofy_greatblade, Goofy Greatblade -aoa3:haunted_greatblade, Haunted Greatblade -aoa3:knights_guard, Knight's Guard -aoa3:lelyetian_greatblade, Lelyetian Greatblade -aoa3:lunar_greatblade, Lunar Greatblade -aoa3:luxon_scythe, Luxon Scythe -aoa3:lyonic_greatblade, Lyonic Greatblade -aoa3:millennium_greatblade, Millennium Greatblade -aoa3:noxious_greatblade, Noxious Greatblade -aoa3:pluton_scythe, Pluton Scythe -aoa3:primordial_greatblade, Primordial Greatblade -aoa3:rosidian_greatblade, Rosidian Greatblade -aoa3:royal_greatblade, Royal Greatblade -aoa3:runic_greatblade, Runic Greatblade -aoa3:selyan_scythe, Selyan Scythe -aoa3:shroomic_greatblade, Shroomic Greatblade -aoa3:shyre_sword, Shyre Sword -aoa3:subterranean_greatblade, Subterranean Greatblade -aoa3:tidal_greatblade, Tidal Greatblade -aoa3:underworld_greatblade, Underworld Greatblade -aoa3:coralstone_maul, Coralstone Maul -aoa3:crystal_maul, Crystal Maul -aoa3:electron_maul, Electron Maul -aoa3:horizon_maul, Horizon Maul -aoa3:vulcammer_maul, Vulcammer Maul -aoa3:abominator, Abominator -aoa3:apoco_assault_rifle, Apoco Assault Rifle -aoa3:apoco_rifle, Apoco Rifle -aoa3:aqua_magnum, Aqua Magnum -aoa3:artifact, Artifact -aoa3:baronator, Baronator -aoa3:bayonette_rifle, Bayonette Rifle -aoa3:big_top, Big Top -aoa3:blood_iron, Blood Iron -aoa3:chain_wrecker, Chain Wrecker -aoa3:chilli_chugger, Chilli Chugger -aoa3:clownershot, Clownershot -aoa3:construct, Construct -aoa3:coral_clogger, Coral Clogger -aoa3:core_rifle, Core Rifle -aoa3:crystal_carver, Crystal Carver -aoa3:cyclone, Cyclone -aoa3:darkener, Darkener -aoa3:dart_gun, Dart Gun -aoa3:destruction_rifle, Destruction Rifle -aoa3:discharge_rifle, Discharge Rifle -aoa3:draco, Draco -aoa3:dragilator, Dragilator -aoa3:dustometer, Dustometer -aoa3:echo_gull, Echo Gull -aoa3:electinator, Electinator -aoa3:flame_wrecker, Flame Wrecker -aoa3:flaming_fury, Flaming Fury -aoa3:floro_rifle, Floro Rifle -aoa3:flowers_fury, Flower's Fury -aoa3:frosticator, Frosticator -aoa3:gardener, Gardener -aoa3:gauge_rifle, Gauge Rifle -aoa3:germinator, Germinator -aoa3:golden_fury, Golden Fury -aoa3:happy_haunter, Happy Haunter -aoa3:haunter_rifle, Haunter Rifle -aoa3:heat_wave, Heat Wave -aoa3:hiver, Hiver -aoa3:hot_shot, Hot Shot -aoa3:hunters_rifle, Hunter's Rifle -aoa3:iominator, Iominator -aoa3:ion_revolver, Ion Revolver -aoa3:iro_rifle, Iro Rifle -aoa3:krilinator, Krilinator -aoa3:light_iron, Light Iron -aoa3:lunar_assault_rifle, Lunar Assault Rifle -aoa3:mechanical_assault_rifle, Mechanical Assault Rifle -aoa3:megagun, Megagun -aoa3:miasma, Miasma -aoa3:minigun, Minigun -aoa3:mint_magnum, Mint Magnum -aoa3:mk, MK -aoa3:mk_fung, MK-Fung -aoa3:nethenette_rifle, Nethenette Rifle -aoa3:nethengeic_slugger, Nethengeic Slugger -aoa3:overshot, Overshot -aoa3:precasian_slugger, Precasian Slugger -aoa3:predator, Predator -aoa3:predigun, Predigun -aoa3:pulsator, Pulsator -aoa3:purity_rifle, Purity Rifle -aoa3:rocker_rifle, Rocker Rifle -aoa3:roulette, Roulette -aoa3:shoe_flinger, Shoe Flinger -aoa3:skullette, Skullette -aoa3:skullifact, Skullifact -aoa3:spectacle, Spectacle -aoa3:spine_gun, Spine Gun -aoa3:squad_gun, Squad Gun -aoa3:stampede, Stampede -aoa3:stormer, Stormer -aoa3:sublimus, Sublimus -aoa3:tiger_tommy, Tiger Tommy -aoa3:tommy, Tommy -aoa3:vile_vanquisher, Vile Vanquisher -aoa3:wart_gun, Wart Gun -aoa3:wrecker, Wrecker -aoa3:abyssro, Abyssro -aoa3:amplifier, Amplifier -aoa3:blast_barrel, Blast Barrel -aoa3:blue_barrel, Blue Barrel -aoa3:boulder, Boulder -aoa3:brown_blaster, Brown Blaster -aoa3:demolisher, Demolisher -aoa3:destruction_shotgun, Destruction Shotgun -aoa3:discharge_shotgun, Discharge Shotgun -aoa3:gimmick, Gimmick -aoa3:ginger_blaster, Ginger Blaster -aoa3:long_shot, Long Shot -aoa3:mechyro, Mechyro -aoa3:purity_shotgun, Purity Shotgun -aoa3:purple_punisher, Purple Punisher -aoa3:red_rocket, Red Rocket -aoa3:vivo, Vivo -aoa3:baron_ssr, Baron SSR -aoa3:bayonette_sr, Bayonette SR -aoa3:bolt_rifle, Bolt Rifle -aoa3:camo_rifle, Camo Rifle -aoa3:clown_cracker, Clown Cracker -aoa3:clownimator, Clownimator -aoa3:crystaneer, Crystaneer -aoa3:dark_beast, Dark Beast -aoa3:deadlock, Deadlock -aoa3:decimator, Decimator -aoa3:discharge_sniper, Discharge Sniper -aoa3:dual_sight, Dual Sight -aoa3:duster, Duster -aoa3:floro500, Floro500 -aoa3:head_hunter, Head Hunter -aoa3:hive_cracker, Hive Cracker -aoa3:ka500, Ka500 -aoa3:mark_maker, Mark Maker -aoa3:mineral, Mineral -aoa3:monster, Monster -aoa3:moon_maker, Moon Maker -aoa3:rosid_rifle, Rosid Rifle -aoa3:sabbath, Sabbath -aoa3:sludge_sniper, Sludge Sniper -aoa3:sweet_tooth, Sweet Tooth -aoa3:terminator, Terminator -aoa3:viper1, Viper-1 -aoa3:ancient_bomber, Ancient Bomber -aoa3:ancient_discharger, Ancient Discharger -aoa3:aqua_cannon, Aqua Cannon -aoa3:balloon_bomber, Balloon Bomber -aoa3:big_blast, Big Blast -aoa3:blast_cannon, Blast Cannon -aoa3:blissful_blast, Blissful Blast -aoa3:bomb_launcher, Bomb Launcher -aoa3:boom_boom, Boom Boom -aoa3:boom_cannon, Boom Cannon -aoa3:boulder_bomber, Boulder Bomber -aoa3:bozo_blaster, Bozo Blaster -aoa3:bulb_cannon, Bulb Cannon -aoa3:carrot_cannon, Carrot Cannon -aoa3:clown_cannon, Clown Cannon -aoa3:clowno_pulse, Clowno-Pulse -aoa3:coral_cannon, Coral Cannon -aoa3:discharge_cannon, Discharge Cannon -aoa3:energy_cannon, Energy Cannon -aoa3:erebon_stickler, Erebon Stickler -aoa3:floro_rpg, Floro RPG -aoa3:flower_cannon, Flower Cannon -aoa3:fungal_cannon, Fungal Cannon -aoa3:ghast_blaster, Ghast Blaster -aoa3:ghoul_cannon, Ghoul Cannon -aoa3:giga_cannon, Giga-Cannon -aoa3:golder_bomber, Golder Bomber -aoa3:hive_blaster, Hive Blaster -aoa3:hive_howitzer, Hive Howitzer -aoa3:iro_cannon, Iro Cannon -aoa3:jack_funger, Jack Funger -aoa3:jack_rocker, Jack Rocker -aoa3:luxon_stickler, Luxon Stickler -aoa3:mecha_cannon, Mecha Cannon -aoa3:mini_cannon, Mini-Cannon -aoa3:missile_maker, Missile Maker -aoa3:moon_cannon, Moon Cannon -aoa3:pluton_stickler, Pluton Stickler -aoa3:predatorian_blaster, Predatorian Blaster -aoa3:pulse_cannon, Pulse Cannon -aoa3:rpg, RPG -aoa3:selyan_stickler, Selyan Stickler -aoa3:shadow_blaster, Shadow Blaster -aoa3:shyre_blaster, Shyre Blaster -aoa3:smile_blaster, Smile Blaster -aoa3:super_cannon, Super-Cannon -aoa3:ultra_cannon, Ultra-Cannon -aoa3:vox_cannon, Vox Cannon -aoa3:water_balloon_bomber, Water-Balloon Bomber -aoa3:wither_cannon, Wither Cannon -aoa3:grenade, Grenade -aoa3:slice_star, Slice Star -aoa3:chakram, Chakram -aoa3:goo_ball, Goo Ball -aoa3:vulkram, Vulkram -aoa3:hellfire, Hellfire -aoa3:runic_bomb, Runic Bomb -aoa3:vulcane, Vulcane -aoa3:battle_vulcane, Vulcane: Battle -aoa3:equality_vulcane, Vulcane: Equality -aoa3:fire_vulcane, Vulcane: Fire -aoa3:impairment_vulcane, Vulcane: Impairment -aoa3:poison_vulcane, Vulcane: Poison -aoa3:power_vulcane, Vulcane: Power -aoa3:wither_vulcane, Vulcane: Wither -aoa3:alacrity_bow, Alacrity Bow -aoa3:ancient_bow, Ancient Bow -aoa3:atlantic_bow, Atlantic Bow -aoa3:baron_bow, Baron Bow -aoa3:boreic_bow, Boreic Bow -aoa3:daybreaker_bow, Daybreaker Bow -aoa3:deep_bow, Deep Bow -aoa3:explosive_bow, Explosive Bow -aoa3:haunted_bow, Haunted Bow -aoa3:ice_bow, Ice Bow -aoa3:infernal_bow, Infernal Bow -aoa3:justice_bow, Justice Bow -aoa3:lunar_bow, Lunar Bow -aoa3:mecha_bow, Mecha Bow -aoa3:nightmare_bow, Nightmare Bow -aoa3:poison_bow, Poison Bow -aoa3:predatious_bow, Predatious Bow -aoa3:primordial_bow, Primordial Bow -aoa3:rosidian_bow, Rosidian Bow -aoa3:runic_bow, Runic Bow -aoa3:screamer_bow, Screamer Bow -aoa3:shyregem_bow, Shyregem Bow -aoa3:skeletal_bow, Skeletal Bow -aoa3:skydriver_bow, Skydriver Bow -aoa3:slingshot, Slingshot -aoa3:soulfire_bow, Soulfire Bow -aoa3:spectral_bow, Spectral Bow -aoa3:speed_bow, Speed Bow -aoa3:sunshine_bow, Sunshine Bow -aoa3:toxin_bow, Toxin Bow -aoa3:void_bow, Void Bow -aoa3:weaken_bow, Weaken Bow -aoa3:wither_bow, Wither Bow -aoa3:coral_archergun, Coral Archergun -aoa3:lunar_archergun, Lunar Archergun -aoa3:mecha_archergun, Mecha Archergun -aoa3:pyro_archergun, Pyro Archergun -aoa3:rosidian_archergun, Rosidian Archergun -aoa3:skeletal_archergun, Skeletal Archergun -aoa3:spectral_archergun, Spectral Archergun -aoa3:trolls_archergun, Trolls Archergun -aoa3:viral_archergun, Viral Archergun -aoa3:aquatic_staff, Aquatic Staff -aoa3:atlantic_staff, Atlantic Staff -aoa3:baron_staff, Baron Staff -aoa3:candy_staff, Candy Staff -aoa3:celestial_staff, Celestial Staff -aoa3:concussion_staff, Concussion Staff -aoa3:coral_staff, Coral Staff -aoa3:crystal_staff, Crystal Staff -aoa3:crystik_staff, Crystik Staff -aoa3:cryston_staff, Cryston Staff -aoa3:destruction_staff, Destruction Staff -aoa3:ember_staff, Ember Staff -aoa3:everfight_staff, Everfight Staff -aoa3:evermight_staff, Evermight Staff -aoa3:fire_staff, Fire Staff -aoa3:firefly_staff, Firefly Staff -aoa3:firestorm_staff, Firestorm Staff -aoa3:fungal_staff, Fungal Staff -aoa3:ghoul_staff, Ghoul Staff -aoa3:haunters_staff, Haunter's Staff -aoa3:hive_staff, Hive Staff -aoa3:joker_staff, Joker Staff -aoa3:kaiyu_staff, Kaiyu Staff -aoa3:lightning_staff, Lightning Staff -aoa3:lightshine, Lightshine -aoa3:lunar_staff, Lunar Staff -aoa3:lyonic_staff, Lyonic Staff -aoa3:mecha_staff, Mecha Staff -aoa3:meteor_staff, Meteor Staff -aoa3:moonlight_staff, Moonlight Staff -aoa3:nature_staff, Nature Staff -aoa3:nightmare_staff, Nightmare Staff -aoa3:noxious_staff, Noxious Staff -aoa3:phantom_staff, Phantom Staff -aoa3:poison_staff, Poison Staff -aoa3:power_staff, Power Staff -aoa3:primordial_staff, Primordial Staff -aoa3:reef_staff, Reef Staff -aoa3:rejuvenation_staff, Rejuvenation Staff -aoa3:rosidian_staff, Rosidian Staff -aoa3:runic_staff, Runic Staff -aoa3:shadowlord_staff, Shadowlord Staff -aoa3:show_staff, Show Staff -aoa3:shyre_staff, Shyre Staff -aoa3:sky_staff, Sky Staff -aoa3:striker_staff, Striker Staff -aoa3:sun_staff, Sun Staff -aoa3:surge_staff, Surge Staff -aoa3:tangle_staff, Tangle Staff -aoa3:ultimatum_staff, Ultimatum Staff -aoa3:underworld_staff, Underworld Staff -aoa3:warlock_staff, Warlock Staff -aoa3:water_staff, Water Staff -aoa3:web_staff, Web Staff -aoa3:wind_staff, Wind Staff -aoa3:wither_staff, Wither Staff -aoa3:wizards_staff, Wizard's Staff -aoa3:apoco_shower, Apoco Shower -aoa3:atomizer, Atomizer -aoa3:beamer, Beamer -aoa3:blast_chiller, Blast Chiller -aoa3:blood_drainer, Blood Drainer -aoa3:bone_blaster, Bone Blaster -aoa3:bubble_horn, Bubble Horn -aoa3:colour_cannon, Colour Cannon -aoa3:confetti_cannon, Confetti Cannon -aoa3:confetti_cluster, Confetti Cluster -aoa3:dark_destroyer, Dark Destroyer -aoa3:darkly_guster, Darkly Guster -aoa3:death_ray, Death Ray -aoa3:doom_bringer, Doom Bringer -aoa3:eradicator, Eradicator -aoa3:experiment_w801, Experiment W-801 -aoa3:flowercorne, Flowercorne -aoa3:fragment, Fragment -aoa3:froster, Froster -aoa3:gas_blaster, Gas Blaster -aoa3:ghoul_gasser, Ghoul Gasser -aoa3:gold_bringer, Gold Bringer -aoa3:gravity_blaster, Gravity Blaster -aoa3:hell_horn, Hell Horn -aoa3:illusion_revolver, Illusion Revolver -aoa3:illusion_smg, Illusion SMG -aoa3:ion_blaster, Ion Blaster -aoa3:iro_miner, Iro Miner -aoa3:laser_blaster, Laser Blaster -aoa3:light_blaster, Light Blaster -aoa3:light_spark, Light Spark -aoa3:luna_blaster, Luna Blaster -aoa3:mecha_blaster, Mecha Blaster -aoa3:mind_blaster, Mind Blaster -aoa3:moon_destroyer, Moon Destroyer -aoa3:moon_shiner, Moon Shiner -aoa3:odious, Odious -aoa3:orbocron, Orb-O-Cron -aoa3:paralyzer, Paralyzer -aoa3:party_popper, Party Popper -aoa3:poison_plunger, Poison Plunger -aoa3:power_ray, Power Ray -aoa3:proton, Proton -aoa3:reefer, Reefer -aoa3:revolution, Revolution -aoa3:seaocron, Sea-O-Cron -aoa3:skullo_blaster, Skullo Blaster -aoa3:soul_drainer, Soul Drainer -aoa3:soul_spark, Soul Spark -aoa3:soul_storm, Soul Storm -aoa3:spirit_shower, Spirit Shower -aoa3:swarmotron, Swarm-O-Tron -aoa3:toxic_terrorizer, Toxic Terrorizer -aoa3:vortex_blaster, Vortex Blaster -aoa3:whimsy_winder, Whimsy Winder -aoa3:withers_wrath, Wither's Wrath ebwizardry:arcane_workbench, Arcane Workbench ebwizardry:crystal_ore, Crystal Ore ebwizardry:crystal_flower, Crystal Flower @@ -35968,341 +34456,6 @@ betterquesting:guide_book, Better Questing Starter Guide bq_standard:loot_chest, Loot Chest betterquesting:quest_book, Quest Book betterquesting:submit_station, Object Submission Station (OSS) -botania:lexicon, item.lexicon.name -botania:petal:0, Mystical White Petal -botania:petal:1, Mystical Orange Petal -botania:petal:2, Mystical Magenta Petal -botania:petal:3, Mystical Light Blue Petal -botania:petal:4, Mystical Yellow Petal -botania:petal:5, Mystical Lime Petal -botania:petal:6, Mystical Pink Petal -botania:petal:7, Mystical Gray Petal -botania:petal:8, Mystical Light Gray Petal -botania:petal:9, Mystical Cyan Petal -botania:petal:10, Mystical Purple Petal -botania:petal:11, Mystical Blue Petal -botania:petal:12, Mystical Brown Petal -botania:petal:13, Mystical Green Petal -botania:petal:14, Mystical Red Petal -botania:petal:15, Mystical Black Petal -botania:dye:0, Floral White Powder -botania:dye:1, Floral Orange Powder -botania:dye:2, Floral Magenta Powder -botania:dye:3, Floral Light Blue Powder -botania:dye:4, Floral Yellow Powder -botania:dye:5, Floral Lime Powder -botania:dye:6, Floral Pink Powder -botania:dye:7, Floral Gray Powder -botania:dye:8, Floral Light Gray Powder -botania:dye:9, Floral Cyan Powder -botania:dye:10, Floral Purple Powder -botania:dye:11, Floral Blue Powder -botania:dye:12, Floral Brown Powder -botania:dye:13, Floral Green Powder -botania:dye:14, Floral Red Powder -botania:dye:15, Floral Black Powder -botania:pestleandmortar, item.pestleAndMortar.name -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:manaresource:0, Manasteel Ingot -botania:manaresource:1, Mana Pearl -botania:manaresource:2, Mana Diamond -botania:manaresource:3, Livingwood Twig -botania:manaresource:4, Terrasteel Ingot -botania:manaresource:5, Gaia Spirit -botania:manaresource:6, Redstone Root -botania:manaresource:7, Elementium Ingot -botania:manaresource:8, Pixie Dust -botania:manaresource:9, Dragonstone -botania:manaresource:11, Crafting Placeholder -botania:manaresource:12, Red String -botania:manaresource:13, Dreamwood Twig -botania:manaresource:14, Gaia Spirit Ingot -botania:manaresource:15, Ender Air Bottle -botania:manaresource:16, Mana Infused String -botania:manaresource:17, Manasteel Nugget -botania:manaresource:18, Terrasteel Nugget -botania:manaresource:19, Elementium Nugget -botania:manaresource:22, Manaweave Cloth -botania:manaresource:23, Mana Powder -botania:lens:0, Mana Lens -botania:lens:1, Mana Lens: Velocity -botania:lens:2, Mana Lens: Potency -botania:lens:3, Mana Lens: Resistance -botania:lens:4, Mana Lens: Efficiency -botania:lens:5, Mana Lens: Bounce -botania:lens:6, Mana Lens: Gravity -botania:lens:7, Mana Lens: Bore -botania:lens:8, Mana Lens: Damaging -botania:lens:9, Mana Lens: Phantom -botania:lens:10, Mana Lens: Magnetizing -botania:lens:11, Mana Lens: Entropic -botania:lens:12, Mana Lens: Influence -botania:lens:13, Mana Lens: Weight -botania:lens:14, Mana Lens: Paintslinger -botania:lens:15, Mana Lens: Kindle -botania:lens:16, Mana Lens: Force -botania:lens:17, Mana Lens: Flash -botania:lens:18, Mana Lens: Warp -botania:lens:19, Mana Lens: Redirective -botania:lens:20, Mana Lens: Celebratory -botania:lens:21, Mana Lens: Flare -botania:lens:22, Mana Lens: Messenger -botania:lens:23, Mana Lens: Tripwire -botania:rune:0, Rune of Water -botania:rune:1, Rune of Fire -botania:rune:2, Rune of Earth -botania:rune:3, Rune of Air -botania:rune:4, Rune of Spring -botania:rune:5, Rune of Summer -botania:rune:6, Rune of Autumn -botania:rune:7, Rune of Winter -botania:rune:8, Rune of Mana -botania:rune:9, Rune of Lust -botania:rune:10, Rune of Gluttony -botania:rune:11, Rune of Greed -botania:rune:12, Rune of Sloth -botania:rune:13, Rune of Wrath -botania:rune:14, Rune of Envy -botania:rune:15, Rune of Pride -botania:manatablet, item.manaTablet.name -botania:managun, item.manaGun.name -botania:manacookie, item.manaCookie.name -botania:fertilizer, item.fertilizer.name -botania:grassseeds:0, Pasture Seeds -botania:grassseeds:1, Boreal Seeds -botania:grassseeds:2, Infestation Spores -botania:grassseeds:3, Dry Pasture Seeds -botania:grassseeds:4, Golden Pasture Seeds -botania:grassseeds:5, Vivid Pasture Seeds -botania:grassseeds:6, Scorched Pasture Seeds -botania:grassseeds:7, Infused Pasture Seeds -botania:grassseeds:8, Mutated Pasture Seeds -botania:dirtrod, item.dirtRod.name -botania:terraformrod, item.terraformRod.name -botania:grasshorn:0, Horn of the Wild -botania:grasshorn:1, Horn of the Canopy -botania:grasshorn:2, Horn of the Covering -botania:manamirror, item.manaMirror.name -botania:manasteelhelm, item.manasteelHelm.name -botania:manasteelhelmreveal, item.manasteelHelmReveal.name -botania:manasteelchest, item.manasteelChest.name -botania:manasteellegs, item.manasteelLegs.name -botania:manasteelboots, item.manasteelBoots.name -botania:manasteelpick, item.manasteelPick.name -botania:manasteelshovel, item.manasteelShovel.name -botania:manasteelaxe, item.manasteelAxe.name -botania:manasteelsword, item.manasteelSword.name -botania:manasteelshears, item.manasteelShears.name -botania:terrasteelhelm, item.terrasteelHelm.name -botania:terrasteelhelmreveal, item.terrasteelHelmReveal.name -botania:terrasteelchest, item.terrasteelChest.name -botania:terrasteellegs, item.terrasteelLegs.name -botania:terrasteelboots, item.terrasteelBoots.name -botania:terrasword, item.terraSword.name -botania:tinyplanet, item.tinyPlanet.name -botania:manaring, item.manaRing.name -botania:auraring, item.auraRing.name -botania:manaringgreater, item.manaRingGreater.name -botania:auraringgreater, item.auraRingGreater.name -botania:travelbelt, item.travelBelt.name -botania:knockbackbelt, item.knockbackBelt.name -botania:icependant, item.icePendant.name -botania:lavapendant, item.lavaPendant.name -botania:magnetring, item.magnetRing.name -botania:waterring, item.waterRing.name -botania:miningring, item.miningRing.name -botania:terrapick, item.terraPick.name -botania:divacharm, item.divaCharm.name -botania:flighttiara:0, Flügel Tiara -botania:flighttiara:1, Flügel Tiara -botania:flighttiara:2, Flügel Tiara -botania:flighttiara:3, Flügel Tiara -botania:flighttiara:4, Flügel Tiara -botania:flighttiara:5, Flügel Tiara -botania:flighttiara:6, Flügel Tiara -botania:flighttiara:7, Flügel Tiara -botania:flighttiara:8, Flügel Tiara -botania:enderdagger, item.enderDagger.name -botania:quartz:0, Smokey Quartz -botania:quartz:1, Mana Quartz -botania:quartz:2, Blaze Quartz -botania:quartz:3, Lavender Quartz -botania:quartz:4, Redquartz -botania:quartz:5, Elven Quartz -botania:quartz:6, Sunny Quartz -botania:waterrod, item.waterRod.name -botania:elementiumhelm, item.elementiumHelm.name -botania:elementiumhelmreveal, item.elementiumHelmReveal.name -botania:elementiumchest, item.elementiumChest.name -botania:elementiumlegs, item.elementiumLegs.name -botania:elementiumboots, item.elementiumBoots.name -botania:elementiumpick, item.elementiumPick.name -botania:elementiumshovel, item.elementiumShovel.name -botania:elementiumaxe, item.elementiumAxe.name -botania:elementiumsword, item.elementiumSword.name -botania:elementiumshears, item.elementiumShears.name -botania:openbucket, item.openBucket.name -botania:spawnermover, item.spawnerMover.name -botania:pixiering, item.pixieRing.name -botania:supertravelbelt, item.superTravelBelt.name -botania:rainbowrod, item.rainbowRod.name -botania:tornadorod, item.tornadoRod.name -botania:firerod, item.fireRod.name -botania:vineball, item.vineBall.name -botania:slingshot, item.slingshot.name -botania:manabottle, item.manaBottle.name -botania:laputashard:0, Shard of Laputa -botania:laputashard:4, Shard of Laputa -botania:laputashard:9, Shard of Laputa -botania:laputashard:14, Shard of Laputa -botania:laputashard:19, Shard of Laputa -botania:virus:0, Necrodermal Virus -botania:virus:1, Nullodermal Virus -botania:reachring, item.reachRing.name -botania:skydirtrod, item.skyDirtRod.name -botania:itemfinder, item.itemFinder.name -botania:superlavapendant, item.superLavaPendant.name -botania:enderhand, item.enderHand.name -botania:glasspick, item.glassPick.name -botania:spark, item.spark.name -botania:sparkupgrade:0, Spark Augment: Dispersive -botania:sparkupgrade:1, Spark Augment: Dominant -botania:sparkupgrade:2, Spark Augment: Recessive -botania:sparkupgrade:3, Spark Augment: Isolated -botania:diviningrod, item.diviningRod.name -botania:gravityrod, item.gravityRod.name -botania:manainkwell, item.manaInkwell.name -botania:vial:0, Managlass Vial -botania:vial:1, Alfglass Flask -botania:brewvial, item.brewVial.name -botania:brewflask, item.brewFlask.name -botania:bloodpendant, item.bloodPendant.name -botania:missilerod, item.missileRod.name -botania:holycloak, item.holyCloak.name -botania:unholycloak, item.unholyCloak.name -botania:balancecloak, item.balanceCloak.name -botania:craftinghalo, item.craftingHalo.name -botania:blacklotus:0, Black Lotus -botania:blacklotus:1, Blacker Lotus -botania:monocle, item.monocle.name -botania:clip, item.clip.name -botania:cobblerod, item.cobbleRod.name -botania:smeltrod, item.smeltRod.name -botania:worldseed, item.worldSeed.name -botania:spellcloth, item.spellCloth.name -botania:thornchakram:0, Thorn Chakram -botania:thornchakram:1, Flare Chakram -botania:overgrowthseed, item.overgrowthSeed.name -botania:craftpattern:0, Crafting Pattern #1: 1x1 -botania:craftpattern:1, Crafting Pattern #2: 2x2 -botania:craftpattern:2, Crafting Pattern #3: 1x2 -botania:craftpattern:3, Crafting Pattern #4: 2x1 -botania:craftpattern:4, Crafting Pattern #5: 1x3 -botania:craftpattern:5, Crafting Pattern #6: 3x1 -botania:craftpattern:6, Crafting Pattern #7: 2x3 -botania:craftpattern:7, Crafting Pattern #8: 3x2 -botania:craftpattern:8, Crafting Pattern #9: Donut -botania:ancientwill:0, Will of Ahrim -botania:ancientwill:1, Will of Dharok -botania:ancientwill:2, Will of Guthan -botania:ancientwill:3, Will of Torag -botania:ancientwill:4, Will of Verac -botania:ancientwill:5, Will of Karil -botania:corporeaspark:0, Corporea Spark -botania:corporeaspark:1, Master Corporea Spark -botania:livingwoodbow, item.livingwoodBow.name -botania:crystalbow, item.crystalBow.name -botania:cosmetic:0, Black Bowtie -botania:cosmetic:1, Black Tie -botania:cosmetic:2, Red Glasses -botania:cosmetic:3, Puffy Scarf -botania:cosmetic:4, Engineer Goggles -botania:cosmetic:5, Eyepatch -botania:cosmetic:6, Wicked Eyepatch -botania:cosmetic:7, Red Ribbons -botania:cosmetic:8, Pink Flower Bud -botania:cosmetic:9, Polka-Dotted Bows -botania:cosmetic:10, Blue Butterfly -botania:cosmetic:11, Cat Ears -botania:cosmetic:12, Witch Pin -botania:cosmetic:13, Devil Tail -botania:cosmetic:14, Kamui Eye -botania:cosmetic:15, Googly Eyes -botania:cosmetic:16, Four-Leafed Clover -botania:cosmetic:17, Clock Eye -botania:cosmetic:18, Unicorn Horn -botania:cosmetic:19, Devil Horns -botania:cosmetic:20, Hyper Plus -botania:cosmetic:21, Botanist Emblem -botania:cosmetic:22, Ancient Mask -botania:cosmetic:23, Eerie Mask -botania:cosmetic:24, Alien Antenna -botania:cosmetic:25, Anaglyph Glasses -botania:cosmetic:26, Orange Shades -botania:cosmetic:27, Groucho Glasses -botania:cosmetic:28, Thick Eyebrows -botania:cosmetic:29, Lusitanic Shield -botania:cosmetic:30, Tiny Potato Mask -botania:cosmetic:31, Questgiver Mark -botania:cosmetic:32, Thinking Hand -botania:swapring, item.swapRing.name -botania:flowerbag, item.flowerBag.name -botania:phantomink, item.phantomInk.name -botania:poolminecart, item.poolMinecart.name -botania:pinkinator, item.pinkinator.name -botania:infinitefruit, item.infiniteFruit.name -botania:kingkey, item.kingKey.name -botania:flugeleye, item.flugelEye.name -botania:thorring, item.thorRing.name -botania:odinring, item.odinRing.name -botania:lokiring, item.lokiRing.name -botania:dice, item.dice.name -botania:keepivy, item.keepIvy.name -botania:blackholetalisman:0, Black Hole Talisman -botania:recordgaia1, item.recordGaia1.name -botania:recordgaia2, item.recordGaia2.name -botania:temperancestone:0, Stone of Temperance -botania:incensestick, item.incenseStick.name -botania:terraaxe, item.terraAxe.name -botania:waterbowl, item.waterBowl.name -botania:obediencestick, item.obedienceStick.name -botania:cacophonium, item.cacophonium.name -botania:slimebottle:0, Slime in a Bottle -botania:starsword, item.starSword.name -botania:exchangerod, item.exchangeRod.name -botania:magnetringgreater, item.magnetRingGreater.name -botania:thundersword, item.thunderSword.name -botania:manaweavehelm, item.manaweaveHelm.name -botania:manaweavechest, item.manaweaveChest.name -botania:manaweavelegs, item.manaweaveLegs.name -botania:manaweaveboots, item.manaweaveBoots.name -botania:autocraftinghalo, item.autocraftingHalo.name -botania:gaiahead, item.gaiaHead.name -botania:sextant, item.sextant.name -botania:speedupbelt, item.speedUpBelt.name -botania:baublebox, item.baubleBox.name -botania:dodgering, item.dodgeRing.name -botania:invisibilitycloak, item.invisibilityCloak.name -botania:cloudpendant, item.cloudPendant.name -botania:supercloudpendant, item.superCloudPendant.name -botania:thirdeye, item.thirdEye.name -botania:astrolabe, item.astrolabe.name -botania:goddesscharm, item.goddessCharm.name botania:livingwood0stairs, tile.livingwood0Stairs.name botania:livingwood0slab:0, Livingwood Slab botania:livingwood0wall, tile.livingwood0Wall.name @@ -36797,6 +34950,341 @@ botania:altgrass:3, Scorched Grass botania:altgrass:4, Infused Grass botania:altgrass:5, Mutated Grass botania:animatedtorch, tile.animatedTorch.name +botania:lexicon, item.lexicon.name +botania:petal:0, Mystical White Petal +botania:petal:1, Mystical Orange Petal +botania:petal:2, Mystical Magenta Petal +botania:petal:3, Mystical Light Blue Petal +botania:petal:4, Mystical Yellow Petal +botania:petal:5, Mystical Lime Petal +botania:petal:6, Mystical Pink Petal +botania:petal:7, Mystical Gray Petal +botania:petal:8, Mystical Light Gray Petal +botania:petal:9, Mystical Cyan Petal +botania:petal:10, Mystical Purple Petal +botania:petal:11, Mystical Blue Petal +botania:petal:12, Mystical Brown Petal +botania:petal:13, Mystical Green Petal +botania:petal:14, Mystical Red Petal +botania:petal:15, Mystical Black Petal +botania:dye:0, Floral White Powder +botania:dye:1, Floral Orange Powder +botania:dye:2, Floral Magenta Powder +botania:dye:3, Floral Light Blue Powder +botania:dye:4, Floral Yellow Powder +botania:dye:5, Floral Lime Powder +botania:dye:6, Floral Pink Powder +botania:dye:7, Floral Gray Powder +botania:dye:8, Floral Light Gray Powder +botania:dye:9, Floral Cyan Powder +botania:dye:10, Floral Purple Powder +botania:dye:11, Floral Blue Powder +botania:dye:12, Floral Brown Powder +botania:dye:13, Floral Green Powder +botania:dye:14, Floral Red Powder +botania:dye:15, Floral Black Powder +botania:pestleandmortar, item.pestleAndMortar.name +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:manaresource:0, Manasteel Ingot +botania:manaresource:1, Mana Pearl +botania:manaresource:2, Mana Diamond +botania:manaresource:3, Livingwood Twig +botania:manaresource:4, Terrasteel Ingot +botania:manaresource:5, Gaia Spirit +botania:manaresource:6, Redstone Root +botania:manaresource:7, Elementium Ingot +botania:manaresource:8, Pixie Dust +botania:manaresource:9, Dragonstone +botania:manaresource:11, Crafting Placeholder +botania:manaresource:12, Red String +botania:manaresource:13, Dreamwood Twig +botania:manaresource:14, Gaia Spirit Ingot +botania:manaresource:15, Ender Air Bottle +botania:manaresource:16, Mana Infused String +botania:manaresource:17, Manasteel Nugget +botania:manaresource:18, Terrasteel Nugget +botania:manaresource:19, Elementium Nugget +botania:manaresource:22, Manaweave Cloth +botania:manaresource:23, Mana Powder +botania:lens:0, Mana Lens +botania:lens:1, Mana Lens: Velocity +botania:lens:2, Mana Lens: Potency +botania:lens:3, Mana Lens: Resistance +botania:lens:4, Mana Lens: Efficiency +botania:lens:5, Mana Lens: Bounce +botania:lens:6, Mana Lens: Gravity +botania:lens:7, Mana Lens: Bore +botania:lens:8, Mana Lens: Damaging +botania:lens:9, Mana Lens: Phantom +botania:lens:10, Mana Lens: Magnetizing +botania:lens:11, Mana Lens: Entropic +botania:lens:12, Mana Lens: Influence +botania:lens:13, Mana Lens: Weight +botania:lens:14, Mana Lens: Paintslinger +botania:lens:15, Mana Lens: Kindle +botania:lens:16, Mana Lens: Force +botania:lens:17, Mana Lens: Flash +botania:lens:18, Mana Lens: Warp +botania:lens:19, Mana Lens: Redirective +botania:lens:20, Mana Lens: Celebratory +botania:lens:21, Mana Lens: Flare +botania:lens:22, Mana Lens: Messenger +botania:lens:23, Mana Lens: Tripwire +botania:rune:0, Rune of Water +botania:rune:1, Rune of Fire +botania:rune:2, Rune of Earth +botania:rune:3, Rune of Air +botania:rune:4, Rune of Spring +botania:rune:5, Rune of Summer +botania:rune:6, Rune of Autumn +botania:rune:7, Rune of Winter +botania:rune:8, Rune of Mana +botania:rune:9, Rune of Lust +botania:rune:10, Rune of Gluttony +botania:rune:11, Rune of Greed +botania:rune:12, Rune of Sloth +botania:rune:13, Rune of Wrath +botania:rune:14, Rune of Envy +botania:rune:15, Rune of Pride +botania:manatablet, item.manaTablet.name +botania:managun, item.manaGun.name +botania:manacookie, item.manaCookie.name +botania:fertilizer, item.fertilizer.name +botania:grassseeds:0, Pasture Seeds +botania:grassseeds:1, Boreal Seeds +botania:grassseeds:2, Infestation Spores +botania:grassseeds:3, Dry Pasture Seeds +botania:grassseeds:4, Golden Pasture Seeds +botania:grassseeds:5, Vivid Pasture Seeds +botania:grassseeds:6, Scorched Pasture Seeds +botania:grassseeds:7, Infused Pasture Seeds +botania:grassseeds:8, Mutated Pasture Seeds +botania:dirtrod, item.dirtRod.name +botania:terraformrod, item.terraformRod.name +botania:grasshorn:0, Horn of the Wild +botania:grasshorn:1, Horn of the Canopy +botania:grasshorn:2, Horn of the Covering +botania:manamirror, item.manaMirror.name +botania:manasteelhelm, item.manasteelHelm.name +botania:manasteelhelmreveal, item.manasteelHelmReveal.name +botania:manasteelchest, item.manasteelChest.name +botania:manasteellegs, item.manasteelLegs.name +botania:manasteelboots, item.manasteelBoots.name +botania:manasteelpick, item.manasteelPick.name +botania:manasteelshovel, item.manasteelShovel.name +botania:manasteelaxe, item.manasteelAxe.name +botania:manasteelsword, item.manasteelSword.name +botania:manasteelshears, item.manasteelShears.name +botania:terrasteelhelm, item.terrasteelHelm.name +botania:terrasteelhelmreveal, item.terrasteelHelmReveal.name +botania:terrasteelchest, item.terrasteelChest.name +botania:terrasteellegs, item.terrasteelLegs.name +botania:terrasteelboots, item.terrasteelBoots.name +botania:terrasword, item.terraSword.name +botania:tinyplanet, item.tinyPlanet.name +botania:manaring, item.manaRing.name +botania:auraring, item.auraRing.name +botania:manaringgreater, item.manaRingGreater.name +botania:auraringgreater, item.auraRingGreater.name +botania:travelbelt, item.travelBelt.name +botania:knockbackbelt, item.knockbackBelt.name +botania:icependant, item.icePendant.name +botania:lavapendant, item.lavaPendant.name +botania:magnetring, item.magnetRing.name +botania:waterring, item.waterRing.name +botania:miningring, item.miningRing.name +botania:terrapick, item.terraPick.name +botania:divacharm, item.divaCharm.name +botania:flighttiara:0, Flügel Tiara +botania:flighttiara:1, Flügel Tiara +botania:flighttiara:2, Flügel Tiara +botania:flighttiara:3, Flügel Tiara +botania:flighttiara:4, Flügel Tiara +botania:flighttiara:5, Flügel Tiara +botania:flighttiara:6, Flügel Tiara +botania:flighttiara:7, Flügel Tiara +botania:flighttiara:8, Flügel Tiara +botania:enderdagger, item.enderDagger.name +botania:quartz:0, Smokey Quartz +botania:quartz:1, Mana Quartz +botania:quartz:2, Blaze Quartz +botania:quartz:3, Lavender Quartz +botania:quartz:4, Redquartz +botania:quartz:5, Elven Quartz +botania:quartz:6, Sunny Quartz +botania:waterrod, item.waterRod.name +botania:elementiumhelm, item.elementiumHelm.name +botania:elementiumhelmreveal, item.elementiumHelmReveal.name +botania:elementiumchest, item.elementiumChest.name +botania:elementiumlegs, item.elementiumLegs.name +botania:elementiumboots, item.elementiumBoots.name +botania:elementiumpick, item.elementiumPick.name +botania:elementiumshovel, item.elementiumShovel.name +botania:elementiumaxe, item.elementiumAxe.name +botania:elementiumsword, item.elementiumSword.name +botania:elementiumshears, item.elementiumShears.name +botania:openbucket, item.openBucket.name +botania:spawnermover, item.spawnerMover.name +botania:pixiering, item.pixieRing.name +botania:supertravelbelt, item.superTravelBelt.name +botania:rainbowrod, item.rainbowRod.name +botania:tornadorod, item.tornadoRod.name +botania:firerod, item.fireRod.name +botania:vineball, item.vineBall.name +botania:slingshot, item.slingshot.name +botania:manabottle, item.manaBottle.name +botania:laputashard:0, Shard of Laputa +botania:laputashard:4, Shard of Laputa +botania:laputashard:9, Shard of Laputa +botania:laputashard:14, Shard of Laputa +botania:laputashard:19, Shard of Laputa +botania:virus:0, Necrodermal Virus +botania:virus:1, Nullodermal Virus +botania:reachring, item.reachRing.name +botania:skydirtrod, item.skyDirtRod.name +botania:itemfinder, item.itemFinder.name +botania:superlavapendant, item.superLavaPendant.name +botania:enderhand, item.enderHand.name +botania:glasspick, item.glassPick.name +botania:spark, item.spark.name +botania:sparkupgrade:0, Spark Augment: Dispersive +botania:sparkupgrade:1, Spark Augment: Dominant +botania:sparkupgrade:2, Spark Augment: Recessive +botania:sparkupgrade:3, Spark Augment: Isolated +botania:diviningrod, item.diviningRod.name +botania:gravityrod, item.gravityRod.name +botania:manainkwell, item.manaInkwell.name +botania:vial:0, Managlass Vial +botania:vial:1, Alfglass Flask +botania:brewvial, item.brewVial.name +botania:brewflask, item.brewFlask.name +botania:bloodpendant, item.bloodPendant.name +botania:missilerod, item.missileRod.name +botania:holycloak, item.holyCloak.name +botania:unholycloak, item.unholyCloak.name +botania:balancecloak, item.balanceCloak.name +botania:craftinghalo, item.craftingHalo.name +botania:blacklotus:0, Black Lotus +botania:blacklotus:1, Blacker Lotus +botania:monocle, item.monocle.name +botania:clip, item.clip.name +botania:cobblerod, item.cobbleRod.name +botania:smeltrod, item.smeltRod.name +botania:worldseed, item.worldSeed.name +botania:spellcloth, item.spellCloth.name +botania:thornchakram:0, Thorn Chakram +botania:thornchakram:1, Flare Chakram +botania:overgrowthseed, item.overgrowthSeed.name +botania:craftpattern:0, Crafting Pattern #1: 1x1 +botania:craftpattern:1, Crafting Pattern #2: 2x2 +botania:craftpattern:2, Crafting Pattern #3: 1x2 +botania:craftpattern:3, Crafting Pattern #4: 2x1 +botania:craftpattern:4, Crafting Pattern #5: 1x3 +botania:craftpattern:5, Crafting Pattern #6: 3x1 +botania:craftpattern:6, Crafting Pattern #7: 2x3 +botania:craftpattern:7, Crafting Pattern #8: 3x2 +botania:craftpattern:8, Crafting Pattern #9: Donut +botania:ancientwill:0, Will of Ahrim +botania:ancientwill:1, Will of Dharok +botania:ancientwill:2, Will of Guthan +botania:ancientwill:3, Will of Torag +botania:ancientwill:4, Will of Verac +botania:ancientwill:5, Will of Karil +botania:corporeaspark:0, Corporea Spark +botania:corporeaspark:1, Master Corporea Spark +botania:livingwoodbow, item.livingwoodBow.name +botania:crystalbow, item.crystalBow.name +botania:cosmetic:0, Black Bowtie +botania:cosmetic:1, Black Tie +botania:cosmetic:2, Red Glasses +botania:cosmetic:3, Puffy Scarf +botania:cosmetic:4, Engineer Goggles +botania:cosmetic:5, Eyepatch +botania:cosmetic:6, Wicked Eyepatch +botania:cosmetic:7, Red Ribbons +botania:cosmetic:8, Pink Flower Bud +botania:cosmetic:9, Polka-Dotted Bows +botania:cosmetic:10, Blue Butterfly +botania:cosmetic:11, Cat Ears +botania:cosmetic:12, Witch Pin +botania:cosmetic:13, Devil Tail +botania:cosmetic:14, Kamui Eye +botania:cosmetic:15, Googly Eyes +botania:cosmetic:16, Four-Leafed Clover +botania:cosmetic:17, Clock Eye +botania:cosmetic:18, Unicorn Horn +botania:cosmetic:19, Devil Horns +botania:cosmetic:20, Hyper Plus +botania:cosmetic:21, Botanist Emblem +botania:cosmetic:22, Ancient Mask +botania:cosmetic:23, Eerie Mask +botania:cosmetic:24, Alien Antenna +botania:cosmetic:25, Anaglyph Glasses +botania:cosmetic:26, Orange Shades +botania:cosmetic:27, Groucho Glasses +botania:cosmetic:28, Thick Eyebrows +botania:cosmetic:29, Lusitanic Shield +botania:cosmetic:30, Tiny Potato Mask +botania:cosmetic:31, Questgiver Mark +botania:cosmetic:32, Thinking Hand +botania:swapring, item.swapRing.name +botania:flowerbag, item.flowerBag.name +botania:phantomink, item.phantomInk.name +botania:poolminecart, item.poolMinecart.name +botania:pinkinator, item.pinkinator.name +botania:infinitefruit, item.infiniteFruit.name +botania:kingkey, item.kingKey.name +botania:flugeleye, item.flugelEye.name +botania:thorring, item.thorRing.name +botania:odinring, item.odinRing.name +botania:lokiring, item.lokiRing.name +botania:dice, item.dice.name +botania:keepivy, item.keepIvy.name +botania:blackholetalisman:0, Black Hole Talisman +botania:recordgaia1, item.recordGaia1.name +botania:recordgaia2, item.recordGaia2.name +botania:temperancestone:0, Stone of Temperance +botania:incensestick, item.incenseStick.name +botania:terraaxe, item.terraAxe.name +botania:waterbowl, item.waterBowl.name +botania:obediencestick, item.obedienceStick.name +botania:cacophonium, item.cacophonium.name +botania:slimebottle:0, Slime in a Bottle +botania:starsword, item.starSword.name +botania:exchangerod, item.exchangeRod.name +botania:magnetringgreater, item.magnetRingGreater.name +botania:thundersword, item.thunderSword.name +botania:manaweavehelm, item.manaweaveHelm.name +botania:manaweavechest, item.manaweaveChest.name +botania:manaweavelegs, item.manaweaveLegs.name +botania:manaweaveboots, item.manaweaveBoots.name +botania:autocraftinghalo, item.autocraftingHalo.name +botania:gaiahead, item.gaiaHead.name +botania:sextant, item.sextant.name +botania:speedupbelt, item.speedUpBelt.name +botania:baublebox, item.baubleBox.name +botania:dodgering, item.dodgeRing.name +botania:invisibilitycloak, item.invisibilityCloak.name +botania:cloudpendant, item.cloudPendant.name +botania:supercloudpendant, item.superCloudPendant.name +botania:thirdeye, item.thirdEye.name +botania:astrolabe, item.astrolabe.name +botania:goddesscharm, item.goddessCharm.name mowziesmobs:foliaath_seed, Foliaath Seed mowziesmobs:test_structure, Test Structures mowziesmobs:mob_remover, Mob Remover @@ -38144,13 +36632,13 @@ danknull:dank_null_panel_3, Gold /dank/null Panel danknull:dank_null_panel_4, Diamond /dank/null Panel danknull:dank_null_panel_5, Emerald /dank/null Panel danknull:danknull_dock, /dank/null Docking Station -dankstorage:dank_1, Dank 1 -dankstorage:dank_4, Dank 4 -dankstorage:dank_3, Dank 3 -dankstorage:dank_2, Dank 2 -dankstorage:dank_5, Dank 5 dankstorage:dank_7, Dank 7 +dankstorage:dank_2, Dank 2 +dankstorage:dank_4, Dank 4 +dankstorage:dank_1, Dank 1 dankstorage:dank_6, Dank 6 +dankstorage:dank_5, Dank 5 +dankstorage:dank_3, Dank 3 deepmoblearning:polymer_clay, Polymer Clay deepmoblearning:data_model_blank, Blank Data Model deepmoblearning:deep_learner, Deep Learner @@ -38299,6 +36787,48 @@ deepmoblearningbm:blood_infused_glitch_ingot, §cBlood Infused Glitch Ingot§r deepmoblearningbm:blood_infused_glitch_nugget, §cBlood Infused Glitch Nugget§r demagnetize:demagnetizer, Demagnetizer demagnetize:demagnetizer_advanced, Advanced Demagnetizer +divinerpg:arlemite_shovel, Arlemite Shovel +divinerpg:arlemite_pickaxe, Arlemite Pickaxe +divinerpg:arlemite_axe, Arlemite Axe +divinerpg:arlemite_hoe, Arlemite Hoe +divinerpg:arlemite_shickaxe, Arlemite Shickaxe +divinerpg:bedrock_shovel, Bedrock Shovel +divinerpg:bedrock_pickaxe, Bedrock Pickaxe +divinerpg:bedrock_axe, Bedrock Axe +divinerpg:corrupted_shovel, Corrupted Shovel +divinerpg:corrupted_pickaxe, Corrupted Pickaxe +divinerpg:corrupted_axe, Corrupted Axe +divinerpg:divine_shovel, Divine Shovel +divinerpg:divine_pickaxe, Divine Pickaxe +divinerpg:divine_axe, Divine Axe +divinerpg:divine_shickaxe, Divine Shickaxe +divinerpg:realmite_shovel, Realmite Shovel +divinerpg:realmite_pickaxe, Realmite Pickaxe +divinerpg:realmite_axe, Realmite Axe +divinerpg:realmite_hoe, Realmite Hoe +divinerpg:rupee_shovel, Rupee Shovel +divinerpg:rupee_pickaxe, Rupee Pickaxe +divinerpg:rupee_axe, Rupee Axe +divinerpg:rupee_hoe, Rupee Hoe +divinerpg:rupee_shickaxe, Rupee Shickaxe +divinerpg:eden_shovel, Eden Shovel +divinerpg:eden_pickaxe, Eden Pickaxe +divinerpg:eden_axe, Eden Axe +divinerpg:wildwood_shovel, Wildwood Shovel +divinerpg:wildwood_pickaxe, Wildwood Pickaxe +divinerpg:wildwood_axe, Wildwood Axe +divinerpg:apalachia_shovel, Apalachia Shovel +divinerpg:apalachia_pickaxe, Apalachia Pickaxe +divinerpg:apalachia_axe, Apalachia Axe +divinerpg:skythern_shovel, Skythern Shovel +divinerpg:skythern_pickaxe, Skythern Pickaxe +divinerpg:skythern_axe, Skythern Axe +divinerpg:mortum_shovel, Mortum Shovel +divinerpg:mortum_pickaxe, Mortum Pickaxe +divinerpg:mortum_axe, Mortum Axe +divinerpg:dream_shovel, Dream Shovel +divinerpg:dream_pickaxe, Dream Pickaxe +divinerpg:dream_axe, Dream Axe divinerpg:aquatic_dagger, Aquatic Dagger divinerpg:aquatic_maul, Aquatic Maul divinerpg:aquatic_trident, Aquatic Trident @@ -38693,48 +37223,6 @@ divinerpg:tormented_mask, Tormented Mask divinerpg:tormented_chestplate, Tormented Chestplate divinerpg:tormented_leggings, Tormented Leggings divinerpg:tormented_boots, Tormented Boots -divinerpg:arlemite_shovel, Arlemite Shovel -divinerpg:arlemite_pickaxe, Arlemite Pickaxe -divinerpg:arlemite_axe, Arlemite Axe -divinerpg:arlemite_hoe, Arlemite Hoe -divinerpg:arlemite_shickaxe, Arlemite Shickaxe -divinerpg:bedrock_shovel, Bedrock Shovel -divinerpg:bedrock_pickaxe, Bedrock Pickaxe -divinerpg:bedrock_axe, Bedrock Axe -divinerpg:corrupted_shovel, Corrupted Shovel -divinerpg:corrupted_pickaxe, Corrupted Pickaxe -divinerpg:corrupted_axe, Corrupted Axe -divinerpg:divine_shovel, Divine Shovel -divinerpg:divine_pickaxe, Divine Pickaxe -divinerpg:divine_axe, Divine Axe -divinerpg:divine_shickaxe, Divine Shickaxe -divinerpg:realmite_shovel, Realmite Shovel -divinerpg:realmite_pickaxe, Realmite Pickaxe -divinerpg:realmite_axe, Realmite Axe -divinerpg:realmite_hoe, Realmite Hoe -divinerpg:rupee_shovel, Rupee Shovel -divinerpg:rupee_pickaxe, Rupee Pickaxe -divinerpg:rupee_axe, Rupee Axe -divinerpg:rupee_hoe, Rupee Hoe -divinerpg:rupee_shickaxe, Rupee Shickaxe -divinerpg:eden_shovel, Eden Shovel -divinerpg:eden_pickaxe, Eden Pickaxe -divinerpg:eden_axe, Eden Axe -divinerpg:wildwood_shovel, Wildwood Shovel -divinerpg:wildwood_pickaxe, Wildwood Pickaxe -divinerpg:wildwood_axe, Wildwood Axe -divinerpg:apalachia_shovel, Apalachia Shovel -divinerpg:apalachia_pickaxe, Apalachia Pickaxe -divinerpg:apalachia_axe, Apalachia Axe -divinerpg:skythern_shovel, Skythern Shovel -divinerpg:skythern_pickaxe, Skythern Pickaxe -divinerpg:skythern_axe, Skythern Axe -divinerpg:mortum_shovel, Mortum Shovel -divinerpg:mortum_pickaxe, Mortum Pickaxe -divinerpg:mortum_axe, Mortum Axe -divinerpg:dream_shovel, Dream Shovel -divinerpg:dream_pickaxe, Dream Pickaxe -divinerpg:dream_axe, Dream Axe projectex:energy_link, Basic Energy EMC Link projectex:personal_link, Personal EMC Link projectex:refined_link, Refined EMC Link @@ -38833,41 +37321,6 @@ projectex:final_star_shard, The Final Star Shard projectex:final_star, The Final Star projectex:knowledge_sharing_book, Knowledge Sharing Book projectex:arcane_tablet, Arcane Transmutation Tablet -enderutilities:asu:0, Adjustable Storage Unit -enderutilities:barrel:0, Barrel -enderutilities:draw_bridge:0, Drawbridge -enderutilities:draw_bridge:1, Advanced Drawbridge -enderutilities:ender_elevator:0, Ender Elevator (white) -enderutilities:ender_elevator_slab:0, Ender Elevator Slab (white) -enderutilities:ender_elevator_layer:0, Ender Elevator Layer (white) -enderutilities:inserter:0, Inserter -enderutilities:inserter:1, Inserter (Filtered) -enderutilities:floor:0, Floor -enderutilities:floor:1, Cracked Floor -enderutilities:energy_bridge:0, Energy Bridge Resonator -enderutilities:energy_bridge:1, Energy Bridge Receiver -enderutilities:energy_bridge:2, Energy Bridge Transmitter -enderutilities:machine_0:0, Ender Furnace -enderutilities:machine_1:0, Ender Infuser -enderutilities:machine_1:1, Tool Workstation -enderutilities:machine_1:2, Creation Station -enderutilities:machine_1:3, Advanced Quick Stacker -enderutilities:molecular_exciter, tile.null.name -enderutilities:msu:0, Massive Storage Unit -enderutilities:msu:1, Massive Storage Bundle -enderutilities:phasing:0, Phasing Block -enderutilities:phasing:1, Phasing Block (inverted) -enderutilities:frame, tile.null.name -enderutilities:portal_panel, tile.null.name -enderutilities:sound_block:0, Sound Block -enderutilities:storage_0:0, Small Memory Chest -enderutilities:storage_0:1, Memory Chest -enderutilities:storage_0:2, Large Memory Chest -enderutilities:storage_0:3, Handy Chest (Small) -enderutilities:storage_0:4, Handy Chest (Normal) -enderutilities:storage_0:5, Handy Chest (Large) -enderutilities:storage_0:6, Handy Chest (Extended) -enderutilities:storage_0:7, Junk Storage Unit enderutilities:endercapacitor:0, Ender Capacitor (Basic) enderutilities:endercapacitor:0, Ender Capacitor (Basic) enderutilities:endercapacitor:1, Ender Capacitor (Enhanced) @@ -38939,67 +37392,41 @@ enderutilities:syringe:1, Paralyzer Syringe enderutilities:syringe:2, Stimulant Syringe enderutilities:syringe:3, Passifier Syringe enderutilities:void_pickaxe, Void Pickaxe -energycontrol:block_light:0, White Lamp -energycontrol:block_light:2, Orange Lamp -energycontrol:howler_alarm, Howler Alarm -energycontrol:industrial_alarm, Industrial Alarm -energycontrol:thermal_monitor, Thermal Monitor -energycontrol:info_panel, Industrial Information Panel -energycontrol:info_panel_extender, Information Panel Extender -energycontrol:holo_panel, Holographic Information Panel -energycontrol:holo_panel_extender, Holographic Panel Extender -energycontrol:info_panel_advanced, Advanced Information Panel -energycontrol:info_panel_advanced_extender, Advanced Panel Extender -energycontrol:range_trigger, Range Trigger -energycontrol:remote_thermo, Remote Thermal Monitor -energycontrol:kit_assembler, Kit Assembler -energycontrol:timer, Timer -energycontrol:item_upgrade:0, Range Upgrade -energycontrol:item_upgrade:1, Color Upgrade -energycontrol:item_upgrade:2, Touch Screen Upgrade -energycontrol:item_upgrade:3, Web Upgrade -energycontrol:thermometer, Thermometer -energycontrol:portable_panel, Portable Panel -energycontrol:panel_toolkit, Panel Toolkit -energycontrol:item_kit:0, Energy Sensor Kit -energycontrol:item_kit:1, Counter Sensor Kit -energycontrol:item_kit:2, Liquid Sensor Kit -energycontrol:item_kit:3, Advanced Liquid Sensor Kit -energycontrol:item_kit:6, Remote Toggle Kit -energycontrol:item_kit:7, Remote Vanilla Kit -energycontrol:item_kit:8, Remote Inventory Kit -energycontrol:item_kit:9, Remote Redstone Kit -energycontrol:item_kit:10, Applied Energistics Sensor Kit -energycontrol:item_kit:11, Extreme Reactors Sensor Kit -energycontrol:item_kit:12, Draconic Sensor Kit -energycontrol:item_kit:15, NuclearCraft Sensor Kit -energycontrol:item_kit:17, Thermal Expansion Sensor Kit -energycontrol:item_kit:18, EnderIO Sensor Kit -energycontrol:item_card:0, Energy Sensor Card -energycontrol:item_card:1, Counter Sensor Card -energycontrol:item_card:2, Liquid Sensor Card -energycontrol:item_card:3, Advanced Liquid Sensor Card -energycontrol:item_card:10, Energy Array Card -energycontrol:item_card:11, Liquid Array Card -energycontrol:item_card:13, Remote Toggle Card -energycontrol:item_card:14, Remote Vanilla Card -energycontrol:item_card:15, Remote Inventory Card -energycontrol:item_card:16, Remote Redstone Card -energycontrol:item_card:18, Text Card -energycontrol:item_card:19, Time Card -energycontrol:item_card:21, Draconic Sensor Card -energycontrol:item_card:22, Applied Energistics Sensor Card -energycontrol:item_card:24, Extreme Reactors Sensor Card -energycontrol:item_card:26, NuclearCraft Sensor Card -energycontrol:item_card:27, AE Inventory Sensor Card -energycontrol:item_card:29, Thermal Expansion Sensor Card -energycontrol:item_card:30, EnderIO Sensor Card -energycontrol:card_holder, Card Holder -energycontrol:item_component:0, Advanced Circuit -energycontrol:item_component:1, Basic Circuit -energycontrol:item_component:2, Machine Casing -energycontrol:item_component:3, Radio Transmitter -energycontrol:item_component:4, Strong String +enderutilities:asu:0, Adjustable Storage Unit +enderutilities:barrel:0, Barrel +enderutilities:draw_bridge:0, Drawbridge +enderutilities:draw_bridge:1, Advanced Drawbridge +enderutilities:ender_elevator:0, Ender Elevator (white) +enderutilities:ender_elevator_slab:0, Ender Elevator Slab (white) +enderutilities:ender_elevator_layer:0, Ender Elevator Layer (white) +enderutilities:inserter:0, Inserter +enderutilities:inserter:1, Inserter (Filtered) +enderutilities:floor:0, Floor +enderutilities:floor:1, Cracked Floor +enderutilities:energy_bridge:0, Energy Bridge Resonator +enderutilities:energy_bridge:1, Energy Bridge Receiver +enderutilities:energy_bridge:2, Energy Bridge Transmitter +enderutilities:machine_0:0, Ender Furnace +enderutilities:machine_1:0, Ender Infuser +enderutilities:machine_1:1, Tool Workstation +enderutilities:machine_1:2, Creation Station +enderutilities:machine_1:3, Advanced Quick Stacker +enderutilities:molecular_exciter, tile.null.name +enderutilities:msu:0, Massive Storage Unit +enderutilities:msu:1, Massive Storage Bundle +enderutilities:phasing:0, Phasing Block +enderutilities:phasing:1, Phasing Block (inverted) +enderutilities:frame, tile.null.name +enderutilities:portal_panel, tile.null.name +enderutilities:sound_block:0, Sound Block +enderutilities:storage_0:0, Small Memory Chest +enderutilities:storage_0:1, Memory Chest +enderutilities:storage_0:2, Large Memory Chest +enderutilities:storage_0:3, Handy Chest (Small) +enderutilities:storage_0:4, Handy Chest (Normal) +enderutilities:storage_0:5, Handy Chest (Large) +enderutilities:storage_0:6, Handy Chest (Extended) +enderutilities:storage_0:7, Junk Storage Unit erebus:umberstone:0, Umberstone erebus:umberstone:1, Umbercobble erebus:umberstone:2, Mossy Umbercobble @@ -39996,27 +38423,6 @@ mod_lavacow:scarecrowhead_common, Scarecrow Head mod_lavacow:scarecrowhead_straw, Scarecrow Head mod_lavacow:scarecrowhead_plague, Scarecrow Head mod_lavacow:tombstone, Tombstone -storagedrawers:upgrade_template, Upgrade Template -storagedrawers:upgrade_storage:0, Storage Upgrade (I) -storagedrawers:upgrade_storage:1, Storage Upgrade (II) -storagedrawers:upgrade_storage:2, Storage Upgrade (III) -storagedrawers:upgrade_storage:3, Storage Upgrade (IV) -storagedrawers:upgrade_storage:4, Storage Upgrade (V) -storagedrawers:upgrade_one_stack, Storage Downgrade -storagedrawers:upgrade_status:0, Status Upgrade (I) -storagedrawers:upgrade_status:1, Status Upgrade (II) -storagedrawers:upgrade_void, Void Upgrade -storagedrawers:upgrade_conversion, Conversion Upgrade -storagedrawers:upgrade_creative:0, Creative Storage Upgrade -storagedrawers:upgrade_creative:1, Creative Vending Upgrade -storagedrawers:upgrade_redstone:0, Redstone Upgrade -storagedrawers:upgrade_redstone:1, Redstone Max Upgrade -storagedrawers:upgrade_redstone:2, Redstone Min Upgrade -storagedrawers:drawer_key, Drawer Key -storagedrawers:shroud_key, Concealment Key -storagedrawers:personal_key, Personal Key -storagedrawers:quantify_key, Quantify Key -storagedrawers:tape, Packing Tape storagedrawers:basicdrawers:0, Basic Drawer storagedrawers:basicdrawers:0, Basic Drawer storagedrawers:basicdrawers:0, Basic Drawer @@ -40067,6 +38473,27 @@ storagedrawers:customdrawers:3, Framed Half Drawers 1x2 storagedrawers:customdrawers:4, Framed Half Drawers 2x2 storagedrawers:customtrim, Framed Trim storagedrawers:framingtable, Framing Table +storagedrawers:upgrade_template, Upgrade Template +storagedrawers:upgrade_storage:0, Storage Upgrade (I) +storagedrawers:upgrade_storage:1, Storage Upgrade (II) +storagedrawers:upgrade_storage:2, Storage Upgrade (III) +storagedrawers:upgrade_storage:3, Storage Upgrade (IV) +storagedrawers:upgrade_storage:4, Storage Upgrade (V) +storagedrawers:upgrade_one_stack, Storage Downgrade +storagedrawers:upgrade_status:0, Status Upgrade (I) +storagedrawers:upgrade_status:1, Status Upgrade (II) +storagedrawers:upgrade_void, Void Upgrade +storagedrawers:upgrade_conversion, Conversion Upgrade +storagedrawers:upgrade_creative:0, Creative Storage Upgrade +storagedrawers:upgrade_creative:1, Creative Vending Upgrade +storagedrawers:upgrade_redstone:0, Redstone Upgrade +storagedrawers:upgrade_redstone:1, Redstone Max Upgrade +storagedrawers:upgrade_redstone:2, Redstone Min Upgrade +storagedrawers:drawer_key, Drawer Key +storagedrawers:shroud_key, Concealment Key +storagedrawers:personal_key, Personal Key +storagedrawers:quantify_key, Quantify Key +storagedrawers:tape, Packing Tape fluxnetworks:flux, Flux fluxnetworks:fluxcore, Flux Core fluxnetworks:fluxconfigurator, Flux Configurator @@ -41855,9 +40282,9 @@ modularmachinery:blockconstellationprovider, Constellation Detector Hatch modularmachinery:blockmanaproviderinput, Mana Input Hatch modularmachinery:blockmanaprovideroutput, Mana Output Hatch modularmachinery:mythical_resource_miner_tier4_controller, tile.null.name -modularmachinery:neutronium_cannon_controller, tile.null.name modularmachinery:mythic_processor_gravitite_controller, tile.null.name modularmachinery:mythical_resource_miner_tier3_controller, tile.null.name +modularmachinery:neutronium_cannon_controller, tile.null.name modularmachinery:mythical_resource_miner_tier2_controller, tile.null.name modularmachinery:lp_harvester_controller, tile.null.name modularmachinery:mythical_resource_miner_tier1_controller, tile.null.name @@ -41872,21 +40299,21 @@ modularmachinery:creation_altar_controller, tile.null.name modularmachinery:infinity_furnace_controller, tile.null.name modularmachinery:mythical_resource_miner_tier6_controller, tile.null.name modularmachinery:twelve_gates_of_heaven_controller, tile.null.name -modularmachinery:gaia_altar_controller, tile.null.name modularmachinery:mythical_resource_miner_tier5_controller, tile.null.name +modularmachinery:gaia_altar_controller, tile.null.name modularmachinery:safe_fission_amfm_controller, tile.null.name modularmachinery:mythic_processor_drying_rack_controller, tile.null.name modularmachinery:mythic_processor_arkencrusher_controller, tile.null.name modularmachinery:lilith_altar_controller, tile.null.name modularmachinery:cold_iron_forge_controller, tile.null.name modularmachinery:essentia_solidifier_controller, tile.null.name -modularmachinery:dreading_crucible_controller, tile.null.name modularmachinery:impetus_syphon_controller, tile.null.name modularmachinery:linear_fusion_accelerator_controller, tile.null.name +modularmachinery:dreading_crucible_controller, tile.null.name modularmachinery:safe_fission_lees_controller, tile.null.name modularmachinery:the_cube_controller, tile.null.name -modularmachinery:mythic_processor_alloy_furnace_controller, tile.null.name modularmachinery:arc_reactor_controller, tile.null.name +modularmachinery:mythic_processor_alloy_furnace_controller, tile.null.name modularmachinery:arcane_autoinfuser_controller, tile.null.name modularmachinery:plasmatic_condenser_controller, tile.null.name modularmachinery:chaotic_condenser_controller, tile.null.name @@ -41912,18 +40339,19 @@ modularmachinery:botanic_condenser_controller, tile.null.name modularmachinery:mythical_resource_miner_tier12_controller, tile.null.name modularmachinery:mythical_resource_miner_tier13_controller, tile.null.name modularmachinery:mythical_resource_miner_tier10_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier11_controller, tile.null.name modularmachinery:definer_two_controller, tile.null.name modularmachinery:elemental_altar_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier11_controller, tile.null.name modularmachinery:mythical_resource_miner_tier16_controller, tile.null.name +modularmachinery:altar_to_the_name_of_names_controller, tile.null.name modularmachinery:mythical_resource_miner_tier17_controller, tile.null.name modularmachinery:mythical_resource_miner_tier14_controller, tile.null.name modularmachinery:mythical_resource_miner_tier15_controller, tile.null.name modularmachinery:baphomet_altar_controller, tile.null.name modularmachinery:mythical_resource_miner_tier18_controller, tile.null.name +modularmachinery:gravitite_enchanter_controller, tile.null.name modularmachinery:carminite_empowerer_controller, tile.null.name modularmachinery:mythical_resource_miner_tier19_controller, tile.null.name -modularmachinery:gravitite_enchanter_controller, tile.null.name modularmachinery:spatial_crucible_controller, tile.null.name modularmachinery:thaumic_replicator_controller, tile.null.name modularmachinery:safe_fission_lecm243_controller, tile.null.name @@ -41942,12 +40370,12 @@ modularmachinery:corrupted_library_controller, tile.null.name modularmachinery:shadow_fracturer_controller, tile.null.name modularmachinery:mythic_processor_blaster_controller, tile.null.name modularmachinery:safe_fission_len236_controller, tile.null.name -modularmachinery:dyson_compressor_controller, tile.null.name modularmachinery:meteoric_befaller_controller, tile.null.name +modularmachinery:dyson_compressor_controller, tile.null.name modularmachinery:enchanted_greenhouse_controller, tile.null.name modularmachinery:ziggurat_of_life_controller, tile.null.name -modularmachinery:dragonfire_forge_controller, tile.null.name modularmachinery:blood_god_altar_controller, tile.null.name +modularmachinery:dragonfire_forge_controller, tile.null.name modularmachinery:mythic_processor_assembling_machine_controller, tile.null.name modularmachinery:safe_fission_heu233_controller, tile.null.name modularmachinery:dimensional_stabilizer_controller, tile.null.name @@ -41965,9 +40393,9 @@ modularmachinery:mythic_processor_muon_extractor_controller, tile.null.name modularmachinery:advanced_compression_engine_controller, tile.null.name modularmachinery:blood_reprocessor_controller, tile.null.name modularmachinery:sparkled_spinning_wheel_controller, tile.null.name -modularmachinery:empowered_monolith_controller, tile.null.name modularmachinery:safe_fission_hefm_controller, tile.null.name modularmachinery:inertial_confinement_reactor_controller, tile.null.name +modularmachinery:empowered_monolith_controller, tile.null.name modularmachinery:mythic_accelerator_controller, tile.null.name modularmachinery:processor_clean_room_controller, tile.null.name modularmachinery:active_cooled_heu233_controller, tile.null.name @@ -41983,32 +40411,33 @@ modularmachinery:mythical_resource_miner_tier22_controller, tile.null.name modularmachinery:mythical_resource_miner_tier27_controller, tile.null.name modularmachinery:mythical_resource_miner_tier28_controller, tile.null.name modularmachinery:mythical_resource_miner_tier25_controller, tile.null.name -modularmachinery:aluminum_lathe_controller, tile.null.name modularmachinery:mythical_resource_miner_tier26_controller, tile.null.name +modularmachinery:aluminum_lathe_controller, tile.null.name modularmachinery:compression_engine_controller, tile.null.name modularmachinery:mythical_resource_crucible_controller, tile.null.name modularmachinery:mythical_resource_miner_tier29_controller, tile.null.name modularmachinery:safe_fission_lep239_controller, tile.null.name modularmachinery:dyson_discharger_t5_controller, tile.null.name +modularmachinery:dyson_discharger_t6_controller, tile.null.name modularmachinery:honeysmelter_oven_controller, tile.null.name +modularmachinery:safe_fission_herrr_controller, tile.null.name modularmachinery:dyson_irradiator_controller, tile.null.name modularmachinery:dyson_discharger_t3_controller, tile.null.name -modularmachinery:safe_fission_herrr_controller, tile.null.name modularmachinery:dyson_discharger_t4_controller, tile.null.name modularmachinery:mythic_processor_compactor_controller, tile.null.name -modularmachinery:dyson_discharger_t2_controller, tile.null.name modularmachinery:nightmare_electrolyzer_controller, tile.null.name +modularmachinery:dyson_discharger_t2_controller, tile.null.name modularmachinery:me_mythic_assembler_controller, tile.null.name modularmachinery:mythic_processor_furnace_controller, tile.null.name modularmachinery:safe_fission_mox239_controller, tile.null.name modularmachinery:safe_nuke_environment_controller, tile.null.name modularmachinery:dyson_sphere_controller, tile.null.name -modularmachinery:pe_sterilizer_controller, tile.null.name modularmachinery:whispering_infusion_fountain_controller, tile.null.name +modularmachinery:pe_sterilizer_controller, tile.null.name modularmachinery:mythic_excavation_computer_multiblock_controller, tile.null.name modularmachinery:safe_fission_leu235_controller, tile.null.name -modularmachinery:infusinator_controller, tile.null.name modularmachinery:safe_fission_leb248_controller, tile.null.name +modularmachinery:infusinator_controller, tile.null.name modularmachinery:wizardry_combiner_controller, tile.null.name modularmachinery:high_impulse_accelerator_controller, tile.null.name modularmachinery:font_of_divinity_controller, tile.null.name @@ -42066,6 +40495,9 @@ plethora:keyboard, Keyboard plethora:manipulator:0, Manipulator Mk I plethora:manipulator:1, Manipulator Mk II plethora:redstone_integrator:0, Redstone integrator +plustic:mirionnugget, Mirion Nugget +plustic:mirioningot, Mirion Ingot +plustic:mirionblock, Mirion Block plustic:pipe_piece:0, Electrical Pipe Piece plustic:pipe_piece:0, Energetic Pipe Piece plustic:pipe_piece:0, Vibrant Pipe Piece @@ -42261,13 +40693,13 @@ plustic:pipe_piece:0, Corrupted Pipe Piece plustic:pipe_piece:0, Mirion Pipe Piece plustic:pipe_piece:0, Livingwood Pipe Piece plustic:pipe_piece:0, Elementium Pipe Piece +plustic:pipe_piece:0, Fusewood Pipe Piece +plustic:pipe_piece:0, Ghostwood Pipe Piece +plustic:pipe_piece:0, Darkwood Pipe Piece plustic:pipe_piece:0, Emerald Pipe Piece plustic:pipe_piece:0, Wyvern Pipe Piece plustic:pipe_piece:0, Awakened Pipe Piece plustic:pipe_piece:0, Chaotic Pipe Piece -plustic:pipe_piece:0, Fusewood Pipe Piece -plustic:pipe_piece:0, Ghostwood Pipe Piece -plustic:pipe_piece:0, Darkwood Pipe Piece plustic:laser_medium:0, Stone Laser Medium plustic:laser_medium:0, Prismarine Laser Medium plustic:laser_medium:0, Blazerod Laser Medium @@ -42291,9 +40723,44 @@ plustic:battery_cell:0, Enori Battery Cell plustic:battery_cell:0, Fluix Crystal Battery Cell plustic:laser_gun, Laser Gun plustic:katana, Katana -plustic:mirionnugget, Mirion Nugget -plustic:mirioningot, Mirion Ingot -plustic:mirionblock, Mirion Block +xreliquary:altar, Altar +xreliquary:apothecary_cauldron, tile.apothecary_cauldron.name +xreliquary:apothecary_mortar, tile.apothecary_mortar.name +xreliquary:fertile_lilypad, tile.fertile_lilypad.name +xreliquary:interdiction_torch, tile.interdiction_torch.name +xreliquary:wraith_node, tile.wraith_node.name +xreliquary:pedestal:0, Pedestal +xreliquary:pedestal:1, Pedestal +xreliquary:pedestal:2, Pedestal +xreliquary:pedestal:3, Pedestal +xreliquary:pedestal:4, Pedestal +xreliquary:pedestal:5, Pedestal +xreliquary:pedestal:6, Pedestal +xreliquary:pedestal:7, Pedestal +xreliquary:pedestal:8, Pedestal +xreliquary:pedestal:9, Pedestal +xreliquary:pedestal:10, Pedestal +xreliquary:pedestal:11, Pedestal +xreliquary:pedestal:12, Pedestal +xreliquary:pedestal:13, Pedestal +xreliquary:pedestal:14, Pedestal +xreliquary:pedestal:15, Pedestal +xreliquary:pedestal_passive:0, Pedestal (Display only) +xreliquary:pedestal_passive:1, Pedestal (Display only) +xreliquary:pedestal_passive:2, Pedestal (Display only) +xreliquary:pedestal_passive:3, Pedestal (Display only) +xreliquary:pedestal_passive:4, Pedestal (Display only) +xreliquary:pedestal_passive:5, Pedestal (Display only) +xreliquary:pedestal_passive:6, Pedestal (Display only) +xreliquary:pedestal_passive:7, Pedestal (Display only) +xreliquary:pedestal_passive:8, Pedestal (Display only) +xreliquary:pedestal_passive:9, Pedestal (Display only) +xreliquary:pedestal_passive:10, Pedestal (Display only) +xreliquary:pedestal_passive:11, Pedestal (Display only) +xreliquary:pedestal_passive:12, Pedestal (Display only) +xreliquary:pedestal_passive:13, Pedestal (Display only) +xreliquary:pedestal_passive:14, Pedestal (Display only) +xreliquary:pedestal_passive:15, Pedestal (Display only) xreliquary:alkahestry_tome, item.alkahestry_tome.name xreliquary:mob_ingredient:0, Rib Bone xreliquary:mob_ingredient:1, Withered Rib @@ -42402,44 +40869,6 @@ xreliquary:attraction_potion, item.attraction_potion.name xreliquary:fertile_potion, item.fertile_potion.name xreliquary:potion:0, Condensed Potion Vial xreliquary:tipped_arrow, Tipped Arrow -xreliquary:altar, Altar -xreliquary:apothecary_cauldron, tile.apothecary_cauldron.name -xreliquary:apothecary_mortar, tile.apothecary_mortar.name -xreliquary:fertile_lilypad, tile.fertile_lilypad.name -xreliquary:interdiction_torch, tile.interdiction_torch.name -xreliquary:wraith_node, tile.wraith_node.name -xreliquary:pedestal:0, Pedestal -xreliquary:pedestal:1, Pedestal -xreliquary:pedestal:2, Pedestal -xreliquary:pedestal:3, Pedestal -xreliquary:pedestal:4, Pedestal -xreliquary:pedestal:5, Pedestal -xreliquary:pedestal:6, Pedestal -xreliquary:pedestal:7, Pedestal -xreliquary:pedestal:8, Pedestal -xreliquary:pedestal:9, Pedestal -xreliquary:pedestal:10, Pedestal -xreliquary:pedestal:11, Pedestal -xreliquary:pedestal:12, Pedestal -xreliquary:pedestal:13, Pedestal -xreliquary:pedestal:14, Pedestal -xreliquary:pedestal:15, Pedestal -xreliquary:pedestal_passive:0, Pedestal (Display only) -xreliquary:pedestal_passive:1, Pedestal (Display only) -xreliquary:pedestal_passive:2, Pedestal (Display only) -xreliquary:pedestal_passive:3, Pedestal (Display only) -xreliquary:pedestal_passive:4, Pedestal (Display only) -xreliquary:pedestal_passive:5, Pedestal (Display only) -xreliquary:pedestal_passive:6, Pedestal (Display only) -xreliquary:pedestal_passive:7, Pedestal (Display only) -xreliquary:pedestal_passive:8, Pedestal (Display only) -xreliquary:pedestal_passive:9, Pedestal (Display only) -xreliquary:pedestal_passive:10, Pedestal (Display only) -xreliquary:pedestal_passive:11, Pedestal (Display only) -xreliquary:pedestal_passive:12, Pedestal (Display only) -xreliquary:pedestal_passive:13, Pedestal (Display only) -xreliquary:pedestal_passive:14, Pedestal (Display only) -xreliquary:pedestal_passive:15, Pedestal (Display only) rftoolsdim:dimlet_base, Dimlet Base Part rftoolsdim:dimlet_control_circuit:0, Dimlet Control Circuit Rarity 0 rftoolsdim:dimlet_control_circuit:1, Dimlet Control Circuit Rarity 1 @@ -42481,31 +40910,31 @@ rftoolsdim:structure_essence:8, Structure Swamp Hut Essence rftoolsdim:structure_essence:9, Structure Desert Temple Essence rftoolsdim:structure_essence:10, Structure Jungle Temple Essence rftoolsdim:structure_essence:11, Structure Igloo Essence -rftoolsdim:known_dimlet:8, Time Dimlet (Normal) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal) -rftoolsdim:known_dimlet:2, Material Dimlet (Stone) -rftoolsdim:known_dimlet:13, Weather Dimlet (Default) -rftoolsdim:known_dimlet:6, Terrain Dimlet (Flat) -rftoolsdim:known_dimlet:5, Structure Dimlet (None) -rftoolsdim:known_dimlet:1, Liquid Dimlet (Water) rftoolsdim:known_dimlet:7, Feature Dimlet (None) +rftoolsdim:known_dimlet:5, Structure Dimlet (None) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal) +rftoolsdim:known_dimlet:13, Weather Dimlet (Default) +rftoolsdim:known_dimlet:8, Time Dimlet (Normal) rftoolsdim:known_dimlet:12, Controller Dimlet (Single) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal day) -rftoolsdim:known_dimlet:9, Digit Dimlet (9) -rftoolsdim:known_dimlet:9, Digit Dimlet (7) -rftoolsdim:known_dimlet:9, Digit Dimlet (8) -rftoolsdim:known_dimlet:3, Mob Dimlet (Default) -rftoolsdim:known_dimlet:9, Digit Dimlet (5) -rftoolsdim:known_dimlet:9, Digit Dimlet (6) -rftoolsdim:known_dimlet:6, Terrain Dimlet (Void) -rftoolsdim:known_dimlet:9, Digit Dimlet (3) -rftoolsdim:known_dimlet:12, Controller Dimlet (Default) -rftoolsdim:known_dimlet:9, Digit Dimlet (4) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal night) -rftoolsdim:known_dimlet:9, Digit Dimlet (1) -rftoolsdim:known_dimlet:9, Digit Dimlet (2) +rftoolsdim:known_dimlet:2, Material Dimlet (Stone) rftoolsdim:known_dimlet:10, Effect Dimlet (None) +rftoolsdim:known_dimlet:6, Terrain Dimlet (Flat) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal day) rftoolsdim:known_dimlet:9, Digit Dimlet (0) +rftoolsdim:known_dimlet:12, Controller Dimlet (Default) +rftoolsdim:known_dimlet:3, Mob Dimlet (Default) +rftoolsdim:known_dimlet:9, Digit Dimlet (4) +rftoolsdim:known_dimlet:9, Digit Dimlet (3) +rftoolsdim:known_dimlet:9, Digit Dimlet (2) +rftoolsdim:known_dimlet:9, Digit Dimlet (1) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal night) +rftoolsdim:known_dimlet:9, Digit Dimlet (8) +rftoolsdim:known_dimlet:9, Digit Dimlet (7) +rftoolsdim:known_dimlet:6, Terrain Dimlet (Void) +rftoolsdim:known_dimlet:9, Digit Dimlet (6) +rftoolsdim:known_dimlet:9, Digit Dimlet (5) +rftoolsdim:known_dimlet:1, Liquid Dimlet (Water) +rftoolsdim:known_dimlet:9, Digit Dimlet (9) rftoolsdim:efficiency_essence, Efficiency Essence rftoolsdim:mediocre_efficiency_essence, Mediocre Efficiency Essence rftoolsdim:empty_dimension_tab, Empty Dimension Tab @@ -43364,6 +41793,14 @@ thaumicenergistics:blank_knowledge_core, Blank Knowledge Core thaumicenergistics:dummy_aspect, item.thaumicenergistics.dummy_aspect.name thaumicenergistics:infusion_provider, Essentia Infusion Provider thaumicenergistics:arcane_assembler, Arcane Assembler +thaumictinkerer:share_book, Tome of Knowledge Sharing +thaumictinkerer:black_quartz, Smokey Quartz +thaumictinkerer:connector, Transvector Binder +thaumictinkerer:soul_mould, Soul Mould +thaumictinkerer:energetic_nitor, Energetic Nitor +thaumictinkerer:spellbinding_cloth, Spellbinding Cloth +thaumictinkerer:blood_sword, Cursed Spirit's Blade +thaumictinkerer:mob_aspect, item.thaumictinkerer:mob_aspect.name thaumictinkerer:funnel, Essentia Funnel thaumictinkerer:dissimulation, Dissimulation Block thaumictinkerer:transvector_interface, Transvector Interface @@ -43376,44 +41813,36 @@ thaumictinkerer:enchantment_pillar, Enchanting Pillar thaumictinkerer:animation_tablet, Dynamism Tablet thaumictinkerer:black_quartz_block, Black Quartz Block thaumictinkerer:dummy_nitor, tile.thaumictinkerer:dummy_nitor.name -thaumictinkerer:share_book, Tome of Knowledge Sharing -thaumictinkerer:black_quartz, Smokey Quartz -thaumictinkerer:connector, Transvector Binder -thaumictinkerer:soul_mould, Soul Mould -thaumictinkerer:energetic_nitor, Energetic Nitor -thaumictinkerer:spellbinding_cloth, Spellbinding Cloth -thaumictinkerer:blood_sword, Cursed Spirit's Blade -thaumictinkerer:mob_aspect, item.thaumictinkerer:mob_aspect.name -thaumicwonders:dimensional_ripper, Dimensional Ripper -thaumicwonders:meaty_orb, Meaty Orb -thaumicwonders:flux_distiller, Flux Distiller +thaumicwonders:ore_diviner, Ore Diviner +thaumicwonders:placeholder_void_metal_block, Primordial Accretion Chamber +thaumicwonders:flux_capacitor, Flux Capacitor thaumicwonders:meteorb, Meteorb +thaumicwonders:primordial_accretion_chamber, Primordial Accretion Chamber +thaumicwonders:primordial_accelerator_terminus, Primordial Accelerator Terminus +thaumicwonders:placeholder_adv_alch_construct, Primordial Accretion Chamber +thaumicwonders:catalyzation_chamber, Catalyzation Chamber +thaumicwonders:meaty_orb, Meaty Orb +thaumicwonders:vishroom_crop, Vishroom +thaumicwonders:dimensional_ripper, Dimensional Ripper +thaumicwonders:placeholder_arcane_stone, Catalyzation Chamber +thaumicwonders:primordial_accelerator_tunnel, Primordial Accelerator Tunnel +thaumicwonders:placeholder_obsidian, Catalyzation Chamber thaumicwonders:portal_generator, Portal Generator thaumicwonders:void_beacon, Void Beacon -thaumicwonders:hexamite, Hexamite thaumicwonders:madness_engine, Madness Engine -thaumicwonders:shimmerleaf_crop, Shimmerleaf -thaumicwonders:placeholder_obsidian, Catalyzation Chamber -thaumicwonders:primordial_accelerator, Primordial Accelerator +thaumicwonders:portal_anchor, Portal Anchor thaumicwonders:placeholder_thaumium_block, Primordial Accretion Chamber -thaumicwonders:placeholder_void_metal_block, Primordial Accretion Chamber +thaumicwonders:hexamite, Hexamite +thaumicwonders:coalescence_matrix, Coalescence Matrix +thaumicwonders:cinderpearl_crop, Cinderpearl +thaumicwonders:alkahest_vat, Alkahest Vat +thaumicwonders:flux_distiller, Flux Distiller +thaumicwonders:creative_essentia_jar, Creative Essentia Jar +thaumicwonders:shimmerleaf_crop, Shimmerleaf thaumicwonders:coalescence_matrix_precursor, Coalescence Matrix thaumicwonders:everburning_urn, Everburning Urn -thaumicwonders:catalyzation_chamber, Catalyzation Chamber -thaumicwonders:placeholder_adv_alch_construct, Primordial Accretion Chamber -thaumicwonders:coalescence_matrix, Coalescence Matrix -thaumicwonders:creative_essentia_jar, Creative Essentia Jar -thaumicwonders:primordial_accelerator_tunnel, Primordial Accelerator Tunnel -thaumicwonders:primordial_accretion_chamber, Primordial Accretion Chamber -thaumicwonders:vishroom_crop, Vishroom thaumicwonders:inspiration_engine, Inspiration Engine -thaumicwonders:portal_anchor, Portal Anchor -thaumicwonders:placeholder_arcane_stone, Catalyzation Chamber -thaumicwonders:ore_diviner, Ore Diviner -thaumicwonders:cinderpearl_crop, Cinderpearl -thaumicwonders:primordial_accelerator_terminus, Primordial Accelerator Terminus -thaumicwonders:flux_capacitor, Flux Capacitor -thaumicwonders:alkahest_vat, Alkahest Vat +thaumicwonders:primordial_accelerator, Primordial Accelerator thaumicwonders:disjunction_cloth, Disjunction Cloth thaumicwonders:primal_destroyer, Primal Destroyer thaumicwonders:flying_carpet, Flying Carpet @@ -43476,37 +41905,45 @@ tinymobfarm:diamond_farm, Diamond Mob Farm tinymobfarm:emerald_farm, Emerald Mob Farm tinymobfarm:inferno_farm, Inferno Mob Farm tinymobfarm:ultimate_farm, Ultimate Mob Farm -torcherino:time_wand_lvl1, §9The Staff of Time lvl 1 -torcherino:time_wand_lvl2, §aThe Staff of Time lvl 2 -torcherino:time_wand_lvl3, §cThe Staff of Time lvl 3 -torcherino:time_wand_lvl4, §6The Staff of Time lvl 4 -torcherino:time_wand_lvl5, §bThe Staff of Time lvl 5 -torcherino:time_storage, §eTemporary storage -torcherino:diamondclock, §bDiamond Clock -torcherino:emeraldclock, §aEmerald Clock -torcherino:lapisclock, §9Lapis clock -torcherino:redstoneclock, §cRedstone clock -torcherino:goldclock, §6Gold clock -torcherino:compressedtorch, §eCompressed Torch -torcherino:bindingelement, §dBinding Element -torcherino:bindingelement2, §5Advanced Binding Element -torcherino:torch_lvl1, §9Torcherino lvl 1 -torcherino:torch_lvl2, §aTorcherino lvl 2 -torcherino:torch_lvl3, §cTorcherino lvl 3 -torcherino:torch_lvl4, §6Torcherino lvl 4 -torcherino:torch_lvl5, §bTorcherino lvl 5 -torcherino:compressed_torch_lvl1, §9Compressed torcherino lvl 1 -torcherino:compressed_torch_lvl2, §aCompressed torcherino lvl 2 -torcherino:compressed_torch_lvl3, §cCompressed torcherino lvl 3 -torcherino:compressed_torch_lvl4, §6Compressed torcherino lvl 4 -torcherino:compressed_torch_lvl5, §bCompressed torcherino lvl 5 -torcherino:time_collector, §6Time collector +tce:tce_time_wand_lvl1, §9The Staff of Time lvl 1 +tce:tce_time_wand_lvl2, §aThe Staff of Time lvl 2 +tce:tce_time_wand_lvl3, §cThe Staff of Time lvl 3 +tce:tce_time_wand_lvl4, §6The Staff of Time lvl 4 +tce:tce_time_wand_lvl5, §bThe Staff of Time lvl 5 +tce:tce_time_wand_infinite, §5Infinite time staff +tce:tce_time_storage_lvl1, §9Time storage lvl 1 +tce:tce_time_storage_lvl2, §aTime storage lvl 2 +tce:tce_time_storage_lvl3, §cTime storage lvl 3 +tce:tce_time_storage_lvl4, §6Time storage lvl 4 +tce:tce_time_storage_lvl5, §bTime storage lvl 5 +tce:tce_time_storage_infinite, §5Infinite time storage +tce:tce_time_element, Time element +tce:tce_time_nugget, Time nugget +tce:tce_time_ingot, Time ingot +tce:tce_diamondclock, §bDiamond clock +tce:tce_emeraldclock, §aEmerald clock +tce:tce_lapisclock, §9Lapis clock +tce:tce_dragonclock, §5Dragon clock +tce:tce_redstoneclock, §cRedstone clock +tce:tce_goldclock, §6Gold clock +tce:tce_compressedtorch, §eCompressed torch +tce:tce_bindingelement, §cBinding element +tce:tce_bindingelement2, §aImproved binding element +tce:tce_bindingelement3, §5Advanced binding element +tce:tce_time_stick, Time stick +tce:tce_time_casing, Time casing +tce:tce_time_core, Time core +tce:tce_time_particle, Time particle +tce:tce_time_particle_gold, Time particle gold +tce:tce_time_particle_redstone, Time particle redstone +tce:tce_time_particle_diamond, Time particle diamond +tce:tce_time_particle_emerald, Time particle emerald +torchmaster:frozen_pearl, Frozen Pearl torchmaster:mega_torch:0, Mega Torch torchmaster:mega_torch:1, Unlit Mega Torch torchmaster:terrain_lighter, Terrain Lighter torchmaster:dread_lamp, Dread Lamp torchmaster:feral_flare_lantern, Feral Flare Lantern -torchmaster:frozen_pearl, Frozen Pearl uberconduitprobe:uber_conduit_probe_item:0, Uber Conduit Probe variegated:compressed_vis_battery, Compressed Vis Battery variegated:blood_apple, Blood Apple @@ -46529,6 +44966,7 @@ contenttweaker:second_recursive_lock, item.contenttweaker.second_recursive_lock. contenttweaker:third_recursive_lock, item.contenttweaker.third_recursive_lock.name contenttweaker:fourth_recursive_lock, item.contenttweaker.fourth_recursive_lock.name contenttweaker:fifth_recursive_lock, item.contenttweaker.fifth_recursive_lock.name +contenttweaker:woot_flusher, item.contenttweaker.woot_flusher.name contenttweaker:nethersky_amber:0, Nethersky Amber contenttweaker:mithrillium_catalyst:0, Mithrillium Catalyst contenttweaker:crimson_quartz:0, Crimson Quartz @@ -46870,6 +45308,10 @@ contenttweaker:pan_di_stelle, Pan di Stelle contenttweaker:plentiful_praline, Plentiful Praline contenttweaker:friendly_frittata, Friendly Frittata contenttweaker:sacred_cinders_fruit, Sacred Cinders Fruit +contenttweaker:ethical_empanada, item.contenttweaker.ethical_empanada.name +contenttweaker:nimble_hummus_dip, item.contenttweaker.nimble_hummus_dip.name +contenttweaker:heavy_polenta, item.contenttweaker.heavy_polenta.name +contenttweaker:multi_fruit_milkshake, item.contenttweaker.multi_fruit_milkshake.name contenttweaker:nethersky_steel_ingot, Nethersky Steel Ingot contenttweaker:nethersky_steel_dust, Nethersky Steel Dust contenttweaker:void_dust, Void Dust @@ -48169,6 +46611,9 @@ contenttweaker:essence_of_the_mythic_shells, item.contenttweaker.essence_of_the_ contenttweaker:eye_of_limbo, item.contenttweaker.eye_of_limbo.name contenttweaker:puzzle_solution_warrenblindfold, item.contenttweaker.puzzle_solution_warrenblindfold.name contenttweaker:puzzle_solution_monumentallysentientbeatball, item.contenttweaker.puzzle_solution_monumentallysentientbeatball.name +contenttweaker:super_stacker, item.contenttweaker.super_stacker.name +contenttweaker:big_stack_aurorablock, item.contenttweaker.big_stack_aurorablock.name +contenttweaker:jei_tipsandtricks, item.contenttweaker.jei_tipsandtricks.name contenttweaker:enchdesc_coralium, Enchantment Description: Coralium contenttweaker:enchdesc_dread, Enchantment Description: Dread contenttweaker:enchdesc_iron_wall, Enchantment Description: Iron Wall @@ -48593,6 +47038,7 @@ contenttweaker:trait_undone, Trait Description: Undone contenttweaker:trait_thunder, Trait Description: Thunder contenttweaker:trait_necrotic, Trait Description: Necrotic contenttweaker:trait_sentience, Trait Description: Sentience +contenttweaker:trait_steady, item.contenttweaker.trait_steady.name contenttweaker:dreading_warp_cleanser, Dreading Warp Cleanser contenttweaker:omothol_warp_cleanser, Omothol Warp Cleanser contenttweaker:abyssal_wasteland_warp_cleanser, Abyssal Wasteland Warp Cleanser @@ -49505,11 +47951,11 @@ magicbees:manasteelgrafter, Manasteel Grafter magicbees:manasteelscoop, Manasteel Scoop magicbees:frames.metabolic, Metabolic Frame magicbees:frames.necrotic, Necrotic Frame -magicbees:frames.resilient, Resilient Frame magicbees:frames.oblivion, Oblivion Frame -magicbees:frames.magic, Magic Frame magicbees:frames.gentle, Gentle Frame magicbees:frames.temporal, Temporal Frame +magicbees:frames.resilient, Resilient Frame +magicbees:frames.magic, Magic Frame magicbees:hiveblock:0, Curious Hive magicbees:hiveblock:1, Unusual Hive magicbees:hiveblock:2, Resonating Hive @@ -49541,7 +47987,9 @@ nae2:storage_cell_fluid_1024k, §61024k§r ME Fluid Storage Cell nae2:storage_cell_fluid_4096k, §e4096k§r ME Fluid Storage Cell nae2:storage_cell_fluid_16384k, §a16384k§r ME Fluid Storage Cell nae2:part:0, ME Beam Former +nae2:part:2, ME Storage Exposer nae2:upgrade:0, Hyper-Acceleration Card +nae2:upgrade:1, Job Auto-Complete Card nae2:reconstruction_chamber, Reconstruction Chamber nae2:storage_crafting_256k, §c256k§r Crafting Storage nae2:storage_crafting_1024k, §61024k§r Crafting Storage @@ -49550,6 +47998,7 @@ nae2:storage_crafting_16384k, §a16384k§r Crafting Storage nae2:coprocessor_4x, §b4x§r Crafting Co-Processing Unit nae2:coprocessor_16x, §d16x§r Crafting Co-Processing Unit nae2:coprocessor_64x, §964x§r Crafting Co-Processing Unit +nae2:exposer, ME Storage Exposer plustic:centrifuge:0, Centrifuge Tank plustic:centrifuge:1, Centrifuge Core rangedpumps:pump, Pump diff --git a/config/ChickenChunks.cfg b/config/ChickenChunks.cfg index 634e6580..7a13fa02 100644 --- a/config/ChickenChunks.cfg +++ b/config/ChickenChunks.cfg @@ -1,6 +1,29 @@ #ChunkLoader Configuration File #Deleting any element will restore it to it's default value +#Per player chunk limiting. Values ignored if 0.:Simply add = +players +{ + #Forge gives everyone 12500 by default + DEFAULT=5000 + #For server op's only. + OP=5000 +} + +#If set to false, players will have to be logged in for their chunkloaders to work.:Simply add = +allowoffline +{ + DEFAULT=true + OP=true +} + +#Set to false to deny a player access to the chunk viewer +allowchunkviewer +{ + DEFAULT=true + OP=true +} + #The number of minutes since last login within which chunks from a player will remain active, 0 for infinite. awayTimeout=0 @@ -15,26 +38,3 @@ op-interact=false #Set to false to disable the automatic reloading of mystcraft dimensions on server restart reload-dimensions=true - -#Set to false to deny a player access to the chunk viewer -allowchunkviewer -{ - DEFAULT=true - OP=true -} - -#If set to false, players will have to be logged in for their chunkloaders to work.:Simply add = -allowoffline -{ - DEFAULT=true - OP=true -} - -#Per player chunk limiting. Values ignored if 0.:Simply add = -players -{ - #Forge gives everyone 12500 by default - DEFAULT=5000 - #For server op's only. - OP=5000 -} diff --git a/config/CustomMainMenu/mainmenu.json b/config/CustomMainMenu/mainmenu.json index d0f658e4..6d5aed04 100644 --- a/config/CustomMainMenu/mainmenu.json +++ b/config/CustomMainMenu/mainmenu.json @@ -74,6 +74,21 @@ } }, + "performance": + { + "text" : "Improve Performance", + "hoverText" : "Faster load times!", + "posX" : -100, + "posY" : 192, + "width" : 200, + "height" : 20, + "action" : + { + "type": "openLink", + "link": "https://github.com/sainagh/meatballcraft/wiki/How-to-Improve-Performance!" + } + }, + "quit": { "text" : "menu.quit", @@ -88,19 +103,7 @@ } }, - "readme": - { - "text" : "ReadMe", - "hoverText" : "Beta Statement", - "posX" : 200, - "posY" : 200, - "width" : 98, - "height" : 20, - "action": { - "type": "openLink", - "link": "https://github.com/sainagh/meatballcraft/wiki/Beta-Statement" - } - }, + "language": { @@ -210,6 +213,7 @@ "menu:back8.png", "menu:back9.png", "menu:back10.png", + "menu:back36.png", "menu:back12.png", "menu:back13.png", "menu:back15.png", @@ -223,6 +227,7 @@ "menu:back35.png", "menu:back32.png"], "displayDuration" : 100, + "shuffle": true, "fadeDuration" : 40 } } diff --git a/config/Guide-API/Guide-API.cfg b/config/Guide-API/Guide-API.cfg index a5d6e9d5..9654f23b 100644 --- a/config/Guide-API/Guide-API.cfg +++ b/config/Guide-API/Guide-API.cfg @@ -11,11 +11,27 @@ books { # This is a global override for all books. [default: true] B:canSpawnWithBooks=true + ########################################################################################################## + # spawn + #--------------------------------------------------------------------------------------------------------# + # If true, the user will spawn with the book. + # This defaults to the value the book owner has set and is overridden by this config. + ########################################################################################################## + spawn { + # [default: false] B:"bloodarsenal:guide"=false + + # [default: false] B:"bloodmagic:guide"=false + + # [default: true] B:"cyclicmagic:guide"=true + + # [default: false] B:"modularrouters:guidebook"=false + + # [default: false] B:"woot:guide"=false } diff --git a/config/InvTweaks.cfg b/config/InvTweaks.cfg index 302da074..25e80ab5 100644 --- a/config/InvTweaks.cfg +++ b/config/InvTweaks.cfg @@ -1,6 +1,6 @@ #Inventory Tweaks Configuration #(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html) -#Mon Apr 29 15:02:03 PDT 2024 +#Fri May 24 14:38:53 PDT 2024 enableMiddleClick=true showChestButtons=true enableSortingOnPickup=false diff --git a/config/ItemFavorites/chack2.dat b/config/ItemFavorites/chack2.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/chack2.dat @@ -0,0 +1 @@ +["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"] \ No newline at end of file diff --git a/config/ItemFavorites/checkthewarren.dat b/config/ItemFavorites/checkthewarren.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/checkthewarren.dat @@ -0,0 +1 @@ +["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"] \ No newline at end of file diff --git a/config/ItemFavorites/dimwarren.dat b/config/ItemFavorites/dimwarren.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/dimwarren.dat @@ -0,0 +1 @@ +["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"] \ No newline at end of file diff --git a/config/ItemFavorites/goodwarren.dat b/config/ItemFavorites/goodwarren.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/goodwarren.dat @@ -0,0 +1 @@ +["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"] \ No newline at end of file diff --git a/config/ItemFavorites/onemorewarrenattempt.dat b/config/ItemFavorites/onemorewarrenattempt.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/onemorewarrenattempt.dat @@ -0,0 +1 @@ +["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"] \ No newline at end of file diff --git a/config/ItemFavorites/warrenworld.dat b/config/ItemFavorites/warrenworld.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/warrenworld.dat @@ -0,0 +1 @@ +["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"] \ No newline at end of file diff --git a/config/ProjectE/custom_emc.json b/config/ProjectE/custom_emc.json index 219accdb..222589f2 100644 --- a/config/ProjectE/custom_emc.json +++ b/config/ProjectE/custom_emc.json @@ -21943,6 +21943,226 @@ { "item": "divinerpg:rupee_minibricks|0", "emc": 1 + }, + { + "item": "aether_legacy:dungeon_block|1", + "emc": 32 + }, + { + "item": "aether_legacy:dungeon_block|3", + "emc": 32 + }, + { + "item": "aether_legacy:dungeon_block|5", + "emc": 32 + }, + { + "item": "aether_legacy:aerogel|0", + "emc": 64 + }, + { + "item": "aether_legacy:white_flower|0", + "emc": 16 + }, + { + "item": "aether_legacy:purple_flower|0", + "emc": 16 + }, + { + "item": "contenttweaker:darkstar_stone|0", + "emc": 64 + }, + { + "item": "aether_legacy:pillar|0", + "emc": 1024 + }, + { + "item": "aether_legacy:pillar_top|0", + "emc": 1024 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|0", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|0", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|1", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|2", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|3", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|4", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|5", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|6", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|7", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|8", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|9", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|10", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|11", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|12", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|13", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|14", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick_bewitchment_coquina_bricks_0|15", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|0", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|1", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|2", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|3", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|4", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|5", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|6", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|7", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|8", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick1_bewitchment_coquina_bricks_0|9", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|0", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|1", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|2", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|3", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|4", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|5", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|6", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|7", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|8", + "emc": 64 + }, + { + "item": "unlimitedchiselworks:chisel_stonebrick2_bewitchment_coquina_bricks_0|9", + "emc": 64 + }, + { + "item": "biomesoplenty:mud_brick_block|0", + "emc": 1 + }, + { + "item": "aoa3:natural_ivory|0", + "emc": 256 + }, + { + "item": "aoa3:natural_jade_ivory|0", + "emc": 256 + }, + { + "item": "aoa3:natural_limonite_ivory|0", + "emc": 256 + }, + { + "item": "aoa3:natural_rosite_ivory|0", + "emc": 256 + }, + { + "item": "aoa3:natural_sapphire_ivory|0", + "emc": 256 + }, + { + "item": "aoa3:natural_amethyst_ivory|0", + "emc": 256 + }, + { + "item": "railcraft:ingot|9", + "emc": 0 + }, + { + "item": "thermalfoundation:material|228", + "emc": 0 } ] } \ No newline at end of file diff --git a/config/ProjectE/mapping.cfg b/config/ProjectE/mapping.cfg index 87791a5a..ecc98c0f 100644 --- a/config/ProjectE/mapping.cfg +++ b/config/ProjectE/mapping.cfg @@ -56,12 +56,15 @@ mapperconfigurations { I:divinerpgpriority=1 I:equivalentenergisticspriority=1 - # Priority for Mod with ModId = expequiv. Values: 3403 [range: 0 ~ 512, default: 1] + # Priority for Mod with ModId = expequiv. Values: 3404 [range: 0 ~ 512, default: 1] I:expequivpriority=1 I:metallurgypriority=1 # Priority for Mod with ModId = nuclearcraft. Values: 282 [range: 0 ~ 512, default: 1] I:nuclearcraftpriority=1 + + # Priority for Mod with ModId = tce. Values: 1 [range: 0 ~ 512, default: 1] + I:tcepriority=1 } permissions { @@ -196,6 +199,11 @@ mapperconfigurations { S:metallurgy=both } + tce { + # Allow 'tce' to set and or remove values for 'tce'. Options: [both, set, remove, none] [default: both] + S:tce=both + } + } } @@ -237,7 +245,7 @@ mapperconfigurations { apicustomconversionmapper { allow { - # Allow Mod expequiv to add its 80746 Recipes to the EMC Calculation [default: true] + # Allow Mod expequiv to add its 80765 Recipes to the EMC Calculation [default: true] B:expequiv=true } diff --git a/config/TorcherinoCE/TorcherinoCE.cfg b/config/TorcherinoCE/TorcherinoCE.cfg new file mode 100644 index 00000000..18279543 --- /dev/null +++ b/config/TorcherinoCE/TorcherinoCE.cfg @@ -0,0 +1,302 @@ +# Configuration file + +blacklist { + # modid:unlocalized, Example: projecte:collector_mk1 [default: ] + S:blacklistedBlocks < + > + + # Fully qualified class name [default: ] + S:blacklistedTiles < + > +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings +########################################################################################################## + +general { + # Debug modes [default: false] + B:Debug_Mode=false + + # Send chat hello message [default: true] + B:Hello_Message=true + + # Integration ProjectE [default: true] + B:integration_ProjectE=true + + # Integration TheOneProbe-TopAddons [default: true] + B:integration_top_addons=true +} + + +########################################################################################################## +# item +#--------------------------------------------------------------------------------------------------------# +# Item settings +########################################################################################################## + +item { + # Storage time infinite [range: 1 ~ 2147483647, default: 2147483647] + I:Time_Storage_infinite=2147483647 + + # Storage time bottle lvl 1 [range: 1 ~ 2147483647, default: 500] + I:Time_Storage_lvl_1=500 + + # Storage time bottle lvl 2 [range: 1 ~ 2147483647, default: 1500] + I:Time_Storage_lvl_2=1500 + + # Storage time bottle lvl 3 [range: 1 ~ 2147483647, default: 4500] + I:Time_Storage_lvl_3=4500 + + # Storage time bottle lvl 4 [range: 1 ~ 2147483647, default: 13500] + I:Time_Storage_lvl_4=13500 + + # Storage time bottle lvl 5 [range: 1 ~ 2147483647, default: 45000] + I:Time_Storage_lvl_5=45000 + + # Speed Time Wand lvl 1. 1 = 100%..... [range: 1 ~ 127, default: 3] + I:Time_Wand_Speed_lvl1=3 + + # Speed Time Wand lvl 2. 1 = 100%..... [range: 1 ~ 127, default: 6] + I:Time_Wand_Speed_lvl2=6 + + # Speed Time Wand lvl 3. 1 = 100%..... [range: 1 ~ 127, default: 9] + I:Time_Wand_Speed_lvl3=9 + + # Speed Time Wand lvl 4. 1 = 100%..... [range: 1 ~ 127, default: 12] + I:Time_Wand_Speed_lvl4=12 + + # Speed Time Wand lvl 5. 1 = 100%..... [range: 1 ~ 127, default: 15] + I:Time_Wand_Speed_lvl5=15 + + # Speed Time Wand infinite. 1 = 100%..... [range: 1 ~ 127, default: 20] + I:Time_Wand_Speed_lvl6=20 +} + + +########################################################################################################## +# render +#--------------------------------------------------------------------------------------------------------# +# Render settings +########################################################################################################## + +render { + S:Color_lvl1_RGB=255,0,0 + S:Color_lvl2_RGB=0,255,0 + S:Color_lvl3_RGB=255,0,0 + S:Color_lvl4_RGB=255,255,0 + S:Color_lvl5_RGB=0,255,255 + + # Tile render true/false [default: true] + B:Tile_Render=true + + # Tile spawn Particle flame [default: true] + B:Tile_Visual_Work=true + + # Spawn Particle Wand [default: true] + B:Time_Wand_Parc=true +} + + +########################################################################################################## +# tile +#--------------------------------------------------------------------------------------------------------# +# TileEntity settings .Before changing these values, it is best to destroy the already installed TileEntity +# If this is not possible, then in order for the value in TileEntity to change, it will need to be set again. +########################################################################################################## + +tile { + # Need ticks to generate 100% [range: 1 ~ 32767, default: 1154] + I:Tile_Generator_Particle=1154 + + # Maximum Radius [range: 1 ~ 127, default: 3] + I:Tile_Time_Acceleration_Radius=3 + + # Speed 1 = 100% [range: 1 ~ 127, default: 3] + I:Tile_Time_Acceleration_Speed=3 + + # Maximum storage size [range: 1 ~ 2147483647, default: 1500] + I:Tile_Time_Collectors_MaxStorage=1500 + I:Tile_Time_Collectors_Required_Time=20 + + # Need ticks to generate 100% [range: 1 ~ 32767, default: 54110] + I:Tile_Time_Manipulator=54110 + + # Time max time Storage [range: 1 ~ 2147483647, default: 1000000] + I:Tile_Time_Storage=1000000 +} + + +########################################################################################################## +# tile_torcherino +#--------------------------------------------------------------------------------------------------------# +# TileEntity settings .Before changing these values, it is best to destroy the already installed TileEntity +# If this is not possible, then in order for the value in TileEntity to change, it will need to be set again. +########################################################################################################## + +tile_torcherino { + # Number of speed modes [range: 1 ~ 127, default: 3] + I:Torcherino_lvl_1_Compressed_number_modes=3 + + # Maximum Radius [range: 1 ~ 127, default: 3] + I:Torcherino_lvl_1_Compressed_radius=3 + + # Speed 1 = 100% [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_1_Compressed_speed=9 + + # Number of speed modes [range: 1 ~ 127, default: 3] + I:Torcherino_lvl_1_Double_Compressed_number_modes=3 + + # Maximum Radius [range: 1 ~ 127, default: 3] + I:Torcherino_lvl_1_Double_Compressed_radius=3 + + # Speed 1 = 100% [range: 1 ~ 127, default: 81] + I:Torcherino_lvl_1_Double_Compressed_speed=81 + + # Number of speed modes [range: 1 ~ 127, default: 3] + I:Torcherino_lvl_1_number_modes=3 + + # Maximum Radius [range: 1 ~ 127, default: 3] + I:Torcherino_lvl_1_radius=3 + + # Speed 1 = 100% [range: 1 ~ 127, default: 1] + I:Torcherino_lvl_1_speed=1 +} + + +tile_torcherino_lvl1 { + I:Torcherino_lvl_1_Compressed_number_modes=3 + I:Torcherino_lvl_1_Compressed_radius=3 + I:Torcherino_lvl_1_Compressed_speed=9 + I:Torcherino_lvl_1_Double_Compressed_number_modes=3 + I:Torcherino_lvl_1_Double_Compressed_radius=3 + I:Torcherino_lvl_1_Double_Compressed_speed=81 + I:Torcherino_lvl_1_number_modes=3 + I:Torcherino_lvl_1_radius=3 + I:Torcherino_lvl_1_speed=1 +} + + +tile_torcherino_lvl2 { + # Number of speed modes [range: 1 ~ 127, default: 6] + I:Torcherino_lvl_2_Compressed_number_modes=6 + + # Maximum Radius [range: 1 ~ 127, default: 6] + I:Torcherino_lvl_2_Compressed_radius=6 + + # Speed 1 = 100% [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_2_Compressed_speed=9 + + # Number of speed modes [range: 1 ~ 127, default: 6] + I:Torcherino_lvl_2_Double_Compressed_number_modes=6 + + # Maximum Radius [range: 1 ~ 127, default: 6] + I:Torcherino_lvl_2_Double_Compressed_radius=6 + + # Speed 1 = 100% [range: 1 ~ 127, default: 81] + I:Torcherino_lvl_2_Double_Compressed_speed=81 + + # Number of speed modes [range: 1 ~ 127, default: 6] + I:Torcherino_lvl_2_number_modes=6 + + # Maximum Radius [range: 1 ~ 127, default: 6] + I:Torcherino_lvl_2_radius=6 + + # Speed 1 = 100% [range: 1 ~ 127, default: 1] + I:Torcherino_lvl_2_speed=1 +} + + +tile_torcherino_lvl3 { + # Number of speed modes [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_3_Compressed_number_modes=9 + + # Maximum Radius [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_3_Compressed_radius=9 + + # Speed 1 = 100% [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_3_Compressed_speed=9 + + # Number of speed modes [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_3_Double_Compressed_number_modes=9 + + # Maximum Radius [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_3_Double_Compressed_radius=9 + + # Speed 1 = 100% [range: 1 ~ 127, default: 81] + I:Torcherino_lvl_3_Double_Compressed_speed=81 + + # Number of speed modes [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_3_number_modes=9 + + # Maximum Radius [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_3_radius=9 + + # Speed 1 = 100% [range: 1 ~ 127, default: 1] + I:Torcherino_lvl_3_speed=1 +} + + +tile_torcherino_lvl4 { + # Number of speed modes [range: 1 ~ 127, default: 12] + I:Torcherino_lvl_4_Compressed_number_modes=12 + + # Maximum Radius [range: 1 ~ 127, default: 12] + I:Torcherino_lvl_4_Compressed_radius=12 + + # Speed 1 = 100% [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_4_Compressed_speed=9 + + # Number of speed modes [range: 1 ~ 127, default: 12] + I:Torcherino_lvl_4_Double_Compressed_number_modes=12 + + # Maximum Radius [range: 1 ~ 127, default: 12] + I:Torcherino_lvl_4_Double_Compressed_radius=12 + + # Speed 1 = 100% [range: 1 ~ 127, default: 81] + I:Torcherino_lvl_4_Double_Compressed_speed=81 + + # Number of speed modes [range: 1 ~ 127, default: 12] + I:Torcherino_lvl_4_number_modes=12 + + # Maximum Radius [range: 1 ~ 127, default: 12] + I:Torcherino_lvl_4_radius=12 + + # Speed 1 = 100% [range: 1 ~ 127, default: 1] + I:Torcherino_lvl_4_speed=1 +} + + +tile_torcherino_lvl5 { + # Number of speed modes [range: 1 ~ 127, default: 15] + I:Torcherino_lvl_5_Compressed_number_modes=15 + + # Maximum Radius [range: 1 ~ 127, default: 15] + I:Torcherino_lvl_5_Compressed_radius=15 + + # Speed 1 = 100% [range: 1 ~ 127, default: 9] + I:Torcherino_lvl_5_Compressed_speed=9 + + # Number of speed modes [range: 1 ~ 127, default: 15] + I:Torcherino_lvl_5_Double_Compressed_number_modes=15 + + # Maximum Radius [range: 1 ~ 127, default: 15] + I:Torcherino_lvl_5_Double_Compressed_radius=15 + + # Speed 1 = 100% [range: 1 ~ 127, default: 81] + I:Torcherino_lvl_5_Double_Compressed_speed=81 + + # Number of speed modes [range: 1 ~ 127, default: 15] + I:Torcherino_lvl_5_number_modes=15 + + # Maximum Radius [range: 1 ~ 127, default: 15] + I:Torcherino_lvl_5_radius=15 + + # Speed 1 = 100% [range: 1 ~ 127, default: 1] + I:Torcherino_lvl_5_speed=1 +} + + diff --git a/config/Universal Tweaks - Bugfixes.cfg b/config/Universal Tweaks - Bugfixes.cfg index 47f27aa7..af41f6da 100644 --- a/config/Universal Tweaks - Bugfixes.cfg +++ b/config/Universal Tweaks - Bugfixes.cfg @@ -25,8 +25,6 @@ general { # Disables climbing movement when flying B:"Ladder Flying Slowdown"=true - - # Avoids the need for multiple mining attempts by sending additional movement packets B:"Mining Glitch"=true # Properly saves the last state of pistons to tags @@ -53,6 +51,15 @@ general { > } + "mining glitch" { + # Prevents ghost blocks by sending additional movement packets + B:"[1] Mining Glitch Toggle"=true + + # Defines the maximum number of movement packets that can be sent per tick + # Vanilla default is 5 + I:"[2] Maximum Movement Packets"=10 + } + } entities { @@ -95,8 +102,6 @@ general { # Fixes non-functional elytra firework boosting and guardian targeting if the entity ID is 0 B:"Entity ID"=true - - # Fixes entity lists often not getting updated correctly B:"Entity Lists"=true # Prevents corruption of entities caused by invalid health or damage values @@ -141,7 +146,6 @@ general { "entity desync" { # Fixes entity motion desyncs most notable with arrows and thrown items - # Incompatible with Immersive Vehicles B:"[1] Entity Desync Toggle"=true # Syntax: modid:entity @@ -151,13 +155,19 @@ general { > } + "entity lists" { + # Fixes chunk entity lists often not getting updated correctly + B:"Chunk Updates"=true + + # Fixes client-side memory leak where some entity ids are not set before being added to the world's entity list + B:"World Additions"=true + } + } misc { # Improves the accuracy of smooth lighting by checking for suffocation and light opacity B:"Accurate Smooth Lighting"=true - - # Fixes the blast protection enchantment not reducing knockback from explosions except at very high levels B:"Blast Protection Knockback"=false # Fixes crafted item statistics not increasing correctly when items are crafted with shift-click or drop methods diff --git a/config/Universal Tweaks - Mod Integration.cfg b/config/Universal Tweaks - Mod Integration.cfg index 88bbee7b..ece9b1a1 100644 --- a/config/Universal Tweaks - Mod Integration.cfg +++ b/config/Universal Tweaks - Mod Integration.cfg @@ -3,6 +3,9 @@ general { abyssalcraft { + # Disables AbyssalCraft's Plague-type mobs spawning lingering potion effects on death + B:"Disable Plague Potion Clouds"=false + # Optimizes AbyssalCraft's item transport system to reduce tick overhead B:"Optimized Item Transport"=true } @@ -10,6 +13,9 @@ general { "actually additions" { # Fixes various duplication exploits B:"Duplication Fixes"=true + + # Fixes Laser Upgrades voiding instead of applying if there is only one item in the stack + B:"Laser Upgrade Voiding"=true } "arcane archives" { @@ -94,13 +100,28 @@ general { } "the erebus" { + # Fixes Cabbage not dropping the correct items in some situations + B:"Fix Cabbage Drop"=true + + # Fixes the Quake Hammer using the incorrect config option to control its size + B:"Fix Quake Hammer Texture"=true + # Prevents HWYLA/TOP crashes with preserved blocks B:"Preserved Blocks Fix"=true } "extra utilities 2" { + # Fixes the Creative Mill Generator not respecting the Creative Block Breaking config + B:"Creative Mill Harvestability"=true + # Fixes various duplication exploits B:"Duplication Fixes"=true + + # Fixes Mob Attack and Health Statistics being repeatedly doubled + B:"Fix Deep Dark Stats"=true + + # Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list + B:"Mutable Machine Block Drops"=true } forestry { @@ -129,6 +150,9 @@ general { # Allows Forestry farms to pick up ExtraTrees fruit B:"Extra Trees: Gather Windfall"=true + # Fixes broken textures for various running and landing particles + B:"Particle Fixes"=true + # Allows Forestry farms to automatically replant cocoa beans B:"Replanting Cocoa Beans"=true } @@ -141,6 +165,9 @@ general { "industrial foregoing" { # Fixes various duplication exploits B:"Duplication Fixes"=true + + # Fixes an off-by-one error where IF Machines would display the max tier of range addon as one less than the actual maximum + B:"Machines Max Range Off-By-One Fix"=true } "infernal mobs" { @@ -387,8 +414,6 @@ general { "thaumic wonders" { # Fixes various duplication exploits B:"Duplication Fixes"=true - - # Fixes a client-side memory leak when wearing Void Fortress armor B:"Memory Leak Fix"=false } @@ -421,6 +446,11 @@ general { S:"Material Blacklist" < > + # Determines the maximum number of possible items to display before not rendering any to prevent substantial lag + # 0 to disable rendering items in the smeltery entirely + # -1 for the default, which is always rendering items + I:"Maximum Items to Render in Smeltery"=-1 + # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand B:"Offhand Shuriken"=true @@ -489,6 +519,32 @@ general { B:"Memory Leak Fix"=true } + "astral sorcery" { + # Fixes a bug where particle effects would continue to render after changing dimensions + B:"Clear Particle Effects"=true + + # Downgrades the message when completing a recipe without an initializing player from a warning to a debug + B:"Downgrade Missing Player Log Level"=true + + # Fixes Sooty Marble Pillar blocking the proper rendering of adjacent fluids due to inverted logic + B:"Sooty Marble Rendering Fix"=true + } + + "modular routers" { + # Fixes particles being added from the wrong thread which corrupted the particle manager + B:"Particle Thread Fix"=true + } + + railcraft { + # Disables the beta message warning on world join + B:"No Beta Warning"=true + } + + "rftools dimensions" { + # Fixes a bug where joining a world or server with any RFTools Dimension registered would disallow entering another world without that dimension until restarting + B:"Fully Unregister Dimensions"=true + } + } diff --git a/config/Universal Tweaks - Tweaks.cfg b/config/Universal Tweaks - Tweaks.cfg index 88dff33a..8bedd104 100644 --- a/config/Universal Tweaks - Tweaks.cfg +++ b/config/Universal Tweaks - Tweaks.cfg @@ -15,6 +15,30 @@ general { # Determines how tall cacti can grow I:"Cactus Size"=3 + # Allows placing End Crystals without requiring Obsidian or Bedrock below + B:"End Crystal Placing"=false + + # Determines the numerator of the block drop formula on explosions + # Formula: chance ÷ explosionSize + D:"Explosion Block Drop Chance"=1.0 + + # Determines how long falling blocks remain in ticks until they are dropped under normal circumstances + I:"Falling Block Lifespan"=600 + + # Controls when and if farmland can be trampled into dirt + # Default: Farmland is trampled normally (vanilla default) + # Never: Farmland can never be trampled + # Only Player: Prevents farmland from being trampled by a non-EntityPlayer + # Not Player: Prevents farmland from being trampled by an EntityPlayer + # Feather Falling: Prevents farmland from being trampled if the entity has the Feather Falling enchantment on equipped boots + # Valid values: + # DEFAULT + # NEVER + # ONLY_PLAYER + # NOT_PLAYER + # FEATHER_FALLING + S:"Farmland Trample"=DEFAULT + # Makes leaves decay faster when trees are chopped B:"Fast Leaf Decay"=true @@ -27,6 +51,9 @@ general { # Determines how tall sugar cane can grow I:"Sugar Cane Size"=3 + # Allows placing Pumpkins and Jack'O'Lanterns without a supporting block + B:"Unsupported Pumpkin Placing"=false + # Determines how long vines can grow # 0 = Infinite (vanilla default) I:"Vine Size"=0 @@ -202,12 +229,18 @@ general { # Disables withers targeting animals B:"Disable Wither Targeting AI"=false + # Sets the offset for the fire overlay in first person when the player is burning + D:"First Person Burning Overlay"=-0.3 + # Lets husks and strays spawn underground like regular zombies and skeletons B:"Husk & Stray Spawning"=true # Mobs carrying picked up items will drop their equipment and despawn properly B:"Mob Despawn Improvement"=true + # Backports 1.16+ knockback to 1.12: Knockback resistance is now a scale instead of a probability + B:"Modern Knockback"=true + # Prevents zombie pigmen spawning from nether portals B:"No Portal Spawning"=false @@ -232,6 +265,12 @@ general { # Summoned vexes will also die when their summoner is killed B:"Soulbound Vexes"=true + # Allows creating Iron Golems with non-air blocks in the bottom corners of the structure + B:"Weaken Golem Structure Requirements"=false + + # Allows creating Withers with non-air blocks in the bottom corners of the structure + B:"Weaken Wither Structure Requirements"=false + attributes { # Sets custom ranges for entity attributes B:"[01] Attributes Toggle"=true @@ -423,6 +462,80 @@ general { D:"[2] Creeper Confetti Damage"=0.0 } + "cobweb slowness" { + # Modifies the applied slowness factor when entities are moving in cobwebs + B:"[1] Cobweb Slowness Toggle"=false + + # The slowness factor that gets multiplied with the horizontal entity speed + D:"[2] Horizontal Slowness Factor"=0.25 + + # The slowness factor that gets multiplied with the vertical entity speed + D:"[3] Vertical Slowness Factor"=0.05000000074505806 + } + + "void teleport" { + # Enables Void Teleport, where falling out below a dimension will teleport you to the top of the dimension + B:"[01] Void Teleport Toggle"=false + + # Prevents taking a tick of void damage before being teleported + # If this is false, entities will take 4 damage every time Void Teleport activates, preventing infinite looping + B:"[02] Prevent Void Damage"=true + + # Y-level to teleport the entity + # If the target Y-level is lower than the highest block in that coordinate, will teleport the entity to the highest location instead + I:"[03] Target Y-Level"=300 + + # Applies the blindness effect for 3 seconds when teleporting + B:"[04] Apply Blindness on Teleport"=true + + # Prevents Y motion from being less than this + D:"[05] Clamp Falling Speed"=-1.0 + + # Height to override the fallDistance variable with when landing after having teleported + # When set to less than 0, [07] Fall Damage Taken applies instead + D:"[06] Fall Distance Height"=-1.0 + + # Amount of fall damage taken when landing on a block + # Negative numbers deal damage relative to the entity's max health + # Only applies if [06] Fall Distance Height is less than 0 + D:"[07] Fall Damage Taken"=-1.0 + + # Sets if [07] Fall Damage Taken can kill entities + # Does not apply to fall damage taken due to [06] Fall Distance Height + B:"[08] Allow Fall Damage Taken to Kill"=true + + # Maximum number of times to teleport the entity without the entity landing before no longer teleporting. Used to prevent infinite loops + I:"[09] Maximum Times to Teleport Consecutively"=100 + + # Controls if players are teleported by Void Teleport + B:"[10] Apply Void Teleport to Players"=true + + # List of the resource location names for entities concerning Void Teleport + # Behavior depends on the list mode + S:"[11] Entity List" < + > + + # Blacklist Mode: Entities that won't be impacted by Void Teleport, others will + # Whitelist Mode: Entities that will be impacted by Void Teleport, others won't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[12] Entity List Mode"=WHITELIST + + # List of dimensions concerning Void Teleport + # Behavior depends on the list mode + # Can be dimension name or ID + S:"[13] Dimension List" < + > + + # Blacklist Mode: Dimensions that don't have Void Teleport enabled, others do + # Whitelist Mode: Dimensions that have Void Teleport enabled, others don't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[14] Dimension List Mode"=BLACKLIST + } + } items { @@ -431,8 +544,6 @@ general { # Switches the selected hotbar slot to a proper tool if required B:"Auto Switch Tools"=false - - # Bows enchanted with Infinity no longer require arrows B:"Bow Infinity"=true # Sets custom rarities for items, affecting tooltip colors @@ -572,12 +683,21 @@ general { } mending { + # Bows enchanted with Infinity no longer require arrows + B:"[1] Arrowless Infinity"=true + # Implements modern mending behavior to only repair damaged equipment with XP B:"[1] Mending Toggle"=true + # Allows the Infinity Enchantment to be combined with Mending + B:"[2] Infinity Conflict"=false + # Determines the amount of durability mending will repair, on average, per point of experience D:"[2] Ratio"=2.0 + # Allows the Infinity Enchantment to apply to all arrows (e.g. Tipped Arrows) + B:"[3] Infinity Affects All Arrows"=false + # Repairs damaged items from the entire inventory with XP B:"[3] Overpowered"=false } @@ -632,7 +752,11 @@ general { } misc { - # Removes duplicate messages and instead put a number behind the message how often it was repeated + # Always displays the actual potion duration instead of `**:**` + B:"Accurate Potion Duration"=true + + # Displays the ping in milliseconds of players when viewing the server list + B:"Better Ping Display"=true B:"Compact Messages"=false # Enables clicking of `/seed` world seed in chat to copy to clipboard @@ -655,9 +779,15 @@ general { # Disables the narrator functionality entirely B:"Disable Narrator"=true + # Disables all text shadowing, where text has a darker version of itself rendered behind the normal text, changing the appearance and can improve fps on some screens + B:"Disable Text Shadows"=false + # Re-implements parallax rendering of the end portal from 1.10 and older B:"End Portal Parallax"=true + # Disables potion effect particles emitting from yourself + B:"Hide Personal Effect Particles"=false + # Provides more information to addPacket removed entity warnings B:"Improved Entity Tracker Warning"=true @@ -691,6 +821,12 @@ general { # -4 for vanilla default I:"Overlay Message Height"=-4 + # Always indent keybind entries from the screen edge, preventing them from overflowing off the left side when particularly long keybind names are present + B:"Prevent Keybinds from Overflowing Screen"=true + + # Removes the 3D Anaglyph button from the video settings menu + B:"Remove 3D Anaglyph Button"=true + # Removes the redundant Minecraft Realms button from the main menu # Incompatible with RandomPatches B:"Remove Realms Button"=true @@ -913,6 +1049,38 @@ general { # Determines if tutorial toasts are blocked. Blocks useless things like use WASD to move. B:"[5] Disable Tutorial Toasts"=true + + # List of class names of Toasts to prevent displaying + # Behavior depends on the list mode + # Syntax: full class name + S:"[6] Toast Control List" < + > + + # Blacklist Mode: Toast classes which can't be added to the queue, others can + # Whitelist Mode: Toast classes which can be added to the queue, others can't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[7] List Mode"=BLACKLIST + + # Enables debug logging to log class names of displayed toasts to the log + B:"[8] Debug Logging"=false + + # Enables a keybind (default: CTRL+0) to clear all active toasts + B:"[9] Clear Toast Keybind"=true + } + + chat { + # Sets the maximum number of chat lines to display + # 100 is the vanilla default + # 0 or less functionally disables the chat + I:"[1] Chat Lines"=100 + + # Don't clear sent message history on leaving the world + B:"[2] Keep Sent Messages"=false + + # Removes duplicate messages and instead put a number behind the message how often it was repeated + B:"[3] Compact Messages"=false } } @@ -933,6 +1101,9 @@ general { # Improves rendering performance by removing the resource location text on missing models B:"Disable Fancy Missing Model"=true + # Improves rendering performance by disabling rendering the entity inside mob spawners + B:"Disable Mob Spawner Entity"=false + # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry B:"Fast Dye Blending"=true @@ -955,11 +1126,42 @@ general { # Silences texture map errors B:"Mute Texture Map Errors"=false + # Disables mob pathfinding from loading new/unloaded chunks when building chunk caches + B:"No Pathfinding Chunk Loading"=true + # Disables lighting of active redstone, repeaters, and comparators to improve performance B:"No Redstone Lighting"=false # Removes the hardcoded 30 FPS limit in screens like the main menu B:"Uncap FPS"=true + + "entity radius check" { + # Toggles all tweaks in this category + # IMPORTANT: These tweaks are only effective if you have mod(s) that increase World.MAX_ENTITY_RADIUS! + # (Lycanites Mobs, Advanced Rocketry, Immersive Railroading, etc.) + B:"[1] Entity Radius Check Toggle"=true + + # Reduces the search size of various AABB functions for specified entity types + B:"[2] Reduce Search Size Toggle"=true + + # The entity types to reduce the search size for + # Syntax - modid:name + S:"[3] Reduce Search Size Targets" < + minecraft:item + minecraft:player + > + + # Reduces size of collision checks for most vanilla and specified entity types + B:"[4] Less Collisions Toggle"=true + + # The extra entity types to reduce the size of collision checks for + # Syntax - modid:name;radius + # Vanilla ids aren't allowed because they are already included + # Most types should be specified with the vanilla default radius: 2.0 + S:"[5] Less Collisions Extra Targets" < + > + } + } world { @@ -967,7 +1169,8 @@ general { # Vanilla default is 63 I:"Sea Level"=63 - # Replaces stronghold generation with a safer variant + # Enforces stronghold generation to generate all blocks, regardless of air + B:"Stronghold Enforcement"=true B:"Stronghold Replacement"=true # Tidies newly generated chunks by removing scattered item entities @@ -1004,6 +1207,46 @@ general { > } + "void fog" { + # Determines the amount of iterations for checking void particle spawns per animate tick + I:"[10] Particle Spawn Iterations"=1000 + + # Re-implements pre-1.8 void fog and void particles + B:"[1] Void Fog Toggle"=false + + # List of dimensions concerning void fog and particles + # Behavior depends on the list mode + # Can be dimension name or ID + S:"[2] Dimension List" < + overworld + > + + # Blacklist Mode: Dimensions that don't have void fog and particles enabled, others do + # Whitelist Mode: Dimensions that have void fog and particles enabled, others don't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[3] Dimension List Mode"=WHITELIST + + # Renders void fog in creative and spectator mode + B:"[4] Fog In Creative/Spectator"=false + + # Renders void fog in the superflat world type + B:"[5] Fog In Superflat"=false + + # Renders void fog when the player has night vision + B:"[6] Fog On Night Vision"=false + + # Renders void particles in creative and spectator mode + B:"[7] Particles In Creative/Spectator"=true + + # Renders void particles in the superflat world type + B:"[8] Particles In Superflat"=false + + # Determines the maximum Y level of the player at which void particles are spawned + I:"[9] Particle Spawn Y Level"=8 + } + } } diff --git a/config/advRocketry/advancedRocketry.cfg b/config/advRocketry/advancedRocketry.cfg index 63455b90..e9480b16 100644 --- a/config/advRocketry/advancedRocketry.cfg +++ b/config/advRocketry/advancedRocketry.cfg @@ -337,6 +337,7 @@ performance { planet { + # List of Biomes to be blacklisted from spawning as BiomeIds, default is: river, sky, hell, void, alienForest [default: [minecraft:river], [minecraft:sky], [minecraft:hell], [minecraft:void], [advancedrocketry:alien_forest]] S:BlacklistedBiomes < minecraft:river minecraft:sky @@ -344,6 +345,8 @@ planet { minecraft:void advancedrocketry:alien forest > + + # Biomes that only spawn on worlds with pressures over 125, will override blacklist. Defaults: StormLands, DeepSwamp [default: [advancedrocketry:deepswamp], [advancedrocketry:stormland]] S:HighPressureBiomes < advancedrocketry:deepswamp advancedrocketry:stormland @@ -351,6 +354,8 @@ planet { # setting this to false will will prevent resetPlanetsFromXML from being set to false upon world reload. Recommended for those who want to force ALL saves to ALWAYS use the planetDefs XML in the /config folder. Essentially that 'Are you sure you're sure' option. If resetPlanetsFromXML is false, this option does nothing. [default: true] B:ResetOnlyOnce=true + + # Some worlds have a chance of spawning single biomes contained in this list. Defaults: deepSwamp, crystalChasms, alienForest, desert hills, mushroom island, extreme hills, ice plains [default: [advancedrocketry:volcanicbarren], [advancedrocketry:deepswamp], [advancedrocketry:crystalchasms], [advancedrocketry:alien_forest], [minecraft:desert_hills], [minecraft:mushroom_island], [minecraft:extreme_hills], [minecraft:ice_flats]] S:SingleBiomes < advancedrocketry:volcanicbarren advancedrocketry:deepswamp diff --git a/config/advRocketry/planetDefs.xml b/config/advRocketry/planetDefs.xml index d08b95d9..32c85fd3 100644 --- a/config/advRocketry/planetDefs.xml +++ b/config/advRocketry/planetDefs.xml @@ -421,4 +421,68 @@ contenttweaker:unreachable + + + + + + + + + + + + + + + + + + + 100 + true + 0.55,0.8,0.9 + 0.55,0.8,0.9 + 100 + 200 + false + 0 + 90 + 36000 + dimdoors:limbo + rftoolsdim:dimensional_blank_block + industrialforegoing:essence + contenttweaker:unreachable + + true + 0 + 50 + 72000 + + + true + 25 + 30 + 48000 + + + true + 35 + 40 + 52000 + + + true + 15 + 50 + 52000 + + + true + 55 + 30 + 32000 + + + \ No newline at end of file diff --git a/config/agricraft/config.cfg b/config/agricraft/config.cfg index a2d6a1f5..85428acf 100644 --- a/config/agricraft/config.cfg +++ b/config/agricraft/config.cfg @@ -1,69 +1,144 @@ # Configuration file client { + # Set to true to disable particles for the sprinklers. [default: false] B:"Disable particles"=true + + # This defines how to display the stats of plants. [default: §a- {0}: [{1}/{2}]] S:"Stat Display"=§a- {0}: [{1}/{2}] } compatibility { + # The amount of energy that the ActuallyAdditions farmer expends to harvest or plant an AgriCraft crop. [range: 250 ~ 10000, default: 250] I:"ActuallyAdditions Farmer Energy Cost"=250 } core { + # The maximum attainable value of the stats on a crop. [range: 1 ~ 10, default: 10] I:"Crop Stat Cap"=10 + + # The number of crops you get per crafting operation. [range: 1 ~ 4, default: 4] I:"Crops per Craft"=4 + + # Set to false to disable automatic JSON writeback. [default: true] B:"Enable JSON Writeback"=true + + # Uses a boring one-line alpha warning message instead of the more interesting default ones. [default: false] B:"Use boring alpha warning messages"=false } debug { + # Set to true to add NBT info to itemstack tooltips. [default: false] B:"Display NBT Tooltips"=false + + # Set to true to add OreDict info to itemstack tooltips. [default: false] B:"Display OreDict Tooltips"=false + + # Set to true to add Registry information to itemstack tooltips. [default: false] B:"Display Registry ToolTips"=false + + # Set to true to enable the AgriCraft Bauble. [default: false] B:"Enable AgriCraft Bauble"=false + + # The radius of the grass breaking tool. [range: 1 ~ 50, default: 10] I:"Grass Breaker Radius"=10 + + # Set to true to prevent any annoying AgriCraft model loading errors from spamming the log. [default: true] B:"Suppress Model Errors"=true + + # Set to true to enable debug mode. [default: false] B:debug=false } decoration { + # Set to false to disable the decorative custom wood grates. [default: true] B:"Enable Grates"=true } farming { + # For when a mod uses the IGrowable interface, instead of registering its own fertilizer with AgriCraft. + # Note: This does not restrict generic update ticks. [default: true] B:"Allow other mods to apply bonemeal"=true + + # On a mutation the stats on the crop will be divided by this number. [range: 1 ~ 3, default: 2] I:"Crop Stat Divisor"=2 + + # The base chance for a crossover to occur during any given tick. Setting this 95% is of questionable morality. [range: 0.05 ~ 0.95, default: 0.15] S:"Crossover Chance"=0.15 + + # Set to true to disable vanilla farming, meaning you can only grow plants on crops. [default: false] B:"Disable Vanilla Farming"=false + + # Set to false if you wish to disable using fertilizers on a cross crop to force a mutation. [default: false] B:"Fertilizer Mutations"=false + + # This is a global growth rate multiplier. [range: 0.0 ~ 2.0, default: 1.0] S:"Growth rate multiplier"=1.0 + + # Set to true to enable hardcore mode for stat increasing: 1 parent: 3/4 decrement, 1/4 nothing. + # 2 parents: 2/4 decrement, 1/4 nothing, 1/4 increment. + # 3 parents: 1/4 decrement, 1/2 nothing, 1/4 increment. + # 4 parents: 1/4 decrement, 1/4 nothing, 1/2 increment. [default: false] B:"Hardcore stats"=false + + # Define mutation chance (0.0 means no mutations, only spreading and 1.0 means only mutations no spreading. [range: 0.0 ~ 1.0, default: 0.2] S:"Mutation Chance"=0.2 + + # True means any crop that is not considered a valid parent will affect stat gain negatively. [default: true] B:"Non parent crops affect stats negatively"=true + + # Set this to true to make only mature crops drop seeds (to encourage trowel usage). [default: false] B:"Only mature crops drop seeds"=false + + # Set to false if you wish to disable drops from raking weeds. [default: true] B:"Raking weeds drops items"=true + + # Set to false if you wish to disable seed drops from raking weeds. [default: false] B:"Raking weeds drops seeds"=false + + # Set to true to warn that vanilla farming is disabled when trying to plant vanilla plant. [default: true] B:"Show Disabled Vanilla Farming Warning"=true + + # Set to true to allow crops that spread from one single crop to increase stats. [default: false] B:"Single spread stat increase"=false + + # What are considered valid parents for stat increasing: 1 = Any. 2 = Mutation parents and identical crops. 3 = Only identical crops. [range: 1 ~ 3, default: 2] I:"Valid parents"=2 I:"Weed Growth Rate"=50 + + # Set this to true to have weeds destroy the crop sticks when they are broken with weeds (to encourage rake usage). [default: false] B:"Weeds destroy crop sticks"=false + + # Determines if AgriCraft should completeley override grass drops with those confiured in the JSON files. [default: false] B:"Wipe Grass Drops"=false } irrigation { + # The amount of water in mB that an irrigation channel can hold. [range: 100 ~ 2000, default: 500] I:"Channel Capacity"=500 + + # Set to true if you want to enable irrigation systems. [default: true] B:"Enable Irrigation"=true + + # Set to true to let tanks fill up when water flows above them. [default: false] B:"Fill tank from flowing water"=false + + # Set to true to let tanks fill up when water falls from the sky. [default: true] B:"Fill tank from rainfall"=true + + # Every loop, each unobscured plant in sprinkler range has this chance to get a growth tick from the sprinkler. [range: 0 ~ 100, default: 20] I:"Sprinkler growth chance"=20 + + # The minimum number of ticks between successive starts of irrigation. No effect if it's less than the number required to actually finish. [range: 1 ~ 1200, default: 100] I:"Sprinkler growth interval"=100 + + # Defined in terms of mB per second. The irrigation loop progress will pause when there is insufficient water. [range: 0 ~ 10000, default: 10] I:"Sprinkler water usage"=10 } @@ -71,27 +146,44 @@ irrigation { logging { # Set to true to enable logging on the agricore channel. [default: true] B:agricore_logging=true + + # Set to true to enable logging on the agricraft channel. [default: true] B:agricraft_logging=true } storage { + # Set to true to disable the seed storage systems. [default: false] B:"Disable seed storage system"=false + + # Set to true to disable the seed storage warehouse blocks. [default: false] B:"Disable seed storage warehouses"=false } tools { + # Set to false to disable the Clipper. [default: true] B:"Enable Clipper"=true } world { + # Set to true to disable world gen, no greenhouses will spawn in villages. [default: false] B:"Disable World Gen"=true + + # The maximum number of greenhouses per village. [range: 0 ~ 2, default: 1] I:"Greenhouse limit"=1 + + # The maximum tier of plants allowed to spawn in greenhouses. [range: 1 ~ 10, default: 3] I:"Greenhouse plant tier limit"=3 + + # The weight for a greenhouse to be generated in a village. [range: 0 ~ 100, default: 10] I:"Greenhouse weight"=10 + + # The maximum number of irrigated greenhouses per village. [range: 0 ~ 2, default: 1] I:"Irrigated greenhouse limit"=1 + + # The weight for an irrigated greenhouse to be generated in a village. [range: 0 ~ 100, default: 2] I:"Irrigated greenhouse weight"=2 } diff --git a/config/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json index af7a10de..73063ec2 100644 --- a/config/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 4, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json index bfec8028..c5f2cf4a 100644 --- a/config/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 1, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json index 75aca1df..1e45de72 100644 --- a/config/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 0, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json index d0007514..0aa811b3 100644 --- a/config/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 5, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json index af7a10de..73063ec2 100644 --- a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 4, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json index bfec8028..c5f2cf4a 100644 --- a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 1, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json index 75aca1df..1e45de72 100644 --- a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 0, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/neutronium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/neutronium_plant.json new file mode 100644 index 00000000..0aa811b3 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/neutronium_plant.json @@ -0,0 +1,88 @@ +{ + "path": "mod_mysticalagradditions/neutronium_plant.json", + "enabled": true, + "id": "mysticalagradditions:neutronium_plant", + "plant_name": "Neutronium Crop", + "seed_name": "Neutronium Seeds", + "seed_items": [ + { + "item": "mysticalagradditions:neutronium_seeds", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [ + "*" + ], + "useOreDict": false + } + ], + "description": { + "translations": {}, + "default": "Seeds of the neutron condensation." + }, + "growth_chance": 0.9, + "growth_bonus": 0.02, + "bonemeal": false, + "tier": 5, + "weedable": false, + "aggressive": false, + "spread_chance": 0.1, + "spawn_chance": 0.0, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.3, + "products": { + "products": [ + { + "min": 1, + "max": 6, + "chance": 0.9, + "required": true, + "item": "mysticalagradditions:neutronium_essence", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "requirement": { + "min_light": 10, + "max_light": 16, + "soils": [ + "farmland_soil" + ], + "conditions": [ + { + "amount": 1, + "min_x": 0, + "min_y": -2, + "min_z": 0, + "max_x": 0, + "max_y": -2, + "max_z": 0, + "item": "mysticalagradditions:special", + "meta": 5, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "texture": { + "render_type": "cross", + "seed_texture": "mysticalagriculture:items/neutronium_seeds", + "plant_textures": [ + "mysticalagriculture:blocks/crop0", + "mysticalagriculture:blocks/crop1", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop3", + "mysticalagriculture:blocks/crop4", + "mysticalagriculture:blocks/crop4", + "mysticalagradditions:blocks/neutronium_crop" + ] + } +} diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json index af7a10de..73063ec2 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 4, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json index bfec8028..c5f2cf4a 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 1, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json index 75aca1df..1e45de72 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 0, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/neutronium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/neutronium_plant.json index d0007514..0aa811b3 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/neutronium_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/neutronium_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 5, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json index af7a10de..73063ec2 100644 --- a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 4, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/dragon_egg_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/dragon_egg_plant.json new file mode 100644 index 00000000..c5f2cf4a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/dragon_egg_plant.json @@ -0,0 +1,88 @@ +{ + "path": "mod_mysticalagradditions/dragon_egg_plant.json", + "enabled": true, + "id": "mysticalagradditions:dragon_egg_plant", + "plant_name": "Dragon Egg Crop", + "seed_name": "Dragon Egg Seeds", + "seed_items": [ + { + "item": "mysticalagradditions:dragon_egg_seeds", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [ + "*" + ], + "useOreDict": false + } + ], + "description": { + "translations": {}, + "default": "Seeds of the dragon." + }, + "growth_chance": 0.9, + "growth_bonus": 0.02, + "bonemeal": false, + "tier": 1, + "weedable": false, + "aggressive": false, + "spread_chance": 0.1, + "spawn_chance": 0.0, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0, + "products": { + "products": [ + { + "min": 1, + "max": 5, + "chance": 0.9, + "required": true, + "item": "mysticalagradditions:dragon_egg_essence", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "requirement": { + "min_light": 10, + "max_light": 16, + "soils": [ + "farmland_soil" + ], + "conditions": [ + { + "amount": 1, + "min_x": 0, + "min_y": -2, + "min_z": 0, + "max_x": 0, + "max_y": -2, + "max_z": 0, + "item": "mysticalagradditions:special", + "meta": 1, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "texture": { + "render_type": "cross", + "seed_texture": "mysticalagriculture:items/dragon_egg_seeds", + "plant_textures": [ + "mysticalagriculture:blocks/crop0", + "mysticalagriculture:blocks/crop1", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop3", + "mysticalagriculture:blocks/crop4", + "mysticalagriculture:blocks/crop4", + "mysticalagradditions:blocks/dragon_egg_crop" + ] + } +} diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json index 75aca1df..1e45de72 100644 --- a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 0, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json index d0007514..0aa811b3 100644 --- a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json @@ -65,7 +65,7 @@ "item": "mysticalagradditions:special", "meta": 5, "tags": "", - "ignoreMeta": true, + "ignoreMeta": false, "ignoreTags": [], "useOreDict": false } diff --git a/config/aoa3/ore_config.cfg b/config/aoa3/ore_config.cfg index fb1b0e48..c80d54ef 100644 --- a/config/aoa3/ore_config.cfg +++ b/config/aoa3/ore_config.cfg @@ -74,7 +74,7 @@ general { # Maximum ore blocks per Blue Crystal vein # Min: 1 # Max: 30 - I:maxOresPerVein=15 + I:maxOresPerVein=6 # Minimum ore blocks per Blue Crystal vein # Min: 1 @@ -244,7 +244,7 @@ general { # Maximum ore blocks per Green Crystal vein # Min: 1 # Max: 30 - I:maxOresPerVein=15 + I:maxOresPerVein=6 # Minimum ore blocks per Green Crystal vein # Min: 1 @@ -380,7 +380,7 @@ general { # Maximum ore blocks per Purple Crystal vein # Min: 1 # Max: 30 - I:maxOresPerVein=15 + I:maxOresPerVein=6 # Minimum ore blocks per Purple Crystal vein # Min: 1 @@ -397,7 +397,7 @@ general { # Maximum ore blocks per Red Crystal vein # Min: 1 # Max: 30 - I:maxOresPerVein=15 + I:maxOresPerVein=6 # Minimum ore blocks per Red Crystal vein # Min: 1 @@ -511,7 +511,7 @@ general { # Maximum ore blocks per White Crystal vein # Min: 1 # Max: 30 - I:maxOresPerVein=15 + I:maxOresPerVein=6 # Minimum ore blocks per White Crystal vein # Min: 1 @@ -528,7 +528,7 @@ general { # Maximum ore blocks per Yellow Crystal vein # Min: 1 # Max: 30 - I:maxOresPerVein=15 + I:maxOresPerVein=6 # Minimum ore blocks per Yellow Crystal vein # Min: 1 diff --git a/config/astralsorcery.cfg b/config/astralsorcery.cfg index 318b4aa1..d66f9ebe 100644 --- a/config/astralsorcery.cfg +++ b/config/astralsorcery.cfg @@ -1071,12 +1071,14 @@ worldgen { } marble { + # Defines the blockstates that may be replaced by marble when trying to generate marble. format: :: - Use meta -1 for wildcard [default: [minecraft:stone:0]] S:ReplacementStates < minecraft:stone:0 > } aquamarine { + # Defines the blockstates that may be replaced by aquamarine shale when trying to generate aquamarine shale. format: :: - Use meta -1 for wildcard [default: [minecraft:sand:0]] S:ReplacementStates < minecraft:sand:0 > diff --git a/config/astralsorcery/amulet_enchantments.cfg b/config/astralsorcery/amulet_enchantments.cfg index ea8f5902..0a9d85bd 100644 --- a/config/astralsorcery/amulet_enchantments.cfg +++ b/config/astralsorcery/amulet_enchantments.cfg @@ -7,7 +7,7 @@ ########################################################################################################## data { - # [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:autosmelt:2], [endercore:xpboost:5], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [tombstone:blessing:2], [tombstone:curse_of_bones:2], [enderio:soulbound:1], [enderio:witherweapon:5], [enderio:witherarrow:5], [enderio:repellent:1], [aerialaffinity:aerial_affinity:2], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [soulshardsrespawn:soul_stealer:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]] + # [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:xpboost:5], [endercore:autosmelt:2], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [tombstone:blessing:2], [tombstone:curse_of_bones:2], [enderio:witherweapon:5], [enderio:witherarrow:5], [enderio:repellent:1], [enderio:soulbound:1], [aerialaffinity:aerial_affinity:2], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [soulshardsrespawn:soul_stealer:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]] S:data < minecraft:protection:10 minecraft:fire_protection:5 diff --git a/config/battletowers.cfg b/config/battletowers.cfg index c1e81dba..bcd7a8b5 100644 --- a/config/battletowers.cfg +++ b/config/battletowers.cfg @@ -1,5 +1,11 @@ # Configuration file +########################################################################################################## +# battletowerchestitems +#--------------------------------------------------------------------------------------------------------# +# Syntax for each Item entry is 'Name-Meta-Spawnchance-minAmount-maxAmount', entries are seperated by ';' +########################################################################################################## + battletowerchestitems { S:"Floor 1"=stick-0-75-5-6;wheat_seeds-0-75-3-5;planks-0-75-5-6;reeds-0-75-3-5;golden_carrot-0-70-2-8;contenttweaker:call_of_the_full_moon-0-10-2-3 S:"Floor 2"=stone_pickaxe-0-50-1-1;stone_axe-0-50-1-1;torch-0-80-3-3;stone_button-0-50-2-2;golden_carrot-0-70-2-8;contenttweaker:pasta_aglio_olio_peperoncino-0-20-1-4;contenttweaker:call_of_the_bloodhunt-0-10-2-3 @@ -117,6 +123,7 @@ biomespawnallowed { B:lavender_fields=true B:lborean=true B:lelyetia=false + B:limbo=true B:lunalus=false B:lush_swamp=false B:magical_forest=false @@ -263,8 +270,6 @@ mainoptions { I:"Tower Destroying Enabled"=1 I:chanceTowerIsUnderGround=15 B:noGolemExplosions=false - - # Destroy all Mob Spawners in Tower Area upon Tower Fall? B:towerFallDestroysMobSpawners=false } diff --git a/config/betterquesting/DefaultQuests.json b/config/betterquesting/DefaultQuests.json index 6f77cff3..c4b7f9ce 100644 --- a/config/betterquesting/DefaultQuests.json +++ b/config/betterquesting/DefaultQuests.json @@ -79,6 +79,19 @@ }, "title:8": "No Animations" } + }, + "3:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:written_book", + "tag:10": { + "author:8": "Meatballcraft", + "pages:9": { + "0:8": "{\"text\":\"Why do items look weird when I mouse over??\\n\\nThe modpack uses the Epic Tooltip mod. We understand if this is not for everyone.\\n\\nIf you want to change back to Vanilla presets, check the AlternativeConfig folder.\"}" + }, + "title:8": "Items Look Weird" + } } } } @@ -793,6 +806,12 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "minecraft:golden_carrot" + }, + "3:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "nuclearcraft:rad_shielding" } } } @@ -2805,6 +2824,17 @@ "Name:8": "Stay away from nuclear wastelands" } } + }, + "2:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:paper", + "tag:10": { + "display:10": { + "Name:8": "Screenshots Get Copied to Clipboard" + } + } } } } @@ -3004,6 +3034,23 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "tconstruct:pattern" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:written_book", + "tag:10": { + "author:8": "gafex11", + "pages:9": { + "0:8": "{\"text\":\"If you have lost an item somewhere in your storage and don\u0027t want to search through every storage slot, you can double click your seach bar, search JEI for your item and it will highlight slots in your storage / player inventory for similar items.\"}", + "1:8": "{\"text\":\"You can use these at the beginning of your search to narrow down what you are looking for:\\n# - filters by tooltip descriptions\\n\u0026 - filters items by resource ID (You will likely never use this)\\n^ - filters items by color\\n$ - filters items by oreDictionary\\n@ - filters by mod names\\n% - filters by creative tab (You will likely never use this)\"}", + "2:8": "{\"text\":\"You can also use - in order to exclude items from your search. You can only use this following one of the previous prefixes. Otherwise, you JEI just won\u0027t bother searching.\"}", + "3:8": "{\"text\":\"For exemple, if you are searching for NuclearCraft fuels but dont want the depleted fuels to come up in your search, you can search with :\\n\\n@nuclearcraft fuel -depleted\"}", + "4:8": "{\"text\":\"If you wish to narrow it down further, you can safely add -bucket -molten -oxide to the end of your search and you will be left with all the different types of fuels without their depleted counterparts, molten and bucket forms. \\n\"}" + }, + "title:8": "JEI Tips and Tricks" + } } } } @@ -3064,6 +3111,24 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 1, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:jei_tipsandtricks" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } }, @@ -4191,6 +4256,12 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "iceandfire:dragon_skull" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "iceandfire:fire_dragon_heart" } }, "taskID:8": "bq_standard:retrieval" @@ -4342,6 +4413,12 @@ "Damage:2": 1, "OreDict:8": "", "id:8": "iceandfire:dragon_skull" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "iceandfire:ice_dragon_heart" } }, "taskID:8": "bq_standard:retrieval" @@ -4603,7 +4680,7 @@ "1:10": { "Count:3": 1, "Damage:2": 1, - "OreDict:8": "", + "OreDict:8": "blockFuelCoke", "id:8": "chisel:block_coal_coke1" } }, @@ -8096,6 +8173,12 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "divinerpg:mysterious_clock" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "divinerpg:divine_shards" } }, "taskID:8": "bq_standard:retrieval" @@ -9940,6 +10023,12 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "divinerpg:infernal_flame" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "divinerpg:divine_shards" } }, "taskID:8": "bq_standard:retrieval" @@ -10085,6 +10174,12 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "divinerpg:call_of_the_watcher" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "divinerpg:divine_shards" } }, "taskID:8": "bq_standard:retrieval" @@ -10388,7 +10483,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "I gotta say, the Shyre Empire is extremely diverse, which I guess makes sense when it\u0027s ruled by immortal, recursive beings (or being?).\nBarathos is a desert land of proud warriors. To their eyes, I look nothing more than a usurper to what they believe a righteous position of power.\nSeems like, to become part of the empire, a civilization need to be considered \u0027powerful\u0027 by some sort of standard.\nGuess the testificated did not fulfill these requirements...\nThe fact that these almost omnipotent beings can choose what civilizations are worthy of existing is so sad...Kardashev was right I guess... Sad...", + "desc:8": "I gotta say, the Shyre Empire is extremely diverse, which I guess makes sense when it\u0027s ruled by immortal, mythic beings (or being?).\nBarathos is a desert land of proud warriors. They have an unisually rich history and tradition, and both the beasts and people of this world live by ideals of might and power, not so different from many of the great civilizations that produced Earth\u0027s rich history. \nTo the eyes of the people of Barathos, I look nothing more than a usurper to what they believe a righteous position of power. It truly feels bad to have to fight these people, it does, but I cannot let this stop me. The Shyre Empire is a power that must be kept in check, and if I weren\u0027t here, those getting killed would be the people of Terra, and who knows how many other planets in the vast universe. Still, it is upsetting to see these poor souls die in the name of gods too complacent to do the job themselves.\nOn a different note, it seems like that, to become part of the Shyre Empire, a civilization need to be considered \u0027powerful\u0027 by some sort of standard. If a conquered world is deemed worthy, they are annexed. If a world is deemed too weak, they are terminated, completely.\nThe fact that these almost omnipotent beings can choose what civilizations are worthy of existing is so sad. This answers the Fermi paradox, I guess...", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -10784,12 +10879,6 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "contenttweaker:nethengeic_bone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:seeker_bow" } }, "taskID:8": "bq_standard:retrieval" @@ -11269,7 +11358,20 @@ } }, "questID:3": 149, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:divine_star" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -11522,7 +11624,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712182115, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -12595,7 +12696,7 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "torcherino:torch_lvl1" + "id:8": "tce:tce_torch_lvl1" }, "ignoresview:1": 0, "ismain:1": 0, @@ -12645,7 +12746,7 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "torcherino:torch_lvl1" + "id:8": "tce:tce_torch_lvl1" } }, "taskID:8": "bq_standard:retrieval" @@ -13975,7 +14076,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712182180, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -14079,7 +14179,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712182256, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -15697,7 +15796,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§7§oThe betweenlands dimension is quite laggy, so you can use the spatial diviner callstones to summon the necessary worldgen in the overworld. Each quest in this chain will have an optional objective to make the appropriate callstone to craft.\n\n§fThis is freaky... I don\u0027t like it at all...\nAs I started reading the pages of the necronomicon, I became aware of something...\nMy destiny may be predetermined, and someone is responsible for it.\n(No not Sainagh the pack author)\nThere is an order of druids that worships those that have written the book of the dead, and they, for some reason, have chosen me for a task I cannot avoid...\nNow that I have read the pages I know this, and I know where they come from. Those bastards will pay!", + "desc:8": "§7§7§oThe altar is crafted, not found!\n\nThe betweenlands dimension is quite laggy, so you can use the spatial diviner callstones to summon the necessary worldgen in the overworld. Each quest in this chain will have an optional objective to make the appropriate callstone to craft.\n\n§fThis is freaky... I don\u0027t like it at all...\nAs I started reading the pages of the necronomicon, I became aware of something...\nMy destiny may be predetermined, and someone is responsible for it.\n(No not Sainagh the pack author)\nThere is an order of druids that worships those that have written the book of the dead, and they, for some reason, have chosen me for a task I cannot avoid...\nNow that I have read the pages I know this, and I know where they come from. Those bastards will pay!", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -16223,24 +16322,24 @@ }, "215:10": { "preRequisites:11": [ - 367 + 92 ], "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "§7§oWoot mobfarms work by repeating the same loot of the first 100 kills of a given mob.\n\nBecause of this, if a mob has rare loot, it is possible that what you are looking for will not show up.\n\nIf that happens you can use this item to reset ALL Woot pools.\n\nSince this does it for every woot farm, it may cause lag if you have lots of Woot farms currently running.", "globalshare:1": 0, "icon:10": { "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "contenttweaker:energetic_prison_key" + "id:8": "woot:xpshard" }, "ignoresview:1": 0, "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "The Mighty Energy Queen", + "name:8": "Where\u0027s my Loot", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -16252,25 +16351,24 @@ } }, "questID:3": 215, - "rewards:9": {}, - "tasks:9": { + "rewards:9": { "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "contenttweaker:energetic_prison_key" + "id:8": "contenttweaker:woot_flusher" } - }, - "taskID:8": "bq_standard:retrieval" + } + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, @@ -16594,7 +16692,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "While the being behind the corruption of the Abyss appears to be somewhat intangible, something like Ashora or the elusive Oblivionaire in the Abyssal Wastelands, it has a form that is perceivable in the three-dimensional world I inhabit.\nThis form is of large flesh tendrils originating from somewhere inside the world. Its minions inhabit these tendrils, and they hold some secrets I was able to discover.\nThis flesh is in itself recursive, which is strange. I am recursive, but every time I return my remains are not, and neither are the remains of any of the enemies I have slain so far. Remains like the divine shards have properties that are useful for magic, but they are not themselves magic. The flesh of this being, though, is in itself an agent of magic, capable of controlling the world around it, as if it had a will, even when hacked off.\nThis can be used, I think, for some weapon-making.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -18107,7 +18205,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§oGet to coordinates 0,0 in omothol!\n\nWARNING: minions of the gatekeeper may bug out and have absurd amounts of HP.\n\n§fI\u0027ve finally met the master of my power, I think...\nDelving even deeper, I found, well, a monster, a really powerful moster.\nBut this is my undeath that we are talking about, so I kicked its ass!\nI feel, \u0027free\u0027, I think? The overwhelming feeling of imprisonment is gone, but what remains is a deep sense of a lack of meaning in my life.\nThis Cthulhu shit really messed with my mind!\nOh yeah, and I\u0027m still immortal, which, you know, its nice...\nI think I found a purpose for my now apparently eternal life, at least for the foreseeable future.\nThe Testificates of Terra deserve so much better than living under the feet of beings that treat them like insects that can be killed with no remorse.\nThis is a declaration of war to those that treat Terra as their resource-mining playground!", + "desc:8": "§7§oGet to coordinates 0,0 in omothol!\n\nWARNING: minions of the gatekeeper may bug out and have absurd amounts of HP.\n\n§fI\u0027ve finally met the master of my power, I think...\nDelving even deeper, I found, well, a monster, a really powerful moster.\nBut this is my undeath that we are talking about, so I kicked its butt!\nI feel, \u0027free\u0027, I think? The overwhelming feeling of imprisonment is gone, but what remains is a deep sense of a lack of meaning in my life.\nThis Cthulhu crap really messed with my mind!\nOh yeah, and I\u0027m still immortal, which, you know, its nice...\nI think I found a purpose for my now apparently eternal life, at least for the foreseeable future.\nThe Testificates of Terra deserve so much better than living under the feet of beings that treat them like insects that can be killed with no remorse.\nThis is a declaration of war to those that treat Terra as their resource-mining playground!", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -20452,7 +20550,20 @@ } }, "questID:3": 265, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "techreborn:uumatter" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -20508,7 +20619,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "You may want to bring a way to escape...", + "desc:8": "§7§oYou may want to bring a way to escape...\n\n§fThe fallen of the Twilight Forest have unfinished business, it seems, and their will has remained alive in the form of ghosts, it seems. They are beings of vengeance, nothing more than shadows of a shameful defeat. \nAnd yet their will carried artifacts they were able to keep safe from the Crimson Cult. \nVibration, harmonization, resonance. These phenomena have something to do with magic, and they are a catalyst for it. They are the secret of the Twilight Forest, one they wanted safekept, so it must be useful for something.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -20520,7 +20631,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "Call of the Haunted", + "name:8": "Sounds of the Haunted", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -20532,7 +20643,20 @@ } }, "questID:3": 266, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "hatchery:prize_egg" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -20640,7 +20764,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "New minerals! New alloys!\nMore cool things to make! (after some automation)", + "desc:8": "New minerals! New alloys! More cool things to make! \nThe materials found in the worlds I have explored so far have useful properties that make them possibly desirable for building new things, and some of them can be used in alloys too.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -20723,7 +20847,20 @@ } }, "questID:3": 269, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "nuclearcraft:fusion_electromagnet_idle" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -20788,7 +20925,20 @@ } }, "questID:3": 270, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:dragon_heart" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -20900,7 +21050,20 @@ } }, "questID:3": 272, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "libvulpes:productgem" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -20953,7 +21116,20 @@ } }, "questID:3": 273, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "libvulpes:productgem" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -21006,7 +21182,33 @@ } }, "questID:3": 274, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:eden_star" + }, + "TrophyName:8": "Starry Eden Idol", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "classic" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -21527,7 +21729,33 @@ } }, "questID:3": 283, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:wildwood_star" + }, + "TrophyName:8": "Starry Wildwood Idol", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "classic" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -21977,7 +22205,33 @@ } }, "questID:3": 291, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:apalachia_star" + }, + "TrophyName:8": "Starry Apalachia Idol", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "classic" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -22268,7 +22522,33 @@ } }, "questID:3": 296, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:skythern_star" + }, + "TrophyName:8": "Starry Skythern Idol", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "classic" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -24520,7 +24800,20 @@ } }, "questID:3": 329, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:precasia_garnet" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -24734,7 +25027,20 @@ } }, "questID:3": 332, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:lelyetia_garnet" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -24769,7 +25075,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "The Shyre empire is vast, and very powerful... so powerful that apparently they can afford leaving one of their main stronghold planets in a state of extreme corruption.\nThe very soil of this place is corrupted by what I assume were large scale experiments, yet, creatures still live there...\nNot only that, this \u0027corruption\u0027 is used as a weapon...how annoying, and how gross!", + "desc:8": "The Shyre empire is vast, and very powerful... so powerful that apparently they can afford leaving one of their main stronghold planets in a state of extreme corruption. This is not unlike the Twilight Forest, where direct, purposeful actions were operpetrated to intentionally turn an entire world into a land of blight.\nThis is the Abyss. The very core of this world is corrupted, down to the actual matter that makes up this place. At the moment, the basis for the words I am about to say is just a feeling, but my feelings have been way too right after I ended up on Terra. This world has a soul, just like any sentient being I have encountered in my now numerous travels, and this soul is one of twisted unhinged madness.\nThis is what a Kardashev type 5 weapon looks like: a world of decay, a god of decay. What the Crimson Cult was able to achieve through effortful deception, the Shyre Empire automated. Deleting planets, ending entire evolutionary chains, can be done by a single being. \nIf this planet soul were to do this on Terra, the planet will be gone in mere moments.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -24849,7 +25155,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§oUse a staring eye on illusion altar to summon elusive.\n\nTo summon the shadowlord use a book of shadows on a shadow altar\n\n§fUnexpectedly, I stumbled upon a very interesting piece of stage 5 politics...\nThe Horde and the Empire, as I\u0027ve clearly seen on furatto, don\u0027t really have a problem at fighting each other at a larger scale.\nYet, on Terra, they do not, and it\u0027s because of dimensional shards...\nEach civilization wants them so badly that they cannot risk escalating the conflict.\nGood for me, 0% chance I would\u0027ve survived if those damn chickens had been waiting for me on Terra!", + "desc:8": "§7§oUse a staring eye on illusion altar to summon elusive.\n\nTo summon the shadowlord use a book of shadows on a shadow altar\n\n§fUnexpectedly, I stumbled upon a very interesting piece of Kardashev stage 5 politics...\nThe Horde and the Empire don\u0027t really seem to have a problem at fighting each other using all they have, including the use of planet-ending magic, like the one used on the Abyss.\nYet, on Terra, they do not; they are very careful about keeping direct conflict to a minimum.\nThose that lead the troops stationed on my new home, now I know, are not the best either faction has to offer, by far. This is quite good for the testificates, all things considered, I just have to make sure things don\u0027t get worse as a consequence of my actions.\nI think I know why, though, or, at least, I have a plausible explanation that makes sense based on available data.\nEach of these two big civilizations doesn\u0027t just want to get their hands on the shards, they want to control their entire supply chain. Because of this, any action that will damage Terra beyond a certain point might push the other faction to pull the trigger on planet-pulverizing actions. \nThis reminds of the way the nuclear deterrent was used during the cold war on Earth. Neither of the factions raised tensions above a certain point, to avoid having the other press the \u0027kill everyone\u0027 button.\nGood for me, 0% chance I would\u0027ve survived if those eldritch abominations had been waiting for me on Terra!", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -24965,7 +25271,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "Bad news! This planet-corrupting soul is way too powerful for me to handle. This may be the single most powerful thing I have encountered until now. Well, the Meatball Man may be stronger, but it seems like he does not want to reveal his hand to me yet. Actually, for all I know there may be lots of other enemies doing the same; I feel small, small and weak.\nGood news! Things will have to go very wrong for such an enemy to enter the battlefield of Terra, or else the Twilight Horde will pull out their big guns too.\nI just have to be careful about showing myself directly helping the Testificates in the warpers, or the Shyre Empire may have a reason to think that the forces of Terra want to escalate this conflict.\nFrom now on, it will be better if I showed myself as an ally to the Bubbell Alliance of bees. They don\u0027t seem to have a direct stake on Terra, they have a suprising amount of fire power, and they are more than willing to endorse my actions.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -24989,7 +25295,20 @@ } }, "questID:3": 335, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:abyss_garnet" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -25024,7 +25343,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "Here\u0027s another case of the Shyre Empire\u0027s ability to manipulate space time.\nJust like the Erebus caves, the Deeplands exist as a flat 2D section with no curvature.\nIn this case, unlike lelyetia, there seems to be a clear culprit, charged runium!", + "desc:8": "The Deeplands are a cave world, a planet with a surface so incredibly uninhabitable, and with a spawling underground that\u0027s completely separated from its outer layer.\nLife here was born of charged runium, an \u0027excited\u0027 (that\u0027s the best word I can think of at the moment) counterpart of the compound found on Terra. Although it lacks EMC, it has clear alchemical properties, which seem to be responsible for the existance of livable areas in this planet. It can spontaneously transmute rock into air and other ingredients of life, at a slow but steady rate.\nHow does this process work, though? All alchemy I have seen requires a person with intent to guide its power, that\u0027s the whole point. And yet, this mineral, this dumb unconscious rock, has the ability to do the same as a person.\nAm I causing damage to other places if I bring charged runium there? Is it going to start making other rocks into unwanted air.\nMany of these things seem to be experimentally verifiable, thankfully. I may learn something new about the way alchemy works.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -25094,7 +25413,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§oPlace a charging table on top of kror altar, and right click with the boulder dash.\n\n§fInteresting, the Shyre empire placed a master of recursion to protect a cave planet that barely has any useful resource...\nRunium is useful, I guess, but it definitely isn\u0027t worth spending all this energy on, when it only possesses minor alchemical properties...\nIf you have the power to control space-time, wouldn\u0027t it be better to find a planet full of red matter?", + "desc:8": "§7§oPlace a charging table on top of kror altar, and right click with the boulder dash.\n\n§fInteresting, the Shyre Empire placed a master of recursion to protect a cave world that barely has any useful resource.\nRunium is cool, I guess, but it definitely isn\u0027t worth spending all this military infrastructure on, when it only possesses minor alchemical properties, and it is only capable of transmuting a low range of elements.\nDon\u0027t get me wrong, the fact that this material exists to begin with is impressive, but compared to any alchemist it has very limited abilities, making it a mildly convenient tool for a powerful empire that has climbed the Kardashev scale.\nIf you have the power to control space-time, wouldn\u0027t it be better to find a planet full of red matter? \nI have two hypotheses. The first, they just want to study it; at the end of the day, curiosity is a staple of every life form, no matter how evil or devoid of ethics. The second, the Shyre Empire has no alchemy, they cannot do it; I have yet to see alchemists in any of these territories. There are many on Terra, and even bees are capable of performing this art, but what if none of the species under the unbrella of this empire actually have the capability to do so.\n", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -25191,7 +25510,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "I will say, I am very surprised that the Shyre empire has no knowledge of alchemy.\nis it possible that it\u0027s something only humans can do?", + "desc:8": "I will say, I am very surprised that the Shyre Empire has no knowledge of alchemy. \nWeirdly enough, my second option was correct. Some of the higher ups in the empire, for some reasons still unknown, use charged runium for their own magic art, runation. It is not the first time I encountered it. Some Testificate Alchemists on Terra still practice it, and it is a way to use alchemy as a weapon in ways that would not otherwise be possible, but it has long been outclassed by other arts such as astral sorcery. \nThe Testificates that still practice it do so in case there may be undiscovered secrets. Those of the Shyre Empire, on the other hand, out of the hundreds of worlds they control, have not a single alchemist in their midsts. That\u0027s why they even have secure portal lines to connect the Deeplands to one of the governing worlds.\nWhat are the requirements that make alchemy so common among Testificates and bees, and yet so uncommon anywhere else. The only thing I can think of is compassion, but that can\u0027t be it. Right?", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -25215,7 +25534,20 @@ } }, "questID:3": 338, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:deeplands_garnet" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -25250,7 +25582,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "Again, despite being my enemies, I have to appreciate the beauty and diversity of the empire. There\u0027s a whole civilization that evolved from nitrate!\nThis is very cool, although there is something that does not feel right about this...", + "desc:8": "Again, despite being my enemies, I have to appreciate the beauty and diversity of the territories in the Shyre Empire. There\u0027s a whole civilization that evolved from nitrate! The creepers are deadly creatures, but the fact that nature produced such beings is astonishing. They self-immolate by exploding, and leave spores that makes more creepers. The circle of life sure is crazy. \nThis is very cool, although there is something that does not feel right about this. Some of these creepers have forgone the self-immolation part, and some have varying levels of consciousness, despite being basically the same type of creature. There is something more than evolution at play, I believe.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -25320,7 +25652,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§oUse explosive gems on a creep altar\n\n§fI was right, life on Creeponia is artificial!\nThis is very depressing, imagine existing and living solely to be a suicide bomber...", + "desc:8": "§7§oUse explosive gems on a creep altar\n\n§fI was right, life on Creeponia is artificial! And yet again, something that is beautiful and interesting has been ruined by futher discoveries. I swear I am not turning into a nihilst, but it sure is hard being able to look at this without some sort of coping to detach from the awful things I see.\nImagine existing and living solely to be a suicide bomber. The sole purpose of your creation being used as a weapon. I have appreciated many things about Shyre civilization, but this is yet another reminder of how evil and scary this empire is.\nTheir complete lack of ethics is chilling. ", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -25405,7 +25737,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "The creepers, these sad creatures of destruction, are yet another product of recursion. \nIt seems the ability to use this power was given to the higher up of Creeponia, who I know to still be an artificially created being. So recursion works on artificial life too. \nThe more I study new powers from my powerful enemies, the more it seems to relate back to recursion. To an extent, I am gaining more independence over my own recursive powers, could it be that I may achieve similar abilities too. Not that I want to, but one has to ask. Is this a result of a single power, or are there other factors at play I cannot imagine? Would I be able to turn creatures created through essence into recursive beings? \nWhat makes a creature alive? Back on Earth, we never considered essence animals to be truly alive, they lached the \u0027will\u0027 real animals have. And now I am confronted with artificial life that\u0027s even capable of magic.\nAnd this all gets back to the nature of recursion, I really have to figure out how it works!\n", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -25429,7 +25761,20 @@ } }, "questID:3": 341, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:creeponia_garnet" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -25520,7 +25865,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§oBaroness is summoned by using a warlock gem on a baroness altar.\n\nUse a hive egg on a hive spawner to summon the hive king\n\n§fBarathos\u0027 is a very religious planet, and their religion is NOT PEACEFUL!\nAnd, of course, the avatars of the god of war are recursion masters...", + "desc:8": "§7§oBaroness is summoned by using a Warlock Gem on a Baroness Altar.\n\nUse a Hive Egg on a Hive Spawner to summon the Hive King\n\n§fBarathos\u0027 is a very religious planet, and their religion is NOT PEACEFUL!\nAnd, of course, the avatars of their god of war are recursion masters...\nRecursion, among the many powers I have encountered, is very interesting. Many times during my journeys, I have tried to form some type of hierarchy of the various magical fields, trying to enstablish which depends on which.\nThe eldritch powers of the monster Cha\u0027garoth, for example, seem to rely on the field of aura, and on the use of specific essentias, and yet, the final result is a magic type that\u0027s very much not thaumaturgy. It depends on thaumaturgy, but it does not look like thaumaturgy, similar to how gravity is a change in the field of space-time, but it doesn\u0027t look like it, it looks like acceleration. If it didn\u0027t, we could have figured it out way before Einstein came along.\nBecause of this, trying to enstablish a hierarchy is of outmost importance, if I want to progress in my study of magic.\nRecursion, though, is weird. Its dynamics remind me of a pendulum that never stops. What causes recursion effects to happen is other recursion effects. It is like light travelling in the void of space, it keeps going. Even light, though, loses its energy once it encounters things that aren\u0027t the void. Recursion, though, just happens.\nI keep coming back, and so do my enemies, although not as fast as me, thankfully. ", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -25618,7 +25963,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "From visiting Shyre territories, I\u0027ve been able to piece a few things together.\n1. Whoever is leading this empire has power over recursion, essentially being a god.\n2. The creatures inhabiting Shyre planets are not opposed to their rulers and, as a matter of fact, they respect them, and even aid them.\n3. The inhabitants of Barathos believe in a \u0027god of war\u0027, who has come into this world to bring a \u0027holy crusade\u0027.\nI don\u0027t want to jump to conclusions, but, I think, the empire is not an \u0027empire\u0027, but a religion...", + "desc:8": "From visiting Shyre territories, and especially Barathos, I\u0027ve been able to piece a few things together.\n1. Whoever is leading this empire has full power over recursion, and this type of control is something that can be teached. The Baroness was capable of teaching this power to beasts of Barathos, even granting them intelligence. Looking at the way the society of this world is structured, though, I strongly believe recursion was not part of this society from the start.\n2. The creatures inhabiting Shyre planets are not opposed to their rulers and, as a matter of fact, they respect them, and even aid them. I suspect this has to do with the gift of recursion.\n3. Many of the Shyre people believe in a \u0027god of war\u0027, who has come into this world to start a \u0027holy crusade\u0027 to eliminate weakness from the universe. I don\u0027t want to jump to conclusions, but, I think, the empire is not just an \u0027empire\u0027, but a religion. One with many denominations and septs, though, seeing how differing the values of each Shyre world are.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -25642,7 +25987,20 @@ } }, "questID:3": 344, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:barathos_garnet" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -26746,7 +27104,33 @@ } }, "questID:3": 361, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:mortum_star" + }, + "TrophyName:8": "Starry Mortum Idol", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "classic" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -26935,7 +27319,20 @@ } }, "questID:3": 364, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:ethical_empanada" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -29525,7 +29922,33 @@ } }, "questID:3": 402, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:skythern_refined_gem" + }, + "TrophyName:8": "Tier 4 Mythic Sheller", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "neon" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -30158,7 +30581,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§oYou need to be level 70 in four skills to summon each boss. Right click each shrine to activate it.\n\nInfusion for Coniferon.\n\nRunation for Horon.\n\nForaging for Goldorth.\n\nHunter for Penumbra.\n\n§fRules, rules, rules...\nEven to fight them, I have to follow their rules.\nI won\u0027t be able to fully get rid of them, that\u0027s for sure... ugh...", + "desc:8": "§7§oYou need to be level 70 in four skills to summon each boss. Right click each shrine to activate it.\nInfusion for Coniferon.\nRunation for Horon.\nForaging for Goldorth.\nHunter for Penumbra.\n\nTo have enough tribute for each boss, fight the enemies that spawn in the cavern.\n\n§fRules, rules, rules...\nEven to fight them, I have to follow their rules.\nI won\u0027t be able to fully get rid of them, that\u0027s for sure... ugh...", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -30383,7 +30806,33 @@ } }, "questID:3": 414, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:apalachia_refined_gem" + }, + "TrophyName:8": "Tier 3 Mythic Sheller", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "neon" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -33035,7 +33484,20 @@ } }, "questID:3": 452, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 6, + "Damage:2": 202, + "OreDict:8": "", + "id:8": "contenttweaker:material_part" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -33094,7 +33556,20 @@ } }, "questID:3": 453, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:nimble_hummus_dip" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -33514,7 +33989,33 @@ } }, "questID:3": 459, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:wildwood_refined_gem" + }, + "TrophyName:8": "Tier 2 Mythic Sheller", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "neon" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -36807,7 +37308,20 @@ } }, "questID:3": 503, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "divinerpg:bluefire_stone" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -36836,7 +37350,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "A good ass shuriken...", + "desc:8": "", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -36863,7 +37377,20 @@ } }, "questID:3": 504, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:infused_rhenium_ingot" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -36919,7 +37446,20 @@ } }, "questID:3": 505, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "randomthings:weatheregg" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -36976,7 +37516,24 @@ } }, "questID:3": 506, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forge:bucketfilled", + "tag:10": { + "Amount:3": 1000, + "FluidName:8": "cursed_myrmitite" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37033,7 +37590,20 @@ } }, "questID:3": 507, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:holographic_ore" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37236,7 +37806,28 @@ } }, "questID:3": 510, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:enchanted_book", + "tag:10": { + "StoredEnchantments:9": { + "0:10": { + "id:3": 101, + "lvl:2": 3 + } + } + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37307,7 +37898,20 @@ } }, "questID:3": 511, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:enchanted_myrmitite" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37329,6 +37933,12 @@ "Damage:2": 69, "OreDict:8": "", "id:8": "contenttweaker:material_part" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:enchanted_myrmitite" } }, "taskID:8": "bq_standard:retrieval" @@ -37366,7 +37976,20 @@ } }, "questID:3": 512, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:magnetic_monopole" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37419,7 +38042,20 @@ } }, "questID:3": 513, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "enderio:block_alloy_endergy" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37472,7 +38108,20 @@ } }, "questID:3": 514, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:highly_advanced_machine_casing" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37491,6 +38140,27 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 1, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:compression_turbine" + } + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } }, @@ -37525,7 +38195,20 @@ } }, "questID:3": 515, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 3, + "Damage:2": 202, + "OreDict:8": "", + "id:8": "contenttweaker:material_part" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37587,7 +38270,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "Roost", + "name:8": "Roosting Season", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -37599,7 +38282,20 @@ } }, "questID:3": 516, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "roost:roost" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37652,7 +38348,20 @@ } }, "questID:3": 517, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumadditions:mithrillium_block" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37708,7 +38417,20 @@ } }, "questID:3": 518, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:arkenstone" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37782,7 +38504,20 @@ } }, "questID:3": 519, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:apatite" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -37835,7 +38570,20 @@ } }, "questID:3": 520, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:resource_storage" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38036,7 +38784,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "There is something about Twilight Horde ceratures that makes them \u0027different\u0027. Just like the Meatball man, their recursive forms are more refined, more controlled. The extent to which they are capable of returning after being \u0027killed\u0027, and their omnipresence abilities are far above the troops of the Shyre Empire.\nThis may solely have to do with different philosphies of doing war, where one faction is more liberal to arm their troops, while the other is more willing to use them as cannon fodder.\nAnyhow, the source of their power seems to come from outside of the Eden, maybe from some higher dimensions, and it is channeled into this world using special gems.\nI better get my hands on some, they may come in handy for the future.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38060,7 +38808,33 @@ } }, "questID:3": 523, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 100, + "TrophyColorGreen:3": 100, + "TrophyColorRed:3": 0, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:eden_refined_gem" + }, + "TrophyName:8": "Tier 1 Mythic Sheller", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "neon" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38089,7 +38863,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "After kicking some major mythic ass, I think it\u0027s time for some wormholes of my own.\nThe testificates on Diamerisma let me know that the world of Vibe has something I may be looking for.\nEvery time a wormhole is opened, it is bound to a set of special locations scattered around the universe.\nEach of this locations contains a special mineral, like dimensional shards on terra, that bends space time in such a way to \u0027bind\u0027 the wormhole singularity.\nMost of these minerals are worthless, which is why my previous wormholes did not have any special resources, but Vibe contains something very interesting!\nVibrating stone is a naturally occuring time crystal, a state of matter able to vibrate without using energy.", + "desc:8": "After defeating some mythic beings, I think it\u0027s time for more wormholes!\nThe Testificates on Diamerisma let me know that the world of Vibe has something I may be looking for.\nEvery time a wormhole is opened, it is bound to a set of special locations scattered around the universe.\nEach of this locations contains a special mineral, like Dimensional Shards on Terra, that directs the warping of space-time in such a way to \u0027bind\u0027 the wormhole singularity. This is how the Shyre Empire found its buffer worlds to begin with. They opened wormholes unbound to any location, and they saw where they went. This is also how the Testificates, without knowledge of the other worlds in the empire, were able to attempt retaliation, although in a somewhat uneffective manner.\nMost of these minerals are worthless, and present in small traces, which is why places like Taerrapiatta and Furatto did not have any special resources, but Vibe contains something very interesting, or so I was told!\nI was also warned about this place, only a handful of Testificate wizards, five of them, after even seeing this place, dared to enter it. ", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38113,7 +38887,20 @@ } }, "questID:3": 524, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:multi_fruit_milkshake" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38142,7 +38929,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§oStart making these, just an advice...", + "desc:8": "§7§oStart making these, just an advice...\n\n§fFrom what I have seen, some of the more magically useful properties of matter emerge when said matter is present in large amounts. I better start stockpiling on all sorts of stuff in case it may be useful for my next magic experiments.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38166,7 +38953,20 @@ } }, "questID:3": 525, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 5, + "OreDict:8": "", + "id:8": "extendedcrafting:singularity" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38219,7 +39019,20 @@ } }, "questID:3": 526, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 31, + "OreDict:8": "", + "id:8": "contenttweaker:material_part" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38248,7 +39061,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "Who am I? \nA man of science? Sure.\nA curious person? Sure.\nDo I like these traits I have? Yeah absolutely, they are great.\nBut what have they brought me? Deep knowledge, an adventure nobody on earth could have dreamed of, and the knowledge of an evil out there that goes beyond anything I could have imagined.\nWould it have been better to live without this knowledge? No, well, maybe... I am starting to understand why the Testificates have secret societies hiding their deepest knowledge. The package as a whole comes with a lot of unwanted things, things that cahnged me. \nDoes good in this world truly exist? Well, I don\u0027t know anymore.\nLook at me asking questions to myself. All this knowledge, and the more I know, the crazier I feel...", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38272,7 +39085,20 @@ } }, "questID:3": 527, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:big_boy_steak" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38301,7 +39127,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "I think I may have been looking at what\u0027s happening under the wrong lens. Ever since I ended up on Terra, I always assumed that what has happened may just be some sort of coincidence, but it is evident this was not the case.\nThe Meatball Man, for some reason, was able to convince the Primordial Malevolce and other eldritch creatures to give me powers and bind me to recursion. I always assumed this \u0027pact\u0027 would have involved anyone who showed up on Terra through a wormhole. The Meatball Man clearly wants to do something on Terra, and I suspect this may have to do with the Arbiter, so it would make sense he is trying to take control over any new external influences, such as me.\nIf that\u0027s the case, though, why is it only me that ended up there? Why haven\u0027t I seen others show up? With such a large and populated universe that can use wormholes, why am I the only one that opened one to Terra? \nI have been trying to find answers externally, but it may be time to take a good look at myself.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38325,7 +39151,20 @@ } }, "questID:3": 528, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:tartarite_ore" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38354,7 +39193,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "Have I really helped people? Well, the Testificates and the Bees surely think I have.\nHave I really helped people? Well, Terra is a bit more free than it once was.\nHave I really helped people? Why am I making excuses? I liked the power. I liked that, for once in my life, I could unshackle myself from a normal mundane life. I liked that I could finally be the hero.\nBut am I really the hero? I don\u0027t really care about my allies, I just want them to recognize me as good, and I want to become more powerful.\nI am an evil person, aren\u0027t I?\nIs this what my search into myself has produced? Is this where my solitary journey of introspection has landed? Was it worth it?", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38378,7 +39217,20 @@ } }, "questID:3": 529, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:friendly_frittata" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38407,7 +39259,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "This knowledge is hurting me, there is no denying it. The more I delve into this crazy war, the more I became aware of a complete lack of closure. \nLearning new things is supposed to satify me! That is why I got into science to begin with. I wanted my hunger, my thirst, to be satisfied.\nBut it could not. Knowledge is infinite, but I was not.\nCan this be changed? I was a mere mortal back then (or was I?). I\u0027m not one anymore. I have infinite time, that\u0027s why I am fighting this war to begin with.\nMy mind, though, is still bound to mortal needs. Knowing as much as possible, learning as much as possible before I am gone. That was my impetus back then, that\u0027s what drove me. I wanted to play my part in the progress of humanity.\nBut now, even though after all I have seen, this ambition, it seems so little, so mininiscule. \nThe more I see, the less I udnerstand. A question answered, ten more show up, and I feel more and more miniscule in front of this infinity. And yet, I yearn for more.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38419,7 +39271,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "I have to Know", + "name:8": "I Need Knowledge", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -38431,7 +39283,20 @@ } }, "questID:3": 530, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:nice_clean_salad" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38460,7 +39325,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "Is this search for knowledge a selfish one? Yes, yes it is. \nI really should have admitted this earlier. Why did I want the Nobel Prize to begin with?! I just wanted to be recognized, I wanted to be seen as the one that cares about knowledge. \nWhy am I fighting this war? I kept telling myself this is for the Testificates, this is to stop immortal bullies to play with the universe. And yet, it still ends up being about me. I am the one that has to do it. Nobody else. I... Me... Myself...\nWhy can\u0027t I be with someone else on this journey? I just now realize I am lonely, a lonely selfish pawn of a fate too big for me to even comprehend.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38484,7 +39349,20 @@ } }, "questID:3": 531, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:bento_xxxl" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38513,7 +39391,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "And a great ass!\n\nAt the cost of *major* PTSD from exploring a world void of any hope or resolution, I at least gained an extremely deep understanding of refraction of magical fields.\nForces like vis or demonic will can be \u0027bent\u0027 just like electrical and magnetic fields (and like gravity if you have enough sednanite).\nThis is going to allow me to optimize the processing of garnets into minerals.", + "desc:8": "§7§oAnd a great butt!\n\n§fYes, yes it was. It was worth it. \nDo I whish my motives had been more selfless? Yes, but now I know this about myself. I know how I work. I know why I work. And it is not too late to change. I have an entire eternity ahead of myself to become a better person. To be the hero others see me as.\nI am not alone, I have allies, the Bubbell alliance believes in me. They see something in me I do not. They trust me.\nAnd with this knowledge, came power, the power of someone who as seem themselves for what they truly are, the power of someone who has let themselves go, and who has truly seen what is out there. \nAt the cost of discovering the madness of my intents, I gained an extremely deep understanding on the refraction of magical fields.\nForce fields like vis or demonic will can be \u0027bent\u0027 and reshaped through recursion because they come from recursion. That is the force that sits at the bottom of the pyramid of magic. This is what guides the existance of the fields to begin with.\nRecursion is magic, magic is recursion. There are no other fields, they are just varying manifestations of the same fundamental force. And I can see it all.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38540,7 +39418,20 @@ } }, "questID:3": 532, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:warped_stone" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38590,7 +39481,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "The six crazed Testificate wizards on Vibe have been a gold mine of information. At some point during the campaign on Diamerisma, they became aware of a warmhole \u0027hotspot\u0027, a location where unbound wormholes will open, that has not fallen under the control of the Shyre Empire.\nThis world, Finem, is where they first encountered the chickens, the ones that shoot lasers, which later on became the ace in Terra\u0027s sleeve when the campaign moved to Furatto.\n", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38614,7 +39505,20 @@ } }, "questID:3": 533, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:heavy_polenta" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38643,7 +39547,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "Got my hands on some vibrating stone, and this stuff is awesome\nIt\u0027s ability to interact with the aura field makes making Adaminite soo much easier!", + "desc:8": "Got my hands on some Vibrating Stone, and this stuff is awesome. Harmonics play some role in the way magic is catalyzed, and a material that is capable of harmonization on its own, a sort of time crystal, has the power to amplify magic. This is the secret long safekept by the haunted souls of the Twilight Forest.\nAnd on even more incredible news, the five Testificates are still alive, and I dare say, thriving. They did something to this place, something very drastic, that actually drove the Shyre empire away. This is the first great win of the Testificates against the Shyre Empire.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38667,7 +39571,20 @@ } }, "questID:3": 534, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:vibrating_stone" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38720,7 +39637,20 @@ } }, "questID:3": 535, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:greater_gaia_spirit" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38749,7 +39679,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "Most of the surface of Finem is made out of a strange sedimentary stone that has been created by the existence of this planet\u0027s inhabitants.\nLasers and explosions can have a long lasting impact on a planet, and this is the proof for it. Very little is left here outside of the monuments of a long-lost civilization.\nThere are some remarkable things that can be inferred out of this place, though. Ender dolomite has recursive properties I know to be originated from the chickens and their affinity with chaos and entropy. This means that recursion, this power that so weirdly eludes me, is tied to entropy, and the universal law of the path of least energy.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38773,7 +39703,20 @@ } }, "questID:3": 536, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:ender_dolomite" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38802,7 +39745,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "It\u0027s easy now!", + "desc:8": "Vibrating stone\u0027s amplifying abilities are particularly well-attiuned to thaumaturgy. Its ability to interact with the aura field makes producing Adaminite soo much easier now!", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38826,7 +39769,20 @@ } }, "questID:3": 537, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:bento_xxxl" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -38842,6 +39798,12 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "thaumadditions:adaminite_block" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:primordial_star" } }, "taskID:8": "bq_standard:retrieval" @@ -38855,7 +39817,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "The way the war in Furatto was concluded is a cruel but viable war tactic, in case I may need it for the future. if I ever find myself in a situation where a planet\u0027s worth of enemies just needs to be erased, filling it with chickens may be the way to go.\nIt is scary to be able to contemplate this thought to begin with, but this is the situation I found myself in, and I must be prepared.\nThere are still going to be many things that can get rid of laser chickens easily, but they seem quite effective anyway.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -38879,7 +39841,20 @@ } }, "questID:3": 538, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:secret_weapon" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -45948,7 +46923,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": " ", + "desc:8": "This changes everything! If recursive matter can come from animals and people, it is truly possible that many of the strange materials and metals I have encountered so far to be artificial.\nIs that why dimensional shards are rare? Is it because someone on Terra created them. The dragons on the outer Ender islands use the power of chaos in ways that are similar to the chickens on Finem. Is it possible that they are related?\nAnd there is also the Arbiter too; most of the architecture tied to him uses fluix and skystone, which also appears to have originated on the End islands. Is there any symbolism there? Or something more?", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -45972,7 +46947,20 @@ } }, "questID:3": 661, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:endergenic_sediment" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -48976,7 +49964,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183080, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -49080,7 +50067,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183109, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -49184,7 +50170,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183136, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -49288,7 +50273,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183163, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -49392,7 +50376,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183201, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -49496,7 +50479,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183231, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -49600,7 +50582,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183259, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -49704,7 +50685,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183293, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -49808,7 +50788,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712183036, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -57640,7 +58619,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "These wizards are crazy, I can safely say that. This place, the world of Vibe, was in the process of being taken over in a similar way to the Abyss, by a soul of corruption that had turned most of its surface into a land of corruption and blight.\nAnd how did these five alone deal with this? By using a blight of their own. This world is now free of the corruption of the Shyre Empire because it has been taken over by adifferent corruption, taint. A whole lot of taint.\nWhile this put a stop to the enemy, it did not quite defeat it for good. This powerful soul of corruption is still living, permeating the whole of the planet. But, thanks to some newly available thaumic artifacts, it can be hurt, and even kileld, it just takes a very long time doing it.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -57652,7 +58631,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "Blood of a planet", + "name:8": "Blood of a Planet", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -58782,7 +59761,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": " ", + "desc:8": "§7§oThe preview on the tier 6 blood altar is bugged, the block that should be used for tier 6 is the purple crystal cluster.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -58822,6 +59801,12 @@ "Damage:2": 0, "OreDict:8": "", "id:8": "contenttweaker:demonic_crystal_cluster" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "bloodmagic:decorative_brick" } }, "taskID:8": "bq_standard:retrieval" @@ -84860,7 +85845,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "No matter what I told them, the Testificate wizards did not share how they were capable of producing so much flux to stop the soul of a planet. They say it was too big a crime to nature to be shared. Their souls are gone, they say, and so are their powers. They were the most powerful back then, but are now comparatively powerless. Losing their powers is what halted the progress of the campaign of Terra, and they believe it was a bad idea to deal with the enemy by taking away their only chance of continuing. I have to say I agree with them.\nWhile having access to this power would allow me to put an end to the monstrous world that is the Abyss, I am more useful as an immortal fighter as opposed to a one-time-use taint bomb.\nThe soul of Vibe, though, is now finally gone! The last of its ichor has been spilled! ", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -84872,7 +85857,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "The soul of a planet", + "name:8": "The Soul of a Planet", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -84884,7 +85869,33 @@ } }, "questID:3": 1198, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 0, + "TrophyColorGreen:3": 200, + "TrophyColorRed:3": 200, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "contenttweaker:faultless_ichor_gem" + }, + "TrophyName:8": "Planetary Papercuts", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "classic" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -85053,7 +86064,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "Thaumic Replicator", + "name:8": "Thaumic Replication", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -85065,7 +86076,20 @@ } }, "questID:3": 1201, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumadditions:adaminite_ingot" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -85075,6 +86099,24 @@ "ignoreNBT:1": 0, "index:3": 0, "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumadditions:adaminite_block" + } + }, + "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 1, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { "Count:3": 1, @@ -85086,7 +86128,7 @@ } } }, - "taskID:8": "bq_standard:retrieval" + "taskID:8": "bq_standard:optional_retrieval" } } }, @@ -103251,7 +104293,7 @@ "consume:1": 0, "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 0, + "ignoreNBT:1": 1, "index:3": 0, "partialMatch:1": 1, "requiredItems:9": { @@ -103266,6 +104308,12 @@ "knowledge.minecraft:1": 1, "knowledge.relic:1": 1 } + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrabotany:spiritfuel" } }, "taskID:8": "bq_standard:retrieval" @@ -103366,7 +104414,20 @@ } }, "questID:3": 1298, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:etherium_ore" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -107614,7 +108675,20 @@ } }, "questID:3": 1345, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:arkengem" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -110944,7 +112018,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712098789, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -111004,7 +112077,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "No Description", + "desc:8": "Not being told about the secrets of filling a planet with taint does sting a little bit I won\u0027t lie. After what I was told, I believe I am conscientious enough to not use this power; I just want to know more about this universe I am part of. I want to make sense of it.\nI do appreciate that I was told about a way to remove flux, though. Not only it is useful, but the knowledge of this provides good insight about the way the thumic fields operate.\nThey are not an inherent property of space, meaning that not every place in the universe will have aura or flux. In that sense, they operate similarly to how the electromagnetic field operates; to have it you need a source, like a magnet, or something very very hot. \nMost of the universe, though, experiences the fields of aura and flux, and this is because of the ability of these fields to push matter itself into a more stable equilibrium. For reasons that still do not make 100% sense, matter influenced by these fields becomes more \u0027organized\u0027 in some way, and itself it becomes a source of the fields. The process is very slow, and even slower at low field strengths, from what I am seeing, but it makes it so that, starting from a single source of aura for example, the whole universe will eventually turn into a source of aura.\nThis process can be boosted by some properties of nature, and the trees in some forest on Terra seem to be able to do that, but it can also be stopped and even reverted.\nThis sponge I recently been told of is a recursive object, expressing a magic I would call mythic, that can halt the spreading of flux.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -111028,7 +112101,33 @@ } }, "questID:3": 1397, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "simple_trophies:trophy", + "tag:10": { + "TrophyColorBlue:3": 0, + "TrophyColorGreen:3": 200, + "TrophyColorRed:3": 200, + "TrophyItem:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "minecraft:sponge" + }, + "TrophyName:8": "Cleanest of them all!", + "TrophyShowsTooltip:1": 1, + "TrophyVariant:8": "classic" + } + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -118312,7 +119411,12 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "minecraft:stone" + "id:8": "chickens:spawn_egg", + "tag:10": { + "ChickenType:10": { + "id:8": "chickens:slimechicken" + } + } } }, "taskID:8": "bq_standard:retrieval" @@ -126729,6 +127833,12 @@ "Damage:2": 2, "OreDict:8": "", "id:8": "iceandfire:dragon_skull" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "iceandfire:lightning_dragon_heart" } }, "taskID:8": "bq_standard:retrieval" @@ -139185,7 +140295,26 @@ }, "questID:3": 1807, "rewards:9": {}, - "tasks:9": {} + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumcraft:goggles" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } }, "1808:10": { "preRequisiteTypes:7": [ @@ -139936,7 +141065,20 @@ } }, "questID:3": 1818, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:intense_meatball_pasta" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -151855,7 +152997,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "The way recursive materials and objects interact with pretty much everything and every other magic field is truly remarkable!\nI think I know what makes magic \u0027mythic\u0027, what makes it evolve into something capable of acting against the laws of nature. It is an extended and expanded version of \u0027normal\u0027 magic that uses said laws of nature. Expanded by what? Well, recursion, or whatever the force that keeps me alive and immortal is.\nJust combining the recursive matter that is ender dolomite with metals from the world of Barathos has changed their magic properties into something new and powerful, way more powerful. \nI still have no idea how this force (is it a force?) works, but I cannot deny how impactful it is. If I want to get ahead in this universe of mythological deities and planet-destroying powers, control recursion is what will make me more powerful without necessarily gaining knowledge in other fields.\nI still strongly suspect that, to understand recursion, I will have to understand everything else first.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -151867,7 +153009,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "Barathosynium", + "name:8": "Recursion and Baron Powers", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -156556,7 +157698,7 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "torcherino:compressed_torch_lvl1" + "id:8": "tce:tce_compressed_torch_lvl1" }, "ignoresview:1": 0, "ismain:1": 0, @@ -156589,7 +157731,7 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "torcherino:compressed_torch_lvl1" + "id:8": "tce:tce_compressed_torch_lvl1" } }, "taskID:8": "bq_standard:retrieval" @@ -167731,7 +168873,6 @@ "TrophyColorBlue:3": 100, "TrophyColorGreen:3": 0, "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1712099291, "TrophyItem:10": { "Count:1": 1, "Damage:2": 0, @@ -168348,7 +169489,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "As expected, the hosts that periodically cover Terra in creepers are from Creeponia. No surprises there.\nWhat is surprising about them, though, is that the ones invading Terra are much less powerful that the one I encountered here, almost as if Shyre forces were holding back, while still showing what they are capable of. \n", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -168427,7 +169568,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "The vast majority of the life in the Deeplands is consciously committed to the cause of the Shyre Empire, but there still seems to be a small percentage of it that is free to act on its own, even though it\u0027s doing critter things.\nThe critters here are different in other ways as well, as they seem to hold a strange metal in their cores. It resembles a rough steel alloy, but it is fully made through organic processes.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -169977,7 +171118,7 @@ "consume:1": 0, "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 0, + "ignoreNBT:1": 1, "index:3": 0, "partialMatch:1": 1, "requiredItems:9": { @@ -176073,7 +177214,7 @@ "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "", + "desc:8": "Why won\u0027t the Meatballs leave me alone?! I swear they seem to exist solely to torment me.\nThe Meatball Man has a lot of power and influence, at least comparable with the Twilight Horde, but all his forces do is toy with me, and nobody else.\nThe undead forces and the other Meatball creatures are only interested in me and the Testificates, and they don\u0027t seem to want anything beyond torment. Why don\u0027t they build empires or search for resources like the other people that are high on the Kardashev scale? They just cause chaos. \nWell, to be fair, it is very possible I am not seeing the big picture of the Meatball Man\u0027s plans, but it feels like I am interacting with a very bored kid during school, just trying to find something to do to be entertained.", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -176097,7 +177238,20 @@ } }, "questID:3": 2240, - "rewards:9": {}, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:tainted_sentient_meatball" + } + } + } + }, "tasks:9": { "0:10": { "autoConsume:1": 0, @@ -179243,6 +180397,712 @@ } }, "2263:10": { + "preRequisites:11": [ + 68 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "§7§oThe §cLogistics and Organization §7§oquest tab has a list of all available energy storage options.\n\nHeads up, the draconic energy orb is craftable in chapter 2 :)\n\n§fEnergy storage has been, and still is, a long-standing problem for humanity. If only we had dragons on Earth!\nWhatever entropy magic dragons on the end islands use, it makes energy storage very effective!", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:energy_storage_core" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 0, + "name:8": "Massive", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "NORMAL" + } + }, + "questID:3": 2263, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:draconium_block" + } + } + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:energy_storage_core" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:energy_pylon" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "draconicevolution:particle_generator" + } + }, + "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 1, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:draconic_energy_ball" + } + }, + "taskID:8": "bq_standard:optional_retrieval" + } + } + }, + "2264:10": { + "preRequisites:11": [ + 2262 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:paparazzi_camera" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 0, + "name:8": "Papa Papa Paparazzi", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "NORMAL" + } + }, + "questID:3": 2264, + "rewards:9": {}, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:paparazzi_camera" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } + }, + "2265:10": { + "preRequisites:11": [ + 152 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "§7§oAutomating essentia is a good idea by now! The quest can be compelted using any pods!\n\nCheck out the explanation items for setup ideas!\n\n§fMagic, once so esotheric, is starting to make a bit more sense! The laws of Thaumaturgy, now that they are understandable, can be used in similar ways to other natural laws, to make machines.\nThe more machines I can make, the less manual labor I will have to deal with!", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumadditions:vis_pod", + "tag:10": { + "Aspect:8": "aer" + } + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 0, + "name:8": "Good to Automate Essentia", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "NORMAL" + } + }, + "questID:3": 2265, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumadditions:vis_pod", + "tag:10": { + "Aspect:8": "caeles" + } + } + } + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumadditions:vis_pod", + "tag:10": { + "Aspect:8": "aer" + } + } + }, + "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 1, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:essentia_management" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:full_essentia_automation" + } + }, + "taskID:8": "bq_standard:optional_retrieval" + } + } + }, + "2266:10": { + "preRequisites:11": [ + 1253 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "§7§oFound in Gallifrey.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:bee_queen_ge", + "tag:10": { + "Genome:10": { + "Chromosomes:9": { + "0:10": { + "Slot:1": 0, + "UID0:8": "gendustry.bee.Warrior", + "UID1:8": "gendustry.bee.Warrior" + }, + "1:10": { + "Slot:1": 1, + "UID0:8": "forestry.speedSlowest", + "UID1:8": "forestry.speedSlowest" + }, + "2:10": { + "Slot:1": 2, + "UID0:8": "forestry.lifespanShorter", + "UID1:8": "forestry.lifespanShorter" + }, + "3:10": { + "Slot:1": 3, + "UID0:8": "forestry.fertilityHigh", + "UID1:8": "forestry.fertilityHigh" + }, + "4:10": { + "Slot:1": 4, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "5:10": { + "Slot:1": 5, + "UID0:8": "forestry.boolTrue", + "UID1:8": "forestry.boolTrue" + }, + "6:10": { + "Slot:1": 6, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "7:10": { + "Slot:1": 7, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "8:10": { + "Slot:1": 8, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "9:10": { + "Slot:1": 9, + "UID0:8": "forestry.flowersVanilla", + "UID1:8": "forestry.flowersVanilla" + }, + "10:10": { + "Slot:1": 10, + "UID0:8": "forestry.floweringSlower", + "UID1:8": "forestry.floweringSlower" + }, + "11:10": { + "Slot:1": 11, + "UID0:8": "forestry.territoryAverage", + "UID1:8": "forestry.territoryAverage" + }, + "12:10": { + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" + } + } + }, + "Health:3": 20, + "IsAnalyzed:1": 0, + "Mate:10": { + "Chromosomes:9": { + "0:10": { + "Slot:1": 0, + "UID0:8": "gendustry.bee.Warrior", + "UID1:8": "gendustry.bee.Warrior" + }, + "1:10": { + "Slot:1": 1, + "UID0:8": "forestry.speedSlowest", + "UID1:8": "forestry.speedSlowest" + }, + "2:10": { + "Slot:1": 2, + "UID0:8": "forestry.lifespanShorter", + "UID1:8": "forestry.lifespanShorter" + }, + "3:10": { + "Slot:1": 3, + "UID0:8": "forestry.fertilityHigh", + "UID1:8": "forestry.fertilityHigh" + }, + "4:10": { + "Slot:1": 4, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "5:10": { + "Slot:1": 5, + "UID0:8": "forestry.boolTrue", + "UID1:8": "forestry.boolTrue" + }, + "6:10": { + "Slot:1": 6, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "7:10": { + "Slot:1": 7, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "8:10": { + "Slot:1": 8, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "9:10": { + "Slot:1": 9, + "UID0:8": "forestry.flowersVanilla", + "UID1:8": "forestry.flowersVanilla" + }, + "10:10": { + "Slot:1": 10, + "UID0:8": "forestry.floweringSlower", + "UID1:8": "forestry.floweringSlower" + }, + "11:10": { + "Slot:1": 11, + "UID0:8": "forestry.territoryAverage", + "UID1:8": "forestry.territoryAverage" + }, + "12:10": { + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" + } + } + }, + "MaxH:3": 20 + } + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 0, + "name:8": "Warrior Bee", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "NORMAL" + } + }, + "questID:3": 2266, + "rewards:9": {}, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:bee_queen_ge", + "tag:10": { + "Genome:10": { + "Chromosomes:9": { + "0:10": { + "Slot:1": 0, + "UID0:8": "gendustry.bee.Warrior", + "UID1:8": "gendustry.bee.Warrior" + }, + "1:10": { + "Slot:1": 1, + "UID0:8": "forestry.speedSlowest", + "UID1:8": "forestry.speedSlowest" + }, + "2:10": { + "Slot:1": 2, + "UID0:8": "forestry.lifespanShorter", + "UID1:8": "forestry.lifespanShorter" + }, + "3:10": { + "Slot:1": 3, + "UID0:8": "forestry.fertilityHigh", + "UID1:8": "forestry.fertilityHigh" + }, + "4:10": { + "Slot:1": 4, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "5:10": { + "Slot:1": 5, + "UID0:8": "forestry.boolTrue", + "UID1:8": "forestry.boolTrue" + }, + "6:10": { + "Slot:1": 6, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "7:10": { + "Slot:1": 7, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "8:10": { + "Slot:1": 8, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "9:10": { + "Slot:1": 9, + "UID0:8": "forestry.flowersVanilla", + "UID1:8": "forestry.flowersVanilla" + }, + "10:10": { + "Slot:1": 10, + "UID0:8": "forestry.floweringSlower", + "UID1:8": "forestry.floweringSlower" + }, + "11:10": { + "Slot:1": 11, + "UID0:8": "forestry.territoryAverage", + "UID1:8": "forestry.territoryAverage" + }, + "12:10": { + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" + } + } + }, + "Health:3": 20, + "IsAnalyzed:1": 0, + "Mate:10": { + "Chromosomes:9": { + "0:10": { + "Slot:1": 0, + "UID0:8": "gendustry.bee.Warrior", + "UID1:8": "gendustry.bee.Warrior" + }, + "1:10": { + "Slot:1": 1, + "UID0:8": "forestry.speedSlowest", + "UID1:8": "forestry.speedSlowest" + }, + "2:10": { + "Slot:1": 2, + "UID0:8": "forestry.lifespanShorter", + "UID1:8": "forestry.lifespanShorter" + }, + "3:10": { + "Slot:1": 3, + "UID0:8": "forestry.fertilityHigh", + "UID1:8": "forestry.fertilityHigh" + }, + "4:10": { + "Slot:1": 4, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "5:10": { + "Slot:1": 5, + "UID0:8": "forestry.boolTrue", + "UID1:8": "forestry.boolTrue" + }, + "6:10": { + "Slot:1": 6, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "7:10": { + "Slot:1": 7, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "8:10": { + "Slot:1": 8, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "9:10": { + "Slot:1": 9, + "UID0:8": "forestry.flowersVanilla", + "UID1:8": "forestry.flowersVanilla" + }, + "10:10": { + "Slot:1": 10, + "UID0:8": "forestry.floweringSlower", + "UID1:8": "forestry.floweringSlower" + }, + "11:10": { + "Slot:1": 11, + "UID0:8": "forestry.territoryAverage", + "UID1:8": "forestry.territoryAverage" + }, + "12:10": { + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" + } + } + }, + "MaxH:3": 20 + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } + }, + "2267:10": { + "preRequisites:11": [ + 284 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 651, + "OreDict:8": "", + "id:8": "extendedcrafting:singularity_custom" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 0, + "name:8": "Divine Divination", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "NORMAL" + } + }, + "questID:3": 2267, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "divinerpg:divine_stone" + } + } + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 651, + "OreDict:8": "", + "id:8": "extendedcrafting:singularity_custom" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } + }, + "2268:10": { + "preRequisites:11": [ + 367 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:energetic_prison_key" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 0, + "name:8": "The Mighty Energy Queen", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "NORMAL" + } + }, + "questID:3": 2268, + "rewards:9": {}, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "contenttweaker:energetic_prison_key" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } + }, + "2269:10": { "preRequisites:11": [ 37 ], @@ -179281,7 +181141,7 @@ } } }, - "2264:10": { + "2270:10": { "preRequisites:11": [ 20054, 37 @@ -179336,7 +181196,7 @@ } } }, - "2265:10": { + "2271:10": { "preRequisites:11": [ 20197 ], @@ -179389,7 +181249,7 @@ } } }, - "2266:10": { + "2272:10": { "preRequisites:11": [ 20171 ], @@ -179448,7 +181308,7 @@ } } }, - "2267:10": { + "2273:10": { "preRequisites:11": [ 20200 ], @@ -179501,7 +181361,7 @@ } } }, - "2268:10": { + "2274:10": { "preRequisites:11": [ 20054, 65 @@ -179569,7 +181429,7 @@ } } }, - "2269:10": { + "2275:10": { "preRequisites:11": [ 20107 ], @@ -179644,7 +181504,7 @@ } } }, - "2270:10": { + "2276:10": { "preRequisites:11": [ 20054, 114 @@ -179699,7 +181559,7 @@ } } }, - "2271:10": { + "2277:10": { "preRequisites:11": [ 20203 ], @@ -179743,7 +181603,7 @@ "consume:1": 0, "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 0, + "ignoreNBT:1": 1, "index:3": 0, "partialMatch:1": 1, "requiredItems:9": { @@ -179758,13 +181618,19 @@ "knowledge.minecraft:1": 1, "knowledge.relic:1": 1 } + }, + "1:10": { + "Count:3": 1, + "Damage:2": 7, + "OreDict:8": "", + "id:8": "botania:manaresource" } }, "taskID:8": "bq_standard:retrieval" } } }, - "2272:10": { + "2278:10": { "preRequisites:11": [ 20055 ], @@ -179817,7 +181683,7 @@ } } }, - "2273:10": { + "2279:10": { "preRequisites:11": [ 20054, 37 @@ -179871,7 +181737,7 @@ } } }, - "2274:10": { + "2280:10": { "preRequisites:11": [ 20064 ], @@ -179924,7 +181790,7 @@ } } }, - "2275:10": { + "2281:10": { "preRequisites:11": [ 20064 ], @@ -179977,7 +181843,7 @@ } } }, - "2276:10": { + "2282:10": { "preRequisites:11": [ 20066 ], @@ -180036,7 +181902,7 @@ } } }, - "2277:10": { + "2283:10": { "preRequisites:11": [ 20066 ], @@ -180089,7 +181955,7 @@ } } }, - "2278:10": { + "2284:10": { "preRequisites:11": [ 20066 ], @@ -180142,7 +182008,7 @@ } } }, - "2279:10": { + "2285:10": { "preRequisites:11": [ 20066 ], @@ -180195,7 +182061,7 @@ } } }, - "2280:10": { + "2286:10": { "preRequisites:11": [ 20066 ], @@ -180248,7 +182114,7 @@ } } }, - "2281:10": { + "2287:10": { "preRequisites:11": [ 20066 ], @@ -180301,7 +182167,7 @@ } } }, - "2282:10": { + "2288:10": { "preRequisites:11": [ 20066 ], @@ -180354,7 +182220,7 @@ } } }, - "2283:10": { + "2289:10": { "preRequisites:11": [ 20066 ], @@ -180407,7 +182273,7 @@ } } }, - "2284:10": { + "2290:10": { "preRequisites:11": [ 20066 ], @@ -180460,7 +182326,7 @@ } } }, - "2285:10": { + "2291:10": { "preRequisites:11": [ 749, 20067 @@ -180514,7 +182380,7 @@ } } }, - "2286:10": { + "2292:10": { "preRequisites:11": [ 748, 20067 @@ -180568,7 +182434,7 @@ } } }, - "2287:10": { + "2293:10": { "preRequisites:11": [ 747, 20067 @@ -180622,7 +182488,7 @@ } } }, - "2288:10": { + "2294:10": { "preRequisites:11": [ 20066 ], @@ -180675,7 +182541,7 @@ } } }, - "2289:10": { + "2295:10": { "preRequisites:11": [ 745, 20067 @@ -180729,7 +182595,7 @@ } } }, - "2290:10": { + "2296:10": { "preRequisites:11": [ 743, 20067 @@ -180783,7 +182649,7 @@ } } }, - "2291:10": { + "2297:10": { "preRequisites:11": [ 744, 20067 @@ -180837,7 +182703,7 @@ } } }, - "2292:10": { + "2298:10": { "preRequisites:11": [ 742, 20067 @@ -180891,7 +182757,7 @@ } } }, - "2293:10": { + "2299:10": { "preRequisites:11": [ 20085 ], @@ -180944,7 +182810,7 @@ } } }, - "2294:10": { + "2300:10": { "preRequisites:11": [ 20079 ], @@ -180997,7 +182863,7 @@ } } }, - "2295:10": { + "2301:10": { "preRequisites:11": [ 20087 ], @@ -181050,7 +182916,7 @@ } } }, - "2296:10": { + "2302:10": { "preRequisites:11": [ 20200 ], @@ -181103,7 +182969,7 @@ } } }, - "2297:10": { + "2303:10": { "preRequisites:11": [ 20099 ], @@ -181156,7 +183022,7 @@ } } }, - "2298:10": { + "2304:10": { "preRequisites:11": [ 20087 ], @@ -181211,7 +183077,7 @@ } } }, - "2299:10": { + "2305:10": { "preRequisites:11": [ 20087 ], @@ -181264,7 +183130,7 @@ } } }, - "2300:10": { + "2306:10": { "preRequisites:11": [ 20086 ], @@ -181317,7 +183183,7 @@ } } }, - "2301:10": { + "2307:10": { "preRequisites:11": [ 20094 ], @@ -181384,7 +183250,7 @@ } } }, - "2302:10": { + "2308:10": { "preRequisites:11": [ 20095 ], @@ -181437,7 +183303,7 @@ } } }, - "2303:10": { + "2309:10": { "preRequisites:11": [ 20096 ], @@ -181496,7 +183362,7 @@ } } }, - "2304:10": { + "2310:10": { "preRequisites:11": [ 20092 ], @@ -181551,7 +183417,7 @@ } } }, - "2305:10": { + "2311:10": { "preRequisites:11": [ 20093 ], @@ -181630,7 +183496,7 @@ } } }, - "2306:10": { + "2312:10": { "preRequisites:11": [ 20099 ], @@ -181683,7 +183549,7 @@ } } }, - "2307:10": { + "2313:10": { "preRequisites:11": [ 20099 ], @@ -181754,7 +183620,7 @@ } } }, - "2308:10": { + "2314:10": { "preRequisites:11": [ 20099 ], @@ -181813,7 +183679,7 @@ } } }, - "2309:10": { + "2315:10": { "preRequisites:11": [ 20098 ], @@ -181868,7 +183734,7 @@ } } }, - "2310:10": { + "2316:10": { "preRequisites:11": [ 20099 ], @@ -181933,7 +183799,7 @@ } } }, - "2311:10": { + "2317:10": { "preRequisites:11": [ 20099 ], @@ -181986,7 +183852,7 @@ } } }, - "2312:10": { + "2318:10": { "preRequisites:11": [ 20103 ], @@ -182041,7 +183907,7 @@ } } }, - "2313:10": { + "2319:10": { "preRequisites:11": [ 20198 ], @@ -182116,7 +183982,7 @@ } } }, - "2314:10": { + "2320:10": { "preRequisites:11": [ 20198 ], @@ -182169,7 +184035,7 @@ } } }, - "2315:10": { + "2321:10": { "preRequisites:11": [ 20107 ], @@ -182238,7 +184104,7 @@ } } }, - "2316:10": { + "2322:10": { "preRequisites:11": [ 20109 ], @@ -182291,7 +184157,7 @@ } } }, - "2317:10": { + "2323:10": { "preRequisites:11": [ 20109 ], @@ -182350,7 +184216,7 @@ } } }, - "2318:10": { + "2324:10": { "preRequisites:11": [ 20061 ], @@ -182403,7 +184269,7 @@ } } }, - "2319:10": { + "2325:10": { "preRequisites:11": [ 20061 ], @@ -182462,7 +184328,7 @@ } } }, - "2320:10": { + "2326:10": { "preRequisites:11": [ 20109 ], @@ -182515,7 +184381,7 @@ } } }, - "2321:10": { + "2327:10": { "preRequisites:11": [ 20109 ], @@ -182568,7 +184434,7 @@ } } }, - "2322:10": { + "2328:10": { "preRequisites:11": [ 20109 ], @@ -182621,7 +184487,7 @@ } } }, - "2323:10": { + "2329:10": { "preRequisites:11": [ 20115 ], @@ -182674,7 +184540,7 @@ } } }, - "2324:10": { + "2330:10": { "preRequisites:11": [ 20113 ], @@ -182733,7 +184599,7 @@ } } }, - "2325:10": { + "2331:10": { "preRequisites:11": [ 20111 ], @@ -182806,7 +184672,7 @@ } } }, - "2326:10": { + "2332:10": { "preRequisites:11": [ 20109 ], @@ -182886,7 +184752,7 @@ } } }, - "2327:10": { + "2333:10": { "preRequisites:11": [ 20120 ], @@ -182939,7 +184805,7 @@ } } }, - "2328:10": { + "2334:10": { "preRequisites:11": [ 20120 ], @@ -182992,7 +184858,7 @@ } } }, - "2329:10": { + "2335:10": { "preRequisites:11": [ 20120 ], @@ -183045,7 +184911,7 @@ } } }, - "2330:10": { + "2336:10": { "preRequisites:11": [ 20118 ], @@ -183104,7 +184970,7 @@ } } }, - "2331:10": { + "2337:10": { "preRequisites:11": [ 20124 ], @@ -183163,7 +185029,7 @@ } } }, - "2332:10": { + "2338:10": { "preRequisites:11": [ 20125 ], @@ -183222,7 +185088,7 @@ } } }, - "2333:10": { + "2339:10": { "preRequisites:11": [ 20061 ], @@ -183275,7 +185141,7 @@ } } }, - "2334:10": { + "2340:10": { "preRequisites:11": [ 20061 ], @@ -183328,7 +185194,7 @@ } } }, - "2335:10": { + "2341:10": { "preRequisites:11": [ 20128 ], @@ -183381,7 +185247,7 @@ } } }, - "2336:10": { + "2342:10": { "preRequisites:11": [ 20129 ], @@ -183434,7 +185300,7 @@ } } }, - "2337:10": { + "2343:10": { "preRequisites:11": [ 20130 ], @@ -183487,7 +185353,7 @@ } } }, - "2338:10": { + "2344:10": { "preRequisites:11": [ 20112 ], @@ -183546,7 +185412,7 @@ } } }, - "2339:10": { + "2345:10": { "preRequisites:11": [ 20250 ], @@ -183641,7 +185507,7 @@ } } }, - "2340:10": { + "2346:10": { "preRequisites:11": [ 20127 ], @@ -183694,7 +185560,7 @@ } } }, - "2341:10": { + "2347:10": { "preRequisites:11": [ 20134 ], @@ -183765,7 +185631,7 @@ } } }, - "2342:10": { + "2348:10": { "preRequisites:11": [ 20134 ], @@ -183818,7 +185684,7 @@ } } }, - "2343:10": { + "2349:10": { "preRequisites:11": [ 20136 ], @@ -183871,7 +185737,7 @@ } } }, - "2344:10": { + "2350:10": { "preRequisites:11": [ 20132 ], @@ -183930,7 +185796,7 @@ } } }, - "2345:10": { + "2351:10": { "preRequisites:11": [ 20133 ], @@ -184025,7 +185891,7 @@ } } }, - "2346:10": { + "2352:10": { "preRequisites:11": [ 20134 ], @@ -184095,7 +185961,7 @@ } } }, - "2347:10": { + "2353:10": { "preRequisites:11": [ 20134 ], @@ -184148,7 +186014,7 @@ } } }, - "2348:10": { + "2354:10": { "preRequisites:11": [ 20141 ], @@ -184201,7 +186067,7 @@ } } }, - "2349:10": { + "2355:10": { "preRequisites:11": [ 20138 ], @@ -184260,7 +186126,7 @@ } } }, - "2350:10": { + "2356:10": { "preRequisites:11": [ 20139 ], @@ -184355,7 +186221,7 @@ } } }, - "2351:10": { + "2357:10": { "preRequisites:11": [ 20140 ], @@ -184408,7 +186274,7 @@ } } }, - "2352:10": { + "2358:10": { "preRequisites:11": [ 20143 ], @@ -184467,7 +186333,7 @@ } } }, - "2353:10": { + "2359:10": { "preRequisites:11": [ 20144 ], @@ -184562,7 +186428,7 @@ } } }, - "2354:10": { + "2360:10": { "preRequisites:11": [ 20134 ], @@ -184615,7 +186481,7 @@ } } }, - "2355:10": { + "2361:10": { "preRequisites:11": [ 20147 ], @@ -184710,7 +186576,7 @@ } } }, - "2356:10": { + "2362:10": { "preRequisites:11": [ 20148, 20145 @@ -184764,7 +186630,7 @@ } } }, - "2357:10": { + "2363:10": { "preRequisites:11": [ 20150 ], @@ -184835,7 +186701,7 @@ } } }, - "2358:10": { + "2364:10": { "preRequisites:11": [ 20150 ], @@ -184888,7 +186754,7 @@ } } }, - "2359:10": { + "2365:10": { "preRequisites:11": [ 20167 ], @@ -184941,7 +186807,7 @@ } } }, - "2360:10": { + "2366:10": { "preRequisites:11": [ 20202 ], @@ -184994,7 +186860,7 @@ } } }, - "2361:10": { + "2367:10": { "preRequisites:11": [ 20154 ], @@ -185053,7 +186919,7 @@ } } }, - "2362:10": { + "2368:10": { "preRequisites:11": [ 20155 ], @@ -185106,7 +186972,7 @@ } } }, - "2363:10": { + "2369:10": { "preRequisites:11": [ 20156 ], @@ -185159,7 +187025,7 @@ } } }, - "2364:10": { + "2370:10": { "preRequisites:11": [ 20157 ], @@ -185212,7 +187078,7 @@ } } }, - "2365:10": { + "2371:10": { "preRequisites:11": [ 20156 ], @@ -185265,7 +187131,7 @@ } } }, - "2366:10": { + "2372:10": { "preRequisites:11": [ 20159 ], @@ -185320,7 +187186,7 @@ } } }, - "2367:10": { + "2373:10": { "preRequisites:11": [ 20159 ], @@ -185373,7 +187239,7 @@ } } }, - "2368:10": { + "2374:10": { "preRequisites:11": [ 20161 ], @@ -185426,7 +187292,7 @@ } } }, - "2369:10": { + "2375:10": { "preRequisites:11": [ 20156 ], @@ -185479,7 +187345,7 @@ } } }, - "2370:10": { + "2376:10": { "preRequisites:11": [ 20163 ], @@ -185532,7 +187398,7 @@ } } }, - "2371:10": { + "2377:10": { "preRequisites:11": [ 20163 ], @@ -185597,7 +187463,7 @@ } } }, - "2372:10": { + "2378:10": { "preRequisites:11": [ 20165 ], @@ -185668,7 +187534,7 @@ } } }, - "2373:10": { + "2379:10": { "preRequisites:11": [ 20166 ], @@ -185721,7 +187587,7 @@ } } }, - "2374:10": { + "2380:10": { "preRequisites:11": [ 20167 ], @@ -185780,7 +187646,7 @@ } } }, - "2375:10": { + "2381:10": { "preRequisites:11": [ 20166 ], @@ -185839,7 +187705,7 @@ } } }, - "2376:10": { + "2382:10": { "preRequisites:11": [ 20171 ], @@ -185898,7 +187764,7 @@ } } }, - "2377:10": { + "2383:10": { "preRequisites:11": [ 751 ], @@ -185951,7 +187817,7 @@ } } }, - "2378:10": { + "2384:10": { "preRequisites:11": [ 20104 ], @@ -186016,7 +187882,7 @@ } } }, - "2379:10": { + "2385:10": { "preRequisites:11": [ 20105 ], @@ -186117,7 +187983,7 @@ } } }, - "2380:10": { + "2386:10": { "preRequisites:11": [ 20106 ], @@ -186172,7 +188038,7 @@ } } }, - "2381:10": { + "2387:10": { "preRequisites:11": [ 20172 ], @@ -186237,7 +188103,7 @@ } } }, - "2382:10": { + "2388:10": { "preRequisites:11": [ 20175 ], @@ -186302,7 +188168,7 @@ } } }, - "2383:10": { + "2389:10": { "preRequisites:11": [ 20176 ], @@ -186367,7 +188233,7 @@ } } }, - "2384:10": { + "2390:10": { "preRequisites:11": [ 20177, 882 @@ -186427,7 +188293,7 @@ } } }, - "2385:10": { + "2391:10": { "preRequisites:11": [ 20197 ], @@ -186480,7 +188346,7 @@ } } }, - "2386:10": { + "2392:10": { "preRequisites:11": [ 20194 ], @@ -186533,7 +188399,7 @@ } } }, - "2387:10": { + "2393:10": { "preRequisites:11": [ 1747, 20189 @@ -186587,7 +188453,7 @@ } } }, - "2388:10": { + "2394:10": { "preRequisites:11": [ 20196 ], @@ -186640,7 +188506,7 @@ } } }, - "2389:10": { + "2395:10": { "preRequisites:11": [ 20189 ], @@ -186693,7 +188559,7 @@ } } }, - "2390:10": { + "2396:10": { "preRequisites:11": [ 20182 ], @@ -186746,7 +188612,7 @@ } } }, - "2391:10": { + "2397:10": { "preRequisites:11": [ 20185 ], @@ -186799,7 +188665,7 @@ } } }, - "2392:10": { + "2398:10": { "preRequisites:11": [ 1751 ], @@ -186852,7 +188718,7 @@ } } }, - "2393:10": { + "2399:10": { "preRequisites:11": [ 20218 ], @@ -186911,7 +188777,7 @@ } } }, - "2394:10": { + "2400:10": { "preRequisites:11": [ 20197 ], @@ -186970,7 +188836,7 @@ } } }, - "2395:10": { + "2401:10": { "preRequisites:11": [ 20182 ], @@ -187023,7 +188889,7 @@ } } }, - "2396:10": { + "2402:10": { "preRequisites:11": [ 1755 ], @@ -187076,7 +188942,7 @@ } } }, - "2397:10": { + "2403:10": { "preRequisites:11": [ 20182 ], @@ -187135,7 +189001,7 @@ } } }, - "2398:10": { + "2404:10": { "preRequisites:11": [ 1748 ], @@ -187194,7 +189060,7 @@ } } }, - "2399:10": { + "2405:10": { "preRequisites:11": [ 20059 ], @@ -187247,7 +189113,7 @@ } } }, - "2400:10": { + "2406:10": { "preRequisites:11": [ 20054, 114 @@ -187302,7 +189168,7 @@ } } }, - "2401:10": { + "2407:10": { "preRequisites:11": [ 20183 ], @@ -187355,7 +189221,7 @@ } } }, - "2402:10": { + "2408:10": { "preRequisites:11": [ 20054, 114 @@ -187423,7 +189289,7 @@ } } }, - "2403:10": { + "2409:10": { "preRequisites:11": [ 20198 ], @@ -187476,7 +189342,7 @@ } } }, - "2404:10": { + "2410:10": { "preRequisites:11": [ 20054, 37 @@ -187555,7 +189421,7 @@ } } }, - "2405:10": { + "2411:10": { "preRequisites:11": [ 20200 ], @@ -187608,7 +189474,7 @@ } } }, - "2406:10": { + "2412:10": { "preRequisites:11": [ 20054, 114 @@ -187687,7 +189553,7 @@ } } }, - "2407:10": { + "2413:10": { "preRequisites:11": [ 20202 ], @@ -187726,7 +189592,7 @@ "consume:1": 0, "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 0, + "ignoreNBT:1": 1, "index:3": 0, "partialMatch:1": 1, "requiredItems:9": { @@ -187742,7 +189608,7 @@ } } }, - "2408:10": { + "2414:10": { "preRequisites:11": [ 20205, 20215 @@ -187796,7 +189662,7 @@ } } }, - "2409:10": { + "2415:10": { "preRequisites:11": [ 20059 ], @@ -187851,7 +189717,7 @@ } } }, - "2410:10": { + "2416:10": { "preRequisites:11": [ 20059 ], @@ -187904,7 +189770,7 @@ } } }, - "2411:10": { + "2417:10": { "preRequisites:11": [ 20059 ], @@ -187957,7 +189823,7 @@ } } }, - "2412:10": { + "2418:10": { "preRequisites:11": [ 20206 ], @@ -188010,7 +189876,7 @@ } } }, - "2413:10": { + "2419:10": { "preRequisites:11": [ 20205 ], @@ -188063,7 +189929,7 @@ } } }, - "2414:10": { + "2420:10": { "preRequisites:11": [ 20204 ], @@ -188116,7 +189982,7 @@ } } }, - "2415:10": { + "2421:10": { "preRequisites:11": [ 20210 ], @@ -188169,7 +190035,7 @@ } } }, - "2416:10": { + "2422:10": { "preRequisites:11": [ 20211 ], @@ -188222,7 +190088,7 @@ } } }, - "2417:10": { + "2423:10": { "preRequisites:11": [ 20212 ], @@ -188275,7 +190141,7 @@ } } }, - "2418:10": { + "2424:10": { "preRequisites:11": [ 20213 ], @@ -188328,7 +190194,7 @@ } } }, - "2419:10": { + "2425:10": { "preRequisites:11": [ 20207 ], @@ -188381,7 +190247,7 @@ } } }, - "2420:10": { + "2426:10": { "preRequisites:11": [ 1748 ], @@ -188446,7 +190312,7 @@ } } }, - "2421:10": { + "2427:10": { "preRequisites:11": [ 20194 ], @@ -188567,7 +190433,7 @@ } } }, - "2422:10": { + "2428:10": { "preRequisites:11": [ 20182 ], @@ -188606,7 +190472,7 @@ } } }, - "2423:10": { + "2429:10": { "preRequisites:11": [ 20218 ], @@ -188665,7 +190531,7 @@ } } }, - "2424:10": { + "2430:10": { "preRequisites:11": [ 20191 ], @@ -188718,7 +190584,7 @@ } } }, - "2425:10": { + "2431:10": { "preRequisites:11": [ 1755 ], @@ -188807,7 +190673,7 @@ } } }, - "2426:10": { + "2432:10": { "preRequisites:11": [ 20193 ], @@ -188860,7 +190726,7 @@ } } }, - "2427:10": { + "2433:10": { "preRequisites:11": [ 20194 ], @@ -188919,7 +190785,7 @@ } } }, - "2428:10": { + "2434:10": { "preRequisites:11": [ 1748 ], @@ -188972,7 +190838,7 @@ } } }, - "2429:10": { + "2435:10": { "preRequisites:11": [ 20194 ], @@ -189037,7 +190903,7 @@ } } }, - "2430:10": { + "2436:10": { "preRequisites:11": [ 20218 ], @@ -189090,7 +190956,7 @@ } } }, - "2431:10": { + "2437:10": { "preRequisites:11": [ 20219 ], @@ -189143,7 +191009,7 @@ } } }, - "2432:10": { + "2438:10": { "preRequisites:11": [ 1748 ], @@ -189202,14 +191068,14 @@ } } }, - "2433:10": { + "2439:10": { "preRequisites:11": [ 20217 ], "properties:10": { "betterquesting:10": { "autoclaim:1": 0, - "desc:8": "§7§oDefeat the final boss!", + "desc:8": "§7§oTo enter the dungeon you need to use a fully charged thaumium or voidseer casting gauntlet augmented with the impetus conductor on the gateway block.\n\nDefeat the final boss!", "globalshare:1": 0, "icon:10": { "Count:3": 1, @@ -189255,7 +191121,7 @@ } } }, - "2434:10": { + "2440:10": { "preRequisites:11": [ 20228 ], @@ -189314,7 +191180,7 @@ } } }, - "2435:10": { + "2441:10": { "preRequisites:11": [ 1755 ], @@ -189367,7 +191233,7 @@ } } }, - "2436:10": { + "2442:10": { "preRequisites:11": [ 1755 ], @@ -189420,7 +191286,7 @@ } } }, - "2437:10": { + "2443:10": { "preRequisites:11": [ 1755 ], @@ -189473,7 +191339,7 @@ } } }, - "2438:10": { + "2444:10": { "preRequisites:11": [ 20194 ], @@ -189532,7 +191398,7 @@ } } }, - "2439:10": { + "2445:10": { "preRequisites:11": [ 20194 ], @@ -189591,7 +191457,7 @@ } } }, - "2440:10": { + "2446:10": { "preRequisites:11": [ 20194 ], @@ -189644,7 +191510,7 @@ } } }, - "2441:10": { + "2447:10": { "preRequisites:11": [ 20194 ], @@ -189703,7 +191569,7 @@ } } }, - "2442:10": { + "2448:10": { "preRequisites:11": [ 20194 ], @@ -189762,7 +191628,7 @@ } } }, - "2443:10": { + "2449:10": { "preRequisites:11": [ 20239 ], @@ -189858,7 +191724,7 @@ } } }, - "2444:10": { + "2450:10": { "preRequisites:11": [ 20242 ], @@ -189911,7 +191777,7 @@ } } }, - "2445:10": { + "2451:10": { "preRequisites:11": [ 20218, 1751 @@ -189984,7 +191850,7 @@ } } }, - "2446:10": { + "2452:10": { "preRequisites:11": [ 1751 ], @@ -190037,7 +191903,7 @@ } } }, - "2447:10": { + "2453:10": { "preRequisites:11": [ 20328 ], @@ -190096,7 +191962,7 @@ } } }, - "2448:10": { + "2454:10": { "preRequisites:11": [ 20347 ], @@ -190149,7 +192015,7 @@ } } }, - "2449:10": { + "2455:10": { "preRequisites:11": [ 20340 ], @@ -190208,7 +192074,7 @@ } } }, - "2450:10": { + "2456:10": { "preRequisites:11": [ 20340 ], @@ -190267,7 +192133,7 @@ } } }, - "2451:10": { + "2457:10": { "preRequisites:11": [ 20112 ], @@ -190306,7 +192172,7 @@ } } }, - "2452:10": { + "2458:10": { "preRequisites:11": [ 20122 ], @@ -190381,7 +192247,7 @@ } } }, - "2453:10": { + "2459:10": { "preRequisites:11": [ 20092 ], @@ -190436,7 +192302,7 @@ } } }, - "2454:10": { + "2460:10": { "preRequisites:11": [ 20397 ], @@ -190489,7 +192355,7 @@ } } }, - "2455:10": { + "2461:10": { "preRequisites:11": [ 31 ], @@ -190568,7 +192434,7 @@ } } }, - "2456:10": { + "2462:10": { "preRequisites:11": [ 20254 ], @@ -190619,7 +192485,7 @@ } } }, - "2457:10": { + "2463:10": { "preRequisites:11": [ 20255 ], @@ -190670,7 +192536,7 @@ } } }, - "2458:10": { + "2464:10": { "preRequisites:11": [ 20255 ], @@ -190721,7 +192587,7 @@ } } }, - "2459:10": { + "2465:10": { "preRequisites:11": [ 20255 ], @@ -190772,7 +192638,7 @@ } } }, - "2460:10": { + "2466:10": { "preRequisites:11": [ 20255 ], @@ -190823,7 +192689,7 @@ } } }, - "2461:10": { + "2467:10": { "preRequisites:11": [ 20287 ], @@ -190874,7 +192740,7 @@ } } }, - "2462:10": { + "2468:10": { "preRequisites:11": [ 20294 ], @@ -190925,7 +192791,7 @@ } } }, - "2463:10": { + "2469:10": { "preRequisites:11": [ 20287 ], @@ -190976,7 +192842,7 @@ } } }, - "2464:10": { + "2470:10": { "preRequisites:11": [ 20255 ], @@ -191027,7 +192893,7 @@ } } }, - "2465:10": { + "2471:10": { "preRequisites:11": [ 20255 ], @@ -191078,7 +192944,7 @@ } } }, - "2466:10": { + "2472:10": { "preRequisites:11": [ 20255 ], @@ -191129,7 +192995,7 @@ } } }, - "2467:10": { + "2473:10": { "preRequisites:11": [ 20255 ], @@ -191180,7 +193046,7 @@ } } }, - "2468:10": { + "2474:10": { "preRequisites:11": [ 20255 ], @@ -191231,7 +193097,7 @@ } } }, - "2469:10": { + "2475:10": { "preRequisites:11": [ 20255 ], @@ -191282,7 +193148,7 @@ } } }, - "2470:10": { + "2476:10": { "preRequisites:11": [ 20255 ], @@ -191333,7 +193199,7 @@ } } }, - "2471:10": { + "2477:10": { "preRequisites:11": [ 20269 ], @@ -191384,7 +193250,7 @@ } } }, - "2472:10": { + "2478:10": { "preRequisites:11": [ 20270 ], @@ -191435,7 +193301,7 @@ } } }, - "2473:10": { + "2479:10": { "preRequisites:11": [ 20254 ], @@ -191486,7 +193352,7 @@ } } }, - "2474:10": { + "2480:10": { "preRequisites:11": [ 20271 ], @@ -191537,7 +193403,7 @@ } } }, - "2475:10": { + "2481:10": { "preRequisites:11": [ 20255 ], @@ -191588,7 +193454,7 @@ } } }, - "2476:10": { + "2482:10": { "preRequisites:11": [ 20255 ], @@ -191639,7 +193505,7 @@ } } }, - "2477:10": { + "2483:10": { "preRequisites:11": [ 20255 ], @@ -191690,7 +193556,7 @@ } } }, - "2478:10": { + "2484:10": { "preRequisites:11": [ 20276 ], @@ -191741,7 +193607,7 @@ } } }, - "2479:10": { + "2485:10": { "preRequisites:11": [ 20276 ], @@ -191792,7 +193658,7 @@ } } }, - "2480:10": { + "2486:10": { "preRequisites:11": [ 20276 ], @@ -191843,7 +193709,7 @@ } } }, - "2481:10": { + "2487:10": { "preRequisites:11": [ 20276 ], @@ -191894,7 +193760,7 @@ } } }, - "2482:10": { + "2488:10": { "preRequisites:11": [ 20276 ], @@ -191945,7 +193811,7 @@ } } }, - "2483:10": { + "2489:10": { "preRequisites:11": [ 20276 ], @@ -191996,7 +193862,7 @@ } } }, - "2484:10": { + "2490:10": { "preRequisites:11": [ 20276 ], @@ -192047,7 +193913,7 @@ } } }, - "2485:10": { + "2491:10": { "preRequisites:11": [ 20276 ], @@ -192098,7 +193964,7 @@ } } }, - "2486:10": { + "2492:10": { "preRequisites:11": [ 20276 ], @@ -192149,7 +194015,7 @@ } } }, - "2487:10": { + "2493:10": { "preRequisites:11": [ 20301 ], @@ -192200,7 +194066,7 @@ } } }, - "2488:10": { + "2494:10": { "preRequisites:11": [ 20285 ], @@ -192251,7 +194117,7 @@ } } }, - "2489:10": { + "2495:10": { "preRequisites:11": [ 20285 ], @@ -192302,7 +194168,7 @@ } } }, - "2490:10": { + "2496:10": { "preRequisites:11": [ 20285 ], @@ -192353,7 +194219,7 @@ } } }, - "2491:10": { + "2497:10": { "preRequisites:11": [ 20285 ], @@ -192404,7 +194270,7 @@ } } }, - "2492:10": { + "2498:10": { "preRequisites:11": [ 20285 ], @@ -192455,7 +194321,7 @@ } } }, - "2493:10": { + "2499:10": { "preRequisites:11": [ 20285 ], @@ -192506,7 +194372,7 @@ } } }, - "2494:10": { + "2500:10": { "preRequisites:11": [ 20285 ], @@ -192557,7 +194423,7 @@ } } }, - "2495:10": { + "2501:10": { "preRequisites:11": [ 20286 ], @@ -192608,7 +194474,7 @@ } } }, - "2496:10": { + "2502:10": { "preRequisites:11": [ 20286 ], @@ -192659,7 +194525,7 @@ } } }, - "2497:10": { + "2503:10": { "preRequisites:11": [ 20286 ], @@ -192710,7 +194576,7 @@ } } }, - "2498:10": { + "2504:10": { "preRequisites:11": [ 20286 ], @@ -192761,7 +194627,7 @@ } } }, - "2499:10": { + "2505:10": { "preRequisites:11": [ 20286 ], @@ -192812,7 +194678,7 @@ } } }, - "2500:10": { + "2506:10": { "preRequisites:11": [ 20286 ], @@ -192863,7 +194729,7 @@ } } }, - "2501:10": { + "2507:10": { "preRequisites:11": [ 20286 ], @@ -192914,7 +194780,7 @@ } } }, - "2502:10": { + "2508:10": { "preRequisites:11": [ 20287, 20292, @@ -192971,7 +194837,7 @@ } } }, - "2503:10": { + "2509:10": { "preRequisites:11": [ 20286 ], @@ -193022,7 +194888,7 @@ } } }, - "2504:10": { + "2510:10": { "preRequisites:11": [ 20286 ], @@ -193073,7 +194939,7 @@ } } }, - "2505:10": { + "2511:10": { "preRequisites:11": [ 20302, 20303, @@ -193132,7 +194998,7 @@ } } }, - "2506:10": { + "2512:10": { "preRequisites:11": [ 20304 ], @@ -193183,7 +195049,7 @@ } } }, - "2507:10": { + "2513:10": { "preRequisites:11": [ 20304 ], @@ -193234,7 +195100,7 @@ } } }, - "2508:10": { + "2514:10": { "preRequisites:11": [ 20304 ], @@ -193285,7 +195151,7 @@ } } }, - "2509:10": { + "2515:10": { "preRequisites:11": [ 20304 ], @@ -193336,7 +195202,7 @@ } } }, - "2510:10": { + "2516:10": { "preRequisites:11": [ 20304 ], @@ -193387,7 +195253,7 @@ } } }, - "2511:10": { + "2517:10": { "preRequisites:11": [ 20305, 20307, @@ -193441,7 +195307,7 @@ } } }, - "2512:10": { + "2518:10": { "preRequisites:11": [ 20310 ], @@ -193492,7 +195358,7 @@ } } }, - "2513:10": { + "2519:10": { "preRequisites:11": [ 20310 ], @@ -193543,7 +195409,7 @@ } } }, - "2514:10": { + "2520:10": { "preRequisites:11": [ 20310 ], @@ -193594,7 +195460,7 @@ } } }, - "2515:10": { + "2521:10": { "preRequisites:11": [ 20310 ], @@ -193645,7 +195511,7 @@ } } }, - "2516:10": { + "2522:10": { "preRequisites:11": [ 20311, 20313, @@ -193700,7 +195566,7 @@ } } }, - "2517:10": { + "2523:10": { "preRequisites:11": [ 20310 ], @@ -193751,7 +195617,7 @@ } } }, - "2518:10": { + "2524:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -193828,7 +195694,7 @@ } } }, - "2519:10": { + "2525:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -193905,7 +195771,7 @@ } } }, - "2520:10": { + "2526:10": { "preRequisites:11": [ 20315 ], @@ -193956,7 +195822,7 @@ } } }, - "2521:10": { + "2527:10": { "preRequisites:11": [ 20315 ], @@ -194007,7 +195873,7 @@ } } }, - "2522:10": { + "2528:10": { "preRequisites:11": [ 20315 ], @@ -194058,7 +195924,7 @@ } } }, - "2523:10": { + "2529:10": { "preRequisites:11": [ 20315 ], @@ -194109,7 +195975,7 @@ } } }, - "2524:10": { + "2530:10": { "preRequisites:11": [ 20325, 20326 @@ -194161,7 +196027,7 @@ } } }, - "2525:10": { + "2531:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -194238,7 +196104,7 @@ } } }, - "2526:10": { + "2532:10": { "preRequisites:11": [ 20319, 20320, @@ -194292,7 +196158,7 @@ } } }, - "2527:10": { + "2533:10": { "preRequisites:11": [ 20319, 20320, @@ -194346,7 +196212,7 @@ } } }, - "2528:10": { + "2534:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -194429,7 +196295,7 @@ } } }, - "2529:10": { + "2535:10": { "preRequisites:11": [ 20054, 114 @@ -194500,7 +196366,7 @@ } } }, - "2530:10": { + "2536:10": { "preRequisites:11": [ 20328 ], @@ -194561,7 +196427,7 @@ } } }, - "2531:10": { + "2537:10": { "preRequisites:11": [ 20328 ], @@ -194614,7 +196480,7 @@ } } }, - "2532:10": { + "2538:10": { "preRequisites:11": [ 20328 ], @@ -194703,7 +196569,7 @@ } } }, - "2533:10": { + "2539:10": { "preRequisites:11": [ 20336 ], @@ -194762,7 +196628,7 @@ } } }, - "2534:10": { + "2540:10": { "preRequisites:11": [ 20336 ], @@ -194815,7 +196681,7 @@ } } }, - "2535:10": { + "2541:10": { "preRequisites:11": [ 20333 ], @@ -194868,7 +196734,7 @@ } } }, - "2536:10": { + "2542:10": { "preRequisites:11": [ 20336 ], @@ -194921,7 +196787,7 @@ } } }, - "2537:10": { + "2543:10": { "preRequisites:11": [ 20328 ], @@ -194980,7 +196846,7 @@ } } }, - "2538:10": { + "2544:10": { "preRequisites:11": [ 20336 ], @@ -195033,7 +196899,7 @@ } } }, - "2539:10": { + "2545:10": { "preRequisites:11": [ 20337 ], @@ -195086,7 +196952,7 @@ } } }, - "2540:10": { + "2546:10": { "preRequisites:11": [ 20338 ], @@ -195139,7 +197005,7 @@ } } }, - "2541:10": { + "2547:10": { "preRequisites:11": [ 20340 ], @@ -195198,7 +197064,7 @@ } } }, - "2542:10": { + "2548:10": { "preRequisites:11": [ 20340 ], @@ -195257,7 +197123,7 @@ } } }, - "2543:10": { + "2549:10": { "preRequisites:11": [ 20336 ], @@ -195310,7 +197176,7 @@ } } }, - "2544:10": { + "2550:10": { "preRequisites:11": [ 20336 ], @@ -195369,7 +197235,7 @@ } } }, - "2545:10": { + "2551:10": { "preRequisites:11": [ 20336 ], @@ -195428,7 +197294,7 @@ } } }, - "2546:10": { + "2552:10": { "preRequisites:11": [ 20344 ], @@ -195481,7 +197347,7 @@ } } }, - "2547:10": { + "2553:10": { "preRequisites:11": [ 20349 ], @@ -195534,7 +197400,7 @@ } } }, - "2548:10": { + "2554:10": { "preRequisites:11": [ 20337 ], @@ -195593,7 +197459,7 @@ } } }, - "2549:10": { + "2555:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -195670,7 +197536,7 @@ } } }, - "2550:10": { + "2556:10": { "preRequisites:11": [ 20209 ], @@ -195723,7 +197589,7 @@ } } }, - "2551:10": { + "2557:10": { "preRequisites:11": [ 20214 ], @@ -195776,7 +197642,7 @@ } } }, - "2552:10": { + "2558:10": { "preRequisites:11": [ 20354 ], @@ -195829,7 +197695,7 @@ } } }, - "2553:10": { + "2559:10": { "preRequisites:11": [ 20120 ], @@ -195882,7 +197748,7 @@ } } }, - "2554:10": { + "2560:10": { "preRequisites:11": [ 20122 ], @@ -195961,7 +197827,7 @@ } } }, - "2555:10": { + "2561:10": { "preRequisites:11": [ 20357 ], @@ -196036,7 +197902,7 @@ } } }, - "2556:10": { + "2562:10": { "preRequisites:11": [ 20120 ], @@ -196089,7 +197955,7 @@ } } }, - "2557:10": { + "2563:10": { "preRequisites:11": [ 20357 ], @@ -196155,7 +198021,7 @@ } } }, - "2558:10": { + "2564:10": { "preRequisites:11": [ 20152 ], @@ -196208,7 +198074,7 @@ } } }, - "2559:10": { + "2565:10": { "preRequisites:11": [ 20358 ], @@ -196270,7 +198136,7 @@ } } }, - "2560:10": { + "2566:10": { "preRequisites:11": [ 20360 ], @@ -196323,7 +198189,7 @@ } } }, - "2561:10": { + "2567:10": { "preRequisites:11": [ 20360 ], @@ -196382,7 +198248,7 @@ } } }, - "2562:10": { + "2568:10": { "preRequisites:11": [ 20357 ], @@ -196435,7 +198301,7 @@ } } }, - "2563:10": { + "2569:10": { "preRequisites:11": [ 20363 ], @@ -196488,7 +198354,7 @@ } } }, - "2564:10": { + "2570:10": { "preRequisites:11": [ 20363 ], @@ -196541,7 +198407,7 @@ } } }, - "2565:10": { + "2571:10": { "preRequisites:11": [ 20363 ], @@ -196600,7 +198466,7 @@ } } }, - "2566:10": { + "2572:10": { "preRequisites:11": [ 20363 ], @@ -196653,7 +198519,7 @@ } } }, - "2567:10": { + "2573:10": { "preRequisites:11": [ 20150 ], @@ -196712,7 +198578,7 @@ } } }, - "2568:10": { + "2574:10": { "preRequisites:11": [ 20150 ], @@ -196765,7 +198631,7 @@ } } }, - "2569:10": { + "2575:10": { "preRequisites:11": [ 20369 ], @@ -196824,7 +198690,7 @@ } } }, - "2570:10": { + "2576:10": { "preRequisites:11": [ 20368 ], @@ -196877,7 +198743,7 @@ } } }, - "2571:10": { + "2577:10": { "preRequisites:11": [ 20371 ], @@ -196930,7 +198796,7 @@ } } }, - "2572:10": { + "2578:10": { "preRequisites:11": [ 20372 ], @@ -196983,7 +198849,7 @@ } } }, - "2573:10": { + "2579:10": { "preRequisites:11": [ 20371 ], @@ -197036,7 +198902,7 @@ } } }, - "2574:10": { + "2580:10": { "preRequisites:11": [ 20371 ], @@ -197089,7 +198955,7 @@ } } }, - "2575:10": { + "2581:10": { "preRequisites:11": [ 20374 ], @@ -197144,7 +199010,7 @@ } } }, - "2576:10": { + "2582:10": { "preRequisites:11": [ 1751 ], @@ -197197,7 +199063,7 @@ } } }, - "2577:10": { + "2583:10": { "preRequisites:11": [ 20244 ], @@ -197250,7 +199116,7 @@ } } }, - "2578:10": { + "2584:10": { "preRequisites:11": [ 1755 ], @@ -197311,7 +199177,7 @@ } } }, - "2579:10": { + "2585:10": { "preRequisites:11": [ 1751 ], @@ -197364,7 +199230,7 @@ } } }, - "2580:10": { + "2586:10": { "preRequisites:11": [ 1751 ], @@ -197417,7 +199283,7 @@ } } }, - "2581:10": { + "2587:10": { "preRequisites:11": [ 1751 ], @@ -197470,7 +199336,7 @@ } } }, - "2582:10": { + "2588:10": { "preRequisites:11": [ 1751 ], @@ -197523,7 +199389,7 @@ } } }, - "2583:10": { + "2589:10": { "preRequisites:11": [ 1748 ], @@ -197582,7 +199448,7 @@ } } }, - "2584:10": { + "2590:10": { "preRequisites:11": [ 20387 ], @@ -197635,7 +199501,7 @@ } } }, - "2585:10": { + "2591:10": { "preRequisites:11": [ 20388 ], @@ -197688,7 +199554,7 @@ } } }, - "2586:10": { + "2592:10": { "preRequisites:11": [ 20389 ], @@ -197741,7 +199607,7 @@ } } }, - "2587:10": { + "2593:10": { "preRequisites:11": [ 20390 ], @@ -197794,7 +199660,7 @@ } } }, - "2588:10": { + "2594:10": { "preRequisites:11": [ 20391 ], @@ -197847,7 +199713,7 @@ } } }, - "2589:10": { + "2595:10": { "preRequisites:11": [ 1748 ], @@ -197930,7 +199796,7 @@ } } }, - "2590:10": { + "2596:10": { "preRequisites:11": [ 1748 ], @@ -197983,7 +199849,7 @@ } } }, - "2591:10": { + "2597:10": { "preRequisites:11": [ 20394 ], @@ -198036,7 +199902,7 @@ } } }, - "2592:10": { + "2598:10": { "preRequisites:11": [ 20395 ], @@ -198089,7 +199955,7 @@ } } }, - "2593:10": { + "2599:10": { "preRequisites:11": [ 20396 ], @@ -198142,7 +200008,7 @@ } } }, - "2594:10": { + "2600:10": { "preRequisites:11": [ 20253 ], @@ -198195,7 +200061,7 @@ } } }, - "2595:10": { + "2601:10": { "preRequisites:11": [ 1748 ], @@ -198254,7 +200120,7 @@ } } }, - "2596:10": { + "2602:10": { "preRequisites:11": [ 20222 ], @@ -198307,7 +200173,7 @@ } } }, - "2597:10": { + "2603:10": { "preRequisites:11": [ 20400 ], @@ -198360,7 +200226,7 @@ } } }, - "2598:10": { + "2604:10": { "preRequisites:11": [ 20193 ], @@ -198413,7 +200279,7 @@ } } }, - "2599:10": { + "2605:10": { "preRequisites:11": [ 1755 ], @@ -198466,7 +200332,7 @@ } } }, - "2600:10": { + "2606:10": { "preRequisites:11": [ 1755 ], @@ -198519,7 +200385,7 @@ } } }, - "2601:10": { + "2607:10": { "preRequisites:11": [ 1755 ], @@ -198572,7 +200438,7 @@ } } }, - "2602:10": { + "2608:10": { "preRequisites:11": [ 20398 ], @@ -198625,7 +200491,7 @@ } } }, - "2603:10": { + "2609:10": { "preRequisites:11": [ 20406 ], @@ -198678,7 +200544,7 @@ } } }, - "2604:10": { + "2610:10": { "preRequisites:11": [ 1748 ], @@ -198731,7 +200597,7 @@ } } }, - "2605:10": { + "2611:10": { "preRequisites:11": [ 1748 ], @@ -198784,7 +200650,7 @@ } } }, - "2606:10": { + "2612:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -198861,7 +200727,7 @@ } } }, - "2607:10": { + "2613:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -198938,7 +200804,7 @@ } } }, - "2608:10": { + "2614:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -199015,7 +200881,7 @@ } } }, - "2609:10": { + "2615:10": { "preRequisites:11": [], "properties:10": { "betterquesting:10": { @@ -199092,7 +200958,7 @@ } } }, - "2610:10": { + "2616:10": { "preRequisites:11": [ 48 ], @@ -199131,7 +200997,7 @@ } } }, - "2611:10": { + "2617:10": { "preRequisites:11": [ 20424 ], @@ -199190,7 +201056,7 @@ } } }, - "2612:10": { + "2618:10": { "preRequisites:11": [ 20415 ], @@ -199243,7 +201109,7 @@ } } }, - "2613:10": { + "2619:10": { "preRequisites:11": [ 20415, 65 @@ -199297,7 +201163,7 @@ } } }, - "2614:10": { + "2620:10": { "preRequisites:11": [ 20415 ], @@ -199350,7 +201216,7 @@ } } }, - "2615:10": { + "2621:10": { "preRequisites:11": [ 20415 ], @@ -199403,7 +201269,7 @@ } } }, - "2616:10": { + "2622:10": { "preRequisites:11": [ 1437 ], @@ -199456,7 +201322,7 @@ } } }, - "2617:10": { + "2623:10": { "preRequisites:11": [ 1437 ], @@ -199509,7 +201375,7 @@ } } }, - "2618:10": { + "2624:10": { "preRequisites:11": [ 20415 ], @@ -199562,7 +201428,7 @@ } } }, - "2619:10": { + "2625:10": { "preRequisites:11": [ 20415 ], @@ -199615,7 +201481,7 @@ } } }, - "2620:10": { + "2626:10": { "preRequisites:11": [ 20424 ], @@ -199668,7 +201534,7 @@ } } }, - "2621:10": { + "2627:10": { "preRequisites:11": [ 20424 ], @@ -199721,7 +201587,7 @@ } } }, - "2622:10": { + "2628:10": { "preRequisites:11": [ 20424 ], @@ -199774,7 +201640,7 @@ } } }, - "2623:10": { + "2629:10": { "preRequisites:11": [ 20427 ], @@ -199827,7 +201693,7 @@ } } }, - "2624:10": { + "2630:10": { "preRequisites:11": [ 20420 ], @@ -199886,7 +201752,7 @@ } } }, - "2625:10": { + "2631:10": { "preRequisites:11": [ 20420 ], @@ -199939,7 +201805,7 @@ } } }, - "2626:10": { + "2632:10": { "preRequisites:11": [ 20420 ], @@ -199992,7 +201858,7 @@ } } }, - "2627:10": { + "2633:10": { "preRequisites:11": [ 20420 ], @@ -200045,7 +201911,7 @@ } } }, - "2628:10": { + "2634:10": { "preRequisites:11": [ 20420 ], @@ -200104,7 +201970,7 @@ } } }, - "2629:10": { + "2635:10": { "preRequisites:11": [ 20420 ], @@ -200157,7 +202023,7 @@ } } }, - "2630:10": { + "2636:10": { "preRequisites:11": [ 20420 ], @@ -200210,7 +202076,7 @@ } } }, - "2631:10": { + "2637:10": { "preRequisites:11": [ 20420 ], @@ -200263,7 +202129,7 @@ } } }, - "2632:10": { + "2638:10": { "preRequisites:11": [ 20429 ], @@ -200316,7 +202182,7 @@ } } }, - "2633:10": { + "2639:10": { "preRequisites:11": [ 20433 ], @@ -200376,7 +202242,7 @@ } } }, - "2634:10": { + "2640:10": { "preRequisites:11": [ 20434 ], @@ -200444,7 +202310,7 @@ } } }, - "2635:10": { + "2641:10": { "preRequisites:11": [ 20439 ], @@ -200527,7 +202393,7 @@ } } }, - "2636:10": { + "2642:10": { "preRequisites:11": [ 20434 ], @@ -200580,7 +202446,7 @@ } } }, - "2637:10": { + "2643:10": { "preRequisites:11": [ 20439 ], @@ -200688,7 +202554,7 @@ } } }, - "2638:10": { + "2644:10": { "preRequisites:11": [ 20442 ], @@ -200754,7 +202620,7 @@ } } }, - "2639:10": { + "2645:10": { "preRequisites:11": [ 20439 ], @@ -200819,7 +202685,7 @@ } } }, - "2640:10": { + "2646:10": { "preRequisites:11": [ 20442 ], @@ -200879,7 +202745,7 @@ } } }, - "2641:10": { + "2647:10": { "preRequisites:11": [ 1400 ], @@ -200938,7 +202804,7 @@ } } }, - "2642:10": { + "2648:10": { "preRequisites:11": [ 20422 ], @@ -201021,7 +202887,7 @@ } } }, - "2643:10": { + "2649:10": { "preRequisites:11": [ 20422 ], @@ -201080,7 +202946,7 @@ } } }, - "2644:10": { + "2650:10": { "preRequisites:11": [ 20422 ], @@ -201133,7 +202999,7 @@ } } }, - "2645:10": { + "2651:10": { "preRequisites:11": [ 20422 ], @@ -201210,7 +203076,7 @@ } } }, - "2646:10": { + "2652:10": { "preRequisites:11": [ 20422 ], @@ -201263,7 +203129,7 @@ } } }, - "2647:10": { + "2653:10": { "preRequisites:11": [ 20460 ], @@ -201316,7 +203182,7 @@ } } }, - "2648:10": { + "2654:10": { "preRequisites:11": [ 20457 ], @@ -201369,7 +203235,7 @@ } } }, - "2649:10": { + "2655:10": { "preRequisites:11": [ 20458 ], @@ -201422,7 +203288,7 @@ } } }, - "2650:10": { + "2656:10": { "preRequisites:11": [ 20461 ], @@ -201475,7 +203341,7 @@ } } }, - "2651:10": { + "2657:10": { "preRequisites:11": [ 20422 ], @@ -201536,7 +203402,7 @@ } } }, - "2652:10": { + "2658:10": { "preRequisites:11": [ 20422 ], @@ -201549,11 +203415,7 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "torcherino:blocktorcherino", - "orig_meta:3": 0 - } + "id:8": "tce:tce_torch_lvl1" }, "ignoresview:1": 0, "ismain:1": 0, @@ -201586,18 +203448,14 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "torcherino:blocktorcherino", - "orig_meta:3": 0 - } + "id:8": "tce:tce_torch_lvl1" } }, "taskID:8": "bq_standard:retrieval" } } }, - "2653:10": { + "2659:10": { "preRequisites:11": [ 20459 ], @@ -201650,7 +203508,7 @@ } } }, - "2654:10": { + "2660:10": { "preRequisites:11": [ 20422 ], @@ -201722,7 +203580,7 @@ } } }, - "2655:10": { + "2661:10": { "preRequisites:11": [ 1368 ], @@ -201781,7 +203639,7 @@ } } }, - "2656:10": { + "2662:10": { "preRequisites:11": [ 20422 ], @@ -201834,7 +203692,7 @@ } } }, - "2657:10": { + "2663:10": { "preRequisites:11": [ 20422 ], @@ -201887,7 +203745,7 @@ } } }, - "2658:10": { + "2664:10": { "preRequisites:11": [ 20422 ], @@ -201940,7 +203798,7 @@ } } }, - "2659:10": { + "2665:10": { "preRequisites:11": [ 20423 ], @@ -202021,7 +203879,7 @@ } } }, - "2660:10": { + "2666:10": { "preRequisites:11": [ 20423 ], @@ -202087,7 +203945,7 @@ } } }, - "2661:10": { + "2667:10": { "preRequisites:11": [ 20471 ], @@ -202146,7 +204004,7 @@ } } }, - "2662:10": { + "2668:10": { "preRequisites:11": [ 20423 ], @@ -202227,7 +204085,7 @@ } } }, - "2663:10": { + "2669:10": { "preRequisites:11": [ 20423 ], @@ -202280,7 +204138,7 @@ } } }, - "2664:10": { + "2670:10": { "preRequisites:11": [ 20471 ], @@ -202346,7 +204204,7 @@ } } }, - "2665:10": { + "2671:10": { "preRequisites:11": [ 20475 ], @@ -202399,7 +204257,7 @@ } } }, - "2666:10": { + "2672:10": { "preRequisites:11": [ 20476 ], @@ -202452,7 +204310,7 @@ } } }, - "2667:10": { + "2673:10": { "preRequisites:11": [ 20477 ], @@ -202505,7 +204363,7 @@ } } }, - "2668:10": { + "2674:10": { "preRequisites:11": [ 20478 ], @@ -202558,7 +204416,7 @@ } } }, - "2669:10": { + "2675:10": { "preRequisites:11": [ 20479 ], @@ -202611,7 +204469,7 @@ } } }, - "2670:10": { + "2676:10": { "preRequisites:11": [ 37 ], @@ -202650,7 +204508,7 @@ } } }, - "2671:10": { + "2677:10": { "preRequisites:11": [ 20483 ], @@ -202703,7 +204561,7 @@ } } }, - "2672:10": { + "2678:10": { "preRequisites:11": [ 20490 ], @@ -202756,7 +204614,7 @@ } } }, - "2673:10": { + "2679:10": { "preRequisites:11": [ 20490 ], @@ -202809,7 +204667,7 @@ } } }, - "2674:10": { + "2680:10": { "preRequisites:11": [ 20483 ], @@ -202886,7 +204744,7 @@ } } }, - "2675:10": { + "2681:10": { "preRequisites:11": [ 20483 ], @@ -202963,7 +204821,7 @@ } } }, - "2676:10": { + "2682:10": { "preRequisites:11": [ 20483 ], @@ -203046,7 +204904,7 @@ } } }, - "2677:10": { + "2683:10": { "preRequisites:11": [ 1007 ], @@ -203099,7 +204957,7 @@ } } }, - "2678:10": { + "2684:10": { "preRequisites:11": [ 1007 ], @@ -203164,7 +205022,7 @@ } } }, - "2679:10": { + "2685:10": { "preRequisites:11": [ 1002 ], @@ -203236,7 +205094,7 @@ } } }, - "2680:10": { + "2686:10": { "preRequisites:11": [ 1006 ], @@ -203289,7 +205147,7 @@ } } }, - "2681:10": { + "2687:10": { "preRequisites:11": [ 1007 ], @@ -203354,7 +205212,7 @@ } } }, - "2682:10": { + "2688:10": { "preRequisites:11": [ 1007 ], @@ -203407,7 +205265,7 @@ } } }, - "2683:10": { + "2689:10": { "preRequisites:11": [ 1006 ], @@ -203466,7 +205324,7 @@ } } }, - "2684:10": { + "2690:10": { "preRequisites:11": [ 20496 ], @@ -203519,7 +205377,7 @@ } } }, - "2685:10": { + "2691:10": { "preRequisites:11": [ 20490 ], @@ -203578,7 +205436,7 @@ } } }, - "2686:10": { + "2692:10": { "preRequisites:11": [ 1006 ], @@ -203637,7 +205495,7 @@ } } }, - "2687:10": { + "2693:10": { "preRequisites:11": [ 20419 ], @@ -203702,7 +205560,7 @@ } } }, - "2688:10": { + "2694:10": { "preRequisites:11": [ 20419 ], @@ -203767,7 +205625,7 @@ } } }, - "2689:10": { + "2695:10": { "preRequisites:11": [ 20418 ], @@ -203856,7 +205714,7 @@ } } }, - "2690:10": { + "2696:10": { "preRequisites:11": [ 20418 ], @@ -203909,7 +205767,7 @@ } } }, - "2691:10": { + "2697:10": { "preRequisites:11": [ 20500 ], @@ -203968,7 +205826,7 @@ } } }, - "2692:10": { + "2698:10": { "preRequisites:11": [ 20418 ], @@ -204045,7 +205903,7 @@ } } }, - "2693:10": { + "2699:10": { "preRequisites:11": [ 20504 ], @@ -204104,7 +205962,7 @@ } } }, - "2694:10": { + "2700:10": { "preRequisites:11": [ 20418 ], @@ -204163,7 +206021,7 @@ } } }, - "2695:10": { + "2701:10": { "preRequisites:11": [ 20509 ], @@ -204216,7 +206074,7 @@ } } }, - "2696:10": { + "2702:10": { "preRequisites:11": [ 20509 ], @@ -204269,7 +206127,7 @@ } } }, - "2697:10": { + "2703:10": { "preRequisites:11": [ 20510 ], @@ -204322,7 +206180,7 @@ } } }, - "2698:10": { + "2704:10": { "preRequisites:11": [ 20421 ], @@ -204491,7 +206349,7 @@ } } }, - "2699:10": { + "2705:10": { "preRequisites:11": [ 20421 ], @@ -204550,7 +206408,7 @@ } } }, - "2700:10": { + "2706:10": { "preRequisites:11": [ 20513 ], @@ -204603,7 +206461,7 @@ } } }, - "2701:10": { + "2707:10": { "preRequisites:11": [ 1368 ], @@ -204656,7 +206514,7 @@ } } }, - "2702:10": { + "2708:10": { "preRequisites:11": [ 20514 ], @@ -204709,7 +206567,7 @@ } } }, - "2703:10": { + "2709:10": { "preRequisites:11": [ 20513 ], @@ -204768,7 +206626,7 @@ } } }, - "2704:10": { + "2710:10": { "preRequisites:11": [ 20421 ], @@ -204821,7 +206679,7 @@ } } }, - "2705:10": { + "2711:10": { "preRequisites:11": [ 20518, 20517 @@ -204903,7 +206761,7 @@ } } }, - "2706:10": { + "2712:10": { "preRequisites:11": [ 20543 ], @@ -204962,7 +206820,7 @@ } } }, - "2707:10": { + "2713:10": { "preRequisites:11": [ 20532 ], @@ -205027,7 +206885,7 @@ } } }, - "2708:10": { + "2714:10": { "preRequisites:11": [ 20481, 71 @@ -205081,7 +206939,7 @@ } } }, - "2709:10": { + "2715:10": { "preRequisites:11": [ 20481, 63 @@ -205135,7 +206993,7 @@ } } }, - "2710:10": { + "2716:10": { "preRequisites:11": [ 20481, 63 @@ -205189,7 +207047,7 @@ } } }, - "2711:10": { + "2717:10": { "preRequisites:11": [ 20481, 63 @@ -205243,7 +207101,7 @@ } } }, - "2712:10": { + "2718:10": { "preRequisites:11": [ 20481, 43 @@ -205310,7 +207168,7 @@ } } }, - "2713:10": { + "2719:10": { "preRequisites:11": [ 20481, 63 @@ -205364,7 +207222,7 @@ } } }, - "2714:10": { + "2720:10": { "preRequisites:11": [ 20481, 37 @@ -205418,7 +207276,7 @@ } } }, - "2715:10": { + "2721:10": { "preRequisites:11": [ 20481, 63 @@ -205472,7 +207330,7 @@ } } }, - "2716:10": { + "2722:10": { "preRequisites:11": [ 20481, 63 @@ -205526,7 +207384,7 @@ } } }, - "2717:10": { + "2723:10": { "preRequisites:11": [ 20481, 31 @@ -205580,7 +207438,7 @@ } } }, - "2718:10": { + "2724:10": { "preRequisites:11": [ 20481, 63 @@ -205634,7 +207492,7 @@ } } }, - "2719:10": { + "2725:10": { "preRequisites:11": [ 20481, 63 @@ -205688,7 +207546,7 @@ } } }, - "2720:10": { + "2726:10": { "preRequisites:11": [ 20481, 43 @@ -205742,7 +207600,7 @@ } } }, - "2721:10": { + "2727:10": { "preRequisites:11": [ 20481, 150 @@ -205802,7 +207660,7 @@ } } }, - "2722:10": { + "2728:10": { "preRequisites:11": [ 20481, 204 @@ -205856,7 +207714,7 @@ } } }, - "2723:10": { + "2729:10": { "preRequisites:11": [ 20481, 198 @@ -205910,7 +207768,7 @@ } } }, - "2724:10": { + "2730:10": { "preRequisites:11": [ 20481, 200 @@ -205964,7 +207822,7 @@ } } }, - "2725:10": { + "2731:10": { "preRequisites:11": [ 20481, 209 @@ -206018,7 +207876,7 @@ } } }, - "2726:10": { + "2732:10": { "preRequisites:11": [ 20481, 206 @@ -206075,7 +207933,7 @@ } } }, - "2727:10": { + "2733:10": { "preRequisites:11": [ 20481, 207 @@ -206132,7 +207990,7 @@ } } }, - "2728:10": { + "2734:10": { "preRequisites:11": [ 20481, 201 @@ -206186,7 +208044,7 @@ } } }, - "2729:10": { + "2735:10": { "preRequisites:11": [ 20481, 68 @@ -206240,7 +208098,7 @@ } } }, - "2730:10": { + "2736:10": { "preRequisites:11": [ 20481, 346 @@ -206294,7 +208152,7 @@ } } }, - "2731:10": { + "2737:10": { "preRequisites:11": [ 20481, 270 @@ -206348,7 +208206,7 @@ } } }, - "2732:10": { + "2738:10": { "preRequisites:11": [ 20481, 68 @@ -206402,7 +208260,7 @@ } } }, - "2733:10": { + "2739:10": { "preRequisites:11": [ 20481, 68 @@ -206456,7 +208314,7 @@ } } }, - "2734:10": { + "2740:10": { "preRequisites:11": [ 20481, 43 @@ -206510,7 +208368,7 @@ } } }, - "2735:10": { + "2741:10": { "preRequisites:11": [ 20481, 64 @@ -206564,7 +208422,7 @@ } } }, - "2736:10": { + "2742:10": { "preRequisites:11": [ 20481, 68 @@ -206618,7 +208476,7 @@ } } }, - "2737:10": { + "2743:10": { "preRequisites:11": [ 20481, 68 @@ -206685,7 +208543,7 @@ } } }, - "2738:10": { + "2744:10": { "preRequisites:11": [ 20530 ], @@ -206738,7 +208596,7 @@ } } }, - "2739:10": { + "2745:10": { "preRequisites:11": [ 20531 ], @@ -206791,7 +208649,7 @@ } } }, - "2740:10": { + "2746:10": { "preRequisites:11": [ 20535 ], @@ -206844,7 +208702,7 @@ } } }, - "2741:10": { + "2747:10": { "preRequisites:11": [ 20533 ], @@ -206897,7 +208755,7 @@ } } }, - "2742:10": { + "2748:10": { "preRequisites:11": [ 20534 ], @@ -206950,7 +208808,7 @@ } } }, - "2743:10": { + "2749:10": { "preRequisites:11": [ 20526 ], @@ -207021,7 +208879,7 @@ } } }, - "2744:10": { + "2750:10": { "preRequisites:11": [ 20524 ], @@ -207074,7 +208932,7 @@ } } }, - "2745:10": { + "2751:10": { "preRequisites:11": [ 20525 ], @@ -207155,7 +209013,7 @@ } } }, - "2746:10": { + "2752:10": { "preRequisites:11": [ 20529 ], @@ -207244,7 +209102,7 @@ } } }, - "2747:10": { + "2753:10": { "preRequisites:11": [ 20527 ], @@ -207297,7 +209155,7 @@ } } }, - "2748:10": { + "2754:10": { "preRequisites:11": [ 20528 ], @@ -207350,7 +209208,7 @@ } } }, - "2749:10": { + "2755:10": { "preRequisites:11": [ 20530 ], @@ -207403,7 +209261,7 @@ } } }, - "2750:10": { + "2756:10": { "preRequisites:11": [ 20531 ], @@ -207462,7 +209320,7 @@ } } }, - "2751:10": { + "2757:10": { "preRequisites:11": [ 20535 ], @@ -207515,7 +209373,7 @@ } } }, - "2752:10": { + "2758:10": { "preRequisites:11": [ 20533 ], @@ -207568,7 +209426,7 @@ } } }, - "2753:10": { + "2759:10": { "preRequisites:11": [ 20534 ], @@ -207621,7 +209479,7 @@ } } }, - "2754:10": { + "2760:10": { "preRequisites:11": [ 20526 ], @@ -207674,7 +209532,7 @@ } } }, - "2755:10": { + "2761:10": { "preRequisites:11": [ 20524 ], @@ -207733,7 +209591,7 @@ } } }, - "2756:10": { + "2762:10": { "preRequisites:11": [ 20525 ], @@ -207814,7 +209672,7 @@ } } }, - "2757:10": { + "2763:10": { "preRequisites:11": [ 20529 ], @@ -207881,7 +209739,7 @@ } } }, - "2758:10": { + "2764:10": { "preRequisites:11": [ 20527 ], @@ -207958,7 +209816,7 @@ } } }, - "2759:10": { + "2765:10": { "preRequisites:11": [ 20528 ], @@ -208017,7 +209875,7 @@ } } }, - "2760:10": { + "2766:10": { "preRequisites:11": [ 20530 ], @@ -208070,7 +209928,7 @@ } } }, - "2761:10": { + "2767:10": { "preRequisites:11": [ 20530 ], @@ -208129,7 +209987,7 @@ } } }, - "2762:10": { + "2768:10": { "preRequisites:11": [ 20530 ], @@ -208182,7 +210040,7 @@ } } }, - "2763:10": { + "2769:10": { "preRequisites:11": [ 20530 ], @@ -208235,7 +210093,7 @@ } } }, - "2764:10": { + "2770:10": { "preRequisites:11": [ 20530 ], @@ -208288,7 +210146,7 @@ } } }, - "2765:10": { + "2771:10": { "preRequisites:11": [ 20530 ], @@ -208341,7 +210199,7 @@ } } }, - "2766:10": { + "2772:10": { "preRequisites:11": [ 20533 ], @@ -208394,7 +210252,7 @@ } } }, - "2767:10": { + "2773:10": { "preRequisites:11": [ 20533 ], @@ -208447,7 +210305,7 @@ } } }, - "2768:10": { + "2774:10": { "preRequisites:11": [ 20533 ], @@ -208500,7 +210358,7 @@ } } }, - "2769:10": { + "2775:10": { "preRequisites:11": [ 20533 ], @@ -208553,7 +210411,7 @@ } } }, - "2770:10": { + "2776:10": { "preRequisites:11": [ 20534 ], @@ -208606,7 +210464,7 @@ } } }, - "2771:10": { + "2777:10": { "preRequisites:11": [ 20534 ], @@ -208659,7 +210517,7 @@ } } }, - "2772:10": { + "2778:10": { "preRequisites:11": [ 20534 ], @@ -208712,7 +210570,7 @@ } } }, - "2773:10": { + "2779:10": { "preRequisites:11": [ 20534 ], @@ -208765,7 +210623,7 @@ } } }, - "2774:10": { + "2780:10": { "preRequisites:11": [ 20534 ], @@ -208818,7 +210676,7 @@ } } }, - "2775:10": { + "2781:10": { "preRequisites:11": [ 20534 ], @@ -208871,7 +210729,7 @@ } } }, - "2776:10": { + "2782:10": { "preRequisites:11": [ 20534 ], @@ -208924,7 +210782,7 @@ } } }, - "2777:10": { + "2783:10": { "preRequisites:11": [ 20534 ], @@ -208977,7 +210835,7 @@ } } }, - "2778:10": { + "2784:10": { "preRequisites:11": [ 20534 ], @@ -209030,7 +210888,7 @@ } } }, - "2779:10": { + "2785:10": { "preRequisites:11": [ 20525 ], @@ -209111,7 +210969,7 @@ } } }, - "2780:10": { + "2786:10": { "preRequisites:11": [ 20525 ], @@ -209192,7 +211050,7 @@ } } }, - "2781:10": { + "2787:10": { "preRequisites:11": [ 20525 ], @@ -209273,7 +211131,7 @@ } } }, - "2782:10": { + "2788:10": { "preRequisites:11": [ 20525 ], @@ -209354,7 +211212,7 @@ } } }, - "2783:10": { + "2789:10": { "preRequisites:11": [ 20525 ], @@ -209435,7 +211293,7 @@ } } }, - "2784:10": { + "2790:10": { "preRequisites:11": [ 20525 ], @@ -209516,7 +211374,7 @@ } } }, - "2785:10": { + "2791:10": { "preRequisites:11": [ 20525 ], @@ -209597,7 +211455,7 @@ } } }, - "2786:10": { + "2792:10": { "preRequisites:11": [ 20525 ], @@ -209678,7 +211536,7 @@ } } }, - "2787:10": { + "2793:10": { "preRequisites:11": [ 20525 ], @@ -209759,7 +211617,7 @@ } } }, - "2788:10": { + "2794:10": { "preRequisites:11": [ 20525 ], @@ -209840,7 +211698,7 @@ } } }, - "2789:10": { + "2795:10": { "preRequisites:11": [ 20525 ], @@ -209921,7 +211779,7 @@ } } }, - "2790:10": { + "2796:10": { "preRequisites:11": [ 20525 ], @@ -210002,7 +211860,7 @@ } } }, - "2791:10": { + "2797:10": { "preRequisites:11": [ 20525 ], @@ -210083,7 +211941,7 @@ } } }, - "2792:10": { + "2798:10": { "preRequisites:11": [ 20525 ], @@ -210164,7 +212022,7 @@ } } }, - "2793:10": { + "2799:10": { "preRequisites:11": [ 20529 ], @@ -210217,7 +212075,7 @@ } } }, - "2794:10": { + "2800:10": { "preRequisites:11": [ 20543 ], @@ -210276,7 +212134,7 @@ } } }, - "2795:10": { + "2801:10": { "preRequisites:11": [ 20527 ], @@ -210353,7 +212211,7 @@ } } }, - "2796:10": { + "2802:10": { "preRequisites:11": [ 20527 ], @@ -210412,7 +212270,7 @@ } } }, - "2797:10": { + "2803:10": { "preRequisites:11": [ 20527 ], @@ -210489,7 +212347,7 @@ } } }, - "2798:10": { + "2804:10": { "preRequisites:11": [ 20527 ], @@ -210566,7 +212424,7 @@ } } }, - "2799:10": { + "2805:10": { "preRequisites:11": [ 20527 ], @@ -210645,7 +212503,7 @@ } } }, - "2800:10": { + "2806:10": { "preRequisites:11": [ 20527 ], @@ -210722,7 +212580,7 @@ } } }, - "2801:10": { + "2807:10": { "preRequisites:11": [ 20527 ], @@ -210799,7 +212657,7 @@ } } }, - "2802:10": { + "2808:10": { "preRequisites:11": [ 20527 ], @@ -210876,7 +212734,7 @@ } } }, - "2803:10": { + "2809:10": { "preRequisites:11": [ 20527 ], @@ -210953,7 +212811,7 @@ } } }, - "2804:10": { + "2810:10": { "preRequisites:11": [ 20527 ], @@ -211030,7 +212888,7 @@ } } }, - "2805:10": { + "2811:10": { "preRequisites:11": [ 20540 ], @@ -211089,7 +212947,7 @@ } } }, - "2806:10": { + "2812:10": { "preRequisites:11": [ 20538 ], @@ -211142,7 +213000,7 @@ } } }, - "2807:10": { + "2813:10": { "preRequisites:11": [ 20539 ], @@ -211207,7 +213065,7 @@ } } }, - "2808:10": { + "2814:10": { "preRequisites:11": [ 20541 ], @@ -211260,7 +213118,7 @@ } } }, - "2809:10": { + "2815:10": { "preRequisites:11": [ 20543 ], @@ -211313,7 +213171,7 @@ } } }, - "2810:10": { + "2816:10": { "preRequisites:11": [ 20542 ], @@ -211366,7 +213224,7 @@ } } }, - "2811:10": { + "2817:10": { "preRequisites:11": [ 20537 ], @@ -211425,7 +213283,7 @@ } } }, - "2812:10": { + "2818:10": { "preRequisites:11": [ 20536 ], @@ -211484,7 +213342,7 @@ } } }, - "2813:10": { + "2819:10": { "preRequisites:11": [ 20536 ], @@ -211543,7 +213401,7 @@ } } }, - "2814:10": { + "2820:10": { "preRequisites:11": [ 20537 ], @@ -211602,7 +213460,7 @@ } } }, - "2815:10": { + "2821:10": { "preRequisites:11": [ 20542 ], @@ -211655,7 +213513,7 @@ } } }, - "2816:10": { + "2822:10": { "preRequisites:11": [ 20625 ], @@ -211708,7 +213566,7 @@ } } }, - "2817:10": { + "2823:10": { "preRequisites:11": [ 20541 ], @@ -211761,7 +213619,7 @@ } } }, - "2818:10": { + "2824:10": { "preRequisites:11": [ 20538 ], @@ -211814,7 +213672,7 @@ } } }, - "2819:10": { + "2825:10": { "preRequisites:11": [ 20540 ], @@ -211867,7 +213725,7 @@ } } }, - "2820:10": { + "2826:10": { "preRequisites:11": [ 20538 ], @@ -211920,7 +213778,7 @@ } } }, - "2821:10": { + "2827:10": { "preRequisites:11": [ 20540 ], @@ -211973,7 +213831,7 @@ } } }, - "2822:10": { + "2828:10": { "preRequisites:11": [ 20540 ], @@ -212026,7 +213884,7 @@ } } }, - "2823:10": { + "2829:10": { "preRequisites:11": [ 20540 ], @@ -212079,7 +213937,7 @@ } } }, - "2824:10": { + "2830:10": { "preRequisites:11": [ 20540 ], @@ -212132,7 +213990,7 @@ } } }, - "2825:10": { + "2831:10": { "preRequisites:11": [ 20540 ], @@ -212185,7 +214043,7 @@ } } }, - "2826:10": { + "2832:10": { "preRequisites:11": [ 20540 ], @@ -212244,7 +214102,7 @@ } } }, - "2827:10": { + "2833:10": { "preRequisites:11": [ 20540 ], @@ -212303,7 +214161,7 @@ } } }, - "2828:10": { + "2834:10": { "preRequisites:11": [ 20538 ], @@ -212362,7 +214220,7 @@ } } }, - "2829:10": { + "2835:10": { "preRequisites:11": [ 20538 ], @@ -212421,7 +214279,7 @@ } } }, - "2830:10": { + "2836:10": { "preRequisites:11": [ 20538 ], @@ -212480,7 +214338,7 @@ } } }, - "2831:10": { + "2837:10": { "preRequisites:11": [ 20538 ], @@ -212539,7 +214397,7 @@ } } }, - "2832:10": { + "2838:10": { "preRequisites:11": [ 20538 ], @@ -212598,7 +214456,7 @@ } } }, - "2833:10": { + "2839:10": { "preRequisites:11": [ 20539 ], @@ -212657,7 +214515,7 @@ } } }, - "2834:10": { + "2840:10": { "preRequisites:11": [ 20539 ], @@ -212716,7 +214574,7 @@ } } }, - "2835:10": { + "2841:10": { "preRequisites:11": [ 20539 ], @@ -212775,7 +214633,7 @@ } } }, - "2836:10": { + "2842:10": { "preRequisites:11": [ 20539 ], @@ -212834,7 +214692,7 @@ } } }, - "2837:10": { + "2843:10": { "preRequisites:11": [ 20539 ], @@ -212893,7 +214751,7 @@ } } }, - "2838:10": { + "2844:10": { "preRequisites:11": [ 20543 ], @@ -212952,7 +214810,7 @@ } } }, - "2839:10": { + "2845:10": { "preRequisites:11": [ 20539 ], @@ -213047,7 +214905,7 @@ } } }, - "2840:10": { + "2846:10": { "preRequisites:11": [ 20541 ], @@ -213106,7 +214964,7 @@ } } }, - "2841:10": { + "2847:10": { "preRequisites:11": [ 20541 ], @@ -213165,7 +215023,7 @@ } } }, - "2842:10": { + "2848:10": { "preRequisites:11": [ 20541 ], @@ -213224,7 +215082,7 @@ } } }, - "2843:10": { + "2849:10": { "preRequisites:11": [ 20541 ], @@ -213283,7 +215141,7 @@ } } }, - "2844:10": { + "2850:10": { "preRequisites:11": [ 20541 ], @@ -213342,7 +215200,7 @@ } } }, - "2845:10": { + "2851:10": { "preRequisites:11": [ 20542 ], @@ -213401,7 +215259,7 @@ } } }, - "2846:10": { + "2852:10": { "preRequisites:11": [ 20542 ], @@ -213460,7 +215318,7 @@ } } }, - "2847:10": { + "2853:10": { "preRequisites:11": [ 20542 ], @@ -213519,7 +215377,7 @@ } } }, - "2848:10": { + "2854:10": { "preRequisites:11": [ 20543 ], @@ -213572,7 +215430,7 @@ } } }, - "2849:10": { + "2855:10": { "preRequisites:11": [ 20552 ], @@ -213625,7 +215483,7 @@ } } }, - "2850:10": { + "2856:10": { "preRequisites:11": [ 20550 ], @@ -213690,7 +215548,7 @@ } } }, - "2851:10": { + "2857:10": { "preRequisites:11": [ 20551 ], @@ -213743,7 +215601,7 @@ } } }, - "2852:10": { + "2858:10": { "preRequisites:11": [ 20549 ], @@ -213796,7 +215654,7 @@ } } }, - "2853:10": { + "2859:10": { "preRequisites:11": [ 20547 ], @@ -213849,7 +215707,7 @@ } } }, - "2854:10": { + "2860:10": { "preRequisites:11": [ 20548 ], @@ -213926,7 +215784,7 @@ } } }, - "2855:10": { + "2861:10": { "preRequisites:11": [ 20546 ], @@ -213979,7 +215837,7 @@ } } }, - "2856:10": { + "2862:10": { "preRequisites:11": [ 20544 ], @@ -214032,7 +215890,7 @@ } } }, - "2857:10": { + "2863:10": { "preRequisites:11": [ 20545 ], @@ -214085,7 +215943,7 @@ } } }, - "2858:10": { + "2864:10": { "preRequisites:11": [ 20551 ], @@ -214138,7 +215996,7 @@ } } }, - "2859:10": { + "2865:10": { "preRequisites:11": [ 20549 ], @@ -214191,7 +216049,7 @@ } } }, - "2860:10": { + "2866:10": { "preRequisites:11": [ 20547 ], @@ -214230,7 +216088,7 @@ } } }, - "2861:10": { + "2867:10": { "preRequisites:11": [ 20548 ], @@ -214289,7 +216147,7 @@ } } }, - "2862:10": { + "2868:10": { "preRequisites:11": [ 20690 ], @@ -214342,7 +216200,7 @@ } } }, - "2863:10": { + "2869:10": { "preRequisites:11": [ 20544 ], @@ -214395,7 +216253,7 @@ } } }, - "2864:10": { + "2870:10": { "preRequisites:11": [ 20551 ], @@ -214448,7 +216306,7 @@ } } }, - "2865:10": { + "2871:10": { "preRequisites:11": [ 20549 ], @@ -214501,7 +216359,7 @@ } } }, - "2866:10": { + "2872:10": { "preRequisites:11": [ 20547 ], @@ -214554,7 +216412,7 @@ } } }, - "2867:10": { + "2873:10": { "preRequisites:11": [ 20548 ], @@ -214613,7 +216471,7 @@ } } }, - "2868:10": { + "2874:10": { "preRequisites:11": [ 20697 ], @@ -214666,7 +216524,7 @@ } } }, - "2869:10": { + "2875:10": { "preRequisites:11": [ 20544 ], @@ -214719,7 +216577,7 @@ } } }, - "2870:10": { + "2876:10": { "preRequisites:11": [ 20551 ], @@ -214772,7 +216630,7 @@ } } }, - "2871:10": { + "2877:10": { "preRequisites:11": [ 20549 ], @@ -214825,7 +216683,7 @@ } } }, - "2872:10": { + "2878:10": { "preRequisites:11": [ 20547 ], @@ -214878,7 +216736,7 @@ } } }, - "2873:10": { + "2879:10": { "preRequisites:11": [ 20548 ], @@ -214931,7 +216789,7 @@ } } }, - "2874:10": { + "2880:10": { "preRequisites:11": [ 20703 ], @@ -214984,7 +216842,7 @@ } } }, - "2875:10": { + "2881:10": { "preRequisites:11": [ 20544 ], @@ -215037,7 +216895,7 @@ } } }, - "2876:10": { + "2882:10": { "preRequisites:11": [ 20548 ], @@ -215090,7 +216948,7 @@ } } }, - "2877:10": { + "2883:10": { "preRequisites:11": [ 20709 ], @@ -215143,7 +217001,7 @@ } } }, - "2878:10": { + "2884:10": { "preRequisites:11": [ 20547 ], @@ -215196,7 +217054,7 @@ } } }, - "2879:10": { + "2885:10": { "preRequisites:11": [ 20547 ], @@ -215249,7 +217107,7 @@ } } }, - "2880:10": { + "2886:10": { "preRequisites:11": [ 20548 ], @@ -215302,7 +217160,7 @@ } } }, - "2881:10": { + "2887:10": { "preRequisites:11": [ 20547 ], @@ -215357,7 +217215,7 @@ } } }, - "2882:10": { + "2888:10": { "preRequisites:11": [ 20548 ], @@ -215410,7 +217268,7 @@ } } }, - "2883:10": { + "2889:10": { "preRequisites:11": [ 20547 ], @@ -215463,7 +217321,7 @@ } } }, - "2884:10": { + "2890:10": { "preRequisites:11": [ 20548 ], @@ -215516,7 +217374,7 @@ } } }, - "2885:10": { + "2891:10": { "preRequisites:11": [ 20548 ], @@ -215569,7 +217427,7 @@ } } }, - "2886:10": { + "2892:10": { "preRequisites:11": [ 20547 ], @@ -215622,7 +217480,7 @@ } } }, - "2887:10": { + "2893:10": { "preRequisites:11": [ 20551 ], @@ -215675,7 +217533,7 @@ } } }, - "2888:10": { + "2894:10": { "preRequisites:11": [ 20551 ], @@ -215728,7 +217586,7 @@ } } }, - "2889:10": { + "2895:10": { "preRequisites:11": [ 20551 ], @@ -215781,7 +217639,7 @@ } } }, - "2890:10": { + "2896:10": { "preRequisites:11": [ 20551 ], @@ -215834,7 +217692,7 @@ } } }, - "2891:10": { + "2897:10": { "preRequisites:11": [ 20551 ], @@ -215887,7 +217745,7 @@ } } }, - "2892:10": { + "2898:10": { "preRequisites:11": [ 20552 ], @@ -215940,7 +217798,7 @@ } } }, - "2893:10": { + "2899:10": { "preRequisites:11": [ 20552 ], @@ -215993,7 +217851,7 @@ } } }, - "2894:10": { + "2900:10": { "preRequisites:11": [ 20552 ], @@ -216046,7 +217904,7 @@ } } }, - "2895:10": { + "2901:10": { "preRequisites:11": [ 20552 ], @@ -216099,60 +217957,7 @@ } } }, - "2896:10": { - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Sheetmetal for days!\nUse holo projector to see multiblock preview.", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:rollingmachine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rolling Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20731, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:rollingmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2897:10": { + "2902:10": { "preRequisites:11": [ 20547 ], @@ -216205,7 +218010,7 @@ } } }, - "2898:10": { + "2903:10": { "preRequisites:11": [ 20547 ], @@ -216258,7 +218063,7 @@ } } }, - "2899:10": { + "2904:10": { "preRequisites:11": [ 20547 ], @@ -216311,7 +218116,7 @@ } } }, - "2900:10": { + "2905:10": { "preRequisites:11": [ 20547 ], @@ -216364,7 +218169,7 @@ } } }, - "2901:10": { + "2906:10": { "preRequisites:11": [ 20551 ], @@ -216417,7 +218222,7 @@ } } }, - "2902:10": { + "2907:10": { "preRequisites:11": [ 20551 ], @@ -216470,7 +218275,7 @@ } } }, - "2903:10": { + "2908:10": { "preRequisites:11": [ 20551 ], @@ -216523,7 +218328,7 @@ } } }, - "2904:10": { + "2909:10": { "preRequisites:11": [ 20551 ], @@ -216576,7 +218381,7 @@ } } }, - "2905:10": { + "2910:10": { "preRequisites:11": [ 20551 ], @@ -216629,7 +218434,7 @@ } } }, - "2906:10": { + "2911:10": { "preRequisites:11": [ 20547 ], @@ -216682,7 +218487,7 @@ } } }, - "2907:10": { + "2912:10": { "preRequisites:11": [ 20547 ], @@ -216735,7 +218540,7 @@ } } }, - "2908:10": { + "2913:10": { "preRequisites:11": [ 20547 ], @@ -216788,7 +218593,7 @@ } } }, - "2909:10": { + "2914:10": { "preRequisites:11": [ 20547 ], @@ -216841,7 +218646,7 @@ } } }, - "2910:10": { + "2915:10": { "preRequisites:11": [ 20547 ], @@ -216894,7 +218699,7 @@ } } }, - "2911:10": { + "2916:10": { "preRequisites:11": [ 20551 ], @@ -216947,7 +218752,7 @@ } } }, - "2912:10": { + "2917:10": { "preRequisites:11": [ 20551 ], @@ -217000,7 +218805,7 @@ } } }, - "2913:10": { + "2918:10": { "preRequisites:11": [ 20551 ], @@ -217053,7 +218858,7 @@ } } }, - "2914:10": { + "2919:10": { "preRequisites:11": [ 20551 ], @@ -217106,7 +218911,7 @@ } } }, - "2915:10": { + "2920:10": { "preRequisites:11": [ 20551 ], @@ -217159,7 +218964,7 @@ } } }, - "2916:10": { + "2921:10": { "preRequisites:11": [ 20547 ], @@ -217218,7 +219023,7 @@ } } }, - "2917:10": { + "2922:10": { "preRequisites:11": [ 3 ], @@ -217273,7 +219078,7 @@ } } }, - "2918:10": { + "2923:10": { "preRequisites:11": [ 50054, 63 @@ -217327,7 +219132,7 @@ } } }, - "2919:10": { + "2924:10": { "preRequisites:11": [ 50054, 67 @@ -217381,7 +219186,7 @@ } } }, - "2920:10": { + "2925:10": { "preRequisites:11": [ 50054, 67 @@ -217435,7 +219240,7 @@ } } }, - "2921:10": { + "2926:10": { "preRequisites:11": [ 50054, 67 @@ -217489,7 +219294,7 @@ } } }, - "2922:10": { + "2927:10": { "preRequisites:11": [ 50060 ], @@ -217542,7 +219347,7 @@ } } }, - "2923:10": { + "2928:10": { "preRequisites:11": [ 50054, 37 @@ -217608,7 +219413,7 @@ } } }, - "2924:10": { + "2929:10": { "preRequisites:11": [ 50054, 5 @@ -217662,7 +219467,7 @@ } } }, - "2925:10": { + "2930:10": { "preRequisites:11": [ 50054, 3 @@ -217716,7 +219521,7 @@ } } }, - "2926:10": { + "2931:10": { "preRequisites:11": [ 50054, 67 @@ -217770,7 +219575,7 @@ } } }, - "2927:10": { + "2932:10": { "preRequisites:11": [ 50054, 13 @@ -217824,7 +219629,7 @@ } } }, - "2928:10": { + "2933:10": { "preRequisites:11": [ 50065 ], @@ -217877,7 +219682,7 @@ } } }, - "2929:10": { + "2934:10": { "preRequisites:11": [ 50062 ], @@ -217936,7 +219741,7 @@ } } }, - "2930:10": { + "2935:10": { "preRequisites:11": [ 50062 ], @@ -217989,7 +219794,7 @@ } } }, - "2931:10": { + "2936:10": { "preRequisites:11": [ 50070 ], @@ -218042,7 +219847,7 @@ } } }, - "2932:10": { + "2937:10": { "preRequisites:11": [ 50071 ], @@ -218095,7 +219900,7 @@ } } }, - "2933:10": { + "2938:10": { "preRequisites:11": [ 50061 ], @@ -218148,7 +219953,7 @@ } } }, - "2934:10": { + "2939:10": { "preRequisites:11": [ 50074 ], @@ -218201,7 +220006,7 @@ } } }, - "2935:10": { + "2940:10": { "preRequisites:11": [ 50075 ], @@ -218254,7 +220059,7 @@ } } }, - "2936:10": { + "2941:10": { "preRequisites:11": [ 50076 ], @@ -218307,7 +220112,7 @@ } } }, - "2937:10": { + "2942:10": { "preRequisites:11": [ 50060 ], @@ -218362,7 +220167,7 @@ } } }, - "2938:10": { + "2943:10": { "preRequisites:11": [ 50060 ], @@ -218415,7 +220220,7 @@ } } }, - "2939:10": { + "2944:10": { "preRequisites:11": [ 50060 ], @@ -218488,7 +220293,7 @@ } } }, - "2940:10": { + "2945:10": { "preRequisites:11": [ 50060 ], @@ -218541,7 +220346,7 @@ } } }, - "2941:10": { + "2946:10": { "preRequisites:11": [ 50078 ], @@ -218594,7 +220399,7 @@ } } }, - "2942:10": { + "2947:10": { "preRequisites:11": [ 50081 ], @@ -218647,7 +220452,7 @@ } } }, - "2943:10": { + "2948:10": { "preRequisites:11": [ 50083 ], @@ -218700,7 +220505,7 @@ } } }, - "2944:10": { + "2949:10": { "preRequisites:11": [ 50083 ], @@ -218753,7 +220558,7 @@ } } }, - "2945:10": { + "2950:10": { "preRequisites:11": [ 50085 ], @@ -218812,7 +220617,7 @@ } } }, - "2946:10": { + "2951:10": { "preRequisites:11": [ 50083 ], @@ -218871,7 +220676,7 @@ } } }, - "2947:10": { + "2952:10": { "preRequisites:11": [ 50087 ], @@ -218924,7 +220729,7 @@ } } }, - "2948:10": { + "2953:10": { "preRequisites:11": [ 50082 ], @@ -218985,7 +220790,7 @@ } } }, - "2949:10": { + "2954:10": { "preRequisites:11": [ 50089 ], @@ -219046,7 +220851,7 @@ } } }, - "2950:10": { + "2955:10": { "preRequisites:11": [ 50090 ], @@ -219107,7 +220912,7 @@ } } }, - "2951:10": { + "2956:10": { "preRequisites:11": [ 50082 ], @@ -219168,7 +220973,7 @@ } } }, - "2952:10": { + "2957:10": { "preRequisites:11": [ 50092 ], @@ -219229,7 +221034,7 @@ } } }, - "2953:10": { + "2958:10": { "preRequisites:11": [ 50091 ], @@ -219290,7 +221095,7 @@ } } }, - "2954:10": { + "2959:10": { "preRequisites:11": [ 50093 ], @@ -219351,7 +221156,7 @@ } } }, - "2955:10": { + "2960:10": { "preRequisites:11": [ 50095 ], @@ -219412,7 +221217,7 @@ } } }, - "2956:10": { + "2961:10": { "preRequisites:11": [ 50096 ], @@ -219473,7 +221278,7 @@ } } }, - "2957:10": { + "2962:10": { "preRequisites:11": [ 50094 ], @@ -219533,7 +221338,7 @@ } } }, - "2958:10": { + "2963:10": { "preRequisites:11": [ 50054, 209 @@ -219587,7 +221392,7 @@ } } }, - "2959:10": { + "2964:10": { "preRequisites:11": [ 50054, 63 @@ -219657,7 +221462,7 @@ } } }, - "2960:10": { + "2965:10": { "preRequisites:11": [ 50055 ], @@ -219710,7 +221515,7 @@ } } }, - "2961:10": { + "2966:10": { "preRequisites:11": [ 50055 ], @@ -219763,7 +221568,7 @@ } } }, - "2962:10": { + "2967:10": { "preRequisites:11": [ 50055 ], @@ -219816,7 +221621,7 @@ } } }, - "2963:10": { + "2968:10": { "preRequisites:11": [ 50055 ], @@ -219869,7 +221674,7 @@ } } }, - "2964:10": { + "2969:10": { "preRequisites:11": [ 50054, 67 @@ -219925,7 +221730,7 @@ } } }, - "2965:10": { + "2970:10": { "preRequisites:11": [ 50054, 105 @@ -219979,7 +221784,7 @@ } } }, - "2966:10": { + "2971:10": { "preRequisites:11": [ 50054, 200 @@ -220033,7 +221838,7 @@ } } }, - "2967:10": { + "2972:10": { "preRequisites:11": [ 50054, 37 @@ -220089,7 +221894,7 @@ } } }, - "2968:10": { + "2973:10": { "preRequisites:11": [ 50054, 119 @@ -220143,7 +221948,7 @@ } } }, - "2969:10": { + "2974:10": { "preRequisites:11": [ 50054, 28 @@ -220197,7 +222002,7 @@ } } }, - "2970:10": { + "2975:10": { "preRequisites:11": [ 50099 ], @@ -220250,7 +222055,7 @@ } } }, - "2971:10": { + "2976:10": { "preRequisites:11": [ 50100 ], @@ -220305,7 +222110,7 @@ } } }, - "2972:10": { + "2977:10": { "preRequisites:11": [ 50114 ], @@ -220358,7 +222163,7 @@ } } }, - "2973:10": { + "2978:10": { "preRequisites:11": [ 50114 ], @@ -220411,7 +222216,7 @@ } } }, - "2974:10": { + "2979:10": { "preRequisites:11": [ 50114 ], @@ -220470,9 +222275,9 @@ } } }, - "2975:10": { + "2980:10": { "preRequisites:11": [ - 50113 + 50099 ], "properties:10": { "betterquesting:10": { @@ -220523,7 +222328,7 @@ } } }, - "2976:10": { + "2981:10": { "preRequisites:11": [ 50117 ], @@ -220578,7 +222383,7 @@ } } }, - "2977:10": { + "2982:10": { "preRequisites:11": [ 50054, 68 @@ -220632,7 +222437,7 @@ } } }, - "2978:10": { + "2983:10": { "preRequisites:11": [ 50120 ], @@ -220685,7 +222490,7 @@ } } }, - "2979:10": { + "2984:10": { "preRequisites:11": [ 50054, 200 @@ -220739,7 +222544,7 @@ } } }, - "2980:10": { + "2985:10": { "preRequisites:11": [ 50054, 67 @@ -220795,7 +222600,7 @@ } } }, - "2981:10": { + "2986:10": { "preRequisites:11": [ 50054, 209 @@ -220851,7 +222656,7 @@ } } }, - "2982:10": { + "2987:10": { "preRequisites:11": [ 50054, 67 @@ -220911,7 +222716,7 @@ } } }, - "2983:10": { + "2988:10": { "preRequisites:11": [ 50054, 63 @@ -220971,7 +222776,7 @@ } } }, - "2984:10": { + "2989:10": { "preRequisites:11": [ 50054, 37 @@ -221027,7 +222832,7 @@ } } }, - "2985:10": { + "2990:10": { "preRequisites:11": [ 50054, 28 @@ -221083,7 +222888,7 @@ } } }, - "2986:10": { + "2991:10": { "preRequisites:11": [ 50054, 1154 @@ -221137,7 +222942,7 @@ } } }, - "2987:10": { + "2992:10": { "preRequisites:11": [ 50054, 119 @@ -221191,7 +222996,7 @@ } } }, - "2988:10": { + "2993:10": { "preRequisites:11": [ 50122 ], @@ -221244,7 +223049,7 @@ } } }, - "2989:10": { + "2994:10": { "preRequisites:11": [ 50123 ], @@ -221299,7 +223104,7 @@ } } }, - "2990:10": { + "2995:10": { "preRequisites:11": [ 50124 ], @@ -221354,7 +223159,7 @@ } } }, - "2991:10": { + "2996:10": { "preRequisites:11": [ 50134 ], @@ -221409,7 +223214,7 @@ } } }, - "2992:10": { + "2997:10": { "preRequisites:11": [ 50126 ], @@ -221474,7 +223279,7 @@ } } }, - "2993:10": { + "2998:10": { "preRequisites:11": [ 50136 ], @@ -221539,7 +223344,7 @@ } } }, - "2994:10": { + "2999:10": { "preRequisites:11": [ 50137 ], @@ -221604,7 +223409,7 @@ } } }, - "2995:10": { + "3000:10": { "preRequisites:11": [ 50138 ], @@ -221669,7 +223474,7 @@ } } }, - "2996:10": { + "3001:10": { "preRequisites:11": [ 50139 ], @@ -221722,7 +223527,7 @@ } } }, - "2997:10": { + "3002:10": { "preRequisites:11": [ 50140 ], @@ -221775,7 +223580,7 @@ } } }, - "2998:10": { + "3003:10": { "preRequisites:11": [ 50129 ], @@ -221836,7 +223641,7 @@ } } }, - "2999:10": { + "3004:10": { "preRequisites:11": [ 50142 ], @@ -221897,7 +223702,7 @@ } } }, - "3000:10": { + "3005:10": { "preRequisites:11": [ 50145 ], @@ -221958,7 +223763,7 @@ } } }, - "3001:10": { + "3006:10": { "preRequisites:11": [ 50143 ], @@ -222019,7 +223824,7 @@ } } }, - "3002:10": { + "3007:10": { "preRequisites:11": [ 50130 ], @@ -222072,7 +223877,7 @@ } } }, - "3003:10": { + "3008:10": { "preRequisites:11": [ 40 ], @@ -222111,7 +223916,7 @@ } } }, - "3004:10": { + "3009:10": { "preRequisites:11": [ 50147 ], @@ -222182,7 +223987,7 @@ } } }, - "3005:10": { + "3010:10": { "preRequisites:11": [ 50148 ], @@ -222235,7 +224040,7 @@ } } }, - "3006:10": { + "3011:10": { "preRequisites:11": [ 50148 ], @@ -222288,7 +224093,7 @@ } } }, - "3007:10": { + "3012:10": { "preRequisites:11": [ 50148 ], @@ -222341,7 +224146,7 @@ } } }, - "3008:10": { + "3013:10": { "preRequisites:11": [ 50148 ], @@ -222406,7 +224211,7 @@ } } }, - "3009:10": { + "3014:10": { "preRequisites:11": [ 50148 ], @@ -222471,7 +224276,7 @@ } } }, - "3010:10": { + "3015:10": { "preRequisites:11": [ 50148 ], @@ -222536,7 +224341,7 @@ } } }, - "3011:10": { + "3016:10": { "preRequisites:11": [ 50148 ], @@ -222601,7 +224406,7 @@ } } }, - "3012:10": { + "3017:10": { "preRequisites:11": [ 50148 ], @@ -222666,7 +224471,7 @@ } } }, - "3013:10": { + "3018:10": { "preRequisites:11": [ 50148 ], @@ -222731,7 +224536,7 @@ } } }, - "3014:10": { + "3019:10": { "preRequisites:11": [ 50148 ], @@ -222784,7 +224589,7 @@ } } }, - "3015:10": { + "3020:10": { "preRequisites:11": [ 50148 ], @@ -222837,7 +224642,7 @@ } } }, - "3016:10": { + "3021:10": { "preRequisites:11": [ 50148 ], @@ -222890,7 +224695,7 @@ } } }, - "3017:10": { + "3022:10": { "preRequisites:11": [ 50148 ], @@ -222943,7 +224748,7 @@ } } }, - "3018:10": { + "3023:10": { "preRequisites:11": [ 50148 ], @@ -222996,7 +224801,7 @@ } } }, - "3019:10": { + "3024:10": { "preRequisites:11": [ 50148 ], @@ -223097,7 +224902,7 @@ } } }, - "3020:10": { + "3025:10": { "preRequisites:11": [ 50148 ], @@ -223150,7 +224955,7 @@ } } }, - "3021:10": { + "3026:10": { "preRequisites:11": [ 50164 ], @@ -223203,7 +225008,7 @@ } } }, - "3022:10": { + "3027:10": { "preRequisites:11": [ 50162 ], @@ -223256,7 +225061,7 @@ } } }, - "3023:10": { + "3028:10": { "preRequisites:11": [ 50162 ], @@ -223309,7 +225114,7 @@ } } }, - "3024:10": { + "3029:10": { "preRequisites:11": [ 50153 ], @@ -223372,7 +225177,7 @@ } } }, - "3025:10": { + "3030:10": { "preRequisites:11": [ 50168 ], @@ -223435,7 +225240,7 @@ } } }, - "3026:10": { + "3031:10": { "preRequisites:11": [ 50154 ], @@ -223507,7 +225312,7 @@ } } }, - "3027:10": { + "3032:10": { "preRequisites:11": [ 50155 ], @@ -223560,7 +225365,7 @@ } } }, - "3028:10": { + "3033:10": { "preRequisites:11": [ 50171 ], @@ -223613,7 +225418,7 @@ } } }, - "3029:10": { + "3034:10": { "preRequisites:11": [ 50156 ], @@ -223666,7 +225471,7 @@ } } }, - "3030:10": { + "3035:10": { "preRequisites:11": [ 50157 ], @@ -223729,7 +225534,7 @@ } } }, - "3031:10": { + "3036:10": { "preRequisites:11": [ 50174 ], @@ -223782,7 +225587,7 @@ } } }, - "3032:10": { + "3037:10": { "preRequisites:11": [ 50177 ], @@ -223835,7 +225640,7 @@ } } }, - "3033:10": { + "3038:10": { "preRequisites:11": [ 50148 ], @@ -223888,7 +225693,7 @@ } } }, - "3034:10": { + "3039:10": { "preRequisites:11": [ 50184 ], @@ -223941,7 +225746,7 @@ } } }, - "3035:10": { + "3040:10": { "preRequisites:11": [ 50178 ], @@ -223994,7 +225799,7 @@ } } }, - "3036:10": { + "3041:10": { "preRequisites:11": [ 50179 ], @@ -224047,7 +225852,7 @@ } } }, - "3037:10": { + "3042:10": { "preRequisites:11": [ 50177 ], @@ -224100,7 +225905,7 @@ } } }, - "3038:10": { + "3043:10": { "preRequisites:11": [ 50180 ], @@ -224153,7 +225958,7 @@ } } }, - "3039:10": { + "3044:10": { "preRequisites:11": [ 50176 ], @@ -224206,7 +226011,7 @@ } } }, - "3040:10": { + "3045:10": { "preRequisites:11": [ 50177 ], @@ -224259,7 +226064,7 @@ } } }, - "3041:10": { + "3046:10": { "preRequisites:11": [ 50177 ], @@ -224312,7 +226117,7 @@ } } }, - "3042:10": { + "3047:10": { "preRequisites:11": [ 50177 ], @@ -224371,7 +226176,7 @@ } } }, - "3043:10": { + "3048:10": { "preRequisites:11": [ 50177 ], @@ -224430,7 +226235,7 @@ } } }, - "3044:10": { + "3049:10": { "preRequisites:11": [ 50185 ], @@ -224483,7 +226288,7 @@ } } }, - "3045:10": { + "3050:10": { "preRequisites:11": [ 50186 ], @@ -224536,7 +226341,7 @@ } } }, - "3046:10": { + "3051:10": { "preRequisites:11": [ 50190 ], @@ -224589,7 +226394,7 @@ } } }, - "3047:10": { + "3052:10": { "preRequisites:11": [ 50191 ], @@ -224642,7 +226447,7 @@ } } }, - "3048:10": { + "3053:10": { "preRequisites:11": [ 50189 ], @@ -224695,7 +226500,7 @@ } } }, - "3049:10": { + "3054:10": { "preRequisites:11": [ 50193 ], @@ -224748,7 +226553,7 @@ } } }, - "3050:10": { + "3055:10": { "preRequisites:11": [ 50181 ], @@ -224801,7 +226606,7 @@ } } }, - "3051:10": { + "3056:10": { "preRequisites:11": [ 50195 ], @@ -224854,7 +226659,7 @@ } } }, - "3052:10": { + "3057:10": { "preRequisites:11": [ 50196 ], @@ -224907,7 +226712,7 @@ } } }, - "3053:10": { + "3058:10": { "preRequisites:11": [ 50197 ], @@ -224960,7 +226765,7 @@ } } }, - "3054:10": { + "3059:10": { "preRequisites:11": [ 50187 ], @@ -225019,7 +226824,7 @@ } } }, - "3055:10": { + "3060:10": { "preRequisites:11": [ 50187 ], @@ -225078,7 +226883,7 @@ } } }, - "3056:10": { + "3061:10": { "preRequisites:11": [ 50187 ], @@ -225137,7 +226942,7 @@ } } }, - "3057:10": { + "3062:10": { "preRequisites:11": [ 50187 ], @@ -225196,7 +227001,7 @@ } } }, - "3058:10": { + "3063:10": { "preRequisites:11": [ 50187 ], @@ -225249,7 +227054,7 @@ } } }, - "3059:10": { + "3064:10": { "preRequisites:11": [ 50177 ], @@ -225268,7 +227073,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "Yellorite Reactor (Good - Great with Turbine)", + "name:8": "Yellorite Reactor (Good - Great with Extreme Turbine)", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -225350,7 +227155,7 @@ } } }, - "3060:10": { + "3065:10": { "preRequisites:11": [ 50177 ], @@ -225403,7 +227208,7 @@ } } }, - "3061:10": { + "3066:10": { "preRequisites:11": [ 50177 ], @@ -225456,7 +227261,7 @@ } } }, - "3062:10": { + "3067:10": { "preRequisites:11": [ 50177 ], @@ -225509,7 +227314,7 @@ } } }, - "3063:10": { + "3068:10": { "preRequisites:11": [ 50177 ], @@ -225568,7 +227373,7 @@ } } }, - "3064:10": { + "3069:10": { "preRequisites:11": [ 50208 ], @@ -225590,7 +227395,7 @@ "ismain:1": 0, "issilent:1": 0, "lockedprogress:1": 0, - "name:8": "Advanced Compression Engine (Good)", + "name:8": "Advanced Compression Engine (Great with Extreme Turbine)", "questlogic:8": "AND", "repeat_relative:1": 1, "repeattime:3": -1, @@ -225627,7 +227432,7 @@ } } }, - "3065:10": { + "3070:10": { "preRequisites:11": [ 50204 ], @@ -225716,7 +227521,7 @@ } } }, - "3066:10": { + "3071:10": { "preRequisites:11": [ 50176 ], @@ -225799,7 +227604,7 @@ } } }, - "3067:10": { + "3072:10": { "preRequisites:11": [ 50211 ], @@ -225852,7 +227657,7 @@ } } }, - "3068:10": { + "3073:10": { "preRequisites:11": [ 50214 ], @@ -225911,7 +227716,7 @@ } } }, - "3069:10": { + "3074:10": { "preRequisites:11": [ 50211 ], @@ -226048,7 +227853,7 @@ } } }, - "3070:10": { + "3075:10": { "preRequisites:11": [ 50212 ], @@ -226107,7 +227912,7 @@ } } }, - "3071:10": { + "3076:10": { "preRequisites:11": [ 50176 ], @@ -226163,7 +227968,7 @@ } } }, - "3072:10": { + "3077:10": { "preRequisites:11": [ 50211 ], @@ -226216,7 +228021,7 @@ } } }, - "3073:10": { + "3078:10": { "preRequisites:11": [ 50211 ], @@ -226269,7 +228074,7 @@ } } }, - "3074:10": { + "3079:10": { "preRequisites:11": [ 50217 ], @@ -226322,7 +228127,7 @@ } } }, - "3075:10": { + "3080:10": { "preRequisites:11": [ 50218 ], @@ -226375,7 +228180,7 @@ } } }, - "3076:10": { + "3081:10": { "preRequisites:11": [ 50211 ], @@ -226428,7 +228233,7 @@ } } }, - "3077:10": { + "3082:10": { "preRequisites:11": [ 50223, 50217 @@ -226482,7 +228287,7 @@ } } }, - "3078:10": { + "3083:10": { "preRequisites:11": [ 50220 ], @@ -226535,7 +228340,7 @@ } } }, - "3079:10": { + "3084:10": { "preRequisites:11": [ 50221 ], @@ -226588,7 +228393,7 @@ } } }, - "3080:10": { + "3085:10": { "preRequisites:11": [ 50227 ], @@ -226647,7 +228452,7 @@ } } }, - "3081:10": { + "3086:10": { "preRequisites:11": [ 50225 ], @@ -226700,7 +228505,7 @@ } } }, - "3082:10": { + "3087:10": { "preRequisites:11": [ 50219 ], @@ -226753,7 +228558,7 @@ } } }, - "3083:10": { + "3088:10": { "preRequisites:11": [ 50227 ], @@ -226806,7 +228611,7 @@ } } }, - "3084:10": { + "3089:10": { "preRequisites:11": [ 50226 ], @@ -226859,7 +228664,7 @@ } } }, - "3085:10": { + "3090:10": { "preRequisites:11": [ 50219 ], @@ -226912,7 +228717,7 @@ } } }, - "3086:10": { + "3091:10": { "preRequisites:11": [ 50232 ], @@ -226965,7 +228770,7 @@ } } }, - "3087:10": { + "3092:10": { "preRequisites:11": [ 50222 ], @@ -227018,7 +228823,7 @@ } } }, - "3088:10": { + "3093:10": { "preRequisites:11": [ 50230 ], @@ -227071,7 +228876,7 @@ } } }, - "3089:10": { + "3094:10": { "preRequisites:11": [ 50229 ], @@ -227124,7 +228929,7 @@ } } }, - "3090:10": { + "3095:10": { "preRequisites:11": [ 50230, 50232 @@ -227178,7 +228983,7 @@ } } }, - "3091:10": { + "3096:10": { "preRequisites:11": [ 50237 ], @@ -227231,7 +229036,7 @@ } } }, - "3092:10": { + "3097:10": { "preRequisites:11": [ 50238 ], @@ -227290,7 +229095,7 @@ } } }, - "3093:10": { + "3098:10": { "preRequisites:11": [ 50235 ], @@ -227343,7 +229148,7 @@ } } }, - "3094:10": { + "3099:10": { "preRequisites:11": [ 50236 ], @@ -227396,7 +229201,7 @@ } } }, - "3095:10": { + "3100:10": { "preRequisites:11": [ 50239 ], @@ -227455,7 +229260,7 @@ } } }, - "3096:10": { + "3101:10": { "preRequisites:11": [ 50242 ], @@ -227508,7 +229313,7 @@ } } }, - "3097:10": { + "3102:10": { "preRequisites:11": [ 50244 ], @@ -227567,7 +229372,7 @@ } } }, - "3098:10": { + "3103:10": { "preRequisites:11": [ 50240 ], @@ -227620,7 +229425,7 @@ } } }, - "3099:10": { + "3104:10": { "preRequisites:11": [ 50243 ], @@ -227673,7 +229478,7 @@ } } }, - "3100:10": { + "3105:10": { "preRequisites:11": [ 50241 ], @@ -227726,7 +229531,7 @@ } } }, - "3101:10": { + "3106:10": { "preRequisites:11": [ 50245 ], @@ -227779,7 +229584,7 @@ } } }, - "3102:10": { + "3107:10": { "preRequisites:11": [ 50234 ], @@ -227832,7 +229637,7 @@ } } }, - "3103:10": { + "3108:10": { "preRequisites:11": [ 50247 ], @@ -227885,7 +229690,7 @@ } } }, - "3104:10": { + "3109:10": { "preRequisites:11": [ 50184 ], @@ -227956,7 +229761,7 @@ } } }, - "3105:10": { + "3110:10": { "preRequisites:11": [ 50184 ], @@ -228009,7 +229814,7 @@ } } }, - "3106:10": { + "3111:10": { "preRequisites:11": [ 50184 ], @@ -228068,7 +229873,7 @@ } } }, - "3107:10": { + "3112:10": { "preRequisites:11": [ 50251 ], @@ -228121,7 +229926,7 @@ } } }, - "3108:10": { + "3113:10": { "preRequisites:11": [ 50250 ], @@ -228174,7 +229979,7 @@ } } }, - "3109:10": { + "3114:10": { "preRequisites:11": [ 50253 ], @@ -228227,7 +230032,7 @@ } } }, - "3110:10": { + "3115:10": { "preRequisites:11": [ 50254 ], @@ -228280,7 +230085,7 @@ } } }, - "3111:10": { + "3116:10": { "preRequisites:11": [ 50255 ], @@ -228333,7 +230138,7 @@ } } }, - "3112:10": { + "3117:10": { "preRequisites:11": [ 50256 ], @@ -228386,7 +230191,7 @@ } } }, - "3113:10": { + "3118:10": { "preRequisites:11": [ 50184 ], @@ -228445,7 +230250,7 @@ } } }, - "3114:10": { + "3119:10": { "preRequisites:11": [ 50184 ], @@ -228504,7 +230309,7 @@ } } }, - "3115:10": { + "3120:10": { "preRequisites:11": [ 50184 ], @@ -228563,7 +230368,7 @@ } } }, - "3116:10": { + "3121:10": { "preRequisites:11": [ 50184 ], @@ -228622,7 +230427,7 @@ } } }, - "3117:10": { + "3122:10": { "preRequisites:11": [ 50184 ], @@ -228681,7 +230486,7 @@ } } }, - "3118:10": { + "3123:10": { "preRequisites:11": [ 50184 ], @@ -228740,7 +230545,7 @@ } } }, - "3119:10": { + "3124:10": { "preRequisites:11": [ 50184 ], @@ -228799,7 +230604,7 @@ } } }, - "3120:10": { + "3125:10": { "preRequisites:11": [ 50184 ], @@ -228858,7 +230663,7 @@ } } }, - "3121:10": { + "3126:10": { "preRequisites:11": [ 50184 ], @@ -228917,7 +230722,7 @@ } } }, - "3122:10": { + "3127:10": { "preRequisites:11": [ 50184 ], @@ -228976,7 +230781,7 @@ } } }, - "3123:10": { + "3128:10": { "preRequisites:11": [ 50184 ], @@ -229035,7 +230840,7 @@ } } }, - "3124:10": { + "3129:10": { "preRequisites:11": [ 50184 ], @@ -229094,7 +230899,7 @@ } } }, - "3125:10": { + "3130:10": { "preRequisites:11": [ 50184 ], @@ -229153,7 +230958,7 @@ } } }, - "3126:10": { + "3131:10": { "preRequisites:11": [ 50184 ], @@ -229212,7 +231017,7 @@ } } }, - "3127:10": { + "3132:10": { "preRequisites:11": [ 50184 ], @@ -229271,7 +231076,7 @@ } } }, - "3128:10": { + "3133:10": { "preRequisites:11": [ 50184 ], @@ -229330,7 +231135,7 @@ } } }, - "3129:10": { + "3134:10": { "preRequisites:11": [ 50178 ], @@ -229389,7 +231194,7 @@ } } }, - "3130:10": { + "3135:10": { "preRequisites:11": [ 50178 ], @@ -229460,7 +231265,7 @@ } } }, - "3131:10": { + "3136:10": { "preRequisites:11": [ 50179 ], @@ -229513,7 +231318,7 @@ } } }, - "3132:10": { + "3137:10": { "preRequisites:11": [ 50180 ], @@ -229566,7 +231371,7 @@ } } }, - "3133:10": { + "3138:10": { "preRequisites:11": [ 50182 ], @@ -229634,7 +231439,7 @@ } } }, - "3134:10": { + "3139:10": { "preRequisites:11": [ 50179 ], @@ -229705,7 +231510,7 @@ } } }, - "3135:10": { + "3140:10": { "preRequisites:11": [ 28 ], @@ -229744,7 +231549,7 @@ } } }, - "3136:10": { + "3141:10": { "preRequisites:11": [ 70054 ], @@ -229797,7 +231602,7 @@ } } }, - "3137:10": { + "3142:10": { "preRequisites:11": [ 70055 ], @@ -229850,7 +231655,7 @@ } } }, - "3138:10": { + "3143:10": { "preRequisites:11": [ 70055 ], @@ -229903,7 +231708,7 @@ } } }, - "3139:10": { + "3144:10": { "preRequisites:11": [ 70055 ], @@ -229956,7 +231761,7 @@ } } }, - "3140:10": { + "3145:10": { "preRequisites:11": [ 70055 ], @@ -230009,7 +231814,7 @@ } } }, - "3141:10": { + "3146:10": { "preRequisites:11": [ 70055 ], @@ -230062,7 +231867,7 @@ } } }, - "3142:10": { + "3147:10": { "preRequisites:11": [ 70055 ], @@ -230115,7 +231920,7 @@ } } }, - "3143:10": { + "3148:10": { "preRequisites:11": [ 70055 ], @@ -230168,7 +231973,7 @@ } } }, - "3144:10": { + "3149:10": { "preRequisites:11": [ 70055 ], @@ -230221,7 +232026,7 @@ } } }, - "3145:10": { + "3150:10": { "preRequisites:11": [ 70055 ], @@ -230274,7 +232079,7 @@ } } }, - "3146:10": { + "3151:10": { "preRequisites:11": [ 70055 ], @@ -230327,7 +232132,7 @@ } } }, - "3147:10": { + "3152:10": { "preRequisites:11": [ 70055 ], @@ -230380,7 +232185,7 @@ } } }, - "3148:10": { + "3153:10": { "preRequisites:11": [ 70055 ], @@ -230433,7 +232238,7 @@ } } }, - "3149:10": { + "3154:10": { "preRequisites:11": [ 70055 ], @@ -230486,7 +232291,7 @@ } } }, - "3150:10": { + "3155:10": { "preRequisites:11": [ 70055 ], @@ -230539,7 +232344,7 @@ } } }, - "3151:10": { + "3156:10": { "preRequisites:11": [ 70055 ], @@ -230592,7 +232397,7 @@ } } }, - "3152:10": { + "3157:10": { "preRequisites:11": [ 70055 ], @@ -230645,7 +232450,7 @@ } } }, - "3153:10": { + "3158:10": { "preRequisites:11": [ 70055 ], @@ -230698,7 +232503,7 @@ } } }, - "3154:10": { + "3159:10": { "preRequisites:11": [ 70055 ], @@ -230751,7 +232556,7 @@ } } }, - "3155:10": { + "3160:10": { "preRequisites:11": [ 70055 ], @@ -230804,7 +232609,7 @@ } } }, - "3156:10": { + "3161:10": { "preRequisites:11": [ 70055 ], @@ -230857,7 +232662,7 @@ } } }, - "3157:10": { + "3162:10": { "preRequisites:11": [ 70055 ], @@ -230910,7 +232715,7 @@ } } }, - "3158:10": { + "3163:10": { "preRequisites:11": [ 70055 ], @@ -230963,7 +232768,7 @@ } } }, - "3159:10": { + "3164:10": { "preRequisites:11": [ 70055 ], @@ -231016,7 +232821,7 @@ } } }, - "3160:10": { + "3165:10": { "preRequisites:11": [ 70055 ], @@ -231069,7 +232874,7 @@ } } }, - "3161:10": { + "3166:10": { "preRequisites:11": [ 70055 ], @@ -231122,7 +232927,7 @@ } } }, - "3162:10": { + "3167:10": { "preRequisites:11": [ 70055 ], @@ -231175,7 +232980,7 @@ } } }, - "3163:10": { + "3168:10": { "preRequisites:11": [ 70055 ], @@ -231228,7 +233033,7 @@ } } }, - "3164:10": { + "3169:10": { "preRequisites:11": [ 70055 ], @@ -231281,7 +233086,7 @@ } } }, - "3165:10": { + "3170:10": { "preRequisites:11": [ 70055 ], @@ -231334,7 +233139,7 @@ } } }, - "3166:10": { + "3171:10": { "preRequisites:11": [ 70055 ], @@ -231387,7 +233192,7 @@ } } }, - "3167:10": { + "3172:10": { "preRequisites:11": [ 70055 ], @@ -231440,7 +233245,7 @@ } } }, - "3168:10": { + "3173:10": { "preRequisites:11": [ 70055 ], @@ -231493,7 +233298,7 @@ } } }, - "3169:10": { + "3174:10": { "preRequisites:11": [ 70055 ], @@ -231546,7 +233351,7 @@ } } }, - "3170:10": { + "3175:10": { "preRequisites:11": [ 70055 ], @@ -231599,7 +233404,7 @@ } } }, - "3171:10": { + "3176:10": { "preRequisites:11": [ 70055 ], @@ -231652,7 +233457,7 @@ } } }, - "3172:10": { + "3177:10": { "preRequisites:11": [ 70055 ], @@ -231705,7 +233510,7 @@ } } }, - "3173:10": { + "3178:10": { "preRequisites:11": [ 70055 ], @@ -231758,7 +233563,7 @@ } } }, - "3174:10": { + "3179:10": { "preRequisites:11": [ 70055 ], @@ -231811,7 +233616,7 @@ } } }, - "3175:10": { + "3180:10": { "preRequisites:11": [ 70055 ], @@ -231864,7 +233669,7 @@ } } }, - "3176:10": { + "3181:10": { "preRequisites:11": [ 70055 ], @@ -231917,7 +233722,7 @@ } } }, - "3177:10": { + "3182:10": { "preRequisites:11": [ 70055 ], @@ -231970,7 +233775,7 @@ } } }, - "3178:10": { + "3183:10": { "preRequisites:11": [ 70055 ], @@ -232023,7 +233828,7 @@ } } }, - "3179:10": { + "3184:10": { "preRequisites:11": [ 70055 ], @@ -232076,7 +233881,7 @@ } } }, - "3180:10": { + "3185:10": { "preRequisites:11": [ 70055 ], @@ -232129,7 +233934,7 @@ } } }, - "3181:10": { + "3186:10": { "preRequisites:11": [ 70055 ], @@ -232182,7 +233987,7 @@ } } }, - "3182:10": { + "3187:10": { "preRequisites:11": [ 70055 ], @@ -232235,7 +234040,7 @@ } } }, - "3183:10": { + "3188:10": { "preRequisites:11": [ 70055 ], @@ -232288,7 +234093,7 @@ } } }, - "3184:10": { + "3189:10": { "preRequisites:11": [ 70055 ], @@ -232341,7 +234146,7 @@ } } }, - "3185:10": { + "3190:10": { "preRequisites:11": [ 70055 ], @@ -232394,7 +234199,7 @@ } } }, - "3186:10": { + "3191:10": { "preRequisites:11": [ 70055 ], @@ -232447,7 +234252,7 @@ } } }, - "3187:10": { + "3192:10": { "preRequisites:11": [ 70055 ], @@ -232500,7 +234305,7 @@ } } }, - "3188:10": { + "3193:10": { "preRequisites:11": [ 70055 ], @@ -232553,7 +234358,7 @@ } } }, - "3189:10": { + "3194:10": { "preRequisites:11": [ 70055 ], @@ -232606,7 +234411,7 @@ } } }, - "3190:10": { + "3195:10": { "preRequisites:11": [ 70055 ], @@ -232659,7 +234464,7 @@ } } }, - "3191:10": { + "3196:10": { "preRequisites:11": [ 70055 ], @@ -232712,7 +234517,7 @@ } } }, - "3192:10": { + "3197:10": { "preRequisites:11": [ 70055 ], @@ -232765,7 +234570,7 @@ } } }, - "3193:10": { + "3198:10": { "preRequisites:11": [ 70055 ], @@ -232818,7 +234623,7 @@ } } }, - "3194:10": { + "3199:10": { "preRequisites:11": [ 70055 ], @@ -232871,7 +234676,7 @@ } } }, - "3195:10": { + "3200:10": { "preRequisites:11": [ 70055 ], @@ -232924,7 +234729,7 @@ } } }, - "3196:10": { + "3201:10": { "preRequisites:11": [ 70055 ], @@ -232977,7 +234782,7 @@ } } }, - "3197:10": { + "3202:10": { "preRequisites:11": [ 70055 ], @@ -233052,7 +234857,7 @@ } } }, - "3198:10": { + "3203:10": { "preRequisites:11": [ 70055 ], @@ -233105,7 +234910,7 @@ } } }, - "3199:10": { + "3204:10": { "preRequisites:11": [ 70055 ], @@ -233158,7 +234963,7 @@ } } }, - "3200:10": { + "3205:10": { "preRequisites:11": [ 70054 ], @@ -233211,7 +235016,7 @@ } } }, - "3201:10": { + "3206:10": { "preRequisites:11": [ 70054 ], @@ -233264,7 +235069,7 @@ } } }, - "3202:10": { + "3207:10": { "preRequisites:11": [ 70054 ], @@ -233317,7 +235122,7 @@ } } }, - "3203:10": { + "3208:10": { "preRequisites:11": [ 70054 ], @@ -233370,7 +235175,7 @@ } } }, - "3204:10": { + "3209:10": { "preRequisites:11": [ 70054 ], @@ -233423,7 +235228,7 @@ } } }, - "3205:10": { + "3210:10": { "preRequisites:11": [ 70054 ], @@ -233476,7 +235281,7 @@ } } }, - "3206:10": { + "3211:10": { "preRequisites:11": [ 70054 ], @@ -233529,7 +235334,7 @@ } } }, - "3207:10": { + "3212:10": { "preRequisites:11": [ 70054, 78 @@ -233583,7 +235388,7 @@ } } }, - "3208:10": { + "3213:10": { "preRequisites:11": [ 70054, 145 @@ -233637,7 +235442,7 @@ } } }, - "3209:10": { + "3214:10": { "preRequisites:11": [ 70054, 145 @@ -233691,7 +235496,7 @@ } } }, - "3210:10": { + "3215:10": { "preRequisites:11": [ 70054, 145 @@ -233745,7 +235550,7 @@ } } }, - "3211:10": { + "3216:10": { "preRequisites:11": [ 70054, 145 @@ -233799,7 +235604,7 @@ } } }, - "3212:10": { + "3217:10": { "preRequisites:11": [ 70054, 145 @@ -233853,7 +235658,7 @@ } } }, - "3213:10": { + "3218:10": { "preRequisites:11": [ 70054, 145 @@ -233907,7 +235712,7 @@ } } }, - "3214:10": { + "3219:10": { "preRequisites:11": [ 70119 ], @@ -233960,7 +235765,7 @@ } } }, - "3215:10": { + "3220:10": { "preRequisites:11": [ 70120 ], @@ -234013,7 +235818,7 @@ } } }, - "3216:10": { + "3221:10": { "preRequisites:11": [ 70121 ], @@ -234066,7 +235871,7 @@ } } }, - "3217:10": { + "3222:10": { "preRequisites:11": [ 70122 ], @@ -234119,7 +235924,7 @@ } } }, - "3218:10": { + "3223:10": { "preRequisites:11": [ 70123 ], @@ -234172,7 +235977,7 @@ } } }, - "3219:10": { + "3224:10": { "preRequisites:11": [ 70124 ], @@ -234225,7 +236030,7 @@ } } }, - "3220:10": { + "3225:10": { "preRequisites:11": [ 70125 ], @@ -234278,7 +236083,7 @@ } } }, - "3221:10": { + "3226:10": { "preRequisites:11": [ 70126 ], @@ -234331,7 +236136,7 @@ } } }, - "3222:10": { + "3227:10": { "preRequisites:11": [ 70127 ], @@ -234384,7 +236189,7 @@ } } }, - "3223:10": { + "3228:10": { "preRequisites:11": [ 70128 ], @@ -234437,7 +236242,7 @@ } } }, - "3224:10": { + "3229:10": { "preRequisites:11": [ 70129 ], @@ -234490,7 +236295,7 @@ } } }, - "3225:10": { + "3230:10": { "preRequisites:11": [ 70130 ], @@ -234543,7 +236348,7 @@ } } }, - "3226:10": { + "3231:10": { "preRequisites:11": [ 70131 ], @@ -234596,7 +236401,7 @@ } } }, - "3227:10": { + "3232:10": { "preRequisites:11": [ 70132 ], @@ -234649,7 +236454,7 @@ } } }, - "3228:10": { + "3233:10": { "preRequisites:11": [ 70119 ], @@ -234702,7 +236507,7 @@ } } }, - "3229:10": { + "3234:10": { "preRequisites:11": [ 70119 ], @@ -234755,7 +236560,7 @@ } } }, - "3230:10": { + "3235:10": { "preRequisites:11": [ 70119 ], @@ -234808,7 +236613,7 @@ } } }, - "3231:10": { + "3236:10": { "preRequisites:11": [ 70119 ], @@ -234861,7 +236666,7 @@ } } }, - "3232:10": { + "3237:10": { "preRequisites:11": [ 70119 ], @@ -234914,7 +236719,7 @@ } } }, - "3233:10": { + "3238:10": { "preRequisites:11": [ 70119 ], @@ -234967,7 +236772,7 @@ } } }, - "3234:10": { + "3239:10": { "preRequisites:11": [ 70119 ], @@ -235020,7 +236825,7 @@ } } }, - "3235:10": { + "3240:10": { "preRequisites:11": [ 70119 ], @@ -235073,7 +236878,7 @@ } } }, - "3236:10": { + "3241:10": { "preRequisites:11": [ 70119 ], @@ -235126,7 +236931,7 @@ } } }, - "3237:10": { + "3242:10": { "preRequisites:11": [ 70119 ], @@ -235179,7 +236984,7 @@ } } }, - "3238:10": { + "3243:10": { "preRequisites:11": [ 70119 ], @@ -235232,7 +237037,7 @@ } } }, - "3239:10": { + "3244:10": { "preRequisites:11": [ 70119 ], @@ -235285,7 +237090,7 @@ } } }, - "3240:10": { + "3245:10": { "preRequisites:11": [ 70119 ], @@ -235338,7 +237143,7 @@ } } }, - "3241:10": { + "3246:10": { "preRequisites:11": [ 70119 ], @@ -235391,7 +237196,7 @@ } } }, - "3242:10": { + "3247:10": { "preRequisites:11": [ 70119 ], @@ -235444,7 +237249,7 @@ } } }, - "3243:10": { + "3248:10": { "preRequisites:11": [ 70119 ], @@ -235497,7 +237302,7 @@ } } }, - "3244:10": { + "3249:10": { "preRequisites:11": [ 70119 ], @@ -235550,7 +237355,7 @@ } } }, - "3245:10": { + "3250:10": { "preRequisites:11": [ 70119 ], @@ -235603,7 +237408,7 @@ } } }, - "3246:10": { + "3251:10": { "preRequisites:11": [ 70119 ], @@ -235656,7 +237461,7 @@ } } }, - "3247:10": { + "3252:10": { "preRequisites:11": [ 70119 ], @@ -235709,7 +237514,7 @@ } } }, - "3248:10": { + "3253:10": { "preRequisites:11": [ 70119 ], @@ -235762,7 +237567,7 @@ } } }, - "3249:10": { + "3254:10": { "preRequisites:11": [ 70120 ], @@ -235815,7 +237620,7 @@ } } }, - "3250:10": { + "3255:10": { "preRequisites:11": [ 70120 ], @@ -235868,7 +237673,7 @@ } } }, - "3251:10": { + "3256:10": { "preRequisites:11": [ 70120 ], @@ -235921,7 +237726,7 @@ } } }, - "3252:10": { + "3257:10": { "preRequisites:11": [ 70120 ], @@ -235974,7 +237779,7 @@ } } }, - "3253:10": { + "3258:10": { "preRequisites:11": [ 70120 ], @@ -236027,7 +237832,7 @@ } } }, - "3254:10": { + "3259:10": { "preRequisites:11": [ 70120 ], @@ -236080,7 +237885,7 @@ } } }, - "3255:10": { + "3260:10": { "preRequisites:11": [ 70120 ], @@ -236133,7 +237938,7 @@ } } }, - "3256:10": { + "3261:10": { "preRequisites:11": [ 70120 ], @@ -236186,7 +237991,7 @@ } } }, - "3257:10": { + "3262:10": { "preRequisites:11": [ 70120 ], @@ -236239,7 +238044,7 @@ } } }, - "3258:10": { + "3263:10": { "preRequisites:11": [ 70120 ], @@ -236292,7 +238097,7 @@ } } }, - "3259:10": { + "3264:10": { "preRequisites:11": [ 70120 ], @@ -236345,7 +238150,7 @@ } } }, - "3260:10": { + "3265:10": { "preRequisites:11": [ 70120 ], @@ -236398,7 +238203,7 @@ } } }, - "3261:10": { + "3266:10": { "preRequisites:11": [ 70120 ], @@ -236451,7 +238256,7 @@ } } }, - "3262:10": { + "3267:10": { "preRequisites:11": [ 70121 ], @@ -236504,7 +238309,7 @@ } } }, - "3263:10": { + "3268:10": { "preRequisites:11": [ 70121 ], @@ -236557,7 +238362,7 @@ } } }, - "3264:10": { + "3269:10": { "preRequisites:11": [ 70182 ], @@ -236610,7 +238415,7 @@ } } }, - "3265:10": { + "3270:10": { "preRequisites:11": [ 70183 ], @@ -236663,7 +238468,7 @@ } } }, - "3266:10": { + "3271:10": { "preRequisites:11": [ 70184 ], @@ -236716,7 +238521,7 @@ } } }, - "3267:10": { + "3272:10": { "preRequisites:11": [ 70185 ], @@ -236769,7 +238574,7 @@ } } }, - "3268:10": { + "3273:10": { "preRequisites:11": [ 70186 ], @@ -236822,7 +238627,7 @@ } } }, - "3269:10": { + "3274:10": { "preRequisites:11": [ 70122 ], @@ -236875,7 +238680,7 @@ } } }, - "3270:10": { + "3275:10": { "preRequisites:11": [ 70122 ], @@ -236928,7 +238733,7 @@ } } }, - "3271:10": { + "3276:10": { "preRequisites:11": [ 70123 ], @@ -236981,7 +238786,7 @@ } } }, - "3272:10": { + "3277:10": { "preRequisites:11": [ 70123 ], @@ -237034,7 +238839,7 @@ } } }, - "3273:10": { + "3278:10": { "preRequisites:11": [ 70123 ], @@ -237087,7 +238892,7 @@ } } }, - "3274:10": { + "3279:10": { "preRequisites:11": [ 70124 ], @@ -237140,7 +238945,7 @@ } } }, - "3275:10": { + "3280:10": { "preRequisites:11": [ 70124 ], @@ -237193,7 +238998,7 @@ } } }, - "3276:10": { + "3281:10": { "preRequisites:11": [ 70124 ], @@ -237246,7 +239051,7 @@ } } }, - "3277:10": { + "3282:10": { "preRequisites:11": [ 70124 ], @@ -237299,7 +239104,7 @@ } } }, - "3278:10": { + "3283:10": { "preRequisites:11": [ 70124 ], @@ -237352,7 +239157,7 @@ } } }, - "3279:10": { + "3284:10": { "preRequisites:11": [ 70124 ], @@ -237405,7 +239210,7 @@ } } }, - "3280:10": { + "3285:10": { "preRequisites:11": [ 70124 ], @@ -237458,7 +239263,7 @@ } } }, - "3281:10": { + "3286:10": { "preRequisites:11": [ 70124 ], @@ -237511,7 +239316,7 @@ } } }, - "3282:10": { + "3287:10": { "preRequisites:11": [ 70125 ], @@ -237564,7 +239369,7 @@ } } }, - "3283:10": { + "3288:10": { "preRequisites:11": [ 70125 ], @@ -237617,7 +239422,7 @@ } } }, - "3284:10": { + "3289:10": { "preRequisites:11": [ 70125 ], @@ -237670,7 +239475,7 @@ } } }, - "3285:10": { + "3290:10": { "preRequisites:11": [ 70126 ], @@ -237723,7 +239528,7 @@ } } }, - "3286:10": { + "3291:10": { "preRequisites:11": [ 70126 ], @@ -237776,7 +239581,7 @@ } } }, - "3287:10": { + "3292:10": { "preRequisites:11": [ 70126 ], @@ -237829,7 +239634,7 @@ } } }, - "3288:10": { + "3293:10": { "preRequisites:11": [ 70126 ], @@ -237882,7 +239687,7 @@ } } }, - "3289:10": { + "3294:10": { "preRequisites:11": [ 70126 ], @@ -237935,7 +239740,7 @@ } } }, - "3290:10": { + "3295:10": { "preRequisites:11": [ 70126 ], @@ -237988,7 +239793,7 @@ } } }, - "3291:10": { + "3296:10": { "preRequisites:11": [ 70126 ], @@ -238041,7 +239846,7 @@ } } }, - "3292:10": { + "3297:10": { "preRequisites:11": [ 70126 ], @@ -238094,7 +239899,7 @@ } } }, - "3293:10": { + "3298:10": { "preRequisites:11": [ 70126 ], @@ -238147,7 +239952,7 @@ } } }, - "3294:10": { + "3299:10": { "preRequisites:11": [ 70126 ], @@ -238200,7 +240005,7 @@ } } }, - "3295:10": { + "3300:10": { "preRequisites:11": [ 70126 ], @@ -238253,7 +240058,7 @@ } } }, - "3296:10": { + "3301:10": { "preRequisites:11": [ 70127 ], @@ -238306,7 +240111,7 @@ } } }, - "3297:10": { + "3302:10": { "preRequisites:11": [ 70127 ], @@ -238359,7 +240164,7 @@ } } }, - "3298:10": { + "3303:10": { "preRequisites:11": [ 70127 ], @@ -238412,7 +240217,7 @@ } } }, - "3299:10": { + "3304:10": { "preRequisites:11": [ 70127 ], @@ -238465,7 +240270,7 @@ } } }, - "3300:10": { + "3305:10": { "preRequisites:11": [ 70130 ], @@ -238518,7 +240323,7 @@ } } }, - "3301:10": { + "3306:10": { "preRequisites:11": [ 70130 ], @@ -238571,7 +240376,7 @@ } } }, - "3302:10": { + "3307:10": { "preRequisites:11": [ 70130 ], @@ -238624,7 +240429,7 @@ } } }, - "3303:10": { + "3308:10": { "preRequisites:11": [ 70130 ], @@ -238677,7 +240482,7 @@ } } }, - "3304:10": { + "3309:10": { "preRequisites:11": [ 70131 ], @@ -238730,7 +240535,7 @@ } } }, - "3305:10": { + "3310:10": { "preRequisites:11": [ 70131 ], @@ -238783,7 +240588,7 @@ } } }, - "3306:10": { + "3311:10": { "preRequisites:11": [ 70131 ], @@ -238836,7 +240641,7 @@ } } }, - "3307:10": { + "3312:10": { "preRequisites:11": [ 70131 ], @@ -238889,7 +240694,7 @@ } } }, - "3308:10": { + "3313:10": { "preRequisites:11": [ 70131 ], @@ -238942,7 +240747,7 @@ } } }, - "3309:10": { + "3314:10": { "preRequisites:11": [ 70132 ], @@ -238995,7 +240800,7 @@ } } }, - "3310:10": { + "3315:10": { "preRequisites:11": [ 70132 ], @@ -239048,7 +240853,7 @@ } } }, - "3311:10": { + "3316:10": { "preRequisites:11": [ 70128 ], @@ -239101,7 +240906,7 @@ } } }, - "3312:10": { + "3317:10": { "preRequisites:11": [ 70128 ], @@ -239154,7 +240959,7 @@ } } }, - "3313:10": { + "3318:10": { "preRequisites:11": [ 70128 ], @@ -239207,7 +241012,7 @@ } } }, - "3314:10": { + "3319:10": { "preRequisites:11": [ 70128 ], @@ -239260,7 +241065,7 @@ } } }, - "3315:10": { + "3320:10": { "preRequisites:11": [ 70128 ], @@ -239313,7 +241118,7 @@ } } }, - "3316:10": { + "3321:10": { "preRequisites:11": [ 70128 ], @@ -239366,7 +241171,7 @@ } } }, - "3317:10": { + "3322:10": { "preRequisites:11": [ 70128 ], @@ -239419,7 +241224,7 @@ } } }, - "3318:10": { + "3323:10": { "preRequisites:11": [ 70128 ], @@ -239472,7 +241277,7 @@ } } }, - "3319:10": { + "3324:10": { "preRequisites:11": [ 70128 ], @@ -239525,7 +241330,7 @@ } } }, - "3320:10": { + "3325:10": { "preRequisites:11": [ 70128 ], @@ -239578,7 +241383,7 @@ } } }, - "3321:10": { + "3326:10": { "preRequisites:11": [ 70128 ], @@ -239631,7 +241436,7 @@ } } }, - "3322:10": { + "3327:10": { "preRequisites:11": [ 70128 ], @@ -239684,7 +241489,7 @@ } } }, - "3323:10": { + "3328:10": { "preRequisites:11": [ 70128 ], @@ -239737,7 +241542,7 @@ } } }, - "3324:10": { + "3329:10": { "preRequisites:11": [ 70129 ], @@ -239790,7 +241595,7 @@ } } }, - "3325:10": { + "3330:10": { "preRequisites:11": [ 70129 ], @@ -239843,7 +241648,7 @@ } } }, - "3326:10": { + "3331:10": { "preRequisites:11": [ 70129 ], @@ -239896,7 +241701,7 @@ } } }, - "3327:10": { + "3332:10": { "preRequisites:11": [ 70129 ], @@ -239949,7 +241754,7 @@ } } }, - "3328:10": { + "3333:10": { "preRequisites:11": [ 70129 ], @@ -240002,7 +241807,7 @@ } } }, - "3329:10": { + "3334:10": { "preRequisites:11": [ 70129 ], @@ -240055,7 +241860,7 @@ } } }, - "3330:10": { + "3335:10": { "preRequisites:11": [ 70129 ], @@ -240108,7 +241913,7 @@ } } }, - "3331:10": { + "3336:10": { "preRequisites:11": [ 70129 ], @@ -240161,7 +241966,7 @@ } } }, - "3332:10": { + "3337:10": { "preRequisites:11": [ 70129 ], @@ -240214,7 +242019,7 @@ } } }, - "3333:10": { + "3338:10": { "preRequisites:11": [ 70129 ], @@ -240267,7 +242072,7 @@ } } }, - "3334:10": { + "3339:10": { "preRequisites:11": [ 70129 ], @@ -240320,7 +242125,7 @@ } } }, - "3335:10": { + "3340:10": { "preRequisites:11": [ 70129 ], @@ -240373,7 +242178,7 @@ } } }, - "3336:10": { + "3341:10": { "preRequisites:11": [ 90306 ], @@ -240438,7 +242243,7 @@ } } }, - "3337:10": { + "3342:10": { "preRequisites:11": [ 1179 ], @@ -240491,7 +242296,7 @@ } } }, - "3338:10": { + "3343:10": { "preRequisites:11": [ 90437 ], @@ -240545,7 +242350,7 @@ } } }, - "3339:10": { + "3344:10": { "preRequisites:11": [ 90056, 5 @@ -240599,7 +242404,7 @@ } } }, - "3340:10": { + "3345:10": { "preRequisites:11": [ 90056 ], @@ -240658,7 +242463,7 @@ } } }, - "3341:10": { + "3346:10": { "preRequisites:11": [ 90058 ], @@ -240711,7 +242516,7 @@ } } }, - "3342:10": { + "3347:10": { "preRequisites:11": [ 90056 ], @@ -240764,7 +242569,7 @@ } } }, - "3343:10": { + "3348:10": { "preRequisites:11": [ 90057 ], @@ -240817,7 +242622,7 @@ } } }, - "3344:10": { + "3349:10": { "preRequisites:11": [ 90061 ], @@ -240870,7 +242675,7 @@ } } }, - "3345:10": { + "3350:10": { "preRequisites:11": [ 90062 ], @@ -240923,7 +242728,7 @@ } } }, - "3346:10": { + "3351:10": { "preRequisites:11": [ 90063 ], @@ -240976,7 +242781,7 @@ } } }, - "3347:10": { + "3352:10": { "preRequisites:11": [ 90060 ], @@ -241029,7 +242834,7 @@ } } }, - "3348:10": { + "3353:10": { "preRequisites:11": [ 90065 ], @@ -241082,7 +242887,7 @@ } } }, - "3349:10": { + "3354:10": { "preRequisites:11": [ 90066 ], @@ -241135,7 +242940,7 @@ } } }, - "3350:10": { + "3355:10": { "preRequisites:11": [ 90067 ], @@ -241188,7 +242993,7 @@ } } }, - "3351:10": { + "3356:10": { "preRequisites:11": [ 90058 ], @@ -241241,7 +243046,7 @@ } } }, - "3352:10": { + "3357:10": { "preRequisites:11": [ 90058 ], @@ -241294,7 +243099,7 @@ } } }, - "3353:10": { + "3358:10": { "preRequisites:11": [ 90058 ], @@ -241347,7 +243152,7 @@ } } }, - "3354:10": { + "3359:10": { "preRequisites:11": [ 90068 ], @@ -241400,7 +243205,7 @@ } } }, - "3355:10": { + "3360:10": { "preRequisites:11": [ 90072 ], @@ -241453,7 +243258,7 @@ } } }, - "3356:10": { + "3361:10": { "preRequisites:11": [ 90064 ], @@ -241506,7 +243311,7 @@ } } }, - "3357:10": { + "3362:10": { "preRequisites:11": [ 90074 ], @@ -241559,7 +243364,7 @@ } } }, - "3358:10": { + "3363:10": { "preRequisites:11": [ 90056 ], @@ -241612,7 +243417,7 @@ } } }, - "3359:10": { + "3364:10": { "preRequisites:11": [ 90056 ], @@ -241665,7 +243470,7 @@ } } }, - "3360:10": { + "3365:10": { "preRequisites:11": [ 90056 ], @@ -241718,7 +243523,7 @@ } } }, - "3361:10": { + "3366:10": { "preRequisites:11": [ 90056 ], @@ -241771,7 +243576,7 @@ } } }, - "3362:10": { + "3367:10": { "preRequisites:11": [ 90079 ], @@ -241824,7 +243629,7 @@ } } }, - "3363:10": { + "3368:10": { "preRequisites:11": [ 90080 ], @@ -241877,7 +243682,7 @@ } } }, - "3364:10": { + "3369:10": { "preRequisites:11": [ 90083 ], @@ -241938,7 +243743,7 @@ } } }, - "3365:10": { + "3370:10": { "preRequisites:11": [ 90085 ], @@ -241991,7 +243796,7 @@ } } }, - "3366:10": { + "3371:10": { "preRequisites:11": [ 90083 ], @@ -242044,7 +243849,7 @@ } } }, - "3367:10": { + "3372:10": { "preRequisites:11": [ 90437 ], @@ -242098,7 +243903,7 @@ } } }, - "3368:10": { + "3373:10": { "preRequisites:11": [ 90084 ], @@ -242144,7 +243949,7 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "railcraft:tank_iron_gauge" + "id:8": "railcraft:glass" }, "1:10": { "Count:3": 1, @@ -242163,7 +243968,7 @@ } } }, - "3369:10": { + "3374:10": { "preRequisites:11": [ 90086 ], @@ -242209,7 +244014,7 @@ "Count:3": 1, "Damage:2": 0, "OreDict:8": "", - "id:8": "railcraft:tank_steel_gauge" + "id:8": "railcraft:glass" }, "1:10": { "Count:3": 1, @@ -242228,7 +244033,7 @@ } } }, - "3370:10": { + "3375:10": { "preRequisites:11": [ 90087 ], @@ -242281,7 +244086,7 @@ } } }, - "3371:10": { + "3376:10": { "preRequisites:11": [ 1000 ], @@ -242360,7 +244165,7 @@ } } }, - "3372:10": { + "3377:10": { "preRequisites:11": [ 1000 ], @@ -242413,7 +244218,7 @@ } } }, - "3373:10": { + "3378:10": { "preRequisites:11": [ 90083 ], @@ -242482,7 +244287,7 @@ } } }, - "3374:10": { + "3379:10": { "preRequisites:11": [ 90091 ], @@ -242551,7 +244356,7 @@ } } }, - "3375:10": { + "3380:10": { "preRequisites:11": [ 90090 ], @@ -242604,7 +244409,7 @@ } } }, - "3376:10": { + "3381:10": { "preRequisites:11": [ 90090 ], @@ -242657,7 +244462,7 @@ } } }, - "3377:10": { + "3382:10": { "preRequisites:11": [ 90437 ], @@ -242711,7 +244516,7 @@ } } }, - "3378:10": { + "3383:10": { "preRequisites:11": [ 90103 ], @@ -242796,7 +244601,7 @@ } } }, - "3379:10": { + "3384:10": { "preRequisites:11": [ 90096 ], @@ -242849,7 +244654,7 @@ } } }, - "3380:10": { + "3385:10": { "preRequisites:11": [ 90097 ], @@ -242902,7 +244707,7 @@ } } }, - "3381:10": { + "3386:10": { "preRequisites:11": [ 90098 ], @@ -242955,7 +244760,7 @@ } } }, - "3382:10": { + "3387:10": { "preRequisites:11": [ 90101, 90099 @@ -243009,7 +244814,7 @@ } } }, - "3383:10": { + "3388:10": { "preRequisites:11": [ 90102 ], @@ -243062,7 +244867,7 @@ } } }, - "3384:10": { + "3389:10": { "preRequisites:11": [ 90096 ], @@ -243115,7 +244920,7 @@ } } }, - "3385:10": { + "3390:10": { "preRequisites:11": [ 90437 ], @@ -243169,7 +244974,7 @@ } } }, - "3386:10": { + "3391:10": { "preRequisites:11": [ 90106 ], @@ -243222,7 +245027,7 @@ } } }, - "3387:10": { + "3392:10": { "preRequisites:11": [ 90106 ], @@ -243275,7 +245080,7 @@ } } }, - "3388:10": { + "3393:10": { "preRequisites:11": [ 90437 ], @@ -243342,7 +245147,7 @@ } } }, - "3389:10": { + "3394:10": { "preRequisites:11": [ 90106 ], @@ -243395,7 +245200,7 @@ } } }, - "3390:10": { + "3395:10": { "preRequisites:11": [ 90106 ], @@ -243448,7 +245253,7 @@ } } }, - "3391:10": { + "3396:10": { "preRequisites:11": [ 90106 ], @@ -243501,7 +245306,7 @@ } } }, - "3392:10": { + "3397:10": { "preRequisites:11": [ 90095 ], @@ -243554,7 +245359,7 @@ } } }, - "3393:10": { + "3398:10": { "preRequisites:11": [ 90095 ], @@ -243607,7 +245412,7 @@ } } }, - "3394:10": { + "3399:10": { "preRequisites:11": [ 90095 ], @@ -243671,7 +245476,7 @@ } } }, - "3395:10": { + "3400:10": { "preRequisites:11": [ 90095 ], @@ -243729,7 +245534,7 @@ } } }, - "3396:10": { + "3401:10": { "preRequisites:11": [ 90095 ], @@ -243803,7 +245608,7 @@ } } }, - "3397:10": { + "3402:10": { "preRequisites:11": [ 90095 ], @@ -243856,7 +245661,7 @@ } } }, - "3398:10": { + "3403:10": { "preRequisites:11": [ 90095 ], @@ -243927,7 +245732,7 @@ } } }, - "3399:10": { + "3404:10": { "preRequisites:11": [ 1236 ], @@ -243989,7 +245794,7 @@ } } }, - "3400:10": { + "3405:10": { "preRequisites:11": [ 1236 ], @@ -244051,7 +245856,7 @@ } } }, - "3401:10": { + "3406:10": { "preRequisites:11": [ 1236 ], @@ -244113,7 +245918,7 @@ } } }, - "3402:10": { + "3407:10": { "preRequisites:11": [ 1236 ], @@ -244175,7 +245980,7 @@ } } }, - "3403:10": { + "3408:10": { "preRequisites:11": [ 1236 ], @@ -244246,7 +246051,7 @@ } } }, - "3404:10": { + "3409:10": { "preRequisites:11": [ 1229 ], @@ -244305,7 +246110,7 @@ } } }, - "3405:10": { + "3410:10": { "preRequisites:11": [ 1229 ], @@ -244358,7 +246163,7 @@ } } }, - "3406:10": { + "3411:10": { "preRequisites:11": [ 1229 ], @@ -244411,7 +246216,7 @@ } } }, - "3407:10": { + "3412:10": { "preRequisites:11": [ 1229 ], @@ -244464,7 +246269,7 @@ } } }, - "3408:10": { + "3413:10": { "preRequisites:11": [ 1229 ], @@ -244517,7 +246322,7 @@ } } }, - "3409:10": { + "3414:10": { "preRequisites:11": [ 1227 ], @@ -244576,7 +246381,7 @@ } } }, - "3410:10": { + "3415:10": { "preRequisites:11": [ 1227 ], @@ -244635,7 +246440,7 @@ } } }, - "3411:10": { + "3416:10": { "preRequisites:11": [ 90130 ], @@ -244688,7 +246493,7 @@ } } }, - "3412:10": { + "3417:10": { "preRequisites:11": [ 90437 ], @@ -244742,7 +246547,7 @@ } } }, - "3413:10": { + "3418:10": { "preRequisites:11": [ 90129 ], @@ -244795,7 +246600,7 @@ } } }, - "3414:10": { + "3419:10": { "preRequisites:11": [ 1236 ], @@ -244860,7 +246665,7 @@ } } }, - "3415:10": { + "3420:10": { "preRequisites:11": [ 1229 ], @@ -244913,7 +246718,7 @@ } } }, - "3416:10": { + "3421:10": { "preRequisites:11": [ 1229 ], @@ -244966,7 +246771,7 @@ } } }, - "3417:10": { + "3422:10": { "preRequisites:11": [ 1236 ], @@ -245037,7 +246842,7 @@ } } }, - "3418:10": { + "3423:10": { "preRequisites:11": [ 1236 ], @@ -245108,7 +246913,7 @@ } } }, - "3419:10": { + "3424:10": { "preRequisites:11": [ 1233 ], @@ -245161,7 +246966,7 @@ } } }, - "3420:10": { + "3425:10": { "preRequisites:11": [ 1237 ], @@ -245214,7 +247019,7 @@ } } }, - "3421:10": { + "3426:10": { "preRequisites:11": [ 1237 ], @@ -245285,7 +247090,7 @@ } } }, - "3422:10": { + "3427:10": { "preRequisites:11": [ 1237 ], @@ -245344,7 +247149,7 @@ } } }, - "3423:10": { + "3428:10": { "preRequisites:11": [ 1221 ], @@ -245397,7 +247202,7 @@ } } }, - "3424:10": { + "3429:10": { "preRequisites:11": [ 1221 ], @@ -245450,7 +247255,7 @@ } } }, - "3425:10": { + "3430:10": { "preRequisites:11": [ 1236 ], @@ -245503,7 +247308,7 @@ } } }, - "3426:10": { + "3431:10": { "preRequisites:11": [ 1221 ], @@ -245556,7 +247361,7 @@ } } }, - "3427:10": { + "3432:10": { "preRequisites:11": [ 1221 ], @@ -245609,7 +247414,7 @@ } } }, - "3428:10": { + "3433:10": { "preRequisites:11": [ 1221 ], @@ -245662,7 +247467,7 @@ } } }, - "3429:10": { + "3434:10": { "preRequisites:11": [ 1237 ], @@ -245715,7 +247520,7 @@ } } }, - "3430:10": { + "3435:10": { "preRequisites:11": [ 1237 ], @@ -245774,7 +247579,7 @@ } } }, - "3431:10": { + "3436:10": { "preRequisites:11": [ 1233 ], @@ -245827,7 +247632,7 @@ } } }, - "3432:10": { + "3437:10": { "preRequisites:11": [ 1233 ], @@ -245880,7 +247685,7 @@ } } }, - "3433:10": { + "3438:10": { "preRequisites:11": [ 1232 ], @@ -245933,7 +247738,7 @@ } } }, - "3434:10": { + "3439:10": { "preRequisites:11": [ 1237 ], @@ -245992,7 +247797,7 @@ } } }, - "3435:10": { + "3440:10": { "preRequisites:11": [ 1232 ], @@ -246045,7 +247850,7 @@ } } }, - "3436:10": { + "3441:10": { "preRequisites:11": [ 1232 ], @@ -246098,7 +247903,7 @@ } } }, - "3437:10": { + "3442:10": { "preRequisites:11": [ 1236 ], @@ -246169,7 +247974,7 @@ } } }, - "3438:10": { + "3443:10": { "preRequisites:11": [ 1227 ], @@ -246234,7 +248039,7 @@ } } }, - "3439:10": { + "3444:10": { "preRequisites:11": [ 1227 ], @@ -246299,7 +248104,7 @@ } } }, - "3440:10": { + "3445:10": { "preRequisites:11": [ 1231 ], @@ -246352,7 +248157,7 @@ } } }, - "3441:10": { + "3446:10": { "preRequisites:11": [ 1231 ], @@ -246423,7 +248228,7 @@ } } }, - "3442:10": { + "3447:10": { "preRequisites:11": [ 1231 ], @@ -246476,7 +248281,7 @@ } } }, - "3443:10": { + "3448:10": { "preRequisites:11": [ 1231 ], @@ -246529,7 +248334,7 @@ } } }, - "3444:10": { + "3449:10": { "preRequisites:11": [ 1231 ], @@ -246582,7 +248387,7 @@ } } }, - "3445:10": { + "3450:10": { "preRequisites:11": [ 1231 ], @@ -246635,7 +248440,7 @@ } } }, - "3446:10": { + "3451:10": { "preRequisites:11": [ 1231 ], @@ -246688,7 +248493,7 @@ } } }, - "3447:10": { + "3452:10": { "preRequisites:11": [ 1231 ], @@ -246741,7 +248546,7 @@ } } }, - "3448:10": { + "3453:10": { "preRequisites:11": [ 1231 ], @@ -246794,7 +248599,7 @@ } } }, - "3449:10": { + "3454:10": { "preRequisites:11": [ 90191 ], @@ -246847,7 +248652,7 @@ } } }, - "3450:10": { + "3455:10": { "preRequisites:11": [ 1228 ], @@ -246924,7 +248729,7 @@ } } }, - "3451:10": { + "3456:10": { "preRequisites:11": [ 1222 ], @@ -246985,7 +248790,7 @@ } } }, - "3452:10": { + "3457:10": { "preRequisites:11": [ 90173 ], @@ -247040,7 +248845,7 @@ } } }, - "3453:10": { + "3458:10": { "preRequisites:11": [ 90174 ], @@ -247093,7 +248898,7 @@ } } }, - "3454:10": { + "3459:10": { "preRequisites:11": [ 1226 ], @@ -247146,7 +248951,7 @@ } } }, - "3455:10": { + "3460:10": { "preRequisites:11": [ 1226 ], @@ -247199,7 +249004,7 @@ } } }, - "3456:10": { + "3461:10": { "preRequisites:11": [ 1226 ], @@ -247252,7 +249057,7 @@ } } }, - "3457:10": { + "3462:10": { "preRequisites:11": [ 1226 ], @@ -247305,7 +249110,7 @@ } } }, - "3458:10": { + "3463:10": { "preRequisites:11": [ 1226 ], @@ -247358,7 +249163,7 @@ } } }, - "3459:10": { + "3464:10": { "preRequisites:11": [ 1226 ], @@ -247411,7 +249216,7 @@ } } }, - "3460:10": { + "3465:10": { "preRequisites:11": [ 1226 ], @@ -247464,7 +249269,7 @@ } } }, - "3461:10": { + "3466:10": { "preRequisites:11": [ 1226 ], @@ -247517,7 +249322,7 @@ } } }, - "3462:10": { + "3467:10": { "preRequisites:11": [ 1226 ], @@ -247570,7 +249375,7 @@ } } }, - "3463:10": { + "3468:10": { "preRequisites:11": [ 1228 ], @@ -247629,7 +249434,7 @@ } } }, - "3464:10": { + "3469:10": { "preRequisites:11": [ 1228 ], @@ -247706,7 +249511,7 @@ } } }, - "3465:10": { + "3470:10": { "preRequisites:11": [ 90131 ], @@ -247759,7 +249564,7 @@ } } }, - "3466:10": { + "3471:10": { "preRequisites:11": [ 90131 ], @@ -247812,7 +249617,7 @@ } } }, - "3467:10": { + "3472:10": { "preRequisites:11": [ 90191 ], @@ -247865,7 +249670,7 @@ } } }, - "3468:10": { + "3473:10": { "preRequisites:11": [ 90192 ], @@ -247918,7 +249723,7 @@ } } }, - "3469:10": { + "3474:10": { "preRequisites:11": [ 90437 ], @@ -247972,7 +249777,7 @@ } } }, - "3470:10": { + "3475:10": { "preRequisites:11": [ 90191 ], @@ -248027,7 +249832,7 @@ } } }, - "3471:10": { + "3476:10": { "preRequisites:11": [ 90193 ], @@ -248082,7 +249887,7 @@ } } }, - "3472:10": { + "3477:10": { "preRequisites:11": [ 90196 ], @@ -248135,7 +249940,7 @@ } } }, - "3473:10": { + "3478:10": { "preRequisites:11": [ 90437 ], @@ -248189,7 +249994,7 @@ } } }, - "3474:10": { + "3479:10": { "preRequisites:11": [ 90196 ], @@ -248242,7 +250047,7 @@ } } }, - "3475:10": { + "3480:10": { "preRequisites:11": [ 90196 ], @@ -248295,7 +250100,7 @@ } } }, - "3476:10": { + "3481:10": { "preRequisites:11": [ 90196 ], @@ -248348,7 +250153,7 @@ } } }, - "3477:10": { + "3482:10": { "preRequisites:11": [ 90196 ], @@ -248401,7 +250206,7 @@ } } }, - "3478:10": { + "3483:10": { "preRequisites:11": [ 90196 ], @@ -248454,7 +250259,7 @@ } } }, - "3479:10": { + "3484:10": { "preRequisites:11": [ 90196 ], @@ -248507,7 +250312,7 @@ } } }, - "3480:10": { + "3485:10": { "preRequisites:11": [ 90196 ], @@ -248560,7 +250365,7 @@ } } }, - "3481:10": { + "3486:10": { "preRequisites:11": [ 90196 ], @@ -248613,7 +250418,7 @@ } } }, - "3482:10": { + "3487:10": { "preRequisites:11": [ 90204 ], @@ -248666,7 +250471,7 @@ } } }, - "3483:10": { + "3488:10": { "preRequisites:11": [ 90196 ], @@ -248719,7 +250524,7 @@ } } }, - "3484:10": { + "3489:10": { "preRequisites:11": [ 90196 ], @@ -248772,7 +250577,7 @@ } } }, - "3485:10": { + "3490:10": { "preRequisites:11": [ 90196 ], @@ -248825,7 +250630,7 @@ } } }, - "3486:10": { + "3491:10": { "preRequisites:11": [ 90196 ], @@ -248878,7 +250683,7 @@ } } }, - "3487:10": { + "3492:10": { "preRequisites:11": [ 90196 ], @@ -248931,7 +250736,7 @@ } } }, - "3488:10": { + "3493:10": { "preRequisites:11": [ 90210 ], @@ -248984,7 +250789,7 @@ } } }, - "3489:10": { + "3494:10": { "preRequisites:11": [ 90196 ], @@ -249037,7 +250842,7 @@ } } }, - "3490:10": { + "3495:10": { "preRequisites:11": [ 90196 ], @@ -249090,7 +250895,7 @@ } } }, - "3491:10": { + "3496:10": { "preRequisites:11": [ 90196 ], @@ -249143,7 +250948,7 @@ } } }, - "3492:10": { + "3497:10": { "preRequisites:11": [ 90196 ], @@ -249196,7 +251001,7 @@ } } }, - "3493:10": { + "3498:10": { "preRequisites:11": [ 90196 ], @@ -249249,7 +251054,7 @@ } } }, - "3494:10": { + "3499:10": { "preRequisites:11": [ 90216 ], @@ -249302,7 +251107,7 @@ } } }, - "3495:10": { + "3500:10": { "preRequisites:11": [ 1181 ], @@ -249355,7 +251160,7 @@ } } }, - "3496:10": { + "3501:10": { "preRequisites:11": [ 1179 ], @@ -249408,7 +251213,7 @@ } } }, - "3497:10": { + "3502:10": { "preRequisites:11": [ 1179 ], @@ -249461,7 +251266,7 @@ } } }, - "3498:10": { + "3503:10": { "preRequisites:11": [ 1136 ], @@ -249520,7 +251325,7 @@ } } }, - "3499:10": { + "3504:10": { "preRequisites:11": [ 1136 ], @@ -249573,7 +251378,7 @@ } } }, - "3500:10": { + "3505:10": { "preRequisites:11": [ 1179 ], @@ -249632,7 +251437,7 @@ } } }, - "3501:10": { + "3506:10": { "preRequisites:11": [ 1179 ], @@ -249685,7 +251490,7 @@ } } }, - "3502:10": { + "3507:10": { "preRequisites:11": [ 1179 ], @@ -249738,7 +251543,7 @@ } } }, - "3503:10": { + "3508:10": { "preRequisites:11": [ 1179 ], @@ -249791,7 +251596,7 @@ } } }, - "3504:10": { + "3509:10": { "preRequisites:11": [ 90437 ], @@ -249908,7 +251713,7 @@ } } }, - "3505:10": { + "3510:10": { "preRequisites:11": [ 1136 ], @@ -249973,7 +251778,7 @@ } } }, - "3506:10": { + "3511:10": { "preRequisites:11": [ 1136 ], @@ -250026,7 +251831,7 @@ } } }, - "3507:10": { + "3512:10": { "preRequisites:11": [ 1136 ], @@ -250079,7 +251884,7 @@ } } }, - "3508:10": { + "3513:10": { "preRequisites:11": [ 1136 ], @@ -250132,7 +251937,7 @@ } } }, - "3509:10": { + "3514:10": { "preRequisites:11": [ 1136 ], @@ -250185,7 +251990,7 @@ } } }, - "3510:10": { + "3515:10": { "preRequisites:11": [ 1183 ], @@ -250238,7 +252043,7 @@ } } }, - "3511:10": { + "3516:10": { "preRequisites:11": [ 1175 ], @@ -250291,7 +252096,7 @@ } } }, - "3512:10": { + "3517:10": { "preRequisites:11": [ 90235 ], @@ -250344,7 +252149,7 @@ } } }, - "3513:10": { + "3518:10": { "preRequisites:11": [ 1176 ], @@ -250416,7 +252221,7 @@ } } }, - "3514:10": { + "3519:10": { "preRequisites:11": [ 1176 ], @@ -250478,7 +252283,7 @@ } } }, - "3515:10": { + "3520:10": { "preRequisites:11": [ 1177 ], @@ -250634,7 +252439,7 @@ } } }, - "3516:10": { + "3521:10": { "preRequisites:11": [ 90437 ], @@ -250785,7 +252590,7 @@ } } }, - "3517:10": { + "3522:10": { "preRequisites:11": [ 1137 ], @@ -250844,7 +252649,7 @@ } } }, - "3518:10": { + "3523:10": { "preRequisites:11": [ 1176 ], @@ -250903,7 +252708,7 @@ } } }, - "3519:10": { + "3524:10": { "preRequisites:11": [ 1176 ], @@ -250965,7 +252770,7 @@ } } }, - "3520:10": { + "3525:10": { "preRequisites:11": [ 1176 ], @@ -251018,7 +252823,7 @@ } } }, - "3521:10": { + "3526:10": { "preRequisites:11": [ 1176 ], @@ -251080,7 +252885,7 @@ } } }, - "3522:10": { + "3527:10": { "preRequisites:11": [ 1176 ], @@ -251133,7 +252938,7 @@ } } }, - "3523:10": { + "3528:10": { "preRequisites:11": [ 1176 ], @@ -251195,7 +253000,7 @@ } } }, - "3524:10": { + "3529:10": { "preRequisites:11": [ 1176 ], @@ -251248,7 +253053,7 @@ } } }, - "3525:10": { + "3530:10": { "preRequisites:11": [ 1176 ], @@ -251313,7 +253118,7 @@ } } }, - "3526:10": { + "3531:10": { "preRequisites:11": [ 1176 ], @@ -251366,7 +253171,7 @@ } } }, - "3527:10": { + "3532:10": { "preRequisites:11": [ 1176 ], @@ -251431,7 +253236,7 @@ } } }, - "3528:10": { + "3533:10": { "preRequisites:11": [ 1176 ], @@ -251484,7 +253289,7 @@ } } }, - "3529:10": { + "3534:10": { "preRequisites:11": [ 1176 ], @@ -251549,7 +253354,7 @@ } } }, - "3530:10": { + "3535:10": { "preRequisites:11": [ 1176 ], @@ -251602,7 +253407,7 @@ } } }, - "3531:10": { + "3536:10": { "preRequisites:11": [ 1176 ], @@ -251667,7 +253472,7 @@ } } }, - "3532:10": { + "3537:10": { "preRequisites:11": [ 1176 ], @@ -251732,7 +253537,7 @@ } } }, - "3533:10": { + "3538:10": { "preRequisites:11": [ 1176 ], @@ -251785,7 +253590,7 @@ } } }, - "3534:10": { + "3539:10": { "preRequisites:11": [ 1176 ], @@ -251838,7 +253643,7 @@ } } }, - "3535:10": { + "3540:10": { "preRequisites:11": [ 1176 ], @@ -251891,7 +253696,7 @@ } } }, - "3536:10": { + "3541:10": { "preRequisites:11": [ 90241 ], @@ -251956,7 +253761,7 @@ } } }, - "3537:10": { + "3542:10": { "preRequisites:11": [ 90241 ], @@ -252009,7 +253814,7 @@ } } }, - "3538:10": { + "3543:10": { "preRequisites:11": [ 90241 ], @@ -252062,7 +253867,7 @@ } } }, - "3539:10": { + "3544:10": { "preRequisites:11": [ 90241 ], @@ -252115,7 +253920,7 @@ } } }, - "3540:10": { + "3545:10": { "preRequisites:11": [ 90241 ], @@ -252168,7 +253973,7 @@ } } }, - "3541:10": { + "3546:10": { "preRequisites:11": [ 90241 ], @@ -252221,7 +254026,7 @@ } } }, - "3542:10": { + "3547:10": { "preRequisites:11": [ 90241 ], @@ -252274,7 +254079,7 @@ } } }, - "3543:10": { + "3548:10": { "preRequisites:11": [ 90241 ], @@ -252327,7 +254132,7 @@ } } }, - "3544:10": { + "3549:10": { "preRequisites:11": [ 1174 ], @@ -252380,7 +254185,7 @@ } } }, - "3545:10": { + "3550:10": { "preRequisites:11": [ 1172 ], @@ -252433,7 +254238,7 @@ } } }, - "3546:10": { + "3551:10": { "preRequisites:11": [ 90269 ], @@ -252486,7 +254291,7 @@ } } }, - "3547:10": { + "3552:10": { "preRequisites:11": [ 90270 ], @@ -252539,7 +254344,7 @@ } } }, - "3548:10": { + "3553:10": { "preRequisites:11": [ 1174 ], @@ -252592,7 +254397,7 @@ } } }, - "3549:10": { + "3554:10": { "preRequisites:11": [ 90272 ], @@ -252645,7 +254450,7 @@ } } }, - "3550:10": { + "3555:10": { "preRequisites:11": [ 90273 ], @@ -252698,7 +254503,7 @@ } } }, - "3551:10": { + "3556:10": { "preRequisites:11": [ 90274 ], @@ -252763,7 +254568,7 @@ } } }, - "3552:10": { + "3557:10": { "preRequisites:11": [ 90275 ], @@ -252828,7 +254633,7 @@ } } }, - "3553:10": { + "3558:10": { "preRequisites:11": [ 90276 ], @@ -252893,7 +254698,7 @@ } } }, - "3554:10": { + "3559:10": { "preRequisites:11": [ 1172 ], @@ -252964,7 +254769,7 @@ } } }, - "3555:10": { + "3560:10": { "preRequisites:11": [ 1173 ], @@ -253017,7 +254822,7 @@ } } }, - "3556:10": { + "3561:10": { "preRequisites:11": [ 1173 ], @@ -253070,7 +254875,7 @@ } } }, - "3557:10": { + "3562:10": { "preRequisites:11": [ 1173 ], @@ -253123,7 +254928,7 @@ } } }, - "3558:10": { + "3563:10": { "preRequisites:11": [ 1173 ], @@ -253176,7 +254981,7 @@ } } }, - "3559:10": { + "3564:10": { "preRequisites:11": [ 1173 ], @@ -253229,7 +255034,7 @@ } } }, - "3560:10": { + "3565:10": { "preRequisites:11": [ 1173 ], @@ -253282,7 +255087,7 @@ } } }, - "3561:10": { + "3566:10": { "preRequisites:11": [ 1173 ], @@ -253335,7 +255140,7 @@ } } }, - "3562:10": { + "3567:10": { "preRequisites:11": [ 1173 ], @@ -253388,7 +255193,7 @@ } } }, - "3563:10": { + "3568:10": { "preRequisites:11": [ 1173 ], @@ -253441,7 +255246,7 @@ } } }, - "3564:10": { + "3569:10": { "preRequisites:11": [ 1173 ], @@ -253494,7 +255299,7 @@ } } }, - "3565:10": { + "3570:10": { "preRequisites:11": [ 1173 ], @@ -253547,7 +255352,7 @@ } } }, - "3566:10": { + "3571:10": { "preRequisites:11": [ 1184 ], @@ -253600,7 +255405,7 @@ } } }, - "3567:10": { + "3572:10": { "preRequisites:11": [ 1173 ], @@ -253653,7 +255458,7 @@ } } }, - "3568:10": { + "3573:10": { "preRequisites:11": [ 1173 ], @@ -253706,7 +255511,7 @@ } } }, - "3569:10": { + "3574:10": { "preRequisites:11": [ 1173 ], @@ -253759,7 +255564,7 @@ } } }, - "3570:10": { + "3575:10": { "preRequisites:11": [ 1173 ], @@ -253830,7 +255635,7 @@ } } }, - "3571:10": { + "3576:10": { "preRequisites:11": [ 1173 ], @@ -253901,7 +255706,7 @@ } } }, - "3572:10": { + "3577:10": { "preRequisites:11": [ 1173 ], @@ -253966,7 +255771,7 @@ } } }, - "3573:10": { + "3578:10": { "preRequisites:11": [ 1173 ], @@ -254019,7 +255824,7 @@ } } }, - "3574:10": { + "3579:10": { "preRequisites:11": [ 1184 ], @@ -254072,7 +255877,7 @@ } } }, - "3575:10": { + "3580:10": { "preRequisites:11": [ 1184 ], @@ -254125,7 +255930,7 @@ } } }, - "3576:10": { + "3581:10": { "preRequisites:11": [ 90437 ], @@ -254308,7 +256113,7 @@ } } }, - "3577:10": { + "3582:10": { "preRequisites:11": [ 90306 ], @@ -254361,7 +256166,7 @@ } } }, - "3578:10": { + "3583:10": { "preRequisites:11": [ 90306 ], @@ -254414,7 +256219,7 @@ } } }, - "3579:10": { + "3584:10": { "preRequisites:11": [ 90306 ], @@ -254467,7 +256272,7 @@ } } }, - "3580:10": { + "3585:10": { "preRequisites:11": [ 90306 ], @@ -254520,7 +256325,7 @@ } } }, - "3581:10": { + "3586:10": { "preRequisites:11": [ 90437 ], @@ -254574,7 +256379,7 @@ } } }, - "3582:10": { + "3587:10": { "preRequisites:11": [ 90306 ], @@ -254627,7 +256432,7 @@ } } }, - "3583:10": { + "3588:10": { "preRequisites:11": [ 90306 ], @@ -254680,7 +256485,7 @@ } } }, - "3584:10": { + "3589:10": { "preRequisites:11": [ 90306 ], @@ -254733,7 +256538,7 @@ } } }, - "3585:10": { + "3590:10": { "preRequisites:11": [ 90306 ], @@ -254786,7 +256591,7 @@ } } }, - "3586:10": { + "3591:10": { "preRequisites:11": [ 90306 ], @@ -254839,7 +256644,7 @@ } } }, - "3587:10": { + "3592:10": { "preRequisites:11": [ 90306 ], @@ -254892,7 +256697,7 @@ } } }, - "3588:10": { + "3593:10": { "preRequisites:11": [ 90306 ], @@ -254945,7 +256750,7 @@ } } }, - "3589:10": { + "3594:10": { "preRequisites:11": [ 90306 ], @@ -254998,7 +256803,7 @@ } } }, - "3590:10": { + "3595:10": { "preRequisites:11": [ 90306 ], @@ -255051,7 +256856,7 @@ } } }, - "3591:10": { + "3596:10": { "preRequisites:11": [ 90306 ], @@ -255104,7 +256909,7 @@ } } }, - "3592:10": { + "3597:10": { "preRequisites:11": [ 90306 ], @@ -255157,7 +256962,7 @@ } } }, - "3593:10": { + "3598:10": { "preRequisites:11": [ 90306 ], @@ -255210,7 +257015,7 @@ } } }, - "3594:10": { + "3599:10": { "preRequisites:11": [ 90306 ], @@ -255263,7 +257068,7 @@ } } }, - "3595:10": { + "3600:10": { "preRequisites:11": [ 90306 ], @@ -255316,7 +257121,7 @@ } } }, - "3596:10": { + "3601:10": { "preRequisites:11": [ 90306 ], @@ -255369,7 +257174,7 @@ } } }, - "3597:10": { + "3602:10": { "preRequisites:11": [ 90306 ], @@ -255422,7 +257227,7 @@ } } }, - "3598:10": { + "3603:10": { "preRequisites:11": [ 90306 ], @@ -255475,7 +257280,7 @@ } } }, - "3599:10": { + "3604:10": { "preRequisites:11": [ 90306 ], @@ -255528,7 +257333,7 @@ } } }, - "3600:10": { + "3605:10": { "preRequisites:11": [ 90306 ], @@ -255581,7 +257386,7 @@ } } }, - "3601:10": { + "3606:10": { "preRequisites:11": [ 90306 ], @@ -255634,7 +257439,7 @@ } } }, - "3602:10": { + "3607:10": { "preRequisites:11": [ 90306 ], @@ -255687,7 +257492,7 @@ } } }, - "3603:10": { + "3608:10": { "preRequisites:11": [ 90306 ], @@ -255740,7 +257545,7 @@ } } }, - "3604:10": { + "3609:10": { "preRequisites:11": [ 90306 ], @@ -255793,7 +257598,7 @@ } } }, - "3605:10": { + "3610:10": { "preRequisites:11": [ 90306 ], @@ -255846,7 +257651,7 @@ } } }, - "3606:10": { + "3611:10": { "preRequisites:11": [ 90306 ], @@ -255899,7 +257704,7 @@ } } }, - "3607:10": { + "3612:10": { "preRequisites:11": [ 90306 ], @@ -255952,7 +257757,7 @@ } } }, - "3608:10": { + "3613:10": { "preRequisites:11": [ 90306 ], @@ -256005,7 +257810,7 @@ } } }, - "3609:10": { + "3614:10": { "preRequisites:11": [ 90306 ], @@ -256058,7 +257863,7 @@ } } }, - "3610:10": { + "3615:10": { "preRequisites:11": [ 90306 ], @@ -256111,7 +257916,7 @@ } } }, - "3611:10": { + "3616:10": { "preRequisites:11": [ 90342 ], @@ -256164,7 +257969,7 @@ } } }, - "3612:10": { + "3617:10": { "preRequisites:11": [ 90342 ], @@ -256217,7 +258022,7 @@ } } }, - "3613:10": { + "3618:10": { "preRequisites:11": [ 90342 ], @@ -256270,7 +258075,7 @@ } } }, - "3614:10": { + "3619:10": { "preRequisites:11": [ 90342 ], @@ -256323,7 +258128,7 @@ } } }, - "3615:10": { + "3620:10": { "preRequisites:11": [ 90342 ], @@ -256376,7 +258181,7 @@ } } }, - "3616:10": { + "3621:10": { "preRequisites:11": [ 90437 ], @@ -256430,7 +258235,7 @@ } } }, - "3617:10": { + "3622:10": { "preRequisites:11": [ 90342 ], @@ -256483,7 +258288,7 @@ } } }, - "3618:10": { + "3623:10": { "preRequisites:11": [ 90342 ], @@ -256536,7 +258341,7 @@ } } }, - "3619:10": { + "3624:10": { "preRequisites:11": [ 90346 ], @@ -256589,7 +258394,7 @@ } } }, - "3620:10": { + "3625:10": { "preRequisites:11": [ 90347 ], @@ -256642,7 +258447,7 @@ } } }, - "3621:10": { + "3626:10": { "preRequisites:11": [ 90342 ], @@ -256695,7 +258500,7 @@ } } }, - "3622:10": { + "3627:10": { "preRequisites:11": [ 90349 ], @@ -256748,7 +258553,7 @@ } } }, - "3623:10": { + "3628:10": { "preRequisites:11": [ 90437 ], @@ -256802,7 +258607,7 @@ } } }, - "3624:10": { + "3629:10": { "preRequisites:11": [ 90348 ], @@ -256857,7 +258662,7 @@ } } }, - "3625:10": { + "3630:10": { "preRequisites:11": [ 90348 ], @@ -256937,7 +258742,7 @@ } } }, - "3626:10": { + "3631:10": { "preRequisites:11": [ 90348 ], @@ -257017,7 +258822,7 @@ } } }, - "3627:10": { + "3632:10": { "preRequisites:11": [ 90348 ], @@ -257097,7 +258902,7 @@ } } }, - "3628:10": { + "3633:10": { "preRequisites:11": [ 90357 ], @@ -257156,7 +258961,7 @@ } } }, - "3629:10": { + "3634:10": { "preRequisites:11": [ 90357 ], @@ -257215,7 +259020,7 @@ } } }, - "3630:10": { + "3635:10": { "preRequisites:11": [ 90357 ], @@ -257268,7 +259073,7 @@ } } }, - "3631:10": { + "3636:10": { "preRequisites:11": [ 90349 ], @@ -257334,7 +259139,7 @@ } } }, - "3632:10": { + "3637:10": { "preRequisites:11": [ 90357 ], @@ -257387,7 +259192,7 @@ } } }, - "3633:10": { + "3638:10": { "preRequisites:11": [ 90357 ], @@ -257440,7 +259245,7 @@ } } }, - "3634:10": { + "3639:10": { "preRequisites:11": [ 90357 ], @@ -257493,7 +259298,7 @@ } } }, - "3635:10": { + "3640:10": { "preRequisites:11": [ 90357 ], @@ -257546,7 +259351,7 @@ } } }, - "3636:10": { + "3641:10": { "preRequisites:11": [ 90357 ], @@ -257599,7 +259404,7 @@ } } }, - "3637:10": { + "3642:10": { "preRequisites:11": [ 90357 ], @@ -257652,7 +259457,7 @@ } } }, - "3638:10": { + "3643:10": { "preRequisites:11": [ 90357 ], @@ -257705,7 +259510,7 @@ } } }, - "3639:10": { + "3644:10": { "preRequisites:11": [ 90357 ], @@ -257758,7 +259563,7 @@ } } }, - "3640:10": { + "3645:10": { "preRequisites:11": [ 90357 ], @@ -257811,7 +259616,7 @@ } } }, - "3641:10": { + "3646:10": { "preRequisites:11": [ 90357 ], @@ -257864,7 +259669,7 @@ } } }, - "3642:10": { + "3647:10": { "preRequisites:11": [ 90357 ], @@ -257917,7 +259722,7 @@ } } }, - "3643:10": { + "3648:10": { "preRequisites:11": [ 90357 ], @@ -257970,7 +259775,7 @@ } } }, - "3644:10": { + "3649:10": { "preRequisites:11": [ 90357 ], @@ -258023,7 +259828,7 @@ } } }, - "3645:10": { + "3650:10": { "preRequisites:11": [ 90357 ], @@ -258076,7 +259881,7 @@ } } }, - "3646:10": { + "3651:10": { "preRequisites:11": [ 90357 ], @@ -258129,7 +259934,7 @@ } } }, - "3647:10": { + "3652:10": { "preRequisites:11": [ 90357 ], @@ -258182,7 +259987,7 @@ } } }, - "3648:10": { + "3653:10": { "preRequisites:11": [ 90357 ], @@ -258235,7 +260040,7 @@ } } }, - "3649:10": { + "3654:10": { "preRequisites:11": [ 90357 ], @@ -258288,7 +260093,7 @@ } } }, - "3650:10": { + "3655:10": { "preRequisites:11": [ 90357 ], @@ -258341,7 +260146,7 @@ } } }, - "3651:10": { + "3656:10": { "preRequisites:11": [ 90357 ], @@ -258394,7 +260199,7 @@ } } }, - "3652:10": { + "3657:10": { "preRequisites:11": [ 90357 ], @@ -258447,7 +260252,7 @@ } } }, - "3653:10": { + "3658:10": { "preRequisites:11": [ 90357 ], @@ -258500,7 +260305,7 @@ } } }, - "3654:10": { + "3659:10": { "preRequisites:11": [ 90357 ], @@ -258553,7 +260358,7 @@ } } }, - "3655:10": { + "3660:10": { "preRequisites:11": [ 90357 ], @@ -258606,7 +260411,7 @@ } } }, - "3656:10": { + "3661:10": { "preRequisites:11": [ 90357 ], @@ -258659,7 +260464,7 @@ } } }, - "3657:10": { + "3662:10": { "preRequisites:11": [ 90357 ], @@ -258712,7 +260517,7 @@ } } }, - "3658:10": { + "3663:10": { "preRequisites:11": [ 90357 ], @@ -258765,7 +260570,7 @@ } } }, - "3659:10": { + "3664:10": { "preRequisites:11": [ 90357 ], @@ -258818,7 +260623,7 @@ } } }, - "3660:10": { + "3665:10": { "preRequisites:11": [ 90357 ], @@ -258871,7 +260676,7 @@ } } }, - "3661:10": { + "3666:10": { "preRequisites:11": [ 90357 ], @@ -258924,7 +260729,7 @@ } } }, - "3662:10": { + "3667:10": { "preRequisites:11": [ 90357 ], @@ -258977,7 +260782,7 @@ } } }, - "3663:10": { + "3668:10": { "preRequisites:11": [ 90357 ], @@ -259030,7 +260835,7 @@ } } }, - "3664:10": { + "3669:10": { "preRequisites:11": [ 90357 ], @@ -259083,7 +260888,7 @@ } } }, - "3665:10": { + "3670:10": { "preRequisites:11": [ 90357 ], @@ -259136,7 +260941,7 @@ } } }, - "3666:10": { + "3671:10": { "preRequisites:11": [ 90394 ], @@ -259249,7 +261054,7 @@ } } }, - "3667:10": { + "3672:10": { "preRequisites:11": [ 90349 ], @@ -259302,7 +261107,7 @@ } } }, - "3668:10": { + "3673:10": { "preRequisites:11": [ 90401 ], @@ -259355,7 +261160,7 @@ } } }, - "3669:10": { + "3674:10": { "preRequisites:11": [ 90401 ], @@ -259399,7 +261204,7 @@ "consume:1": 0, "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 0, + "ignoreNBT:1": 1, "index:3": 0, "partialMatch:1": 1, "requiredItems:9": { @@ -259420,7 +261225,7 @@ } } }, - "3670:10": { + "3675:10": { "preRequisites:11": [ 90401 ], @@ -259462,7 +261267,7 @@ "consume:1": 0, "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 0, + "ignoreNBT:1": 1, "index:3": 0, "partialMatch:1": 1, "requiredItems:9": { @@ -259481,7 +261286,7 @@ } } }, - "3671:10": { + "3676:10": { "preRequisites:11": [ 90401 ], @@ -259542,7 +261347,7 @@ } } }, - "3672:10": { + "3677:10": { "preRequisites:11": [ 90401 ], @@ -259595,7 +261400,7 @@ } } }, - "3673:10": { + "3678:10": { "preRequisites:11": [ 90401 ], @@ -259648,7 +261453,7 @@ } } }, - "3674:10": { + "3679:10": { "preRequisites:11": [ 90402 ], @@ -259701,7 +261506,7 @@ } } }, - "3675:10": { + "3680:10": { "preRequisites:11": [ 90437 ], @@ -259755,7 +261560,7 @@ } } }, - "3676:10": { + "3681:10": { "preRequisites:11": [ 90401 ], @@ -259808,7 +261613,7 @@ } } }, - "3677:10": { + "3682:10": { "preRequisites:11": [ 90401 ], @@ -259869,7 +261674,7 @@ } } }, - "3678:10": { + "3683:10": { "preRequisites:11": [ 90401 ], @@ -259911,7 +261716,7 @@ "consume:1": 0, "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 0, + "ignoreNBT:1": 1, "index:3": 0, "partialMatch:1": 1, "requiredItems:9": { @@ -259930,7 +261735,7 @@ } } }, - "3679:10": { + "3684:10": { "preRequisites:11": [ 90401 ], @@ -259997,7 +261802,7 @@ } } }, - "3680:10": { + "3685:10": { "preRequisites:11": [ 90401 ], @@ -260050,7 +261855,7 @@ } } }, - "3681:10": { + "3686:10": { "preRequisites:11": [ 90401 ], @@ -260103,7 +261908,7 @@ } } }, - "3682:10": { + "3687:10": { "preRequisites:11": [ 90401 ], @@ -260156,7 +261961,7 @@ } } }, - "3683:10": { + "3688:10": { "preRequisites:11": [ 90401 ], @@ -260221,7 +262026,7 @@ } } }, - "3684:10": { + "3689:10": { "preRequisites:11": [ 90401 ], @@ -260282,7 +262087,7 @@ } } }, - "3685:10": { + "3690:10": { "preRequisites:11": [ 90401 ], @@ -260343,7 +262148,7 @@ } } }, - "3686:10": { + "3691:10": { "preRequisites:11": [ 90401 ], @@ -260396,7 +262201,7 @@ } } }, - "3687:10": { + "3692:10": { "preRequisites:11": [ 90401 ], @@ -260449,7 +262254,7 @@ } } }, - "3688:10": { + "3693:10": { "preRequisites:11": [ 90401 ], @@ -260502,7 +262307,7 @@ } } }, - "3689:10": { + "3694:10": { "preRequisites:11": [ 90401 ], @@ -260563,7 +262368,7 @@ } } }, - "3690:10": { + "3695:10": { "preRequisites:11": [ 90401 ], @@ -260624,7 +262429,7 @@ } } }, - "3691:10": { + "3696:10": { "preRequisites:11": [ 90401 ], @@ -260666,7 +262471,7 @@ "consume:1": 0, "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 0, + "ignoreNBT:1": 1, "index:3": 0, "partialMatch:1": 1, "requiredItems:9": { @@ -260685,7 +262490,7 @@ } } }, - "3692:10": { + "3697:10": { "preRequisites:11": [ 90401 ], @@ -260738,7 +262543,7 @@ } } }, - "3693:10": { + "3698:10": { "preRequisites:11": [ 90401 ], @@ -260791,7 +262596,7 @@ } } }, - "3694:10": { + "3699:10": { "preRequisites:11": [ 90401 ], @@ -260844,7 +262649,7 @@ } } }, - "3695:10": { + "3700:10": { "preRequisites:11": [ 90401 ], @@ -260905,7 +262710,7 @@ } } }, - "3696:10": { + "3701:10": { "preRequisites:11": [ 90401 ], @@ -260966,7 +262771,7 @@ } } }, - "3697:10": { + "3702:10": { "preRequisites:11": [ 90401 ], @@ -261027,7 +262832,7 @@ } } }, - "3698:10": { + "3703:10": { "preRequisites:11": [ 90401 ], @@ -261080,7 +262885,7 @@ } } }, - "3699:10": { + "3704:10": { "preRequisites:11": [ 90401 ], @@ -261133,7 +262938,7 @@ } } }, - "3700:10": { + "3705:10": { "preRequisites:11": [ 90401 ], @@ -261194,7 +262999,7 @@ } } }, - "3701:10": { + "3706:10": { "preRequisites:11": [ 90401 ], @@ -261255,7 +263060,7 @@ } } }, - "3702:10": { + "3707:10": { "preRequisites:11": [ 90401 ], @@ -261316,7 +263121,7 @@ } } }, - "3703:10": { + "3708:10": { "preRequisites:11": [ 90401 ], @@ -261369,7 +263174,7 @@ } } }, - "3704:10": { + "3709:10": { "preRequisites:11": [ 90401 ], @@ -261422,7 +263227,7 @@ } } }, - "3705:10": { + "3710:10": { "preRequisites:11": [ 90401 ], @@ -261475,7 +263280,7 @@ } } }, - "3706:10": { + "3711:10": { "preRequisites:11": [ 90401 ], @@ -261528,7 +263333,7 @@ } } }, - "3707:10": { + "3712:10": { "preRequisites:11": [ 90401 ], @@ -261581,7 +263386,7 @@ } } }, - "3708:10": { + "3713:10": { "preRequisites:11": [ 90401 ], @@ -261634,7 +263439,7 @@ } } }, - "3709:10": { + "3714:10": { "preRequisites:11": [ 90401 ], @@ -261687,7 +263492,7 @@ } } }, - "3710:10": { + "3715:10": { "preRequisites:11": [ 43 ], @@ -261727,7 +263532,7 @@ } } }, - "3711:10": { + "3716:10": { "preRequisites:11": [ 90106 ], @@ -261780,7 +263585,7 @@ } } }, - "3712:10": { + "3717:10": { "preRequisites:11": [ 201127 ], @@ -261839,7 +263644,7 @@ } } }, - "3713:10": { + "3718:10": { "preRequisites:11": [ 201127 ], @@ -261898,7 +263703,7 @@ } } }, - "3714:10": { + "3719:10": { "preRequisites:11": [ 201127 ], @@ -261957,7 +263762,7 @@ } } }, - "3715:10": { + "3720:10": { "preRequisites:11": [ 201127 ], @@ -262016,7 +263821,7 @@ } } }, - "3716:10": { + "3721:10": { "preRequisites:11": [ 201127 ], @@ -262075,7 +263880,7 @@ } } }, - "3717:10": { + "3722:10": { "preRequisites:11": [ 201127 ], @@ -262134,7 +263939,7 @@ } } }, - "3718:10": { + "3723:10": { "preRequisites:11": [ 201127 ], @@ -262193,7 +263998,7 @@ } } }, - "3719:10": { + "3724:10": { "preRequisites:11": [ 201127 ], @@ -262252,7 +264057,7 @@ } } }, - "3720:10": { + "3725:10": { "preRequisites:11": [ 201128 ], @@ -262311,7 +264116,7 @@ } } }, - "3721:10": { + "3726:10": { "preRequisites:11": [ 201127 ], @@ -262370,7 +264175,7 @@ } } }, - "3722:10": { + "3727:10": { "preRequisites:11": [ 201128 ], @@ -262429,7 +264234,7 @@ } } }, - "3723:10": { + "3728:10": { "preRequisites:11": [ 201128 ], @@ -262488,7 +264293,7 @@ } } }, - "3724:10": { + "3729:10": { "preRequisites:11": [ 201128 ], @@ -262547,7 +264352,7 @@ } } }, - "3725:10": { + "3730:10": { "preRequisites:11": [ 201128 ], @@ -262606,7 +264411,7 @@ } } }, - "3726:10": { + "3731:10": { "preRequisites:11": [ 201127 ], @@ -262665,7 +264470,7 @@ } } }, - "3727:10": { + "3732:10": { "preRequisites:11": [ 201127 ], @@ -262724,7 +264529,7 @@ } } }, - "3728:10": { + "3733:10": { "preRequisites:11": [ 201127 ], @@ -262783,7 +264588,7 @@ } } }, - "3729:10": { + "3734:10": { "preRequisites:11": [ 201127 ], @@ -262842,7 +264647,7 @@ } } }, - "3730:10": { + "3735:10": { "preRequisites:11": [ 201127 ], @@ -262901,7 +264706,7 @@ } } }, - "3731:10": { + "3736:10": { "preRequisites:11": [ 201127 ], @@ -262960,7 +264765,7 @@ } } }, - "3732:10": { + "3737:10": { "preRequisites:11": [ 201128 ], @@ -263019,7 +264824,7 @@ } } }, - "3733:10": { + "3738:10": { "preRequisites:11": [ 201127 ], @@ -263078,7 +264883,7 @@ } } }, - "3734:10": { + "3739:10": { "preRequisites:11": [ 201127 ], @@ -263137,7 +264942,7 @@ } } }, - "3735:10": { + "3740:10": { "preRequisites:11": [ 201127 ], @@ -263196,7 +265001,7 @@ } } }, - "3736:10": { + "3741:10": { "preRequisites:11": [ 201127 ], @@ -263255,7 +265060,7 @@ } } }, - "3737:10": { + "3742:10": { "preRequisites:11": [ 201127 ], @@ -263314,7 +265119,7 @@ } } }, - "3738:10": { + "3743:10": { "preRequisites:11": [ 201127 ], @@ -263373,7 +265178,7 @@ } } }, - "3739:10": { + "3744:10": { "preRequisites:11": [ 201127 ], @@ -263432,7 +265237,7 @@ } } }, - "3740:10": { + "3745:10": { "preRequisites:11": [ 201127 ], @@ -263491,7 +265296,7 @@ } } }, - "3741:10": { + "3746:10": { "preRequisites:11": [ 201127 ], @@ -263550,7 +265355,7 @@ } } }, - "3742:10": { + "3747:10": { "preRequisites:11": [ 201127 ], @@ -263609,7 +265414,7 @@ } } }, - "3743:10": { + "3748:10": { "preRequisites:11": [ 201127 ], @@ -263668,7 +265473,7 @@ } } }, - "3744:10": { + "3749:10": { "preRequisites:11": [ 201127 ], @@ -263727,7 +265532,7 @@ } } }, - "3745:10": { + "3750:10": { "preRequisites:11": [ 201127 ], @@ -263786,7 +265591,7 @@ } } }, - "3746:10": { + "3751:10": { "preRequisites:11": [ 201127 ], @@ -263845,7 +265650,7 @@ } } }, - "3747:10": { + "3752:10": { "preRequisites:11": [ 201127 ], @@ -263904,7 +265709,7 @@ } } }, - "3748:10": { + "3753:10": { "preRequisites:11": [ 201127 ], @@ -263963,7 +265768,7 @@ } } }, - "3749:10": { + "3754:10": { "preRequisites:11": [ 201127 ], @@ -264022,7 +265827,7 @@ } } }, - "3750:10": { + "3755:10": { "preRequisites:11": [ 201127 ], @@ -264081,7 +265886,7 @@ } } }, - "3751:10": { + "3756:10": { "preRequisites:11": [ 201127 ], @@ -264140,7 +265945,7 @@ } } }, - "3752:10": { + "3757:10": { "preRequisites:11": [ 201128 ], @@ -264199,7 +266004,7 @@ } } }, - "3753:10": { + "3758:10": { "preRequisites:11": [ 201128 ], @@ -264258,7 +266063,7 @@ } } }, - "3754:10": { + "3759:10": { "preRequisites:11": [ 201128 ], @@ -264317,7 +266122,7 @@ } } }, - "3755:10": { + "3760:10": { "preRequisites:11": [ 201127 ], @@ -264376,7 +266181,7 @@ } } }, - "3756:10": { + "3761:10": { "preRequisites:11": [ 201127 ], @@ -264435,7 +266240,7 @@ } } }, - "3757:10": { + "3762:10": { "preRequisites:11": [ 201137 ], @@ -264494,7 +266299,7 @@ } } }, - "3758:10": { + "3763:10": { "preRequisites:11": [ 201137 ], @@ -264553,7 +266358,7 @@ } } }, - "3759:10": { + "3764:10": { "preRequisites:11": [ 201139 ], @@ -264612,7 +266417,7 @@ } } }, - "3760:10": { + "3765:10": { "preRequisites:11": [ 201127 ], @@ -264671,7 +266476,7 @@ } } }, - "3761:10": { + "3766:10": { "preRequisites:11": [ 201140 ], @@ -264730,7 +266535,7 @@ } } }, - "3762:10": { + "3767:10": { "preRequisites:11": [ 201140 ], @@ -264789,7 +266594,7 @@ } } }, - "3763:10": { + "3768:10": { "preRequisites:11": [ 201127 ], @@ -264848,7 +266653,7 @@ } } }, - "3764:10": { + "3769:10": { "preRequisites:11": [ 201139 ], @@ -264907,7 +266712,7 @@ } } }, - "3765:10": { + "3770:10": { "preRequisites:11": [ 201138 ], @@ -264966,7 +266771,7 @@ } } }, - "3766:10": { + "3771:10": { "preRequisites:11": [ 201138 ], @@ -265025,7 +266830,7 @@ } } }, - "3767:10": { + "3772:10": { "preRequisites:11": [ 201127 ], @@ -265084,7 +266889,7 @@ } } }, - "3768:10": { + "3773:10": { "preRequisites:11": [ 201141 ], @@ -265143,7 +266948,7 @@ } } }, - "3769:10": { + "3774:10": { "preRequisites:11": [ 201137 ], @@ -265202,7 +267007,7 @@ } } }, - "3770:10": { + "3775:10": { "preRequisites:11": [ 201137 ], @@ -265261,7 +267066,7 @@ } } }, - "3771:10": { + "3776:10": { "preRequisites:11": [ 201127 ], @@ -265320,7 +267125,7 @@ } } }, - "3772:10": { + "3777:10": { "preRequisites:11": [ 201128 ], @@ -265379,7 +267184,7 @@ } } }, - "3773:10": { + "3778:10": { "preRequisites:11": [ 201128 ], @@ -265438,7 +267243,7 @@ } } }, - "3774:10": { + "3779:10": { "preRequisites:11": [ 201127 ], @@ -265497,7 +267302,7 @@ } } }, - "3775:10": { + "3780:10": { "preRequisites:11": [ 201127 ], @@ -265556,7 +267361,7 @@ } } }, - "3776:10": { + "3781:10": { "preRequisites:11": [ 201127 ], @@ -265615,7 +267420,7 @@ } } }, - "3777:10": { + "3782:10": { "preRequisites:11": [ 201127 ], @@ -265674,7 +267479,7 @@ } } }, - "3778:10": { + "3783:10": { "preRequisites:11": [ 201128 ], @@ -265733,7 +267538,7 @@ } } }, - "3779:10": { + "3784:10": { "preRequisites:11": [ 201137 ], @@ -265792,7 +267597,7 @@ } } }, - "3780:10": { + "3785:10": { "preRequisites:11": [ 201137 ], @@ -265851,7 +267656,7 @@ } } }, - "3781:10": { + "3786:10": { "preRequisites:11": [ 201137 ], @@ -265910,7 +267715,7 @@ } } }, - "3782:10": { + "3787:10": { "preRequisites:11": [ 201198 ], @@ -265969,7 +267774,7 @@ } } }, - "3783:10": { + "3788:10": { "preRequisites:11": [ 201128 ], @@ -266028,7 +267833,7 @@ } } }, - "3784:10": { + "3789:10": { "preRequisites:11": [ 201128 ], @@ -266087,7 +267892,7 @@ } } }, - "3785:10": { + "3790:10": { "preRequisites:11": [ 201127 ], @@ -266146,7 +267951,7 @@ } } }, - "3786:10": { + "3791:10": { "preRequisites:11": [ 201128 ], @@ -266205,7 +268010,7 @@ } } }, - "3787:10": { + "3792:10": { "preRequisites:11": [ 201127 ], @@ -266264,7 +268069,7 @@ } } }, - "3788:10": { + "3793:10": { "preRequisites:11": [ 201127 ], @@ -266323,7 +268128,7 @@ } } }, - "3789:10": { + "3794:10": { "preRequisites:11": [ 201127 ], @@ -266382,7 +268187,7 @@ } } }, - "3790:10": { + "3795:10": { "preRequisites:11": [ 201127 ], @@ -266441,7 +268246,7 @@ } } }, - "3791:10": { + "3796:10": { "preRequisites:11": [ 201127 ], @@ -266500,7 +268305,7 @@ } } }, - "3792:10": { + "3797:10": { "preRequisites:11": [ 201127 ], @@ -266559,7 +268364,7 @@ } } }, - "3793:10": { + "3798:10": { "preRequisites:11": [ 201127 ], @@ -266618,7 +268423,7 @@ } } }, - "3794:10": { + "3799:10": { "preRequisites:11": [ 201127 ], @@ -266677,7 +268482,7 @@ } } }, - "3795:10": { + "3800:10": { "preRequisites:11": [ 201127 ], @@ -266736,7 +268541,7 @@ } } }, - "3796:10": { + "3801:10": { "preRequisites:11": [ 201127 ], @@ -266795,7 +268600,7 @@ } } }, - "3797:10": { + "3802:10": { "preRequisites:11": [ 201127 ], @@ -266854,7 +268659,7 @@ } } }, - "3798:10": { + "3803:10": { "preRequisites:11": [ 201127 ], @@ -266913,7 +268718,7 @@ } } }, - "3799:10": { + "3804:10": { "preRequisites:11": [ 201127 ], @@ -266972,7 +268777,7 @@ } } }, - "3800:10": { + "3805:10": { "preRequisites:11": [ 201127 ], @@ -267031,7 +268836,7 @@ } } }, - "3801:10": { + "3806:10": { "preRequisites:11": [ 201127 ], @@ -267090,7 +268895,7 @@ } } }, - "3802:10": { + "3807:10": { "preRequisites:11": [ 201127 ], @@ -267149,7 +268954,7 @@ } } }, - "3803:10": { + "3808:10": { "preRequisites:11": [ 201127 ], @@ -267208,7 +269013,7 @@ } } }, - "3804:10": { + "3809:10": { "preRequisites:11": [ 201127 ], @@ -267267,7 +269072,7 @@ } } }, - "3805:10": { + "3810:10": { "preRequisites:11": [ 201128 ], @@ -267326,7 +269131,7 @@ } } }, - "3806:10": { + "3811:10": { "preRequisites:11": [ 201127 ], @@ -267385,7 +269190,7 @@ } } }, - "3807:10": { + "3812:10": { "preRequisites:11": [ 201127 ], @@ -267444,7 +269249,7 @@ } } }, - "3808:10": { + "3813:10": { "preRequisites:11": [ 201127 ], @@ -267503,7 +269308,7 @@ } } }, - "3809:10": { + "3814:10": { "preRequisites:11": [ 201128 ], @@ -267562,7 +269367,7 @@ } } }, - "3810:10": { + "3815:10": { "preRequisites:11": [ 201127 ], @@ -267621,7 +269426,7 @@ } } }, - "3811:10": { + "3816:10": { "preRequisites:11": [ 201127 ], @@ -267680,7 +269485,7 @@ } } }, - "3812:10": { + "3817:10": { "preRequisites:11": [ 201127 ], @@ -267739,7 +269544,7 @@ } } }, - "3813:10": { + "3818:10": { "preRequisites:11": [ 201127 ], @@ -267798,7 +269603,7 @@ } } }, - "3814:10": { + "3819:10": { "preRequisites:11": [ 201127 ], @@ -267857,7 +269662,7 @@ } } }, - "3815:10": { + "3820:10": { "preRequisites:11": [ 201127 ], @@ -267916,7 +269721,7 @@ } } }, - "3816:10": { + "3821:10": { "preRequisites:11": [ 201127 ], @@ -267975,7 +269780,7 @@ } } }, - "3817:10": { + "3822:10": { "preRequisites:11": [ 201127 ], @@ -268034,7 +269839,7 @@ } } }, - "3818:10": { + "3823:10": { "preRequisites:11": [ 201127 ], @@ -268093,7 +269898,7 @@ } } }, - "3819:10": { + "3824:10": { "preRequisites:11": [ 201127 ], @@ -268152,7 +269957,7 @@ } } }, - "3820:10": { + "3825:10": { "preRequisites:11": [ 201127 ], @@ -268211,7 +270016,7 @@ } } }, - "3821:10": { + "3826:10": { "preRequisites:11": [ 201127 ], @@ -268270,7 +270075,7 @@ } } }, - "3822:10": { + "3827:10": { "preRequisites:11": [ 201127 ], @@ -268329,7 +270134,7 @@ } } }, - "3823:10": { + "3828:10": { "preRequisites:11": [ 201127 ], @@ -268388,7 +270193,7 @@ } } }, - "3824:10": { + "3829:10": { "preRequisites:11": [ 201127 ], @@ -268447,7 +270252,7 @@ } } }, - "3825:10": { + "3830:10": { "preRequisites:11": [ 201127 ], @@ -268506,7 +270311,7 @@ } } }, - "3826:10": { + "3831:10": { "preRequisites:11": [ 1032 ], @@ -268559,7 +270364,7 @@ } } }, - "3827:10": { + "3832:10": { "preRequisites:11": [ 201127 ], @@ -268612,7 +270417,7 @@ } } }, - "3828:10": { + "3833:10": { "preRequisites:11": [ 201128 ], @@ -268671,7 +270476,7 @@ } } }, - "3829:10": { + "3834:10": { "preRequisites:11": [ 201128 ], @@ -268730,7 +270535,7 @@ } } }, - "3830:10": { + "3835:10": { "preRequisites:11": [ 201128 ], @@ -268789,7 +270594,7 @@ } } }, - "3831:10": { + "3836:10": { "preRequisites:11": [ 201127 ], @@ -268848,7 +270653,7 @@ } } }, - "3832:10": { + "3837:10": { "preRequisites:11": [ 201128 ], @@ -268907,7 +270712,7 @@ } } }, - "3833:10": { + "3838:10": { "preRequisites:11": [ 201128 ], @@ -268966,7 +270771,7 @@ } } }, - "3834:10": { + "3839:10": { "preRequisites:11": [ 201128 ], @@ -269025,7 +270830,7 @@ } } }, - "3835:10": { + "3840:10": { "preRequisites:11": [ 1764 ], @@ -269084,7 +270889,7 @@ } } }, - "3836:10": { + "3841:10": { "preRequisites:11": [ 201137 ], @@ -269137,7 +270942,7 @@ } } }, - "3837:10": { + "3842:10": { "preRequisites:11": [ 201138 ], @@ -269190,7 +270995,7 @@ } } }, - "3838:10": { + "3843:10": { "preRequisites:11": [ 201139 ], @@ -269243,7 +271048,7 @@ } } }, - "3839:10": { + "3844:10": { "preRequisites:11": [ 201140 ], @@ -269296,7 +271101,7 @@ } } }, - "3840:10": { + "3845:10": { "preRequisites:11": [ 201127 ], @@ -269355,7 +271160,7 @@ } } }, - "3841:10": { + "3846:10": { "preRequisites:11": [ 201127 ], @@ -269414,7 +271219,7 @@ } } }, - "3842:10": { + "3847:10": { "preRequisites:11": [ 201127 ], @@ -269473,7 +271278,7 @@ } } }, - "3843:10": { + "3848:10": { "preRequisites:11": [ 201127 ], @@ -269532,7 +271337,7 @@ } } }, - "3844:10": { + "3849:10": { "preRequisites:11": [ 201128 ], @@ -269591,7 +271396,7 @@ } } }, - "3845:10": { + "3850:10": { "preRequisites:11": [ 201127 ], @@ -269650,7 +271455,7 @@ } } }, - "3846:10": { + "3851:10": { "preRequisites:11": [ 201128 ], @@ -269709,7 +271514,7 @@ } } }, - "3847:10": { + "3852:10": { "preRequisites:11": [ 201127 ], @@ -269768,7 +271573,7 @@ } } }, - "3848:10": { + "3853:10": { "preRequisites:11": [ 201127 ], @@ -269827,7 +271632,7 @@ } } }, - "3849:10": { + "3854:10": { "preRequisites:11": [ 201127 ], @@ -269886,7 +271691,7 @@ } } }, - "3850:10": { + "3855:10": { "preRequisites:11": [ 201127 ], @@ -269945,7 +271750,7 @@ } } }, - "3851:10": { + "3856:10": { "preRequisites:11": [ 201128 ], @@ -270004,7 +271809,7 @@ } } }, - "3852:10": { + "3857:10": { "preRequisites:11": [ 201128 ], @@ -270063,7 +271868,7 @@ } } }, - "3853:10": { + "3858:10": { "preRequisites:11": [ 201127 ], @@ -270122,7 +271927,7 @@ } } }, - "3854:10": { + "3859:10": { "preRequisites:11": [ 201127 ], @@ -270181,7 +271986,7 @@ } } }, - "3855:10": { + "3860:10": { "preRequisites:11": [ 201127 ], @@ -270240,7 +272045,7 @@ } } }, - "3856:10": { + "3861:10": { "preRequisites:11": [ 201128 ], @@ -270299,7 +272104,7 @@ } } }, - "3857:10": { + "3862:10": { "preRequisites:11": [ 201127 ], @@ -270358,7 +272163,7 @@ } } }, - "3858:10": { + "3863:10": { "preRequisites:11": [ 201127 ], @@ -270417,7 +272222,7 @@ } } }, - "3859:10": { + "3864:10": { "preRequisites:11": [ 201127 ], @@ -270476,7 +272281,7 @@ } } }, - "3860:10": { + "3865:10": { "preRequisites:11": [ 201127 ], @@ -270535,7 +272340,7 @@ } } }, - "3861:10": { + "3866:10": { "preRequisites:11": [ 201127 ], @@ -270594,7 +272399,7 @@ } } }, - "3862:10": { + "3867:10": { "preRequisites:11": [ 201127 ], @@ -270653,7 +272458,7 @@ } } }, - "3863:10": { + "3868:10": { "preRequisites:11": [ 201127 ], @@ -270712,7 +272517,7 @@ } } }, - "3864:10": { + "3869:10": { "preRequisites:11": [ 201127 ], @@ -270771,7 +272576,7 @@ } } }, - "3865:10": { + "3870:10": { "preRequisites:11": [ 201127 ], @@ -270830,7 +272635,7 @@ } } }, - "3866:10": { + "3871:10": { "preRequisites:11": [ 201127 ], @@ -270889,7 +272694,7 @@ } } }, - "3867:10": { + "3872:10": { "preRequisites:11": [ 201127 ], @@ -270948,7 +272753,7 @@ } } }, - "3868:10": { + "3873:10": { "preRequisites:11": [ 201127 ], @@ -271007,7 +272812,7 @@ } } }, - "3869:10": { + "3874:10": { "preRequisites:11": [ 201127 ], @@ -271066,7 +272871,7 @@ } } }, - "3870:10": { + "3875:10": { "preRequisites:11": [ 201198 ], @@ -271125,7 +272930,7 @@ } } }, - "3871:10": { + "3876:10": { "preRequisites:11": [ 201127 ], @@ -271184,7 +272989,7 @@ } } }, - "3872:10": { + "3877:10": { "preRequisites:11": [ 201127 ], @@ -271243,7 +273048,7 @@ } } }, - "3873:10": { + "3878:10": { "preRequisites:11": [ 201128 ], @@ -271302,7 +273107,7 @@ } } }, - "3874:10": { + "3879:10": { "preRequisites:11": [ 201128 ], @@ -271361,7 +273166,7 @@ } } }, - "3875:10": { + "3880:10": { "preRequisites:11": [ 201128 ], @@ -271420,7 +273225,7 @@ } } }, - "3876:10": { + "3881:10": { "preRequisites:11": [ 201128 ], @@ -271479,7 +273284,7 @@ } } }, - "3877:10": { + "3882:10": { "preRequisites:11": [ 201128 ], @@ -271538,7 +273343,7 @@ } } }, - "3878:10": { + "3883:10": { "preRequisites:11": [ 201128 ], @@ -271597,7 +273402,7 @@ } } }, - "3879:10": { + "3884:10": { "preRequisites:11": [ 201128 ], @@ -271656,7 +273461,7 @@ } } }, - "3880:10": { + "3885:10": { "preRequisites:11": [ 201128 ], @@ -271715,7 +273520,7 @@ } } }, - "3881:10": { + "3886:10": { "preRequisites:11": [ 201128 ], @@ -271774,7 +273579,7 @@ } } }, - "3882:10": { + "3887:10": { "preRequisites:11": [ 201127 ], @@ -271833,7 +273638,7 @@ } } }, - "3883:10": { + "3888:10": { "preRequisites:11": [ 201128 ], @@ -271892,7 +273697,7 @@ } } }, - "3884:10": { + "3889:10": { "preRequisites:11": [ 201128 ], @@ -271951,7 +273756,7 @@ } } }, - "3885:10": { + "3890:10": { "preRequisites:11": [ 201128 ], @@ -272010,7 +273815,7 @@ } } }, - "3886:10": { + "3891:10": { "preRequisites:11": [ 201127 ], @@ -272069,7 +273874,7 @@ } } }, - "3887:10": { + "3892:10": { "preRequisites:11": [ 201127 ], @@ -272128,7 +273933,7 @@ } } }, - "3888:10": { + "3893:10": { "preRequisites:11": [ 201127 ], @@ -272187,7 +273992,7 @@ } } }, - "3889:10": { + "3894:10": { "preRequisites:11": [ 201127 ], @@ -272246,7 +274051,7 @@ } } }, - "3890:10": { + "3895:10": { "preRequisites:11": [ 201128 ], @@ -272305,7 +274110,7 @@ } } }, - "3891:10": { + "3896:10": { "preRequisites:11": [ 201137 ], @@ -272364,7 +274169,7 @@ } } }, - "3892:10": { + "3897:10": { "preRequisites:11": [ 201137 ], @@ -272423,7 +274228,7 @@ } } }, - "3893:10": { + "3898:10": { "preRequisites:11": [ 201127 ], @@ -272482,7 +274287,7 @@ } } }, - "3894:10": { + "3899:10": { "preRequisites:11": [ 1032 ], @@ -272521,7 +274326,7 @@ } } }, - "3895:10": { + "3900:10": { "preRequisiteTypes:7": [ 2, 2, @@ -272949,7 +274754,7 @@ } } }, - "3896:10": { + "3901:10": { "preRequisites:11": [ 201141 ], @@ -273002,7 +274807,7 @@ } } }, - "3897:10": { + "3902:10": { "preRequisites:11": [ 201128 ], @@ -273061,7 +274866,7 @@ } } }, - "3898:10": { + "3903:10": { "preRequisites:11": [ 1764 ], @@ -273120,7 +274925,7 @@ } } }, - "3899:10": { + "3904:10": { "preRequisites:11": [ 1764 ], @@ -273179,7 +274984,7 @@ } } }, - "3900:10": { + "3905:10": { "preRequisites:11": [ 1764 ], @@ -273238,7 +275043,7 @@ } } }, - "3901:10": { + "3906:10": { "preRequisites:11": [ 1764 ], @@ -273297,7 +275102,7 @@ } } }, - "3902:10": { + "3907:10": { "preRequisites:11": [ 201128 ], @@ -273356,7 +275161,7 @@ } } }, - "3903:10": { + "3908:10": { "preRequisites:11": [ 201128 ], @@ -273415,7 +275220,7 @@ } } }, - "3904:10": { + "3909:10": { "preRequisites:11": [ 201128 ], @@ -273849,8 +275654,8 @@ "id:3": 51, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 432, - "y:3": -84 + "x:3": 396, + "y:3": -120 }, "51:10": { "id:3": 52, @@ -274115,8 +275920,8 @@ "id:3": 90, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 468, - "y:3": -120 + "x:3": 432, + "y:3": -84 }, "89:10": { "id:3": 91, @@ -274136,7 +275941,7 @@ "id:3": 93, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 540, + "x:3": 468, "y:3": -120 }, "92:10": { @@ -274969,8 +276774,8 @@ "id:3": 215, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3168, - "y:3": 60 + "x:3": 540, + "y:3": -120 }, "211:10": { "id:3": 216, @@ -277140,7 +278945,7 @@ "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, - "y:3": 60 + "y:3": 96 }, "521:10": { "id:3": 534, @@ -277161,7 +278966,7 @@ "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, - "y:3": 96 + "y:3": 132 }, "524:10": { "id:3": 537, @@ -277175,7 +278980,7 @@ "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, - "y:3": 132 + "y:3": 168 }, "526:10": { "id:3": 657, @@ -277461,7 +279266,7 @@ "id:3": 1197, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 1404, + "x:3": 1368, "y:3": 60 }, "567:10": { @@ -278322,7 +280127,7 @@ "id:3": 2238, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 396, + "x:3": 324, "y:3": -120 }, "690:10": { @@ -278387,6 +280192,41 @@ "sizeY:3": 24, "x:3": 2988, "y:3": 24 + }, + "699:10": { + "id:3": 2263, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 756, + "y:3": -120 + }, + "700:10": { + "id:3": 2264, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 2988, + "y:3": 60 + }, + "701:10": { + "id:3": 2265, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 972, + "y:3": -84 + }, + "702:10": { + "id:3": 2267, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 1908, + "y:3": -84 + }, + "703:10": { + "id:3": 2268, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3168, + "y:3": 60 } } }, @@ -282490,146 +284330,139 @@ "y:3": 264 }, "275:10": { - "id:3": 20731, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 288 - }, - "276:10": { "id:3": 20733, "sizeX:3": 24, "sizeY:3": 24, "x:3": -48, "y:3": 288 }, - "277:10": { + "276:10": { "id:3": 20734, "sizeX:3": 24, "sizeY:3": 24, "x:3": -24, "y:3": 288 }, - "278:10": { + "277:10": { "id:3": 20735, "sizeX:3": 24, "sizeY:3": 24, "x:3": -24, "y:3": 240 }, - "279:10": { + "278:10": { "id:3": 20737, "sizeX:3": 24, "sizeY:3": 24, "x:3": -24, "y:3": 312 }, - "280:10": { + "279:10": { "id:3": 20738, "sizeX:3": 24, "sizeY:3": 24, "x:3": 48, "y:3": 264 }, - "281:10": { + "280:10": { "id:3": 20739, "sizeX:3": 24, "sizeY:3": 24, "x:3": 24, "y:3": 288 }, - "282:10": { + "281:10": { "id:3": 20740, "sizeX:3": 24, "sizeY:3": 24, "x:3": 48, "y:3": 288 }, - "283:10": { + "282:10": { "id:3": 20741, "sizeX:3": 24, "sizeY:3": 24, "x:3": 24, "y:3": 312 }, - "284:10": { + "283:10": { "id:3": 20742, "sizeX:3": 24, "sizeY:3": 24, "x:3": 48, "y:3": 312 }, - "285:10": { + "284:10": { "id:3": 20743, "sizeX:3": 24, "sizeY:3": 24, "x:3": -48, "y:3": 312 }, - "286:10": { + "285:10": { "id:3": 20744, "sizeX:3": 24, "sizeY:3": 24, "x:3": -24, "y:3": 336 }, - "287:10": { + "286:10": { "id:3": 20745, "sizeX:3": 24, "sizeY:3": 24, "x:3": -48, "y:3": 336 }, - "288:10": { + "287:10": { "id:3": 20746, "sizeX:3": 24, "sizeY:3": 24, "x:3": -24, "y:3": 360 }, - "289:10": { + "288:10": { "id:3": 20747, "sizeX:3": 24, "sizeY:3": 24, "x:3": -48, "y:3": 360 }, - "290:10": { + "289:10": { "id:3": 20748, "sizeX:3": 24, "sizeY:3": 24, "x:3": 24, "y:3": 336 }, - "291:10": { + "290:10": { "id:3": 20749, "sizeX:3": 24, "sizeY:3": 24, "x:3": 48, "y:3": 336 }, - "292:10": { + "291:10": { "id:3": 20750, "sizeX:3": 24, "sizeY:3": 24, "x:3": 24, "y:3": 360 }, - "293:10": { + "292:10": { "id:3": 20751, "sizeX:3": 24, "sizeY:3": 24, "x:3": 24, "y:3": 384 }, - "294:10": { + "293:10": { "id:3": 20752, "sizeX:3": 24, "sizeY:3": 24, "x:3": 48, "y:3": 360 }, - "295:10": { + "294:10": { "id:3": 20753, "sizeX:3": 24, "sizeY:3": 24, @@ -288251,664 +290084,671 @@ "y:3": -336 }, "326:10": { + "id:3": 2266, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 612, + "y:3": -192 + }, + "327:10": { "id:3": 20415, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, "y:3": -12 }, - "327:10": { + "328:10": { "id:3": 20416, "sizeX:3": 24, "sizeY:3": 24, "x:3": -108, "y:3": 132 }, - "328:10": { + "329:10": { "id:3": 20417, "sizeX:3": 24, "sizeY:3": 24, "x:3": 180, "y:3": -12 }, - "329:10": { + "330:10": { "id:3": 20418, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, "y:3": -156 }, - "330:10": { + "331:10": { "id:3": 20419, "sizeX:3": 24, "sizeY:3": 24, "x:3": 180, "y:3": -156 }, - "331:10": { + "332:10": { "id:3": 20420, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, "y:3": 96 }, - "332:10": { + "333:10": { "id:3": 20421, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": -156 }, - "333:10": { + "334:10": { "id:3": 20422, "sizeX:3": 24, "sizeY:3": 24, "x:3": -108, "y:3": -120 }, - "334:10": { + "335:10": { "id:3": 20423, "sizeX:3": 24, "sizeY:3": 24, "x:3": 180, "y:3": 96 }, - "335:10": { + "336:10": { "id:3": 20424, "sizeX:3": 24, "sizeY:3": 24, "x:3": -108, "y:3": 96 }, - "336:10": { + "337:10": { "id:3": 20425, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": 96 }, - "337:10": { + "338:10": { "id:3": 20426, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": 132 }, - "338:10": { + "339:10": { "id:3": 20427, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": 168 }, - "339:10": { + "340:10": { "id:3": 20428, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": 204 }, - "340:10": { + "341:10": { "id:3": 20429, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, "y:3": 132 }, - "341:10": { + "342:10": { "id:3": 20430, "sizeX:3": 24, "sizeY:3": 24, "x:3": 36, "y:3": 132 }, - "342:10": { + "343:10": { "id:3": 20431, "sizeX:3": 24, "sizeY:3": 24, "x:3": 72, "y:3": 132 }, - "343:10": { + "344:10": { "id:3": 20432, "sizeX:3": 24, "sizeY:3": 24, "x:3": -36, "y:3": 132 }, - "344:10": { + "345:10": { "id:3": 20433, "sizeX:3": 24, "sizeY:3": 24, "x:3": -72, "y:3": 132 }, - "345:10": { + "346:10": { "id:3": 20434, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, "y:3": 168 }, - "346:10": { + "347:10": { "id:3": 20435, "sizeX:3": 24, "sizeY:3": 24, "x:3": 72, "y:3": 168 }, - "347:10": { + "348:10": { "id:3": 20436, "sizeX:3": 24, "sizeY:3": 24, "x:3": 108, "y:3": 168 }, - "348:10": { + "349:10": { "id:3": 20437, "sizeX:3": 24, "sizeY:3": 24, "x:3": -36, "y:3": 168 }, - "349:10": { + "350:10": { "id:3": 20438, "sizeX:3": 24, "sizeY:3": 24, "x:3": -72, "y:3": 168 }, - "350:10": { + "351:10": { "id:3": 20439, "sizeX:3": 24, "sizeY:3": 24, "x:3": 36, "y:3": 204 }, - "351:10": { + "352:10": { "id:3": 20440, "sizeX:3": 24, "sizeY:3": 24, "x:3": 72, "y:3": 204 }, - "352:10": { + "353:10": { "id:3": 20441, "sizeX:3": 24, "sizeY:3": 24, "x:3": 36, "y:3": 168 }, - "353:10": { + "354:10": { "id:3": 20442, "sizeX:3": 24, "sizeY:3": 24, "x:3": -36, "y:3": 204 }, - "354:10": { + "355:10": { "id:3": 20443, "sizeX:3": 24, "sizeY:3": 24, "x:3": -72, "y:3": 204 }, - "355:10": { + "356:10": { "id:3": 20444, "sizeX:3": 24, "sizeY:3": 24, "x:3": 108, "y:3": 204 }, - "356:10": { + "357:10": { "id:3": 20445, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, "y:3": 240 }, - "357:10": { + "358:10": { "id:3": 20446, "sizeX:3": 24, "sizeY:3": 24, "x:3": 72, "y:3": 240 }, - "358:10": { + "359:10": { "id:3": 20452, "sizeX:3": 24, "sizeY:3": 24, "x:3": -216, "y:3": -48 }, - "359:10": { + "360:10": { "id:3": 20453, "sizeX:3": 24, "sizeY:3": 24, "x:3": -252, "y:3": -48 }, - "360:10": { + "361:10": { "id:3": 20454, "sizeX:3": 24, "sizeY:3": 24, "x:3": -288, "y:3": -48 }, - "361:10": { + "362:10": { "id:3": 20455, "sizeX:3": 24, "sizeY:3": 24, "x:3": -180, "y:3": -48 }, - "362:10": { + "363:10": { "id:3": 20456, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": -48 }, - "363:10": { + "364:10": { "id:3": 20457, "sizeX:3": 24, "sizeY:3": 24, "x:3": -216, "y:3": -120 }, - "364:10": { + "365:10": { "id:3": 20458, "sizeX:3": 24, "sizeY:3": 24, "x:3": -252, "y:3": -120 }, - "365:10": { + "366:10": { "id:3": 20459, "sizeX:3": 24, "sizeY:3": 24, "x:3": -288, "y:3": -120 }, - "366:10": { + "367:10": { "id:3": 20460, "sizeX:3": 24, "sizeY:3": 24, "x:3": -180, "y:3": -120 }, - "367:10": { + "368:10": { "id:3": 20461, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": -120 }, - "368:10": { + "369:10": { "id:3": 20463, "sizeX:3": 24, "sizeY:3": 24, "x:3": -324, "y:3": -48 }, - "369:10": { + "370:10": { "id:3": 20464, "sizeX:3": 24, "sizeY:3": 24, "x:3": -324, "y:3": -120 }, - "370:10": { + "371:10": { "id:3": 20465, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": -84 }, - "371:10": { + "372:10": { "id:3": 20466, "sizeX:3": 24, "sizeY:3": 24, "x:3": -324, "y:3": -192 }, - "372:10": { + "373:10": { "id:3": 20467, "sizeX:3": 24, "sizeY:3": 24, "x:3": -360, "y:3": -48 }, - "373:10": { + "374:10": { "id:3": 20468, "sizeX:3": 24, "sizeY:3": 24, "x:3": -396, "y:3": -48 }, - "374:10": { + "375:10": { "id:3": 20469, "sizeX:3": 24, "sizeY:3": 24, "x:3": -432, "y:3": -48 }, - "375:10": { + "376:10": { "id:3": 20470, "sizeX:3": 24, "sizeY:3": 24, "x:3": 216, "y:3": 96 }, - "376:10": { + "377:10": { "id:3": 20471, "sizeX:3": 24, "sizeY:3": 24, "x:3": 216, "y:3": 132 }, - "377:10": { + "378:10": { "id:3": 20472, "sizeX:3": 24, "sizeY:3": 24, "x:3": 252, "y:3": 132 }, - "378:10": { + "379:10": { "id:3": 20473, "sizeX:3": 24, "sizeY:3": 24, "x:3": 180, "y:3": 132 }, - "379:10": { + "380:10": { "id:3": 20474, "sizeX:3": 24, "sizeY:3": 24, "x:3": 180, "y:3": 168 }, - "380:10": { + "381:10": { "id:3": 20475, "sizeX:3": 24, "sizeY:3": 24, "x:3": 252, "y:3": 168 }, - "381:10": { + "382:10": { "id:3": 20476, "sizeX:3": 24, "sizeY:3": 24, "x:3": 288, "y:3": 168 }, - "382:10": { + "383:10": { "id:3": 20477, "sizeX:3": 24, "sizeY:3": 24, "x:3": 324, "y:3": 168 }, - "383:10": { + "384:10": { "id:3": 20478, "sizeX:3": 24, "sizeY:3": 24, "x:3": 324, "y:3": 204 }, - "384:10": { + "385:10": { "id:3": 20479, "sizeX:3": 24, "sizeY:3": 24, "x:3": 288, "y:3": 204 }, - "385:10": { + "386:10": { "id:3": 20480, "sizeX:3": 24, "sizeY:3": 24, "x:3": 252, "y:3": 204 }, - "386:10": { + "387:10": { "id:3": 20482, "sizeX:3": 24, "sizeY:3": 24, "x:3": 324, "y:3": -12 }, - "387:10": { + "388:10": { "id:3": 20483, "sizeX:3": 24, "sizeY:3": 24, "x:3": 288, "y:3": -12 }, - "388:10": { + "389:10": { "id:3": 20484, "sizeX:3": 24, "sizeY:3": 24, "x:3": 252, "y:3": -84 }, - "389:10": { + "390:10": { "id:3": 20485, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": -12 }, - "390:10": { + "391:10": { "id:3": 20486, "sizeX:3": 24, "sizeY:3": 24, "x:3": 324, "y:3": 24 }, - "391:10": { + "392:10": { "id:3": 20487, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 24 }, - "392:10": { + "393:10": { "id:3": 20488, "sizeX:3": 24, "sizeY:3": 24, "x:3": 324, "y:3": 60 }, - "393:10": { + "394:10": { "id:3": 20489, "sizeX:3": 24, "sizeY:3": 24, "x:3": 288, "y:3": 60 }, - "394:10": { + "395:10": { "id:3": 20490, "sizeX:3": 24, "sizeY:3": 24, "x:3": 252, "y:3": -12 }, - "395:10": { + "396:10": { "id:3": 20491, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": -48 }, - "396:10": { + "397:10": { "id:3": 20492, "sizeX:3": 24, "sizeY:3": 24, "x:3": 396, "y:3": 60 }, - "397:10": { + "398:10": { "id:3": 20493, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 60 }, - "398:10": { + "399:10": { "id:3": 20494, "sizeX:3": 24, "sizeY:3": 24, "x:3": 288, "y:3": -48 }, - "399:10": { + "400:10": { "id:3": 20495, "sizeX:3": 24, "sizeY:3": 24, "x:3": 288, "y:3": 24 }, - "400:10": { + "401:10": { "id:3": 20496, "sizeX:3": 24, "sizeY:3": 24, "x:3": 252, "y:3": 24 }, - "401:10": { + "402:10": { "id:3": 20497, "sizeX:3": 24, "sizeY:3": 24, "x:3": 324, "y:3": -48 }, - "402:10": { + "403:10": { "id:3": 20498, "sizeX:3": 24, "sizeY:3": 24, "x:3": 216, "y:3": -156 }, - "403:10": { + "404:10": { "id:3": 20499, "sizeX:3": 24, "sizeY:3": 24, "x:3": 180, "y:3": -192 }, - "404:10": { + "405:10": { "id:3": 20500, "sizeX:3": 24, "sizeY:3": 24, "x:3": 36, "y:3": -192 }, - "405:10": { + "406:10": { "id:3": 20503, "sizeX:3": 24, "sizeY:3": 24, "x:3": 72, "y:3": -192 }, - "406:10": { + "407:10": { "id:3": 20504, "sizeX:3": 24, "sizeY:3": 24, "x:3": 36, "y:3": -228 }, - "407:10": { + "408:10": { "id:3": 20505, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, "y:3": -192 }, - "408:10": { + "409:10": { "id:3": 20508, "sizeX:3": 24, "sizeY:3": 24, "x:3": 36, "y:3": -264 }, - "409:10": { + "410:10": { "id:3": 20509, "sizeX:3": 24, "sizeY:3": 24, "x:3": -36, "y:3": -192 }, - "410:10": { + "411:10": { "id:3": 20510, "sizeX:3": 24, "sizeY:3": 24, "x:3": -36, "y:3": -228 }, - "411:10": { + "412:10": { "id:3": 20511, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, "y:3": -228 }, - "412:10": { + "413:10": { "id:3": 20512, "sizeX:3": 24, "sizeY:3": 24, "x:3": -36, "y:3": -264 }, - "413:10": { + "414:10": { "id:3": 20513, "sizeX:3": 24, "sizeY:3": 24, "x:3": -216, "y:3": -192 }, - "414:10": { + "415:10": { "id:3": 20514, "sizeX:3": 24, "sizeY:3": 24, "x:3": -180, "y:3": -192 }, - "415:10": { + "416:10": { "id:3": 20515, "sizeX:3": 24, "sizeY:3": 24, "x:3": -216, "y:3": -264 }, - "416:10": { + "417:10": { "id:3": 20516, "sizeX:3": 24, "sizeY:3": 24, "x:3": -288, "y:3": -192 }, - "417:10": { + "418:10": { "id:3": 20517, "sizeX:3": 24, "sizeY:3": 24, "x:3": -180, "y:3": -228 }, - "418:10": { + "419:10": { "id:3": 20518, "sizeX:3": 24, "sizeY:3": 24, "x:3": -216, "y:3": -228 }, - "419:10": { + "420:10": { "id:3": 20519, "sizeX:3": 24, "sizeY:3": 24, "x:3": -144, "y:3": -192 }, - "420:10": { + "421:10": { "id:3": 20520, "sizeX:3": 24, "sizeY:3": 24, @@ -301158,7 +302998,7 @@ }, "questSettings:10": { "betterquesting:10": { - "editmode:1": 1, + "editmode:1": 0, "hardcore:1": 0, "home_anchor_x:5": 0.5, "home_anchor_y:5": 0.0, diff --git a/config/buildcraft/detailed.properties b/config/buildcraft/detailed.properties index 098c5bc5..673b081a 100644 --- a/config/buildcraft/detailed.properties +++ b/config/buildcraft/detailed.properties @@ -1,5 +1,5 @@ # The buildcraft detailed configuration file. This contains a lot of miscellaneous options that have no affect on gameplay. # You should refer to the BC source code for a detailed description of what these do. (https://github.com/BuildCraft/BuildCraft) # This file will be overwritten every time that buildcraft starts, so don't change anything other than the values. -#Wed May 01 19:29:19 PDT 2024 +#Fri May 24 14:37:02 PDT 2024 render.pipe.misc.inside.shade=0.725 diff --git a/config/compactmachines3/recipes/botania_gaia2.json b/config/compactmachines3/recipes/botania_gaia2.json index 63e38089..2227af1d 100644 --- a/config/compactmachines3/recipes/botania_gaia2.json +++ b/config/compactmachines3/recipes/botania_gaia2.json @@ -1,5 +1,5 @@ { - "name": "compactmachines3:botania_elvengateway", + "name": "compactmachines3:botania_gaia2", "target-item": "contenttweaker:greater_gaia_spirit", "target-meta": 0, "target-count": 1, diff --git a/config/compactmachines3/recipes/botania_gaia3.json b/config/compactmachines3/recipes/botania_gaia3.json index 0db5d4d1..79c31792 100644 --- a/config/compactmachines3/recipes/botania_gaia3.json +++ b/config/compactmachines3/recipes/botania_gaia3.json @@ -1,5 +1,5 @@ { - "name": "compactmachines3:botania_elvengateway", + "name": "compactmachines3:botania_gaia3", "target-item": "extrabotany:material", "target-meta": 6, "target-count": 1, diff --git a/config/compactmachines3/recipes/botania_gaia3_1.json b/config/compactmachines3/recipes/botania_gaia3_1.json index 397c1a48..e889e7cc 100644 --- a/config/compactmachines3/recipes/botania_gaia3_1.json +++ b/config/compactmachines3/recipes/botania_gaia3_1.json @@ -1,5 +1,5 @@ { - "name": "compactmachines3:botania_elvengateway", + "name": "compactmachines3:botania_gaia31", "target-item": "extrabotany:material", "target-meta": 3, "target-count": 1, diff --git a/config/compactmachines3/recipes/botania_gaia4.json b/config/compactmachines3/recipes/botania_gaia4.json index 2c05cc3c..34134c0a 100644 --- a/config/compactmachines3/recipes/botania_gaia4.json +++ b/config/compactmachines3/recipes/botania_gaia4.json @@ -1,5 +1,5 @@ { - "name": "compactmachines3:botania_elvengateway", + "name": "compactmachines3:botania_gaia4", "target-item": "extrabotany:material", "target-meta": 9, "target-count": 1, diff --git a/config/compactmachines3/recipes/botania_gaia4_1.json b/config/compactmachines3/recipes/botania_gaia4_1.json index 74c43487..f877f0cc 100644 --- a/config/compactmachines3/recipes/botania_gaia4_1.json +++ b/config/compactmachines3/recipes/botania_gaia4_1.json @@ -1,5 +1,5 @@ { - "name": "compactmachines3:botania_elvengateway", + "name": "compactmachines3:botania_gaia41", "target-item": "extrabotany:specialbag", "target-meta": 0, "target-count": 1, diff --git a/config/cyclicmagic.cfg b/config/cyclicmagic.cfg index 456f771a..2e3670f0 100644 --- a/config/cyclicmagic.cfg +++ b/config/cyclicmagic.cfg @@ -141,6 +141,8 @@ cyclicmagic { # Stardew Furnaces: Quickly fill a furnace by hitting it with fuel or an item, or interact with an empty hand to pull out the results [Inspired by Stardew Valley. Left click only] [default: true] B:"Furnace Speed"=false + + # Default modifier for heart containers a new player will start with when first joining the world. Will not affect existing players once they have joined. (For Maximum heart modifier limit given by the heart containers see 'modpacks' category in the config file) [range: -9 ~ 90, default: 0] I:HeartModifierInitial=0 # Use a player skull on a sign to name the skull based on the top line [default: true] @@ -614,6 +616,8 @@ cyclicmagic { # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 99] I:dropper_exact=99 + + # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 250] I:fire_starter=250 # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 500] @@ -621,6 +625,8 @@ cyclicmagic { # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 50] I:harvester_block=50 + + # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 0] I:peat_farm=64 # Energy generated by normal Peat [range: 10 ~ 99999, default: 256] @@ -1297,6 +1303,8 @@ modpacks { croparia:stem_* rustic:grape_stem > + + # Maximum number of heart containers you can get by eating heart containers. Does not limit the /setheartmod command [range: 0 ~ 90, default: 10] I:HeartModifierMax=10 # Maximum number of upgraded hearts [range: 1 ~ 100, default: 20] @@ -1345,6 +1353,8 @@ modpacks { # Block Range it will search onclick [range: 2 ~ 256, default: 32] I:ProspectorRange=32 + + # Containers that cannot be lifted up with the Empty Sack of Holding. Use block id; for example minecraft:chest [default: [extracells:fluidcrafter], [extracells:ecbaseblock], [extracells:fluidfiller], [refinedstorage:disk_manipulator], [refinedstorage:disk_drive], [refinedstorage:crafter], [refinedstorage:crafter_manager], [refinedstorage:grid], [parabox:parabox], [immersivengineering:metal_device1]] S:SackHoldingBlacklist < extracells:fluidcrafter extracells:ecbaseblock @@ -1368,7 +1378,11 @@ modpacks { # Seconds of potion effect caused by using the sleeping mat [range: 0 ~ 600, default: 20] I:SleepingMatPotion=20 + + # Damage per second of Diamond spikes [range: 1 ~ 99, default: 5] I:SpikeDiamondDamage=5 + + # Damage per second of Iron spikes [range: 1 ~ 99, default: 1] I:SpikeIronDamage=1 # Does this break low-hardness blocks when thrown [default: false] diff --git a/config/ebwizardry/ebwizardry.cfg b/config/ebwizardry/ebwizardry.cfg index d3f39107..9bb02f50 100644 --- a/config/ebwizardry/ebwizardry.cfg +++ b/config/ebwizardry/ebwizardry.cfg @@ -317,7 +317,7 @@ client { B:blinkEffect=true # Whether to use custom animations for players casting spells. Disable this option if it conflicts with other mods that add player animations. - B:spellcastingAnimations=true + B:spellcastingAnimations=false # The element of the flying companion orb rendered on donor and contributor players, leave empty to disable the effect. If you're one of them, this setting will change how all players see you (if not, it won't do anything). S:donationPerkElement=magic diff --git a/config/enderstorage.cfg b/config/enderstorage.cfg index b35596c2..1e91ea39 100644 --- a/config/enderstorage.cfg +++ b/config/enderstorage.cfg @@ -10,6 +10,7 @@ disableCreatorVisuals=false #The size of each inventory of EnderStorage. 0 = 3x3, 1 = 3x9, 2 = 6x9 item.storage-size=1 + #The name of the item used to set the chest to personal. Diamond by default. Format :|, Meta can be replaced with "WILD" personalItem=minecraft:diamond|0 diff --git a/config/gendustry/meatball_bees.en_US.lang b/config/gendustry/meatball_bees.en_US.lang index 6073a52a..41a8273a 100644 --- a/config/gendustry/meatball_bees.en_US.lang +++ b/config/gendustry/meatball_bees.en_US.lang @@ -84,4 +84,12 @@ gendustry.honeycomb.soulsucking.name=Soul-Sucking Comb gendustry.bees.species.Isekai=Isekai gendustry.bees.species.Soulsucking=Soul-Sucking gendustry.bees.species.Crepuscular=Crepuscular +gendustry.bees.species.Chevron=Chevron +gendustry.bees.species.Warrior=Warrior +gendustry.bees.species.Buried=Buried +gendustry.bees.species.Controller=Controller +gendustry.bees.species.Pyramid=Pyramid +gendustry.bees.species.Ringbearer=Ringbearer +gendustry.bees.species.Stargazer=Stargazer +gendustry.honeycomb.warrior.name=Warrior Comb diff --git a/config/ichunutil.cfg b/config/ichunutil.cfg index 7befbbb6..c1950509 100644 --- a/config/ichunutil.cfg +++ b/config/ichunutil.cfg @@ -70,7 +70,7 @@ module { I:versionNotificationTypes=0 # Don't change this. - I:versionSave=29 + I:versionSave=24 } } diff --git a/config/incontrol/spawn.json b/config/incontrol/spawn.json index 16e63997..fe00908e 100644 --- a/config/incontrol/spawn.json +++ b/config/incontrol/spawn.json @@ -1036,6 +1036,17 @@ "damagemultiply": 20.0, "speedmultiply": 1.0 }, + + { + "dimension": 624, + "hostile": true, + "result": "default", + "multxp": 10.0, + "healthmultiply": 200.0, + "damagemultiply": 200.0, + "speedmultiply": 1.0 + }, + { "dimension": 810, "hostile": true, @@ -1401,6 +1412,17 @@ "onjoin": true, "result": "deny" }, + { + "mob": ["divinerpg:liopleurodon"], + "dimension": 0, + "mincount": { + "amount": 15, + "mob": ["divinerpg:liopleurodon"], + "perplayer": true + }, + "onjoin": true, + "result": "deny" + }, { "mob": ["divinerpg:jack_o_man"], "dimension": 0, diff --git a/config/jei/itemBlacklist.cfg b/config/jei/itemBlacklist.cfg index a60602d3..31a1254a 100644 --- a/config/jei/itemBlacklist.cfg +++ b/config/jei/itemBlacklist.cfg @@ -3636,7 +3636,6 @@ advanced { tconstruct:lumberaxe:0:blood_infused_wood,blood_infused_wood,blood_infused_wood,blood_infused_wood tconstruct:shuriken:0:ma.prosperity,ma.prosperity,ma.prosperity,ma.prosperity railcraft:ingot:7 - railcraft:ingot:9 tconstruct:longsword:0:void_actadd_plustic,void_actadd_plustic,void_actadd_plustic tconstruct:longbow:0:malachite_gem,malachite_gem,malachite_gem,string enderio:item_broken_spawner:Anti-Skeleton @@ -5814,7 +5813,6 @@ advanced { enderio:item_broken_spawner:Sludge Menace enderio:item_broken_spawner:Twilight Lich tconstruct:kama:0:copper,copper,copper - libvulpes:productingot:9 mysticalagriculture:end_steel_seeds libvulpes:productingot:7 libvulpes:productingot:6 diff --git a/config/jei/worldSettings.cfg b/config/jei/worldSettings.cfg index f6ab132a..113e4023 100644 --- a/config/jei/worldSettings.cfg +++ b/config/jei/worldSettings.cfg @@ -51,6 +51,16 @@ world-1263687704 { } +world-1339167041 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=essence + B:overlayEnabled=true +} + + world-1356355984 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=true @@ -60,6 +70,16 @@ world-1356355984 { } +world-1361646930 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=false + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + world-1369488837 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -333,6 +353,16 @@ world-547553678 { } +world-591715525 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + world-647993437 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -352,6 +382,16 @@ world-730527978 { } +world-731936181 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=tank @ope + B:overlayEnabled=true +} + + world-754345806 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=true @@ -483,6 +523,16 @@ world13100876 { } +world136859740 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + world1430200888 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -606,7 +656,7 @@ world2000810981 { B:cheatItemsEnabled=true S:defaultFluidContainerItem= B:editEnabled=false - S:filterText=@modular + S:filterText=ener inp B:overlayEnabled=true } @@ -812,6 +862,16 @@ world382006890 { } +world409428912 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=false + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=compresso + B:overlayEnabled=true +} + + world411737388 { B:bookmarkOverlayEnabled=false B:cheatItemsEnabled=true @@ -861,7 +921,7 @@ world557676774 { world64187699 { # Show the list of bookmarks next to open GUIs. - B:bookmarkOverlayEnabled=true + B:bookmarkOverlayEnabled=false # Give items instead of showing the recipe. B:cheatItemsEnabled=false @@ -871,7 +931,7 @@ world64187699 { # Hide and unhide ingredients by clicking them in the list. B:editEnabled=false - S:filterText=dim ids + S:filterText= # Show the list of ingredients next to open GUIs. B:overlayEnabled=true diff --git a/config/jeiutilities/jeiutilities.cfg b/config/jeiutilities/jeiutilities.cfg index 93a87f1c..d1116146 100644 --- a/config/jeiutilities/jeiutilities.cfg +++ b/config/jeiutilities/jeiutilities.cfg @@ -16,7 +16,7 @@ history { # Color of the history area display [range: -2147483648 ~ 2147483647, default: -296397483] I:backgroundColour=-296397483 - # Enable browsing history function [default: true] + # Enable browsing history feature [default: true] B:enableHistory=true # Add item with different nbt to the browsing history [default: true] diff --git a/config/loliasm.cfg b/config/loliasm.cfg index 9e54496f..a7431f96 100644 --- a/config/loliasm.cfg +++ b/config/loliasm.cfg @@ -226,7 +226,7 @@ misc { B:classCaching=false # Copy image after screenshotting to clipboard - - B:copyScreenshotToClipboard=false + B:copyScreenshotToClipboard=true # Use updated CA Certs that was included in 8u311. This most notably fixes 8u51 certs issues - B:outdatedCaCertsFix=true diff --git a/config/microblocks.cfg b/config/microblocks.cfg index 7ecfe4bf..77edfb9f 100644 --- a/config/microblocks.cfg +++ b/config/microblocks.cfg @@ -3,78 +3,1676 @@ # is the registry key of the block/item enclosed in quotes. NEI can help you find these # may be ommitted, in which case it defaults to 0, otherwise it can be a number, a comma separated list of numbers, or a dash separated range #Ex. "dirt" "minecraft:planks":3 "iron_ore":1,2,3,5 "ThermalFoundation:Storage":0-15 -"minecraft:concrete":0-15 -"divinerpg:aquatonic_bricks" -"divinerpg:lava_bricks" -"divinerpg:arlemite_bricks" -"divinerpg:darkstone_bricks" -"divinerpg:diamond_bricks" -"divinerpg:gold_bricks" -"divinerpg:green_bricks" -"divinerpg:iron_bricks" -"divinerpg:lapis_lazuli_bricks" -"divinerpg:milk_stone_bricks" -"divinerpg:netherite_bricks" -"divinerpg:pink_bricks" -"divinerpg:purple_bricks" -"divinerpg:realmite_bricks" -"divinerpg:redstone_bricks" -"divinerpg:eden_bricks" -"divinerpg:wildwood_bricks" -"divinerpg:apalachia_bricks" -"divinerpg:skythern_bricks" -"divinerpg:mortum_bricks" -"divinerpg:minibricks" -"divinerpg:arlemite_minibricks" -"divinerpg:bedrock_minibricks" -"divinerpg:netherite_minibricks" -"divinerpg:realmite_minibricks" -"divinerpg:bloodgem_minibricks" -"divinerpg:rupee_minibricks" -"divinerpg:icy_bricks" -"contenttweaker:rainbow_bricks" -"aoa3:runic_stone" +"abyssalcraft:abybrick":0-2 +"abyssalcraft:abydreadbrick":0-2 +"abyssalcraft:abyssalsand" +"abyssalcraft:abyssalsandglass" +"abyssalcraft:cobblestone":0-4 +"abyssalcraft:coraliumstone" +"abyssalcraft:cstonebrick":0-2 +"abyssalcraft:darkethaxiumbrick":0-2 +"abyssalcraft:darkstone_brick":0-2 +"abyssalcraft:dltleaves" +"abyssalcraft:dltlog" +"abyssalcraft:dltlog2" +"abyssalcraft:dltplank" +"abyssalcraft:dreadbrick":0-2 +"abyssalcraft:dreadleaves" +"abyssalcraft:dreadlog" +"abyssalcraft:dreadplanks" +"abyssalcraft:dsglow" +"abyssalcraft:ethaxiumbrick":0-2 +"abyssalcraft:ethaxiumpillar" +"abyssalcraft:fusedabyssalsand" +"abyssalcraft:ingotblock":0-3 +"abyssalcraft:shoggothbiomass" +"actuallyadditions:block_crystal":0-5 +"actuallyadditions:block_crystal_empowered":0-5 +"actuallyadditions:block_misc":0-9 +"advancedrocketry:alienleaves" +"advancedrocketry:alienwood" +"advancedrocketry:basalt" +"advancedrocketry:blastbrick" +"advancedrocketry:charcoallog" +"advancedrocketry:concrete" +"advancedrocketry:crystal":0-5 +"advancedrocketry:hotturf" +"advancedrocketry:moonturf" +"advancedrocketry:moonturf_dark" +"advancedrocketry:pipesealer" +"advancedrocketry:planks" +"aether_legacy:aercloud":0-3 +"aether_legacy:aerogel" +"aether_legacy:aether_leaves":0-1 +"aether_legacy:aether_log":0-1 +"aether_legacy:crystal_leaves":0-1 +"aether_legacy:dungeon_block":0-5 +"aether_legacy:enchanted_gravitite" +"aether_legacy:gravitite_ore" +"aether_legacy:holystone" +"aether_legacy:icestone" +"aether_legacy:pillar" +"aether_legacy:pillar_top" +"aether_legacy:quicksoil" +"aether_legacy:quicksoil_glass" +"aether_legacy:skyroot_bookshelf" +"aether_legacy:skyroot_plank" +"aether_legacy:zanite_block" +"aether_legacy:zanite_ore" +"aoa3:abyss_stone" +"aoa3:abyssal_glass" +"aoa3:achony_leaves" +"aoa3:achony_log" +"aoa3:achony_planks" +"aoa3:amethyst_block" +"aoa3:amethyst_lamp_off" +"aoa3:ancient_glass" +"aoa3:aqua_life_lamp_off" +"aoa3:aquatic_glass" "aoa3:baron_bricks" +"aoa3:baron_cube" +"aoa3:baron_glass" +"aoa3:baron_stone" +"aoa3:baronyte_block" +"aoa3:baronyte_lamp_off" "aoa3:black_bricks" -"aoa3:bloodstone_bricks" -"aoa3:blue_bricks" -"aoa3:brown_bricks" -"aoa3:coral_bricks" -"aoa3:creeponia_bricks" -"aoa3:crystallite_bricks" -"aoa3:crystevia_bricks" -"aoa3:cyan_bricks" -"aoa3:dark_bricks" -"aoa3:dark_blue_bricks" -"aoa3:dark_grey_bricks" -"aoa3:darkwash_bricks" -"aoa3:gardencia_bricks" -"aoa3:greckon_bricks" -"aoa3:green_bricks" -"aoa3:grey_bricks" -"aoa3:haunted_bricks" -"aoa3:iro_dotted_bricks" -"aoa3:iro_striped_bricks" -"aoa3:lelyetia_bricks" -"aoa3:lime_bricks" -"aoa3:lunar_bricks" -"aoa3:magenta_bricks" +"aoa3:black_life_lamp_off" +"aoa3:black_mushroom" +"aoa3:black_mushroom_stem" "aoa3:black_mysterium_bricks" +"aoa3:blazium_block" +"aoa3:blazium_lamp_off" +"aoa3:blood_leaves" +"aoa3:blood_log" +"aoa3:bloodstone_bar_bricks" +"aoa3:bloodstone_block" +"aoa3:bloodstone_bricks" +"aoa3:bloodstone_lamp_off" +"aoa3:bloodwood_planks" +"aoa3:blue_bricks" +"aoa3:blue_celevus_leaves" +"aoa3:blue_coral" +"aoa3:blue_crystal_block" +"aoa3:blue_haven_leaves" +"aoa3:blue_life_lamp_off" +"aoa3:blue_mushroom_inside" +"aoa3:blue_mushroom_outside" +"aoa3:blue_mushroom_stem" +"aoa3:boney_block" +"aoa3:borean_stone" +"aoa3:bright_shyre_leaves" +"aoa3:brown_bricks" +"aoa3:brown_life_lamp_off" +"aoa3:carved_rune_direction" +"aoa3:carved_rune_empowering" +"aoa3:carved_rune_focus" +"aoa3:carved_rune_reality" +"aoa3:carved_rune_space" +"aoa3:carved_rune_travel" +"aoa3:celeve_stem" +"aoa3:chocolate_block" +"aoa3:churry_leaves" +"aoa3:churry_log" +"aoa3:churry_planks" +"aoa3:cog_block" +"aoa3:coral_bricks" +"aoa3:creep_crystal" +"aoa3:creep_leaves" +"aoa3:creep_log" +"aoa3:creep_planks" +"aoa3:creep_stone" +"aoa3:creeponia_bricks" +"aoa3:crystallanium" +"aoa3:crystallite_block" +"aoa3:crystallite_bricks" +"aoa3:crystallite_lamp_off" +"aoa3:crystevia_bricks" +"aoa3:crystevia_stone" +"aoa3:cyan_bricks" +"aoa3:cyan_life_lamp_off" +"aoa3:cycade_leaves" +"aoa3:cycade_log" +"aoa3:cycade_planks" +"aoa3:dark_blue_bricks" +"aoa3:dark_bricks" +"aoa3:dark_chocolate_block" +"aoa3:dark_face_brick" +"aoa3:dark_grey_bricks" +"aoa3:dark_grey_life_lamp_off" +"aoa3:darklight_orb" +"aoa3:darkstone" +"aoa3:darkwash_bricks" +"aoa3:dawn_leaves" +"aoa3:dawn_log" +"aoa3:dawnwood_planks" +"aoa3:decayed_glass" +"aoa3:deep_case" +"aoa3:deep_crystal" +"aoa3:deeplands_stone" +"aoa3:degraded_steel" +"aoa3:dusk_orb" +"aoa3:dustopia_stone" +"aoa3:dustopian_lamp_off" +"aoa3:elecanium_block" +"aoa3:elecanium_lamp_off" +"aoa3:emberium" +"aoa3:emberstone_block" +"aoa3:emberstone_lamp_off" +"aoa3:eye_block" +"aoa3:eyeball_log" +"aoa3:fire_lamp_off" +"aoa3:gardencia_bricks" +"aoa3:gardencia_stone" +"aoa3:gardencian_glass" +"aoa3:gemenyte_block" +"aoa3:ghastly_block" +"aoa3:ghastly_lamp_off" +"aoa3:ghoulish_block" +"aoa3:ghoulish_lamp_off" +"aoa3:gingerbread" +"aoa3:greckon_bricks" +"aoa3:greckon_stone" +"aoa3:green_bricks" +"aoa3:green_celevus_leaves" +"aoa3:green_coral" +"aoa3:green_crystal_block" +"aoa3:green_life_lamp_off" +"aoa3:green_mushroom_inside" +"aoa3:green_mushroom_outside" +"aoa3:green_mushroom_stem" "aoa3:green_mysterium_bricks" +"aoa3:grey_bricks" +"aoa3:grey_life_lamp_off" +"aoa3:haunted_bricks" +"aoa3:haunted_eye_log" +"aoa3:haunted_eyes_leaves" +"aoa3:haunted_eyes_log" +"aoa3:haunted_flashing_log" +"aoa3:haunted_leaves" +"aoa3:haunted_log" +"aoa3:haunted_purpling_log" +"aoa3:hauntedwood_planks" +"aoa3:haven_glass" +"aoa3:haven_stone" +"aoa3:high_precasia_stone" +"aoa3:intricate_amethyst_ivory" +"aoa3:intricate_ivory" +"aoa3:intricate_jade_ivory" +"aoa3:intricate_limonite_ivory" +"aoa3:intricate_rosite_ivory" +"aoa3:intricate_sapphire_ivory" +"aoa3:iro_dotted_bricks" +"aoa3:iro_glass" +"aoa3:iro_lamp_off" +"aoa3:iro_striped_bricks" +"aoa3:irodust_leaves" +"aoa3:irogold_leaves" +"aoa3:iromine_stone" +"aoa3:irowood_planks" +"aoa3:ivory_amethyst_lamp_off" +"aoa3:ivory_jade_lamp_off" +"aoa3:ivory_lamp_off" +"aoa3:ivory_limonite_lamp_off" +"aoa3:ivory_rosite_lamp_off" +"aoa3:ivory_sapphire_lamp_off" +"aoa3:jade_block" +"aoa3:jade_lamp_off" +"aoa3:jewelyte_block" +"aoa3:lelyetia_bricks" +"aoa3:lelyetia_stone" +"aoa3:lelyetian_glass" +"aoa3:lelyetian_leaves" +"aoa3:lime_bricks" +"aoa3:lime_life_lamp_off" +"aoa3:limonite_block" +"aoa3:limonite_lamp_off" +"aoa3:low_precasia_stone" +"aoa3:lucalus_leaves" +"aoa3:lucalus_log" +"aoa3:lucalus_planks" +"aoa3:lunar_block" +"aoa3:lunar_bricks" +"aoa3:lunar_glass" +"aoa3:lunar_lamp_off" +"aoa3:lunar_orb" +"aoa3:lunicia_leaves" +"aoa3:lunide_log" +"aoa3:lunide_planks" +"aoa3:lunosso_leaves" +"aoa3:lyon_block" +"aoa3:lyon_lamp_off" +"aoa3:magenta_bricks" +"aoa3:magenta_life_lamp_off" +"aoa3:moonlight_orb" +"aoa3:mysterium_stone" +"aoa3:mystic_lamp_off" +"aoa3:mystite_block" +"aoa3:natural_amethyst_ivory" +"aoa3:natural_ivory" +"aoa3:natural_jade_ivory" +"aoa3:natural_limonite_ivory" +"aoa3:natural_rosite_ivory" +"aoa3:natural_sapphire_ivory" +"aoa3:neon_circling_lamp_off" +"aoa3:neon_lamp_off" +"aoa3:neon_lapis_circling_lamp_off" +"aoa3:neon_lapis_lamp_off" +"aoa3:neon_lapis_triangles_lamp_off" +"aoa3:neon_runic_lamp_off" +"aoa3:neon_triangles_lamp_off" "aoa3:orange_bricks" +"aoa3:orange_coral" +"aoa3:orange_life_lamp_off" +"aoa3:orange_mushroom_inside" +"aoa3:orange_mushroom_outside" +"aoa3:orange_mushroom_stem" +"aoa3:ornamyte_block" +"aoa3:ornate_amethyst_ivory" +"aoa3:ornate_ivory" +"aoa3:ornate_jade_ivory" +"aoa3:ornate_limonite_ivory" +"aoa3:ornate_rosite_ivory" +"aoa3:ornate_sapphire_ivory" +"aoa3:patterned_amethyst_ivory" +"aoa3:patterned_ivory" +"aoa3:patterned_jade_ivory" +"aoa3:patterned_limonite_ivory" +"aoa3:patterned_rosite_ivory" +"aoa3:patterned_sapphire_ivory" "aoa3:pink_bricks" +"aoa3:pink_coral" +"aoa3:pink_haven_leaves" +"aoa3:pink_life_lamp_off" +"aoa3:plastic" +"aoa3:primed_stone" "aoa3:purple_bricks" +"aoa3:purple_celevus_leaves" +"aoa3:purple_crystal_block" +"aoa3:purple_haven_leaves" +"aoa3:purple_life_lamp_off" +"aoa3:purple_mushroom_inside" +"aoa3:purple_mushroom_outside" +"aoa3:purple_mushroom_stem" "aoa3:red_bricks" +"aoa3:red_celevus_leaves" +"aoa3:red_crystal_block" +"aoa3:red_haven_leaves" +"aoa3:red_life_lamp_off" "aoa3:rosidian_bricks" +"aoa3:rosite_block" +"aoa3:rosite_lamp_off" "aoa3:runic_construct_bricks" +"aoa3:runic_glass" +"aoa3:runic_leaves" +"aoa3:runic_log" +"aoa3:runic_planks" +"aoa3:runic_stone" +"aoa3:sapphire_block" +"aoa3:sapphire_lamp_off" +"aoa3:shadow_leaves" +"aoa3:shadow_log" +"aoa3:shadow_planks" +"aoa3:shadowblood_leaves" +"aoa3:shyre_cloud" +"aoa3:shyre_glass" +"aoa3:shyre_leaves" +"aoa3:shyre_log" +"aoa3:shyre_planks" +"aoa3:shyregem_block" +"aoa3:shyrelands_stone" +"aoa3:shyrestone_block" +"aoa3:skeletal_block" "aoa3:skeletal_bricks" +"aoa3:skeletal_ingot_block" +"aoa3:skeletal_lamp_off" +"aoa3:steel_light" +"aoa3:strange_block" +"aoa3:stranglewood_leaves" +"aoa3:stranglewood_log" +"aoa3:stranglewood_planks" +"aoa3:sunfire_orb" +"aoa3:tentacles" +"aoa3:tentacles_dots_left" +"aoa3:tentacles_dots_right" +"aoa3:tentacles_eye_orange" +"aoa3:tentacles_eye_red" +"aoa3:tentacles_green" +"aoa3:toxic_block" +"aoa3:toxic_log" +"aoa3:toxic_stem" +"aoa3:toxic_stone" +"aoa3:toxic_waste" +"aoa3:toxicwood_planks" +"aoa3:turquoise_haven_leaves" +"aoa3:twinklestone" +"aoa3:unstable_stone" +"aoa3:varsium_block" +"aoa3:vein_leaves" +"aoa3:vox_glass" +"aoa3:vox_log" "aoa3:white_bricks" +"aoa3:white_celevus_leaves" +"aoa3:white_chocolate_block" +"aoa3:white_coral" +"aoa3:white_crystal_block" +"aoa3:white_life_lamp_off" +"aoa3:white_shyre_bricks" "aoa3:whitewash_bricks" "aoa3:yellow_bricks" -"abyssalcraft:darkstone_brick"@0-2 -"abyssalcraft:abybrick"@0-2 -"abyssalcraft:dreadbrick"@0-2 -"abyssalcraft:abydreadbrick"@0-2 -"abyssalcraft:cstonebrick"@0-2 -"abyssalcraft:ethaxiumbrick"@0-2 -"abyssalcraft:darkethaxiumbrick"@0-2 +"aoa3:yellow_celevus_leaves" +"aoa3:yellow_coral" +"aoa3:yellow_crystal_block" +"aoa3:yellow_haven_leaves" +"aoa3:yellow_life_lamp_off" +"aoa3:yellow_mushroom_inside" +"aoa3:yellow_mushroom_outside" +"aoa3:yellow_mushroom_stem" +"aoa3:yellow_shyre_bricks" +"aoa3:zhinx_glass" +"appliedenergistics2:chiseled_quartz_block" +"appliedenergistics2:fluix_block" +"appliedenergistics2:quartz_block" +"appliedenergistics2:quartz_glass" +"appliedenergistics2:quartz_pillar" +"appliedenergistics2:sky_stone_block" +"appliedenergistics2:sky_stone_brick" +"appliedenergistics2:sky_stone_small_brick" +"appliedenergistics2:smooth_sky_stone_block" +"astralsorcery:blockblackmarble":0-6 +"astralsorcery:blockinfusedwood":0-6 +"astralsorcery:blockmarble":0-6 +"avaritia:block_resource":0-2 +"bewitchment:alchemists_fleece" +"bewitchment:besmirched_fleece" +"bewitchment:block_of_amethyst" +"bewitchment:block_of_cold_iron" +"bewitchment:block_of_cold_iron_bevel" +"bewitchment:block_of_cold_iron_cup" +"bewitchment:block_of_cold_iron_moon" +"bewitchment:block_of_cold_iron_pentacle" +"bewitchment:block_of_cold_iron_pentagram" +"bewitchment:block_of_cold_iron_sun" +"bewitchment:block_of_cold_iron_sword" +"bewitchment:block_of_cold_iron_symbol" +"bewitchment:block_of_cold_iron_wand" +"bewitchment:block_of_garnet" +"bewitchment:block_of_opal" +"bewitchment:block_of_salt" +"bewitchment:block_of_silver" +"bewitchment:block_of_silver_bevel" +"bewitchment:block_of_silver_cup" +"bewitchment:block_of_silver_moon" +"bewitchment:block_of_silver_old" +"bewitchment:block_of_silver_pentacle" +"bewitchment:block_of_silver_pentagram" +"bewitchment:block_of_silver_sun" +"bewitchment:block_of_silver_sword" +"bewitchment:block_of_silver_symbol" +"bewitchment:block_of_silver_wand" +"bewitchment:chiseled_coquina" +"bewitchment:chiseled_embittered_bricks" +"bewitchment:chiseled_scorned_bricks" +"bewitchment:coquina" +"bewitchment:coquina_bricks" +"bewitchment:coquina_shell" +"bewitchment:coquina_smooth" +"bewitchment:cracked_embittered_bricks" +"bewitchment:cracked_scorned_bricks" +"bewitchment:crying_scorned_bricks" +"bewitchment:cypress_leaves" +"bewitchment:cypress_planks" +"bewitchment:cypress_wood" +"bewitchment:despair_bricks" +"bewitchment:dragons_blood_leaves" +"bewitchment:dragons_blood_planks" +"bewitchment:dragons_blood_resin_block" +"bewitchment:dragons_blood_wood" +"bewitchment:elder_leaves" +"bewitchment:elder_planks" +"bewitchment:elder_wood" +"bewitchment:embittered_bricks" +"bewitchment:greenwitch_fleece" +"bewitchment:juniper_leaves" +"bewitchment:juniper_planks" +"bewitchment:juniper_wood" +"bewitchment:mossy_scorned_bricks" +"bewitchment:nethersteel" +"bewitchment:nethersteel_bevel" +"bewitchment:nethersteel_eye" +"bewitchment:nethersteel_fence" +"bewitchment:nethersteel_hellish" +"bewitchment:nethersteel_pentacle" +"bewitchment:nethersteel_pentagram" +"bewitchment:nethersteel_polished" +"bewitchment:nethersteel_sentient" +"bewitchment:nethersteel_skull" +"bewitchment:nethersteel_slab" +"bewitchment:nethersteel_slab_double" +"bewitchment:nethersteel_stairs" +"bewitchment:nethersteel_symbol" +"bewitchment:nethersteel_wall" +"bewitchment:nethersteel_watching_eye" +"bewitchment:nethersteel_watching_hellish" +"bewitchment:ochre_despair_bricks" +"bewitchment:scorned_bricks" +"bewitchment:scorned_bricks_bevel" +"bewitchment:scorned_bricks_braid" +"bewitchment:scorned_bricks_hellish" +"bewitchment:scorned_bricks_layers" +"bewitchment:scorned_bricks_medium_tiles" +"bewitchment:scorned_bricks_ornate" +"bewitchment:scorned_bricks_panel" +"bewitchment:scorned_bricks_prism" +"bewitchment:scorned_bricks_raw" +"bewitchment:scorned_bricks_raw_cracked" +"bewitchment:scorned_bricks_road" +"bewitchment:scorned_bricks_slab" +"bewitchment:scorned_bricks_slab_double" +"bewitchment:scorned_bricks_slanted" +"bewitchment:scorned_bricks_small" +"bewitchment:scorned_bricks_small_tiles" +"bewitchment:scorned_bricks_soft" +"bewitchment:scorned_bricks_symbol" +"bewitchment:scorned_bricks_triple" +"biomesoplenty:ash_block" +"biomesoplenty:crystal" +"biomesoplenty:dried_sand" +"biomesoplenty:flesh" +"biomesoplenty:gem_block":0-7 +"biomesoplenty:hard_ice" +"biomesoplenty:honey_block" +"biomesoplenty:leaves_0":8-11 +"biomesoplenty:leaves_1":8-11 +"biomesoplenty:leaves_2":8-11 +"biomesoplenty:leaves_3":8-11 +"biomesoplenty:leaves_4":8-11 +"biomesoplenty:leaves_5":8-11 +"biomesoplenty:leaves_6":8-9 +"biomesoplenty:log_0":4-7 +"biomesoplenty:log_1":4-7 +"biomesoplenty:log_2":4-7 +"biomesoplenty:log_3":4-7 +"biomesoplenty:log_4":4-5 +"biomesoplenty:mud" +"biomesoplenty:mud_brick_block" +"biomesoplenty:planks_0":0-15 +"biomesoplenty:white_sand" +"biomesoplenty:white_sandstone" +"bloodarsenal:blood_infused_glowstone" +"bloodarsenal:blood_infused_iron_block" +"bloodarsenal:blood_infused_wooden_log" +"bloodarsenal:blood_infused_wooden_planks" +"bloodarsenal:blood_stained_glass" +"bloodmagic:blood_rune":0-10 +"bloodmagic:decorative_brick":0-3 +"bloodmagic:demon_brick_1":0-4 +"bloodmagic:demon_brick_2":0-14 +"bloodmagic:demon_extras":0-14 +"bloodmagic:demon_light":0-4 +"bloodmagic:demon_pillar_1":0-4 +"bloodmagic:demon_pillar_2":0-4 +"bloodmagic:demon_pillar_cap_1":0-1 +"bloodmagic:demon_pillar_cap_2":0-1 +"bloodmagic:demon_pillar_cap_3" +"bloodmagic:path":0-7 +"botania:bifrostperm" +"botania:biomestonea":0-15 +"botania:biomestoneb":0-15 +"botania:blazeblock" +"botania:custombrick":0-15 +"botania:dreamwood":0-5 +"botania:elfglass" +"botania:livingrock":0-4 +"botania:livingwood":0-5 +"botania:managlass" +"botania:pavement":0-5 +"botania:petalblock":0-15 +"botania:quartztypeblaze":0-2 +"botania:quartztypedark":0-2 +"botania:quartztypeelf":0-2 +"botania:quartztypelavender":0-2 +"botania:quartztypemana":0-2 +"botania:quartztypered":0-2 +"botania:quartztypesunny":0-2 +"botania:shimmerrock" +"botania:shimmerwoodplanks" +"botania:storage":0-4 +"chisel:andesite":0-15 +"chisel:andesite1":0-15 +"chisel:andesite2" +"chisel:antiblock":0-15 +"chisel:arcane_stone":0-15 +"chisel:arcane_stone1":0-15 +"chisel:arcane_stone2" +"chisel:basalt":0-15 +"chisel:basalt1":0-9 +"chisel:basalt2":0-7 +"chisel:block_charcoal":0-15 +"chisel:block_charcoal1":0-15 +"chisel:block_charcoal2":0-1 +"chisel:block_coal":0-15 +"chisel:block_coal1":0-15 +"chisel:block_coal2":0-1 +"chisel:block_coal_coke":0-15 +"chisel:block_coal_coke1":0-15 +"chisel:block_coal_coke2":0-1 +"chisel:blockaluminum":0-6 +"chisel:blockbronze":0-6 +"chisel:blockcobalt":0-6 +"chisel:blockcopper":0-6 +"chisel:blockelectrum":0-6 +"chisel:blockgold":0-6 +"chisel:blockinvar":0-6 +"chisel:blockiron":0-6 +"chisel:blocklead":0-6 +"chisel:blocknickel":0-6 +"chisel:blockplatinum":0-6 +"chisel:blocksilver":0-6 +"chisel:blocksteel":0-6 +"chisel:blocktin":0-6 +"chisel:blockuranium":0-6 +"chisel:bloodmagic":0-5 +"chisel:bookshelf_acacia":0-9 +"chisel:bookshelf_birch":0-9 +"chisel:bookshelf_darkoak":0-9 +"chisel:bookshelf_jungle":0-9 +"chisel:bookshelf_oak":0-9 +"chisel:bookshelf_spruce":0-9 +"chisel:bricks":0-15 +"chisel:bricks1":0-9 +"chisel:bricks2":0-5 +"chisel:brownstone":0-9 +"chisel:cloud":0-4 +"chisel:cobblestone":0-15 +"chisel:cobblestone1":0-9 +"chisel:cobblestone2":0-9 +"chisel:cobblestonemossy":0-15 +"chisel:cobblestonemossy1":0-15 +"chisel:cobblestonemossy2" +"chisel:concrete_black":0-15 +"chisel:concrete_black1":0-15 +"chisel:concrete_black2" +"chisel:concrete_blue":0-15 +"chisel:concrete_blue1":0-15 +"chisel:concrete_blue2" +"chisel:concrete_brown":0-15 +"chisel:concrete_brown1":0-15 +"chisel:concrete_brown2" +"chisel:concrete_cyan":0-15 +"chisel:concrete_cyan1":0-15 +"chisel:concrete_cyan2" +"chisel:concrete_gray":0-15 +"chisel:concrete_gray1":0-15 +"chisel:concrete_gray2" +"chisel:concrete_green":0-15 +"chisel:concrete_green1":0-15 +"chisel:concrete_green2" +"chisel:concrete_lightblue":0-15 +"chisel:concrete_lightblue1":0-15 +"chisel:concrete_lightblue2" +"chisel:concrete_lightgray":0-15 +"chisel:concrete_lightgray1":0-15 +"chisel:concrete_lightgray2" +"chisel:concrete_lime":0-15 +"chisel:concrete_lime1":0-15 +"chisel:concrete_lime2" +"chisel:concrete_magenta":0-15 +"chisel:concrete_magenta1":0-15 +"chisel:concrete_magenta2" +"chisel:concrete_orange":0-15 +"chisel:concrete_orange1":0-15 +"chisel:concrete_orange2" +"chisel:concrete_pink":0-15 +"chisel:concrete_pink1":0-15 +"chisel:concrete_pink2" +"chisel:concrete_purple":0-15 +"chisel:concrete_purple1":0-15 +"chisel:concrete_purple2" +"chisel:concrete_red":0-15 +"chisel:concrete_red1":0-15 +"chisel:concrete_red2" +"chisel:concrete_white":0-15 +"chisel:concrete_white1":0-15 +"chisel:concrete_white2" +"chisel:concrete_yellow":0-15 +"chisel:concrete_yellow1":0-15 +"chisel:concrete_yellow2" +"chisel:diorite":0-15 +"chisel:diorite1":0-15 +"chisel:diorite2" +"chisel:dirt":0-15 +"chisel:endstone":0-15 +"chisel:endstone1":0-9 +"chisel:endstone2":0-6 +"chisel:energizedvoidstone":0-7 +"chisel:factory":0-15 +"chisel:factory1":0-4 +"chisel:futura":0-5 +"chisel:glass":0-15 +"chisel:glassdyedblack":0-5 +"chisel:glassdyedblue":0-5 +"chisel:glassdyedbrown":0-5 +"chisel:glassdyedcyan":0-5 +"chisel:glassdyedgray":0-5 +"chisel:glassdyedgreen":0-5 +"chisel:glassdyedlightblue":0-5 +"chisel:glassdyedlightgray":0-5 +"chisel:glassdyedlime":0-5 +"chisel:glassdyedmagenta":0-5 +"chisel:glassdyedorange":0-5 +"chisel:glassdyedpink":0-5 +"chisel:glassdyedpurple":0-5 +"chisel:glassdyedred":0-5 +"chisel:glassdyedwhite":0-5 +"chisel:glassdyedyellow":0-5 +"chisel:glowstone":0-15 +"chisel:glowstone1":0-15 +"chisel:glowstone2" +"chisel:granite":0-15 +"chisel:granite1":0-15 +"chisel:granite2" +"chisel:hardenedclay":0-15 +"chisel:hardenedclay1":0-9 +"chisel:hardenedclay2":0-6 +"chisel:ice":0-15 +"chisel:ice1":0-15 +"chisel:ice2" +"chisel:icepillar":0-6 +"chisel:laboratory":0-15 +"chisel:lapis":0-8 +"chisel:lavastone":0-15 +"chisel:lavastone1":0-15 +"chisel:lavastone2" +"chisel:limestone":0-15 +"chisel:limestone1":0-9 +"chisel:limestone2":0-7 +"chisel:marble":0-15 +"chisel:marble1":0-9 +"chisel:marble2":0-7 +"chisel:marblepillar":0-15 +"chisel:netherbrick":0-15 +"chisel:paper":0-8 +"chisel:prismarine":0-15 +"chisel:prismarine1":0-9 +"chisel:prismarine2":0-5 +"chisel:purpur":0-15 +"chisel:purpur1":0-9 +"chisel:purpur2":0-4 +"chisel:quartz":0-15 +"chisel:quartz1":0-15 +"chisel:redstone":0-15 +"chisel:sandstone-scribbles":0-15 +"chisel:sandstonered":0-15 +"chisel:sandstonered1":0-9 +"chisel:sandstonered2":0-7 +"chisel:sandstoneyellow":0-15 +"chisel:sandstoneyellow1":0-9 +"chisel:sandstoneyellow2":0-7 +"chisel:stonebrick":0-15 +"chisel:stonebrick1":0-9 +"chisel:stonebrick2":0-9 +"chisel:technical":0-15 +"chisel:technical1":0-4 +"chisel:technicalnew":0-8 +"chisel:temple":0-15 +"chisel:templemossy":0-15 +"chisel:tyrian":0-15 +"chisel:valentines":0-9 +"chisel:voidstone":0-7 +"chisel:waterstone":0-15 +"chisel:waterstone1":0-15 +"chisel:waterstone2" +"chisel:wool_black":0-1 +"chisel:wool_blue":0-1 +"chisel:wool_brown":0-1 +"chisel:wool_cyan":0-1 +"chisel:wool_gray":0-1 +"chisel:wool_green":0-1 +"chisel:wool_lightblue":0-1 +"chisel:wool_lightgray":0-1 +"chisel:wool_lime":0-1 +"chisel:wool_magenta":0-1 +"chisel:wool_orange":0-1 +"chisel:wool_pink":0-1 +"chisel:wool_purple":0-1 +"chisel:wool_red":0-1 +"chisel:wool_white":0-1 +"chisel:wool_yellow":0-1 +"contenttweaker:abyssal_cap" +"contenttweaker:abyssal_flesh" +"contenttweaker:abyssal_wasteland_containment_stone" +"contenttweaker:accelerator_tube" +"contenttweaker:agate" +"contenttweaker:alchemical_crystal" +"contenttweaker:ancient_cavern_cap" +"contenttweaker:arc_reactor_coil" +"contenttweaker:awakened_electromagnet" +"contenttweaker:ayeraco_stone" +"contenttweaker:baphomet_altar_bricks" +"contenttweaker:baphomet_altar_stone" +"contenttweaker:barathos_cap" +"contenttweaker:bedrock_cobblestone" +"contenttweaker:bloodmaster_block" +"contenttweaker:borean_cap" +"contenttweaker:brightsteel_case" +"contenttweaker:brightsteel_conduit" +"contenttweaker:candy_block" +"contenttweaker:candyland_cap" +"contenttweaker:celeve_cap" +"contenttweaker:celian_block" +"contenttweaker:chaos_wood" +"contenttweaker:chaotic_bricks" +"contenttweaker:chaotic_stone" +"contenttweaker:charged_draconium_block" +"contenttweaker:collapser_casing" +"contenttweaker:collapser_conduit" +"contenttweaker:collecting_stone" +"contenttweaker:cosmic_fabric" +"contenttweaker:creeponian_cap" +"contenttweaker:crimson_quartz" +"contenttweaker:crystevia_cap" +"contenttweaker:crystevian_crystal" +"contenttweaker:dark_mithrillium_block" +"contenttweaker:dark_soul_machine_chassis" +"contenttweaker:darkstar_catalyst" +"contenttweaker:darkstar_stone" +"contenttweaker:deepland_cap" +"contenttweaker:defined_block" +"contenttweaker:defined_machine_case" +"contenttweaker:definer_casing" +"contenttweaker:demon_stone" +"contenttweaker:demonic_crystal_cluster" +"contenttweaker:destructive_crystal_cluster" +"contenttweaker:destructive_demon_alloy" +"contenttweaker:destructive_demon_eye" +"contenttweaker:destructive_stone_bricks" +"contenttweaker:diabetic_sentient_meatball" +"contenttweaker:draconic_machine_frame" +"contenttweaker:draconium_electromagnet" +"contenttweaker:dreaded_steel_block" +"contenttweaker:dreadlands_containment_stone" +"contenttweaker:dustopia_cap" +"contenttweaker:dyson_beam" +"contenttweaker:dyson_collector" +"contenttweaker:dyson_compressor" +"contenttweaker:dyson_conduit" +"contenttweaker:dyson_shell" +"contenttweaker:empowered_mazestone" +"contenttweaker:ender_dolomite" +"contenttweaker:energy_hive" +"contenttweaker:eternal_tulite" +"contenttweaker:everburner" +"contenttweaker:experiment_casing" +"contenttweaker:feldspar" +"contenttweaker:fiery_pyrite" +"contenttweaker:fluix_etcher" +"contenttweaker:gaia_spirit_block" +"contenttweaker:garden_block" +"contenttweaker:gardencia_cap" +"contenttweaker:gravitite_stone" +"contenttweaker:gravity_inverter" +"contenttweaker:greckon_cap" +"contenttweaker:haven_block" +"contenttweaker:haven_cap" +"contenttweaker:headstone" +"contenttweaker:herne_altar_stone" +"contenttweaker:high_energy_ray_collector" +"contenttweaker:highly_advanced_machine_casing" +"contenttweaker:hint_of_insanity" +"contenttweaker:hohlraum" +"contenttweaker:holographic_ore" +"contenttweaker:horizon_stabilizer" +"contenttweaker:ichor" +"contenttweaker:ichorium_catalyst" +"contenttweaker:icy_bricks" +"contenttweaker:icy_gateway" +"contenttweaker:icy_stone" +"contenttweaker:icy_tiles" +"contenttweaker:immortallis_cap" +"contenttweaker:inertial_laser_projector" +"contenttweaker:infinity_dyson_conduit" +"contenttweaker:infinity_furnace_bricks" +"contenttweaker:infusion_catalyst" +"contenttweaker:innerved_sky_stone" +"contenttweaker:iromine_block" +"contenttweaker:iromine_cap" +"contenttweaker:irradiated_filler" +"contenttweaker:irradiator_casing" +"contenttweaker:leaves_of_life" +"contenttweaker:lelyetian_cap" +"contenttweaker:lilith_altar_bricks" +"contenttweaker:lilith_altar_stone" +"contenttweaker:linear_accelerator_tube" +"contenttweaker:living_gold" +"contenttweaker:lunalus_cap" +"contenttweaker:master_rune_box" +"contenttweaker:matrix_ore" +"contenttweaker:metagabbro" +"contenttweaker:miniature_black_hole" +"contenttweaker:miniature_pulsar" +"contenttweaker:miniature_star" +"contenttweaker:mithrillium_catalyst" +"contenttweaker:moloch_altar_bricks" +"contenttweaker:moloch_altar_stone" +"contenttweaker:muon_extractor" +"contenttweaker:myrmitite_casing" +"contenttweaker:mysterium_block" +"contenttweaker:mysterium_cap" +"contenttweaker:mythic_coil_t1" +"contenttweaker:mythic_coil_t2" +"contenttweaker:mythic_coil_t3" +"contenttweaker:mythic_excavation_computer" +"contenttweaker:mythic_excavation_engine" +"contenttweaker:mythic_excavation_reactor" +"contenttweaker:mythic_machine_case" +"contenttweaker:naquadah_catalyst" +"contenttweaker:nethersky_amber" +"contenttweaker:neutronium_bombarder" +"contenttweaker:neutronium_cannon" +"contenttweaker:neutronium_casing" +"contenttweaker:nightmare_block" +"contenttweaker:nightmare_machine_case" +"contenttweaker:omothol_containment_stone" +"contenttweaker:onyx" +"contenttweaker:order_wood" +"contenttweaker:pink_marble" +"contenttweaker:plasma_collider" +"contenttweaker:plasma_injector" +"contenttweaker:plasma_wood" +"contenttweaker:precasian_cap" +"contenttweaker:psichic_stone" +"contenttweaker:purity_offer" +"contenttweaker:ragnarok_sigil" +"contenttweaker:rainbow_bricks" +"contenttweaker:recursive_meatball" +"contenttweaker:reinforced_shyre_bricks" +"contenttweaker:resonating_stone" +"contenttweaker:returning_point" +"contenttweaker:runador_cap" +"contenttweaker:runic_ore" +"contenttweaker:sacred_eucalyptus" +"contenttweaker:sacred_wood" +"contenttweaker:sednanite_ore" +"contenttweaker:sednanite_stabilizer" +"contenttweaker:sentient_factory_core" +"contenttweaker:sentient_meatball" +"contenttweaker:serpentine" +"contenttweaker:shielded_honey_bricks" +"contenttweaker:shining_sandstone" +"contenttweaker:shungite" +"contenttweaker:shyre_bricks" +"contenttweaker:sparkled_oak_planks" +"contenttweaker:steadfast_crystal_cluster" +"contenttweaker:steadfast_steel_molten" +"contenttweaker:stone_of_aura" +"contenttweaker:stone_of_the_wizard" +"contenttweaker:sub_block_holder_0" +"contenttweaker:sub_block_holder_1" +"contenttweaker:sub_block_holder_2":1-15 +"contenttweaker:tartarite_monolith" +"contenttweaker:titanium_iridium_coil" +"contenttweaker:travertine" +"contenttweaker:ultimate_ore" +"contenttweaker:ultracapacitor_bank" +"contenttweaker:unfathomable_stone" +"contenttweaker:unidentified_body" +"contenttweaker:vegetarian_sentient_meatball" +"contenttweaker:vengeful_crystal_cluster" +"contenttweaker:vengeful_stone_tiles" +"contenttweaker:vibranium_servo" +"contenttweaker:vibrating_stone" +"contenttweaker:vox_block" +"contenttweaker:voxponds_cap" +"contenttweaker:warped_stone" +"contenttweaker:well_defined_machine_case" +"contenttweaker:white_hole" +"dimdoors:ancient_fabric":0-15 +"dimdoors:fabric":0-15 +"dimdoors:unravelled_fabric" +"divinerpg:apalachia_block" +"divinerpg:apalachia_bricks" +"divinerpg:apalachia_leaves" +"divinerpg:apalachia_log" +"divinerpg:apalachia_planks" +"divinerpg:aqua_lamp" +"divinerpg:aquatonic_bricks" +"divinerpg:arcanium_block" +"divinerpg:arlemite_block" +"divinerpg:arlemite_bricks" +"divinerpg:arlemite_lamp" +"divinerpg:arlemite_minibricks" +"divinerpg:asphalt" +"divinerpg:bedrock_minibricks" +"divinerpg:black_steel" +"divinerpg:blaze_lamp" +"divinerpg:bloodgem_block" +"divinerpg:bloodgem_minibricks" +"divinerpg:blue_steel" +"divinerpg:blue_stone" +"divinerpg:blue_vane" +"divinerpg:bluefire_lamp" +"divinerpg:bright_red_steel" +"divinerpg:cell_lamp" +"divinerpg:coalstone" +"divinerpg:cyan_vane" +"divinerpg:dark_bridge" +"divinerpg:darkstone" +"divinerpg:darkstone_bricks" +"divinerpg:diamond_bricks" +"divinerpg:diamond_lamp" +"divinerpg:divine_lamp" +"divinerpg:divine_leaves" +"divinerpg:divine_log" +"divinerpg:divine_planks" +"divinerpg:draken_lamp" +"divinerpg:dream_lamp" +"divinerpg:dream_stone" +"divinerpg:dreamwood_leaves" +"divinerpg:dreamwood_log" +"divinerpg:dungeon_bookshelf" +"divinerpg:dungeon_lamp_breakable" +"divinerpg:eden_block" +"divinerpg:eden_bricks" +"divinerpg:eden_lamp" +"divinerpg:eden_leaves" +"divinerpg:eden_log" +"divinerpg:eden_planks" +"divinerpg:ender_lamp" +"divinerpg:ender_stone_lamp" +"divinerpg:eucalyptus_log" +"divinerpg:eucalyptus_planks" +"divinerpg:fancy_wool" +"divinerpg:fire_crystal" +"divinerpg:firelight" +"divinerpg:firewood_leaves" +"divinerpg:firewood_log" +"divinerpg:frosted_glass" +"divinerpg:frozen_log" +"divinerpg:frozen_planks" +"divinerpg:gold_bricks" +"divinerpg:gold_lamp" +"divinerpg:green_bricks" +"divinerpg:green_steel" +"divinerpg:hyrewood_leaves" +"divinerpg:hyrewood_log" +"divinerpg:ice_lamp" +"divinerpg:icy_bricks" +"divinerpg:iron_bricks" +"divinerpg:jungle_lamp" +"divinerpg:kraken_lamp" +"divinerpg:lapis_lazuli_bricks" +"divinerpg:lapis_lazuli_lamp" +"divinerpg:lava_bricks" +"divinerpg:lava_lamp" +"divinerpg:milk_stone_bricks" +"divinerpg:milky_lamp" +"divinerpg:minibricks" +"divinerpg:mintwood_leaves" +"divinerpg:mintwood_log" +"divinerpg:molten_lamp" +"divinerpg:mortum_block" +"divinerpg:mortum_bricks" +"divinerpg:mortum_leaves" +"divinerpg:mortum_log" +"divinerpg:mortum_planks" +"divinerpg:netherite_block" +"divinerpg:netherite_bricks" +"divinerpg:netherite_lamp" +"divinerpg:netherite_minibricks" +"divinerpg:orange_steel" +"divinerpg:pink_bricks" +"divinerpg:plank_design" +"divinerpg:purple_bricks" +"divinerpg:purple_steel" +"divinerpg:purple_vane" +"divinerpg:rainbow_wool" +"divinerpg:raw_arcanium" +"divinerpg:realmite_block" +"divinerpg:realmite_bricks" +"divinerpg:realmite_lamp" +"divinerpg:realmite_minibricks" +"divinerpg:red_steel" +"divinerpg:red_vane" +"divinerpg:redstone_bricks" +"divinerpg:redstone_ore_lamp" +"divinerpg:rupee_block" +"divinerpg:rupee_lamp" +"divinerpg:rupee_minibricks" +"divinerpg:skythern_block" +"divinerpg:skythern_bricks" +"divinerpg:skythern_leaves" +"divinerpg:skythern_log" +"divinerpg:skythern_planks" +"divinerpg:smooth_glass" +"divinerpg:snow_bricks" +"divinerpg:stained_glass" +"divinerpg:stained_glass2" +"divinerpg:stained_glass3" +"divinerpg:stained_glass4" +"divinerpg:stained_glass5" +"divinerpg:stained_glass6" +"divinerpg:stained_glass7" +"divinerpg:stained_glass8" +"divinerpg:teal_steel" +"divinerpg:terran_lamp" +"divinerpg:village_lamp" +"divinerpg:white_steel" +"divinerpg:wildwood_block" +"divinerpg:wildwood_bricks" +"divinerpg:wildwood_leaves" +"divinerpg:wildwood_log" +"divinerpg:wildwood_planks" +"divinerpg:workshop_bookcase" +"divinerpg:workshop_lamp" +"divinerpg:yellow_steel" +"divinerpg:yellow_vane" +"draconicevolution:draconic_block" +"draconicevolution:draconium_block":0-1 +"draconicevolution:infused_obsidian" +"ebwizardry:crystal_block":0-7 +"ebwizardry:gilded_wood":0-5 +"ebwizardry:runestone":1-7 +"enderio:block_alloy" +"enderio:block_alloy_endergy" +"enderio:block_decoration1":0-15 +"enderio:block_decoration2":0-15 +"enderio:block_decoration3":0-4 +"enderio:block_fused_glass":0-15 +"enderio:block_fused_quartz":0-15 +"enderio:block_infinity":0-2 +"enderio:block_reinforced_obsidian" +"environmentaltech:aethium" +"environmentaltech:aethium_bricks" +"environmentaltech:aethium_paver" +"environmentaltech:aethium_tiles" +"environmentaltech:erodium" +"environmentaltech:erodium_bricks" +"environmentaltech:erodium_paver" +"environmentaltech:erodium_tiles" +"environmentaltech:interconnect" +"environmentaltech:ionite" +"environmentaltech:ionite_bricks" +"environmentaltech:ionite_paver" +"environmentaltech:ionite_tiles" +"environmentaltech:kyronite" +"environmentaltech:kyronite_bricks" +"environmentaltech:kyronite_paver" +"environmentaltech:kyronite_tiles" +"environmentaltech:litherite" +"environmentaltech:litherite_bricks" +"environmentaltech:litherite_paver" +"environmentaltech:litherite_tiles" +"environmentaltech:lonsdaleite" +"environmentaltech:lonsdaleite_bricks" +"environmentaltech:lonsdaleite_paver" +"environmentaltech:lonsdaleite_tiles" +"environmentaltech:mica" +"environmentaltech:pladium" +"environmentaltech:pladium_bricks" +"environmentaltech:pladium_paver" +"environmentaltech:pladium_tiles" +"environmentaltech:structure_frame_1" +"environmentaltech:structure_frame_2" +"environmentaltech:structure_frame_3" +"environmentaltech:structure_frame_4" +"environmentaltech:structure_frame_5" +"environmentaltech:structure_frame_6" +"environmentaltech:structure_panel" +"environmentaltech:structure_panel_clear" +"erebus:amber" +"erebus:amber_bricks" +"erebus:amber_glass" +"erebus:dark_capped_mushroom_block" +"erebus:dust" +"erebus:dutch_cap_mushroom_block" +"erebus:giant_flower":0-15 +"erebus:giant_flower_stigma":0-14 +"erebus:gneiss":0-6 +"erebus:grandmas_shoes_mushroom_block" +"erebus:jade_block" +"erebus:kaizers_fingers_mushroom_block" +"erebus:leaves_asper" +"erebus:leaves_balsam" +"erebus:leaves_baobab" +"erebus:leaves_cypress" +"erebus:leaves_eucalyptus" +"erebus:leaves_mahogany" +"erebus:leaves_marshwood" +"erebus:leaves_mossbark" +"erebus:log_asper" +"erebus:log_balsam" +"erebus:log_balsam_resinless" +"erebus:log_bamboo" +"erebus:log_baobab" +"erebus:log_cypress" +"erebus:log_eucalyptus" +"erebus:log_mahogany" +"erebus:log_marshwood" +"erebus:log_mossbark" +"erebus:log_rotten" +"erebus:log_scorched" +"erebus:mir_brick" +"erebus:mud" +"erebus:mud_brick" +"erebus:ore_diamond" +"erebus:ore_encrusted_diamond" +"erebus:petrified_bark_brown" +"erebus:petrified_bark_red" +"erebus:petrified_log_inner" +"erebus:petrified_wood_rock" +"erebus:petrified_wood_rock_2" +"erebus:petrified_wood_rock_3" +"erebus:petrified_wood_rock_4" +"erebus:petrified_wood_rock_5" +"erebus:petrified_wood_rock_6" +"erebus:planks":0-12 +"erebus:planks_petrified_wood" +"erebus:red_gem":0-2 +"erebus:sarcastic_czech_mushroom_block" +"erebus:temple_brick" +"erebus:temple_pillar" +"erebus:temple_tile" +"erebus:umberpaver":0-2 +"erebus:umberstone":0-6 +"erebus:volcanic_rock" +"extendedcrafting:storage":0-7 +"extendedcrafting:trimmed":0-5 +"extrabotany:blockorichalcos" +"extrabotany:blockphotonium" +"extrabotany:blockshadowium" +"extratrees:leaves.decorative.0":0-15 +"extratrees:leaves.decorative.1":0-15 +"extratrees:leaves.decorative.2":0-15 +"extratrees:leaves.decorative.3":0-15 +"extratrees:leaves.decorative.4":0-15 +"extratrees:leaves.decorative.5":0-15 +"extratrees:leaves.decorative.6" +"extratrees:logs.0":0-3 +"extratrees:logs.1":0-3 +"extratrees:logs.2":0-3 +"extratrees:logs.3":0-3 +"extratrees:logs.4":0-3 +"extratrees:logs.5":0-3 +"extratrees:logs.6":0-3 +"extratrees:logs.7":0-3 +"extratrees:logs.8":0-3 +"extratrees:logs.9":0-3 +"extratrees:logs.fireproof.0":0-3 +"extratrees:logs.fireproof.1":0-3 +"extratrees:logs.fireproof.2":0-3 +"extratrees:logs.fireproof.3":0-3 +"extratrees:logs.fireproof.4":0-3 +"extratrees:logs.fireproof.5":0-3 +"extratrees:logs.fireproof.6":0-3 +"extratrees:logs.fireproof.7":0-3 +"extratrees:logs.fireproof.8":0-3 +"extratrees:logs.fireproof.9":0-3 +"extratrees:planks.0":0-15 +"extratrees:planks.1":0-15 +"extratrees:planks.2":0-3 +"extratrees:planks.fireproof.0":0-15 +"extratrees:planks.fireproof.1":0-15 +"extratrees:planks.fireproof.2":0-3 +"extrautils2:decorativebedrock":0-2 +"extrautils2:decorativeglass":0-5 +"extrautils2:decorativesolid":0-8 +"extrautils2:decorativesolidwood":0-2 +"extrautils2:ironwood_leaves":0-1 +"extrautils2:ironwood_log":0-1 +"extrautils2:ironwood_planks":0-1 +"extrautils2:simpledecorative":0-2 +"forestry:ash_block_0" +"forestry:ash_block_1" +"forestry:ash_block_2" +"forestry:ash_block_3" +"forestry:ash_brick" +"forestry:humus" +"forestry:leaves.decorative.0":0-15 +"forestry:leaves.decorative.1":0-15 +"forestry:leaves.decorative.2":0-2 +"forestry:loam" +"forestry:logs.0":0-3 +"forestry:logs.1":0-3 +"forestry:logs.2":0-3 +"forestry:logs.3":0-3 +"forestry:logs.4":0-3 +"forestry:logs.5":0-3 +"forestry:logs.6":0-3 +"forestry:logs.7" +"forestry:logs.fireproof.0":0-3 +"forestry:logs.fireproof.1":0-3 +"forestry:logs.fireproof.2":0-3 +"forestry:logs.fireproof.3":0-3 +"forestry:logs.fireproof.4":0-3 +"forestry:logs.fireproof.5":0-3 +"forestry:logs.fireproof.6":0-3 +"forestry:logs.fireproof.7" +"forestry:logs.vanilla.fireproof.0":0-3 +"forestry:logs.vanilla.fireproof.1":0-1 +"forestry:planks.0":0-15 +"forestry:planks.1":0-12 +"forestry:planks.fireproof.0":0-15 +"forestry:planks.fireproof.1":0-12 +"forestry:planks.vanilla.fireproof.0":0-5 +"forestry:resource_storage":0-3 +"iceandfire:amythest_block" +"iceandfire:copper_block" +"iceandfire:crackled_stone" +"iceandfire:dragon_bone_block" +"iceandfire:dragonforge_fire_brick" +"iceandfire:dragonforge_ice_brick" +"iceandfire:dragonforge_lightning_brick" +"iceandfire:dragonscale_amythest" +"iceandfire:dragonscale_black" +"iceandfire:dragonscale_blue" +"iceandfire:dragonscale_bronze" +"iceandfire:dragonscale_copper" +"iceandfire:dragonscale_electric" +"iceandfire:dragonscale_gray" +"iceandfire:dragonscale_green" +"iceandfire:dragonscale_red" +"iceandfire:dragonscale_sapphire" +"iceandfire:dragonscale_silver" +"iceandfire:dragonscale_white" +"iceandfire:dragonsteel_fire_block" +"iceandfire:dragonsteel_ice_block" +"iceandfire:dragonsteel_lightning_block" +"iceandfire:dread_stone" +"iceandfire:dread_stone_bricks" +"iceandfire:dread_stone_bricks_chiseled" +"iceandfire:dread_stone_bricks_cracked" +"iceandfire:dread_stone_bricks_mossy" +"iceandfire:dreadwood_log" +"iceandfire:dreadwood_planks" +"iceandfire:myrmex_desert_resin_block" +"iceandfire:myrmex_desert_resin_glass" +"iceandfire:myrmex_jungle_resin_block" +"iceandfire:myrmex_jungle_resin_glass" +"iceandfire:myrmex_resin_sticky":0-1 +"iceandfire:sapphire_block" +"iceandfire:sea_serpent_scale_block_blue" +"iceandfire:sea_serpent_scale_block_bronze" +"iceandfire:sea_serpent_scale_block_deepblue" +"iceandfire:sea_serpent_scale_block_green" +"iceandfire:sea_serpent_scale_block_purple" +"iceandfire:sea_serpent_scale_block_red" +"iceandfire:sea_serpent_scale_block_teal" +"iceandfire:silver_block" +"immersiveengineering:metal_decoration0":0-7 +"immersiveengineering:metal_decoration1":0-7 +"immersiveengineering:metal_decoration2":0,1,2,3,4,5,7,8 +"immersiveengineering:metal_decoration2":0-8 +"immersiveengineering:sheetmetal":0-10 +"immersiveengineering:stone_decoration":0,1,2,3,4,5,6,7,8,10 +"immersiveengineering:stone_decoration":0-10 +"immersiveengineering:storage":0-8 +"immersiveengineering:treated_wood":0-2 +"immersiveengineering:wooden_decoration":0-1 +"immersivepetroleum:stone_decoration" +"integrateddynamics:crystalized_chorus_block" +"integrateddynamics:crystalized_chorus_brick" +"integrateddynamics:crystalized_menril_block" +"integrateddynamics:crystalized_menril_brick" +"integrateddynamics:menril_leaves" +"integrateddynamics:menril_log" +"integrateddynamics:menril_log_filled" +"integrateddynamics:menril_planks" +"libvulpes:coil0":2,4,7,9,10 +"libvulpes:coil0":2-10 +"libvulpes:metal0":4,5,6,7,9,10 +"libvulpes:metal0":4-10 +"minecraft:concrete":0-15 +"mowziesmobs:painted_acacia" +"mysticalagradditions:special":0,1,4,5 +"mysticalagradditions:special":0-5 +"mysticalagradditions:storage":0-2 +"mysticalagriculture:ingot_storage":0-6 +"mysticalagriculture:soulstone":0-6 +"mysticalagriculture:storage":0-5 +"natura:colored_grass":0-2 +"natura:nether_bookshelves":0-3 +"natura:nether_glass":0-1 +"natura:nether_heat_sand" +"natura:nether_leaves":0-2 +"natura:nether_leaves2":0-2 +"natura:nether_logs":0-2 +"natura:nether_logs2":0,15 +"natura:nether_logs2":0-15 +"natura:nether_planks":0-3 +"natura:overworld_bookshelves":0-8 +"natura:overworld_leaves":0-3 +"natura:overworld_leaves2":0-3 +"natura:overworld_logs":0-3 +"natura:overworld_logs2":0-3 +"natura:overworld_planks":0-8 +"nuclearcraft:block_depleted_americium" +"nuclearcraft:block_depleted_berkelium" +"nuclearcraft:block_depleted_californium" +"nuclearcraft:block_depleted_curium" +"nuclearcraft:block_depleted_neptunium" +"nuclearcraft:block_depleted_plutonium" +"nuclearcraft:block_depleted_thorium" +"nuclearcraft:block_depleted_uranium" +"nuclearcraft:block_ice" +"nuclearcraft:fission_block":0-1 +"nuclearcraft:ingot_block":0-13 +"openblocks:sky" +"plustic:alumiteblock" +"plustic:mirionblock" +"projecte:fuel_block":0-2 +"projecte:matter_block":0-1 +"projectred-exploration:stone":0-11 +"projectred-illumination:lamp":0-31 +"railcraft:brick_abyssal":0-5 +"railcraft:brick_andesite":0,1,3,4,5,6 +"railcraft:brick_andesite":0-6 +"railcraft:brick_bleachedbone":0-5 +"railcraft:brick_bloodstained":0-5 +"railcraft:brick_diorite":0,1,3,4,4,5 +"railcraft:brick_diorite":0-5 +"railcraft:brick_frostbound":0-5 +"railcraft:brick_granite":0-5 +"railcraft:brick_infernal":0-5 +"railcraft:brick_nether":0-5 +"railcraft:brick_pearlized":0-5 +"railcraft:brick_quarried":0-5 +"railcraft:brick_red_nether":0-5 +"railcraft:brick_red_sandy":0-5 +"railcraft:brick_sandy":0-5 +"railcraft:generic":5-9 +"railcraft:glass":0-15 +"railcraft:metal":0-9 +"railcraft:reinforced_concrete":0-15 +"randomthings:biomeglass" +"randomthings:biomestone":0-4 +"randomthings:coloredgrass":0-15 +"randomthings:lapislamp" +"randomthings:luminousblock":0-15 +"randomthings:luminousstainedbrick":0-15 +"randomthings:quartzlamp" +"randomthings:rainbowlamp" +"randomthings:spectreleaf" +"randomthings:spectrelog" +"randomthings:spectreplank" +"randomthings:stainedbrick":0-15 +"redstonearsenal:storage":0-1 +"rftoolsdim:dimensional_blank_block" +"rftoolsdim:dimensional_block" +"rftoolsdim:dimensional_cross2_block" +"rftoolsdim:dimensional_cross_block" +"rftoolsdim:dimensional_pattern1_block" +"rftoolsdim:dimensional_pattern2_block" +"rftoolsdim:dimensional_small_blocks" +"tconstruct:brownstone":0-11 +"tconstruct:clear_glass" +"tconstruct:clear_stained_glass":0-15 +"tconstruct:deco_ground" +"tconstruct:dried_clay":0-1 +"tconstruct:firewood":0-1 +"tconstruct:metal":0-6 +"tconstruct:seared":0-11 +"tconstruct:seared_glass" +"techreborn:machine_frame":0-2 +"techreborn:reinforced_glass" +"techreborn:rubber_leaves" +"techreborn:rubber_log" +"techreborn:rubber_planks" +"techreborn:storage":0-14 +"techreborn:storage2":0-10 +"tfspellpack:gilded_canopy_wood" +"tfspellpack:gilded_darkwood" +"tfspellpack:gilded_mangrove_wood" +"tfspellpack:gilded_minewood" +"tfspellpack:gilded_sortingwood" +"tfspellpack:gilded_timewood" +"tfspellpack:gilded_transwood" +"tfspellpack:gilded_twilight_oak_wood" +"thaumadditions:adaminite_block" +"thaumadditions:amber_lamp" +"thaumadditions:brass_plated_silverwood" +"thaumadditions:chiseled_amber_block" +"thaumadditions:chiseled_greatwood" +"thaumadditions:iron_framed_greatwood" +"thaumadditions:mithminite_block" +"thaumadditions:mithrillium_block" +"thaumadditions:taintwood_planks" +"thaumcraft:amber_block" +"thaumcraft:amber_brick" +"thaumcraft:flesh_block" +"thaumcraft:leaves_greatwood" +"thaumcraft:leaves_silverwood" +"thaumcraft:log_greatwood" +"thaumcraft:log_silverwood" +"thaumcraft:matrix_cost" +"thaumcraft:matrix_speed" +"thaumcraft:metal_alchemical" +"thaumcraft:metal_alchemical_advanced" +"thaumcraft:metal_brass" +"thaumcraft:metal_thaumium" +"thaumcraft:metal_void" +"thaumcraft:ore_amber" +"thaumcraft:ore_cinnabar" +"thaumcraft:ore_quartz" +"thaumcraft:paving_stone_barrier" +"thaumcraft:paving_stone_travel" +"thaumcraft:plank_greatwood" +"thaumcraft:plank_silverwood" +"thaumcraft:stone_ancient" +"thaumcraft:stone_ancient_doorway" +"thaumcraft:stone_ancient_glyphed" +"thaumcraft:stone_ancient_rock" +"thaumcraft:stone_ancient_tile" +"thaumcraft:stone_arcane" +"thaumcraft:stone_arcane_brick" +"thaumcraft:stone_eldritch_tile" +"thaumcraft:stone_porous" +"thaumicaugmentation:fortified_glass" +"thaumicaugmentation:stone":0-11 +"thaumictinkerer:black_quartz_block" +"thebetweenlands:angry_betweenstone" +"thebetweenlands:aqua_middle_gem_block" +"thebetweenlands:betweenstone" +"thebetweenlands:betweenstone_bricks" +"thebetweenlands:betweenstone_chiseled" +"thebetweenlands:betweenstone_pillar" +"thebetweenlands:betweenstone_tiles" +"thebetweenlands:black_ice" +"thebetweenlands:bulb_capped_mushroom_cap" +"thebetweenlands:bulb_capped_mushroom_stalk" +"thebetweenlands:coarse_swamp_dirt" +"thebetweenlands:compacted_mud" +"thebetweenlands:compacted_mud_mirage" +"thebetweenlands:compost_block" +"thebetweenlands:cracked_betweenstone_bricks" +"thebetweenlands:cracked_betweenstone_tiles" +"thebetweenlands:cracked_limestone_bricks" +"thebetweenlands:cragrock":0-2 +"thebetweenlands:cragrock_bricks" +"thebetweenlands:cragrock_bricks_cracked" +"thebetweenlands:cragrock_bricks_mossy" +"thebetweenlands:cragrock_chiseled" +"thebetweenlands:cragrock_chiseled_cracked" +"thebetweenlands:cragrock_chiseled_mossy" +"thebetweenlands:cragrock_pillar" +"thebetweenlands:cragrock_tiles" +"thebetweenlands:cragrock_tiles_cracked" +"thebetweenlands:cragrock_tiles_mossy" +"thebetweenlands:crimson_middle_gem_block" +"thebetweenlands:deep_water_coral_block" +"thebetweenlands:dentrothyst":0-1 +"thebetweenlands:druid_stone_1" +"thebetweenlands:druid_stone_2" +"thebetweenlands:druid_stone_3" +"thebetweenlands:druid_stone_4" +"thebetweenlands:druid_stone_5" +"thebetweenlands:druid_stone_6" +"thebetweenlands:filtered_silt" +"thebetweenlands:filtered_silt_glass" +"thebetweenlands:generic_stone" +"thebetweenlands:giant_root" +"thebetweenlands:giant_root_planks" +"thebetweenlands:glowing_betweenstone_tile" +"thebetweenlands:glowing_smooth_cragrock" +"thebetweenlands:green_middle_gem_block" +"thebetweenlands:hearthgrove_planks" +"thebetweenlands:inactive_glowing_smooth_cragrock" +"thebetweenlands:leaves_hearthgrove_tree" +"thebetweenlands:leaves_nibbletwig_tree" +"thebetweenlands:leaves_rubber_tree" +"thebetweenlands:limestone_bricks" +"thebetweenlands:limestone_chiseled" +"thebetweenlands:limestone_pillar" +"thebetweenlands:limestone_tiles" +"thebetweenlands:log_hearthgrove":1,3,5,7 +"thebetweenlands:log_hearthgrove":1-7 +"thebetweenlands:log_nibbletwig":0,12 +"thebetweenlands:log_nibbletwig":0-12 +"thebetweenlands:log_rotten_bark" +"thebetweenlands:log_rotten_bark_carved_1" +"thebetweenlands:log_rotten_bark_carved_10" +"thebetweenlands:log_rotten_bark_carved_11" +"thebetweenlands:log_rotten_bark_carved_12" +"thebetweenlands:log_rotten_bark_carved_13" +"thebetweenlands:log_rotten_bark_carved_14" +"thebetweenlands:log_rotten_bark_carved_15" +"thebetweenlands:log_rotten_bark_carved_16" +"thebetweenlands:log_rotten_bark_carved_2" +"thebetweenlands:log_rotten_bark_carved_3" +"thebetweenlands:log_rotten_bark_carved_4" +"thebetweenlands:log_rotten_bark_carved_5" +"thebetweenlands:log_rotten_bark_carved_6" +"thebetweenlands:log_rotten_bark_carved_7" +"thebetweenlands:log_rotten_bark_carved_8" +"thebetweenlands:log_rotten_bark_carved_9" +"thebetweenlands:log_sap":0,12 +"thebetweenlands:log_sap":0-12 +"thebetweenlands:log_spirit_tree":0,12 +"thebetweenlands:log_spirit_tree":0-12 +"thebetweenlands:log_weedwood":0,12 +"thebetweenlands:log_weedwood":0-12 +"thebetweenlands:lyestone" +"thebetweenlands:mire_coral_block" +"thebetweenlands:mossy_betweenstone_bricks" +"thebetweenlands:mossy_betweenstone_tiles" +"thebetweenlands:mossy_limestone_bricks" +"thebetweenlands:mossy_smooth_betweenstone" +"thebetweenlands:mud" +"thebetweenlands:mud_bricks" +"thebetweenlands:mud_bricks_carved":0-13 +"thebetweenlands:mud_tiles":0-3 +"thebetweenlands:nibbletwig_planks" +"thebetweenlands:octine_block" +"thebetweenlands:pearl_block" +"thebetweenlands:peat" +"thebetweenlands:pitstone" +"thebetweenlands:pitstone_bricks" +"thebetweenlands:pitstone_chiseled" +"thebetweenlands:pitstone_pillar" +"thebetweenlands:pitstone_tiles" +"thebetweenlands:polished_dentrothyst":0-1 +"thebetweenlands:polished_limestone" +"thebetweenlands:rotten_planks" +"thebetweenlands:rubber_block" +"thebetweenlands:rubber_tree_planks" +"thebetweenlands:scabyst_block" +"thebetweenlands:scabyst_bricks" +"thebetweenlands:scabyst_chiseled_1" +"thebetweenlands:scabyst_chiseled_2" +"thebetweenlands:scabyst_chiseled_3" +"thebetweenlands:scabyst_pitstone_dotted" +"thebetweenlands:scabyst_pitstone_horizontal" +"thebetweenlands:shelf_fungus" +"thebetweenlands:silt" +"thebetweenlands:silt_glass" +"thebetweenlands:smooth_betweenstone" +"thebetweenlands:smooth_cragrock" +"thebetweenlands:smooth_pitstone" +"thebetweenlands:sulfur_block" +"thebetweenlands:syrmorite_block" +"thebetweenlands:temple_bricks" +"thebetweenlands:temple_pillar" +"thebetweenlands:valonite_block" +"thebetweenlands:weedwood" +"thebetweenlands:weedwood_planks" +"thermalfoundation:glass":0-8 +"thermalfoundation:glass_alloy":0-7 +"thermalfoundation:rockwool":0-15 +"thermalfoundation:storage":0-8 +"thermalfoundation:storage_alloy":0-7 +"tinker_io:what_a_beautiful_block" +"tombstone:dark_marble" +"twilightforest:aurora_block" +"twilightforest:aurora_pillar" +"twilightforest:auroralized_glass" +"twilightforest:block_storage":0-4 +"twilightforest:canopy_planks" +"twilightforest:castle_brick":0-5 +"twilightforest:castle_door":0-3 +"twilightforest:castle_pillar":0-3 +"twilightforest:castle_rune_brick":0-3 +"twilightforest:cinder_log" +"twilightforest:dark_leaves" +"twilightforest:dark_planks" +"twilightforest:deadrock":0-2 +"twilightforest:etched_nagastone" +"twilightforest:etched_nagastone_mossy" +"twilightforest:etched_nagastone_weathered" +"twilightforest:knightmetal_block" +"twilightforest:magic_leaves":0-3 +"twilightforest:magic_log":0-3 +"twilightforest:mangrove_planks" +"twilightforest:maze_stone":0-7 +"twilightforest:mine_planks" +"twilightforest:naga_stone":0-1 +"twilightforest:nagastone_pillar" +"twilightforest:nagastone_pillar_mossy" +"twilightforest:nagastone_pillar_weathered" +"twilightforest:sort_planks" +"twilightforest:spiral_bricks" +"twilightforest:time_planks" +"twilightforest:tower_wood":0-4 +"twilightforest:trans_planks" +"twilightforest:twilight_leaves":0-3 +"twilightforest:twilight_leaves_3":0-1 +"twilightforest:twilight_log":0-3 +"twilightforest:twilight_oak_planks" +"twilightforest:underbrick":0-3 +"woot:soulstone" +"woot:stygianiron" +"xtones:agon":0-15 +"xtones:azur":0-15 +"xtones:base":0-15 +"xtones:bitt":0-15 +"xtones:cray":0-15 +"xtones:fort":0-15 +"xtones:glaxx":0-15 +"xtones:iszm":0-15 +"xtones:jelt":0-15 +"xtones:korp":0-15 +"xtones:kryp":0-15 +"xtones:lair":0-15 +"xtones:lamp_flat" +"xtones:lave":0-15 +"xtones:mint":0-15 +"xtones:myst":0-15 +"xtones:reds":0-15 +"xtones:reed":0-15 +"xtones:roen":0-15 +"xtones:sols":0-15 +"xtones:sync":0-15 +"xtones:tank":0-15 +"xtones:vect":0-15 +"xtones:vena":0-15 +"xtones:zane":0-15 +"xtones:zech":0-15 +"xtones:zest":0-15 +"xtones:zeta":0-15 +"xtones:zion":0-15 +"xtones:zkul":0-15 +"xtones:zoea":0-15 +"xtones:zome":0-15 +"xtones:zone":0-15 +"xtones:zorg":0-15 +"xtones:ztyl":0-15 +"xtones:zyth":0-15 + diff --git a/config/modularmachinery/machinery/altar_to_the_name_of_names.json b/config/modularmachinery/machinery/altar_to_the_name_of_names.json new file mode 100644 index 00000000..22552f14 --- /dev/null +++ b/config/modularmachinery/machinery/altar_to_the_name_of_names.json @@ -0,0 +1,70486 @@ +{ + "registryname": "altar_to_the_name_of_names", + "localizedname": "Altar to the Name of Names", + "color": "695000", + "parts": [ + { + "x": -14, + "y": 3, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -9, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -21, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -14, + "y": 3, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -14, + "y": 3, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 10, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 10, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 10, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 10, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": -1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 9, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 9, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 9, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 9, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 10, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 10, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 10, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 9, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 9, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 14, + "z": -15, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 11, + "y": 9, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -5, + "y": 14, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 14, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 11, + "y": 9, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 9, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 9, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 14, + "z": -7, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -9, + "y": 10, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 10, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 10, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -5, + "y": 14, + "z": -9, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 5, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 44, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 14, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 44, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 30, + "z": -19, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 30, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 30, + "z": -21, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": -2, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": 0, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -12, + "y": 30, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 30, + "z": -4, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 6, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 6, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 7, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 7, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 7, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": 32, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 32, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@7" + ] + }, + { + "x": 6, + "y": 2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": 2, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -14, + "y": 32, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 32, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 32, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 32, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 43, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 43, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 32, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 32, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 12, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 12, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 43, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 12, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 12, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 6, + "y": 2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@6" + ] + }, + { + "x": -4, + "y": 17, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 12, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -4, + "y": 17, + "z": -17, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 12, + "y": 12, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 12, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 12, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": 41, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 7, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -3, + "y": 41, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 7, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 7, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -4, + "y": 17, + "z": -7, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -4, + "y": 17, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 45, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 45, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 9, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 9, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 9, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 9, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 31, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 31, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 31, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 31, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 31, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 31, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 3, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 31, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 31, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 1, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 9, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 9, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 9, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -1, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 9, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -7, + "y": 16, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 16, + "z": -8, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 8, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 10, + "y": 35, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -7, + "y": 8, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 8, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 8, + "z": -12, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 8, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 10, + "y": 35, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 8, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": -2, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": -2, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": -2, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": -2, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": -2, + "z": 5, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -11, + "y": 12, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 12, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 12, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 2, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 12, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 12, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 24, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 12, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 12, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -3, + "y": 12, + "z": -8, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -3, + "y": 12, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 12, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 12, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 24, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -3, + "y": 12, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -3, + "y": 12, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -3, + "y": 12, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 12, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 12, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 30, + "z": 1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -2, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 13, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 13, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -5, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 13, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 13, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 30, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 30, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 30, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": -3, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 13, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 30, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 13, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": -3, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -8, + "y": 13, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 30, + "z": -19, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 13, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 30, + "z": -22, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -13, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -11, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -6, + "y": 11, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 28, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 28, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 28, + "z": -17, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": 9, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 28, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 9, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 9, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 28, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 9, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 28, + "z": -21, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 28, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 9, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 28, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 28, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 9, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 28, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 39, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 28, + "z": 0, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 28, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": 39, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 28, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 28, + "z": -4, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 10, + "y": 27, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 31, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 15, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 31, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 15, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 15, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 14, + "y": 31, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 31, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 31, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 31, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 15, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 15, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 31, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 15, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 31, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 0, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 27, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 27, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 9, + "y": 11, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 11, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 27, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 11, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 11, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 27, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 27, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 11, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": -2, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 12, + "y": 41, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 27, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 27, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 41, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 41, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 27, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 27, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -11, + "y": 41, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 41, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -13, + "y": -2, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 12, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": -2, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -11, + "y": 41, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 41, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -13, + "y": -2, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -11, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 41, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": -2, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 9, + "y": 11, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 11, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 9, + "y": 11, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 11, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 11, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 6, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": -2, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -5, + "y": 6, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 6, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 6, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 6, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 6, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 0, + "y": 42, + "z": -9, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 42, + "z": -10, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -5, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 42, + "z": -11, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -5, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 6, + "z": -6, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 0, + "y": 42, + "z": -12, + "elements": [ + "contenttweaker:heart_of_the_desert@0" + ] + }, + { + "x": 0, + "y": 42, + "z": -13, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 31, + "z": -19, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 0, + "y": 42, + "z": -14, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 31, + "z": -17, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 0, + "y": 42, + "z": -15, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 6, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 31, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 31, + "z": -21, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -5, + "y": 6, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 31, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 31, + "z": -2, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -9, + "y": 31, + "z": 0, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -9, + "y": 31, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 24, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 31, + "z": -4, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 9, + "y": 24, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 24, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -5, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 18, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 18, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 31, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 1, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 18, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 1, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 18, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 18, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 18, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 18, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 18, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 1, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 18, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 18, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 1, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 10, + "y": 14, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 14, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 44, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 14, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 38, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 44, + "z": -19, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 44, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 24, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 24, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 44, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 38, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 38, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 44, + "z": -2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 24, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 44, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 24, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 24, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 24, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 24, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 38, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 14, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 14, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 14, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -6, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -6, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 13, + "y": 7, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 13, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 7, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 13, + "y": 7, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 13, + "y": 7, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 13, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 8, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -6, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 8, + "y": 21, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 21, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 21, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 21, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 21, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 2, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 21, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -8, + "y": 21, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 21, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 2, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -12, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -8, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 6, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -6, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -8, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 21, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 13, + "y": 7, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 7, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 21, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 7, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 21, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 7, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 21, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 13, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 2, + "y": 6, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 2, + "y": 6, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -6, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -6, + "y": 3, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 3, + "z": -21, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -8, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 4, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 4, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 4, + "z": 0, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 4, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 4, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -11, + "y": 4, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 4, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 4, + "z": -21, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 21, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 21, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 4, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 4, + "z": -17, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 21, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 21, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 5, + "z": -13, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 5, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 5, + "z": -11, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 5, + "z": -10, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 5, + "z": -14, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 4, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 4, + "z": -2, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 4, + "z": -3, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 4, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 4, + "z": -1, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": 14, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 14, + "y": -3, + "z": -21, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 0, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": -3, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 9, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 9, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 9, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 9, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 12, + "y": 4, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 4, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 4, + "z": -18, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 4, + "z": -19, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 4, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 8, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 8, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 8, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 8, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 1, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 8, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 8, + "y": 8, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 8, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 8, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -11, + "y": 20, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 20, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 20, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 20, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 20, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 20, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 20, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 20, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 20, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 20, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 46, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 15, + "y": 0, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 46, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -8, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 15, + "y": 0, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 0, + "z": -22, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 0, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 22, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 22, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 41, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 41, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 41, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 46, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 46, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 20, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 20, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 2, + "y": 11, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 2, + "y": 11, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 20, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 2, + "y": 11, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 20, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 20, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 11, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 48, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 48, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 5, + "y": 15, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 15, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 15, + "z": -8, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 8, + "y": 16, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 5, + "y": 12, + "z": -10, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 8, + "y": 16, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -4, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 12, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 20, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 5, + "y": 12, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 12, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 16, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 12, + "z": -14, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 10, + "y": 48, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 5, + "y": 12, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 12, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 12, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 16, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 16, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 16, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 22, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 22, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": 1, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 22, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -4, + "y": 1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 15, + "z": -16, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 15, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 15, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 16, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 16, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 22, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 22, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 15, + "y": -3, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -1, + "y": 5, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 15, + "y": -3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -1, + "y": 5, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": -3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": -3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": -3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -1, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": -3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 0, + "z": 4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": -3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -15, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 0, + "z": 2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 5, + "z": -11, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 15, + "y": -3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 5, + "z": -13, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 15, + "y": -3, + "z": -17, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -1, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": 0, + "z": -2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": 0, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 15, + "y": -3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -1, + "y": 5, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": 0, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -3, + "z": -23, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -1, + "y": 5, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 15, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 0, + "z": -8, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 0, + "z": -10, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 0, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 0, + "z": -14, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 0, + "z": -16, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 26, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -3, + "z": 5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 15, + "y": -3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 10, + "y": 48, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 48, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 48, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": 26, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 22, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 22, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 22, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 22, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 22, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 22, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 7, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -2, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 26, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 26, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 26, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 26, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 0, + "y": 5, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -12, + "y": 22, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 26, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 22, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 0, + "y": 5, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 26, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 26, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 26, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 6, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 42, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 7, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 3, + "y": 6, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 7, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 42, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 6, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 6, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 6, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 3, + "y": 6, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 6, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 6, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 22, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 3, + "y": 43, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 43, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 22, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 22, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 22, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 22, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 22, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 22, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 22, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 22, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 22, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -7, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 20, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 20, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 20, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 20, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 20, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 20, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 20, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 20, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 32, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -7, + "y": 32, + "z": -21, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -7, + "y": 32, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 32, + "z": -17, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -7, + "y": 32, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -7, + "y": 32, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 6, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 6, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 6, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 6, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 6, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 6, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 6, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 6, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 10, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 10, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 10, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 10, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 10, + "z": -12, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 10, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 10, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 10, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 10, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 6, + "z": -7, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 10, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 10, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 6, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 6, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 10, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 32, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 32, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 7, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 32, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 32, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 32, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 32, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 7, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 23, + "z": -22, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 6, + "y": 23, + "z": -20, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 6, + "y": 23, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 23, + "z": -18, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 6, + "y": 23, + "z": -16, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -6, + "y": 32, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 32, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 4, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 40, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 6, + "y": 23, + "z": -5, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 9, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 4, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 2, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 4, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 4, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 23, + "z": -3, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 4, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 23, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 2, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 4, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 23, + "z": -1, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 4, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 23, + "z": 1, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 4, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 27, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 4, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 4, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 27, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 27, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 13, + "y": 2, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 9, + "y": 27, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 40, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 27, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 2, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 9, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 40, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 40, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 13, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 27, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 27, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 4, + "y": 4, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 27, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 27, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 27, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 1, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 15, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 15, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 15, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 4, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -9, + "y": 15, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 15, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 40, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 40, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 15, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 15, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 10, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 15, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 15, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 10, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 15, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 10, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 19, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 19, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 32, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 32, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -7, + "y": 32, + "z": -4, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -7, + "y": 32, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 32, + "z": 0, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -7, + "y": 32, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 13, + "y": 2, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 13, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 39, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 39, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 26, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 26, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 26, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 26, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 26, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 26, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 26, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -4, + "y": 12, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 39, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 16, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 12, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 12, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 9, + "y": 16, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": 12, + "z": -15, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -9, + "y": 39, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 16, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 16, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 16, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -4, + "y": 12, + "z": -9, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -4, + "y": 12, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -4, + "y": 12, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 12, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -14, + "y": 27, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 14, + "y": 2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 14, + "y": 2, + "z": 6, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 14, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 14, + "y": 2, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 14, + "y": 2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 9, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 27, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 9, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 14, + "y": 2, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 14, + "y": 2, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 14, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 17, + "z": -7, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 4, + "y": 17, + "z": -17, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 4, + "y": 17, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 46, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 4, + "y": 17, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 46, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 6, + "y": 10, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 11, + "y": 46, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 9, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -11, + "y": 9, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 6, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 9, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 46, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 9, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 9, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 16, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 16, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 11, + "z": -6, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -11, + "y": 9, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 16, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 9, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 11, + "z": -18, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 9, + "y": 16, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 9, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 16, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 9, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 11, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 9, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -9, + "y": 26, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 26, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 26, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 11, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 36, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": -2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 36, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": -2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": -2, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 13, + "y": 10, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 10, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": -2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 10, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 10, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": -2, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 10, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": -2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 13, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": -2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 6, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 6, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 10, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 6, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 10, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 10, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 6, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 6, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 10, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 10, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 6, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 6, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 6, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 6, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -13, + "y": 32, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 32, + "z": -21, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 32, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 6, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -15, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -17, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -13, + "y": 32, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -13, + "y": 32, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -15, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -13, + "y": 32, + "z": -17, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -15, + "y": 3, + "z": -23, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -13, + "y": 32, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 32, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 32, + "z": -4, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 11, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 32, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 6, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 32, + "z": 0, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 11, + "y": 6, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 6, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -13, + "y": 32, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 4, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": 45, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -7, + "y": 13, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 13, + "z": -14, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 13, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 13, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 13, + "z": -10, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 13, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 8, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 8, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 8, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 8, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 8, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 8, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 8, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 36, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 8, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 7, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 7, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 7, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 7, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 29, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 10, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 1, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 1, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -13, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 0, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 16, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 0, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 16, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 16, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -14, + "y": 0, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 42, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 36, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": 0, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 42, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 0, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": 0, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 16, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 16, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 16, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 0, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": 0, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -1, + "y": 42, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -14, + "y": 0, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -1, + "y": 42, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 42, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -14, + "y": 0, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 42, + "z": -12, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -1, + "y": 42, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 0, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 0, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 5, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 5, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 5, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 5, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 5, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 5, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 39, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 5, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 5, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 39, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 5, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 5, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 39, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 39, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 7, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": 1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 1, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 6, + "y": 26, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 1, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 6, + "y": 26, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 1, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 6, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 6, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 11, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 4, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 4, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -12, + "y": 4, + "z": -19, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 4, + "z": -18, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 3, + "z": 5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 6, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 6, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 6, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -15, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 6, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 6, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -15, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 39, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -15, + "y": -3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -10, + "y": 39, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -15, + "y": -3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 7, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": -3, + "z": 5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -10, + "y": 39, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -15, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 12, + "y": 7, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 39, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 7, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -15, + "y": -3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -3, + "z": -15, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 7, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -15, + "y": -3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 7, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 7, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": -3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 7, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": -3, + "z": -23, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -3, + "z": -17, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": -3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 10, + "y": 9, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 9, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 5, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 9, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 5, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 5, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 5, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 9, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 5, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 9, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 5, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 9, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 5, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 5, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 10, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 4, + "z": -1, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -12, + "y": 4, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": 10, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 4, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 4, + "z": -3, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -12, + "y": 4, + "z": -2, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 4, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -13, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 12, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 41, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 12, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -13, + "y": 11, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 11, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 11, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -13, + "y": 11, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 41, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 41, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -13, + "y": 11, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 12, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 12, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 12, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 12, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 12, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 42, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 14, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 42, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 14, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 1, + "y": 42, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 14, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 14, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 14, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 12, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": -2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": -3, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -2, + "y": -3, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": -3, + "z": 5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 30, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 31, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 30, + "z": -21, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 13, + "y": 31, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 31, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -3, + "y": 9, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -3, + "y": 9, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 31, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 30, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 30, + "z": -2, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 14, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 30, + "z": 0, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 11, + "y": 14, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 14, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 14, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -12, + "y": 25, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 25, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 14, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 25, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 25, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 30, + "z": -19, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 30, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 30, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -12, + "y": 25, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 30, + "z": -4, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 12, + "y": 30, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 25, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 25, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 25, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 38, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 38, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 38, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 38, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 44, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 44, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 44, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -2, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 37, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": -3, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": -3, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": -3, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": -3, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 37, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 4, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -10, + "y": 4, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -10, + "y": 4, + "z": -4, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -10, + "y": 4, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 4, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 4, + "z": -17, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": 5, + "z": -9, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 41, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 6, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 5, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 41, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 41, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 6, + "y": 5, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 11, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 6, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 5, + "z": -15, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 5, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 14, + "y": 21, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 21, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 21, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 21, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 21, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 6, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 14, + "y": 21, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 6, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 6, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 6, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -4, + "y": 6, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -4, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 14, + "y": 21, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 4, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 21, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 21, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 4, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 14, + "y": 21, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 4, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 4, + "z": 0, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 21, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 21, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 34, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 34, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 17, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 17, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -5, + "y": 17, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 17, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 17, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 17, + "z": -8, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 10, + "y": 38, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 38, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 38, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 38, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 5, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 44, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 44, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 44, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 5, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": 21, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 21, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 15, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 21, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 15, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 21, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 21, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 28, + "z": 0, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 15, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 21, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 10, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 28, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 15, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 28, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 10, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 15, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 17, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 10, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 12, + "y": 17, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 17, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 17, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 15, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 10, + "z": -7, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -2, + "y": 10, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 15, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 10, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 15, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 15, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 15, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 9, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 9, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -14, + "y": 21, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 21, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 21, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 21, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 31, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 31, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 31, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": 21, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 21, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 31, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 34, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 27, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 27, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 27, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 27, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 27, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 34, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 6, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -4, + "y": 6, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 6, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": -2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 13, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 28, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 28, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 17, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 17, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 28, + "z": -21, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 17, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 17, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 42, + "z": -12, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 1, + "y": 42, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 1, + "y": 42, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 42, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": 13, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 28, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 28, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 11, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 27, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 11, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 27, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 27, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -13, + "y": 11, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 11, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 27, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 11, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 27, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 28, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 28, + "z": -17, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 9, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 45, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 45, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 9, + "y": 45, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 45, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 19, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 19, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 19, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 19, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 19, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 19, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 19, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 13, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 19, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 19, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 19, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 12, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 12, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 14, + "y": -1, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 13, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 13, + "y": 23, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 13, + "y": 23, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 23, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 13, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -1, + "y": 8, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 8, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -1, + "y": 8, + "z": -16, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 11, + "y": 19, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 19, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 19, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 19, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 19, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 19, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 19, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 19, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 19, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 19, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 47, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -12, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 43, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 47, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 47, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 4, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -3, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 43, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -3, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 47, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 47, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 47, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -3, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 4, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -1, + "y": 8, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 8, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -1, + "y": 8, + "z": -8, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -1, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 17, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 17, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 17, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 17, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 17, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 17, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 4, + "y": 9, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 9, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 9, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 18, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 18, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 18, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 9, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 9, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 9, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 4, + "y": 9, + "z": -10, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 4, + "y": 9, + "z": -14, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 2, + "y": 40, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 25, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 25, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 40, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 25, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 25, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 18, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": -2, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -4, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 25, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 25, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -4, + "y": -2, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 25, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 25, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -4, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -2, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -2, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 29, + "z": 1, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 29, + "z": -5, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 29, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 29, + "z": -1, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 29, + "z": -3, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": -2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -6, + "y": -2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -6, + "y": 29, + "z": -16, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 29, + "z": -22, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -6, + "y": 29, + "z": -18, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 29, + "z": -20, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 29, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 17, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 17, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 14, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 14, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 17, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 17, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 17, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 13, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -12, + "y": 17, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 13, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 13, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -12, + "y": 17, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 17, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 13, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 4, + "y": 14, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 13, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 13, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -6, + "y": -2, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 4, + "y": 14, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 24, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 3, + "y": 12, + "z": -8, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 3, + "y": 12, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 12, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 24, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": -1, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 3, + "y": 12, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 14, + "y": -1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 23, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 23, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 1, + "y": 8, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 23, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 8, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 23, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 8, + "z": -8, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -9, + "y": 23, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 23, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -9, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 15, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 23, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -9, + "y": 23, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 8, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 23, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 23, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 15, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 23, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 15, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 23, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 15, + "z": -9, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 23, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 1, + "y": 8, + "z": -16, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 1, + "y": 8, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 23, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 1, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -6, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": 7, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -8, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -8, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -8, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 5, + "z": -11, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 5, + "z": -10, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 5, + "z": -14, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 5, + "z": -13, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 5, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 42, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -8, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 9, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 9, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 9, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 9, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 13, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": 9, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 13, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 9, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 9, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 9, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 13, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": 9, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 9, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 8, + "y": 13, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 9, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 42, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 14, + "y": 29, + "z": -16, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 8, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 29, + "z": -20, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 14, + "y": 29, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 29, + "z": -18, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 14, + "y": 29, + "z": -22, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -10, + "y": 38, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 38, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 38, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 38, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": 29, + "z": 1, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 14, + "y": 29, + "z": -3, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 14, + "y": 29, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 29, + "z": -1, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -10, + "y": 38, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": 29, + "z": -5, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -10, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 38, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 38, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 38, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 43, + "z": -19, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": -3, + "z": 5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 0, + "y": -3, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 30, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 10, + "y": 43, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 0, + "y": -3, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 30, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 30, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 43, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 0, + "y": -3, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 10, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 30, + "z": -19, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 23, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 30, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 10, + "y": 30, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 23, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 23, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 30, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 23, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 0, + "y": -3, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": -3, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": -1, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -11, + "y": 23, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 23, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": -1, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -10, + "y": 25, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 25, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 25, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 30, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 30, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 25, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 30, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 10, + "y": 30, + "z": -2, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 10, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 23, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 23, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 23, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 23, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 23, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -10, + "y": 25, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 23, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 25, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 25, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 25, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 23, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 0, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 0, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 25, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 12, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 12, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": 10, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 0, + "y": 10, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 25, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 0, + "y": 10, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 43, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 0, + "y": 10, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 12, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 23, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 10, + "y": 43, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 43, + "z": -2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 8, + "y": 13, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 12, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 14, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 12, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 13, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 12, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 13, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 13, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 26, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 26, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 26, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 26, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 30, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 30, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 30, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 8, + "y": 26, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 26, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 26, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 26, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": -1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -2, + "y": 41, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 41, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 2, + "y": 14, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 41, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": -1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -2, + "y": 41, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -2, + "y": 41, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 3, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -8, + "y": 16, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 16, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 16, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 16, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 16, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 16, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 2, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 16, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 3, + "z": 5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -8, + "y": 16, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": 3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -6, + "y": 13, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 32, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 13, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 13, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 13, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -12, + "y": 32, + "z": 1, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -12, + "y": 32, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 32, + "z": -5, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -8, + "y": 11, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 11, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 31, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 11, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 5, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 31, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 5, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 5, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 5, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 5, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 31, + "z": -22, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 31, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 31, + "z": -18, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -8, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 31, + "z": -20, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 9, + "y": 5, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 5, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 5, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 5, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 5, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 43, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 43, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 13, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 13, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -8, + "y": 11, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 45, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 29, + "z": -22, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -1, + "y": 45, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 10, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 10, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 10, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 10, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 29, + "z": -5, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -10, + "y": 34, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": 30, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 10, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 10, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 8, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 10, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 10, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 29, + "z": -16, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 6, + "y": 29, + "z": -18, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 6, + "y": 29, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 30, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 30, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 29, + "z": -20, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -10, + "y": 34, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 6, + "y": 29, + "z": 1, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 6, + "y": 29, + "z": -1, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 30, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 29, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 30, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 29, + "z": -3, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 30, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 10, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 1, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 10, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 8, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 8, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -7, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 8, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 3, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": -1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": -1, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": -1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 8, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 8, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 8, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 1, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": -1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 10, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 10, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 10, + "z": -12, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 10, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 10, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 7, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 7, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 7, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 7, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 7, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 31, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 7, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 11, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 7, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 11, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 7, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 31, + "z": 1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 11, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 7, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 32, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 32, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 11, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 31, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 31, + "z": -5, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 32, + "z": -17, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 11, + "y": 7, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 31, + "z": -1, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 7, + "y": 32, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 32, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 32, + "z": -21, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 8, + "y": 31, + "z": -3, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 7, + "y": 32, + "z": 0, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 7, + "y": 32, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 32, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 32, + "z": -4, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 7, + "y": 32, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 37, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 7, + "y": 32, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -3, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -3, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -3, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -3, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -3, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -9, + "y": 37, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": -3, + "z": 5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 4, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 2, + "z": 6, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 5, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 4, + "y": 2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 2, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 2, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 4, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 29, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 4, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 4, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 4, + "z": -17, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 4, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 4, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 29, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -12, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -12, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 4, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 4, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 4, + "z": 0, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 4, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 4, + "z": -4, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 10, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -8, + "y": 32, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 13, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 32, + "z": -5, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -8, + "y": 32, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 32, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 6, + "y": 0, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 5, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 32, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 32, + "z": 1, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 5, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -8, + "y": 32, + "z": -22, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -8, + "y": 32, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 26, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 26, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 26, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 26, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 26, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 26, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 26, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 26, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 26, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 26, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 10, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -3, + "y": 10, + "z": -8, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -3, + "y": 10, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 28, + "z": -21, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 11, + "y": 28, + "z": -17, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 27, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 27, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 28, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 28, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 27, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 28, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 27, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 27, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 28, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -3, + "z": 5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -3, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 28, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 15, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 28, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 15, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 28, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -3, + "y": -3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -14, + "y": -3, + "z": -21, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -14, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -14, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 28, + "z": 0, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": -3, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 15, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 15, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 15, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 15, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 23, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": -3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 40, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 8, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": -3, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -14, + "y": -3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 40, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": -3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 8, + "y": 23, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 40, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 10, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": -3, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 23, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 23, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 10, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 10, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 15, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 15, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 15, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 15, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 10, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 11, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 23, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": -3, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 40, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -14, + "y": -3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 40, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 8, + "y": 23, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": -3, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -9, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 23, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 10, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": -3, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@6" + ] + }, + { + "x": 8, + "y": 23, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": -3, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 10, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 10, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": -3, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 10, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": -3, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": -3, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -3, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": 2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 11, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 0, + "y": 2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 11, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 27, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 27, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 11, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@6" + ] + }, + { + "x": -12, + "y": 11, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 27, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 12, + "y": 2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -11, + "y": 27, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 27, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 2, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 11, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@7" + ] + }, + { + "x": 12, + "y": 2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 2, + "y": 42, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 11, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 11, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 2, + "y": 42, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": 42, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 2, + "y": 42, + "z": -12, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 2, + "y": 42, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 13, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 24, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 31, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 24, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 24, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 24, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 31, + "z": -22, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 31, + "z": -20, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 31, + "z": -18, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 12, + "y": 31, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 31, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -12, + "y": 40, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 31, + "z": -5, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 31, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 31, + "z": -3, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 12, + "y": 31, + "z": -1, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 12, + "y": 31, + "z": 1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 12, + "y": 31, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 40, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -13, + "y": 0, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 18, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -13, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 18, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 18, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 18, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 18, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 7, + "y": 7, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 18, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 7, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 7, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 18, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 0, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 12, + "y": 18, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 7, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 7, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 14, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 7, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 14, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 7, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -13, + "y": 0, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -11, + "y": 14, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 7, + "y": 7, + "z": -9, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 7, + "z": -8, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 14, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 7, + "z": -15, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 14, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 7, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 7, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 7, + "z": -12, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 7, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 7, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 7, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 7, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 0, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 0, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 7, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 0, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 24, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 24, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 24, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 24, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 14, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 10, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -3, + "y": 10, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 14, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 14, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 14, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 14, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 10, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 1, + "y": 5, + "z": -13, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 1, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -11, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 1, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 1, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 37, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 37, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 37, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 5, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 50, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 5, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 5, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 50, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 5, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 5, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 5, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": 7, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -4, + "y": 7, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 16, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 16, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 47, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 9, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 8, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 8, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 8, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 8, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 40, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 8, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 8, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 8, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 8, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 16, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 47, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 8, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 16, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 45, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 45, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 45, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 45, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 37, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 37, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 37, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 40, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 40, + "z": -12, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 0, + "y": 40, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 1, + "y": 5, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 11, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 11, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 44, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 24, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 0, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -2, + "y": 5, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -2, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 24, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -2, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 24, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -2, + "y": 5, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 24, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 11, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 3, + "y": 11, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 24, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 24, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 0, + "y": 7, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 0, + "y": 7, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -15, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -8, + "y": 24, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 24, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -9, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 8, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 44, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 18, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 18, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 18, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 20, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -7, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 20, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 20, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 24, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 48, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 20, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 20, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 24, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 24, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 18, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 24, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 20, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 18, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 24, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 18, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 18, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 20, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 20, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 48, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 20, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 20, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -8, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": -2, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 8, + "y": 18, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 24, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 48, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -5, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 23, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -5, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 23, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 23, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -5, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -11, + "y": 48, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 23, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -5, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -5, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -5, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 24, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -5, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 23, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 24, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 23, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 24, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 24, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 23, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -6, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -6, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -7, + "y": 23, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 9, + "y": 18, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 18, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 23, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 18, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -7, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 18, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 18, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -7, + "y": 23, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -7, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 4, + "y": 10, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 10, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 23, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 23, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 23, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 23, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 18, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 18, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 10, + "z": -15, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 9, + "y": 18, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 18, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 4, + "y": 10, + "z": -9, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 4, + "y": 10, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 10, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 18, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 10, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 10, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -1, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -1, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 5, + "y": 10, + "z": -11, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 5, + "y": 10, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -1, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 10, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 5, + "y": 10, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 10, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 10, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 5, + "y": 10, + "z": -13, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -1, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 26, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 26, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 10, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 16, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -1, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 10, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 10, + "y": 16, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 16, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 26, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 26, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 3, + "z": -5, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -1, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 16, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 16, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -1, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 16, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 16, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -1, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -12, + "y": 16, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 16, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 2, + "z": 4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": 5, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 2, + "z": 2, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@5" + ] + }, + { + "x": 10, + "y": 16, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 2, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 4, + "y": 15, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 15, + "z": -17, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 15, + "y": 2, + "z": 1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 2, + "z": -2, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 4, + "y": 15, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 15, + "y": 2, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 4, + "y": 15, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 15, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -12, + "y": 16, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 15, + "z": -7, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -12, + "y": 16, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 16, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 16, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 5, + "y": 10, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 12, + "y": 44, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 46, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 46, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -7, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -10, + "y": 46, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 19, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 46, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -3, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 19, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 19, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 19, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 46, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 46, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 46, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 46, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -3, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -3, + "y": 5, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 14, + "y": 24, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": 2, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 2, + "z": -11, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 2, + "z": -14, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": -13, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 2, + "z": -16, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": -15, + "elements": [ + "minecraft:sandstone_stairs@5" + ] + }, + { + "x": 15, + "y": 2, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 2, + "z": -17, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 2, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": -3, + "elements": [ + "minecraft:sandstone_stairs@5" + ] + }, + { + "x": 15, + "y": 2, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 2, + "z": -5, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 24, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": 2, + "z": -8, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": -7, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -12, + "y": -2, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 15, + "y": 2, + "z": -10, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": -9, + "elements": [ + "minecraft:sandstone_stairs@5" + ] + }, + { + "x": -12, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -12, + "y": -2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": -2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 2, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 2, + "z": -22, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": 2, + "z": -21, + "elements": [ + "minecraft:sandstone_stairs@5" + ] + }, + { + "x": 15, + "y": 2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 2, + "z": -23, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 26, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 26, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 26, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 26, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 39, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 39, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 19, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 19, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 19, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 19, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 8, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": 8, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 8, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 8, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 8, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 8, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 8, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 8, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 8, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 21, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 34, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 21, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 34, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 34, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 34, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 34, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -5, + "y": 8, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 8, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 13, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 13, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 13, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 26, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 26, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 26, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 26, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 26, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 34, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 26, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 13, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 26, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 26, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 26, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 26, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 34, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 13, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 34, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 0, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 10, + "y": 42, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 42, + "z": -2, + "elements": [ + "contenttweaker:infusion_catalyst@0" + ] + }, + { + "x": 10, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 42, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 42, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 42, + "z": -19, + "elements": [ + "contenttweaker:infusion_catalyst@0" + ] + }, + { + "x": 10, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 42, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 13, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 13, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -10, + "y": 13, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 13, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 42, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": 0, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -4, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -1, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -1, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 0, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 13, + "y": 0, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 13, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 0, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 13, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 0, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 7, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 42, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 42, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 42, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 13, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 13, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 13, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 13, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 13, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -13, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 29, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 9, + "y": 42, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 42, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 13, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 13, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -9, + "y": 13, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 13, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 13, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 29, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -13, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -13, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 8, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 8, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -13, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 8, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 8, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 29, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -7, + "y": 30, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -7, + "y": 30, + "z": -19, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -7, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 30, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 29, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -6, + "y": 21, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 21, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 30, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 30, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -6, + "y": 21, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 22, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 21, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 22, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 21, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 30, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -7, + "y": 30, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 21, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 30, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 22, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 30, + "z": -2, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 21, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 22, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 22, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 22, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -7, + "y": 30, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 22, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 21, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 22, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 21, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 21, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 21, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 21, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 22, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 22, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 22, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 22, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 22, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 22, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 42, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 42, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -2, + "y": 42, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 42, + "z": -12, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -2, + "y": 42, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 9, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 9, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 9, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 12, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 12, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 12, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 12, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 8, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 12, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 8, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 8, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 8, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 8, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 4, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 6, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 6, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 6, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 6, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 6, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 2, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 1, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 2, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 1, + "z": -22, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 31, + "z": -17, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -15, + "y": 1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 2, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 31, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 2, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 1, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 2, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 31, + "z": -4, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -14, + "y": 2, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 1, + "z": -14, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 2, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 31, + "z": -2, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 1, + "z": -16, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 2, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 1, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 2, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 31, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 2, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 6, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 1, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 1, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 6, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 6, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -15, + "y": 1, + "z": -8, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 1, + "z": -10, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 31, + "z": -21, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 9, + "y": 31, + "z": -19, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -15, + "y": 1, + "z": 2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 1, + "z": -2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 31, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 2, + "z": 6, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 7, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 7, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 42, + "z": -10, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 42, + "z": -9, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 7, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 42, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 42, + "z": -14, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -15, + "y": 1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 7, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -5, + "y": 42, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 7, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 42, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 2, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": 2, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 7, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": 2, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -11, + "y": 7, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 7, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 31, + "z": 0, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -14, + "y": 2, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -11, + "y": 7, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 31, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 7, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 2, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 2, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -13, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -17, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 8, + "y": 28, + "z": -1, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 28, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 28, + "z": -3, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 28, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 28, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -13, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -13, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -15, + "y": -1, + "z": -8, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -15, + "y": -1, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 7, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -1, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -13, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": -1, + "z": -2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": -1, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 28, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -1, + "z": 2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 28, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -15, + "y": -1, + "z": 4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 28, + "z": -18, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 7, + "y": 4, + "z": -14, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 28, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 28, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 7, + "y": 4, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 4, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 4, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -15, + "y": -1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 7, + "y": 4, + "z": -10, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -15, + "y": -1, + "z": -22, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 10, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -15, + "y": -1, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 10, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -15, + "y": -1, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -1, + "z": -16, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -15, + "y": -1, + "z": -14, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 10, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -15, + "y": -1, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -1, + "z": -10, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -4, + "y": 14, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -4, + "y": 14, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 10, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 10, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 10, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -4, + "y": 14, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 14, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 15, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 15, + "z": -9, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -19, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 14, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 15, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 30, + "z": -5, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 15, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -8, + "y": 14, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 14, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 14, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 30, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 30, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": 1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -2, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 8, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 8, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 8, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -6, + "y": 10, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 32, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 4, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 10, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 4, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 4, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 10, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 4, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -6, + "y": 10, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 32, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 32, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 10, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 32, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 10, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 24, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -6, + "y": 10, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 10, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 10, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 11, + "y": 4, + "z": 0, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 30, + "z": -22, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 14, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 30, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 14, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 30, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 14, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 14, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 12, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 12, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 12, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 32, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 12, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 12, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 8, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 8, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 8, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 6, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 12, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 12, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 6, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 8, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 12, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 6, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 12, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 8, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 6, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 32, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 32, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 8, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 32, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 8, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 12, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 6, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 6, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 6, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 6, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 6, + "z": -10, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 6, + "z": -11, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -8, + "y": 6, + "z": -12, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 6, + "z": -13, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 38, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 6, + "z": -14, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 38, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 38, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 38, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 11, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 11, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 11, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -6, + "y": 18, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 18, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 18, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 18, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 11, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 19, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 11, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": -1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -1, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -5, + "y": 19, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": -1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -1, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 11, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 11, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 11, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 11, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -9, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 11, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 43, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 2, + "z": 6, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": 43, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 43, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 42, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 42, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 43, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 43, + "z": -12, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 0, + "y": 43, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 0, + "y": 43, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 23, + "z": -20, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 23, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 23, + "z": -22, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 1, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 41, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 1, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": 23, + "z": -16, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 23, + "z": -18, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 23, + "z": -3, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 23, + "z": -5, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 23, + "z": 1, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 23, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 23, + "z": -1, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 10, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 40, + "z": -2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 10, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 40, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 42, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 42, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 40, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -12, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 10, + "y": 40, + "z": -19, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 10, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -12, + "y": -2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 40, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 42, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 42, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 12, + "y": 28, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 28, + "z": -1, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 10, + "y": 40, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -1, + "y": 40, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 40, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 40, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 40, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 40, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -1, + "y": -2, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -2, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 0, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 13, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 13, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 13, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -2, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -2, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -2, + "z": 5, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -12, + "y": 27, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 44, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -12, + "y": 27, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 27, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 11, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -1, + "y": 11, + "z": -18, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -1, + "y": 11, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -1, + "y": 11, + "z": -6, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -12, + "y": 27, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 11, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 11, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 11, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -8, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 1, + "y": 44, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 44, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -8, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 44, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 27, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 44, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 1, + "y": 44, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 27, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 27, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 27, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 28, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 28, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 28, + "z": -3, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 15, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 15, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 15, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 15, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 28, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 28, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 10, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 28, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 11, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 28, + "z": -18, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 28, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 11, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 11, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 15, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 4, + "z": -17, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 11, + "y": 4, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 4, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 15, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 15, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 4, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 4, + "z": -21, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 15, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 32, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 32, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 32, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 32, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 41, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 41, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 41, + "z": -19, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 14, + "y": 32, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 32, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 32, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 32, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 8, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 41, + "z": -2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 41, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -14, + "y": 33, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 33, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -3, + "y": 7, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 31, + "z": -3, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -3, + "y": 7, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": 7, + "z": -15, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 8, + "y": 7, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 31, + "z": -1, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -10, + "y": 18, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -3, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 18, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -3, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 17, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -3, + "y": 7, + "z": -11, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -11, + "y": 17, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 7, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 7, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 8, + "y": 7, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 17, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 7, + "z": -13, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 8, + "y": 7, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 7, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 17, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 7, + "z": -9, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 17, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 7, + "z": -10, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 7, + "z": -12, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 7, + "z": -11, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 7, + "z": -14, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 18, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 7, + "z": -13, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 18, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 18, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 7, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 7, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 7, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 7, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 20, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 20, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 20, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 20, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 18, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 20, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 20, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 20, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 20, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 5, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 24, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 24, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 5, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 24, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 24, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 24, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 5, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 5, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 5, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 5, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -5, + "y": 3, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -5, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 14, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -12, + "y": 14, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 14, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -12, + "y": 14, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -5, + "y": 3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -14, + "y": 33, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -14, + "y": 33, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 5, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 5, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 24, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 24, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 33, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 33, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 24, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 24, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 33, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 31, + "z": -20, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -14, + "y": 33, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 24, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 31, + "z": -18, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -8, + "y": 22, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 22, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 22, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 3, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 6, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -8, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 22, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 6, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 6, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 6, + "y": 3, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 6, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 22, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 3, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 22, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 3, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 14, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 14, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 22, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -8, + "y": 22, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 14, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 14, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 3, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -21, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": -1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 16, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 6, + "y": 16, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 16, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 16, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 16, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 6, + "y": 16, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 6, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -1, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 6, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -6, + "y": 0, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -1, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 12, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 12, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 12, + "z": -9, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 4, + "y": 12, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -1, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 19, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 6, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 6, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 19, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -6, + "y": 26, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 19, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 19, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": -1, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 19, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -1, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -1, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 4, + "y": 12, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 15, + "y": -1, + "z": -2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 12, + "z": -15, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 4, + "y": 12, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 12, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -12, + "y": 19, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 19, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 19, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": -1, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": -1, + "z": -22, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 19, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 19, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 19, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": -1, + "z": -16, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": -1, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -1, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -1, + "z": -14, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": -1, + "z": -8, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": -1, + "z": -10, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 13, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 13, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 26, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 13, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 13, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 4, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 23, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 8, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 23, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 8, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 8, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 23, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 23, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 1, + "y": 10, + "z": -7, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -4, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 23, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 10, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 10, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 8, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -4, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -4, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 8, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 8, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 23, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 23, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -4, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 23, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 4, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 23, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -4, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -9, + "y": 21, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 21, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 21, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 21, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 21, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 21, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 21, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 21, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 21, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 21, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 17, + "z": -8, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 10, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 1, + "y": 10, + "z": -17, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 1, + "y": 10, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 17, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 1, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 1, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 1, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 14, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 17, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 14, + "z": -17, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 14, + "y": 1, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 17, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 17, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -11, + "y": 17, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 45, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 14, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 14, + "y": 1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 45, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 17, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 45, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 45, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 14, + "z": -7, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -6, + "y": 0, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 3, + "y": 14, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 14, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 45, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 27, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 14, + "y": 1, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 45, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 45, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 14, + "y": 1, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 14, + "y": 1, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 45, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 21, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 1, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 21, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 21, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 1, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 21, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 1, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 1, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 14, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -2, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 8, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 8, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -2, + "y": 8, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 43, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 43, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -11, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 43, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 25, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 25, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 25, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 25, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 25, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 8, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 43, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 8, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -2, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 8, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 43, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 13, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 25, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 43, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 25, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 25, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 25, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 25, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 41, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 17, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 17, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 17, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 17, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 17, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 17, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 41, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 17, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 17, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 17, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 17, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 47, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -13, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 47, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 25, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 25, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 12, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 25, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 25, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 25, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 25, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 25, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 25, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 25, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 13, + "y": 29, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -11, + "y": 25, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 13, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 13, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 13, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 13, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 13, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 43, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 11, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 43, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 43, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 13, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 13, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 13, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 13, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 13, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 43, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 11, + "y": 43, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 43, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -6, + "y": 5, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 5, + "z": -9, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 5, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 5, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": -1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 12, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 16, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 2, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -9, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 16, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 3, + "z": -5, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 16, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 16, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 16, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 2, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 2, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 2, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 2, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 13, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 13, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 2, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 13, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 2, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -9, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 29, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -11, + "y": -1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 22, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 22, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 22, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 22, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 22, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 22, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 22, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 9, + "y": 39, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 9, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 13, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -17, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 9, + "y": 39, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -7, + "y": 33, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 39, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 39, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -7, + "y": 33, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 16, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 16, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 16, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 16, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 22, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 22, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 22, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 22, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 16, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 22, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 33, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 22, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 22, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 4, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 4, + "y": 7, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 7, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 31, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 4, + "y": 7, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 31, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 4, + "y": 7, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 7, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 31, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 31, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 18, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 18, + "z": -7, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -6, + "y": 31, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 7, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 31, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 31, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 31, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 7, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -9, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -8, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 7, + "z": -12, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 7, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 7, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 7, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": 18, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -15, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 7, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 24, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 4, + "y": 7, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 7, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 4, + "y": 7, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 4, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 7, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 7, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -9, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -5, + "y": 11, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": -2, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -5, + "y": 11, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": -2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -8, + "y": 27, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 27, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 27, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -8, + "y": 27, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 27, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 27, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 27, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 11, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 11, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 11, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 11, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 11, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -5, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 11, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 6, + "y": 11, + "z": -11, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 6, + "y": 11, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 11, + "z": -13, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -5, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 15, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": 6, + "y": -2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": -2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 15, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 15, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 15, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 23, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 40, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -8, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 11, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 15, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 11, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 11, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 15, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 15, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 40, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 15, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 11, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 15, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 28, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 36, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 36, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 36, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": 28, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 27, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 49, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 36, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": 15, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 36, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 36, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 2, + "z": 6, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 27, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 23, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 23, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 19, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 23, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 19, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 19, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 23, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 6, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 6, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 6, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 49, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 6, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 6, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -3, + "y": 2, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 2, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -3, + "y": 2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 23, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 6, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -3, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 23, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 23, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 23, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 32, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 32, + "z": -22, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 12, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 32, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -12, + "y": 32, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 4, + "z": -19, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 8, + "y": 4, + "z": -18, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 4, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 4, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 4, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -4, + "y": 42, + "z": -8, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -13, + "y": 31, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 5, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 5, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 31, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 31, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 31, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 5, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 5, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 13, + "y": 11, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 11, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 11, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 11, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 31, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 31, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 31, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 31, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 30, + "z": -2, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 30, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 30, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 30, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 30, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 30, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 30, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 5, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 5, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 30, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 30, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": 30, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 30, + "z": -19, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 8, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 8, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 8, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 5, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 5, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 8, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 9, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 9, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -8, + "y": 9, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 9, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 4, + "z": -3, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 4, + "z": -2, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -8, + "y": 9, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 4, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 9, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 4, + "z": -1, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 8, + "y": 4, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 9, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 9, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 7, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 8, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 8, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 8, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 8, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 8, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 11, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 11, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 11, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 27, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 5, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 5, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 5, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 11, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": 3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 13, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 5, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -11, + "y": 8, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 3, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -11, + "y": 8, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 8, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -11, + "y": 8, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 5, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -11, + "y": 8, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 11, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 5, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 11, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 27, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 6, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 6, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 6, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 6, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 42, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 6, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 6, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 6, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 6, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 6, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 6, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 10, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 10, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 10, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 5, + "y": 3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 5, + "y": 3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 5, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 5, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 5, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 11, + "y": 5, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 5, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 5, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 5, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": -1, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 37, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": -1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 5, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 4, + "z": 5, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": 4, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 4, + "z": 2, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -3, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -4, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -5, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": 1, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": 0, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -1, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -2, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 2, + "z": 6, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": -1, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -1, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 6, + "z": -7, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 6, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 6, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 10, + "y": 10, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 10, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 10, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 7, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 7, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 7, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 7, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 7, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -7, + "y": 33, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 40, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 40, + "z": -19, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -15, + "y": 4, + "z": -23, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -10, + "y": 40, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -13, + "y": 2, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -15, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 8, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 8, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 8, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 8, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -13, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 2, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -15, + "y": 4, + "z": -11, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -12, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -13, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -14, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -7, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -8, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -9, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -10, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -8, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -15, + "y": 4, + "z": -19, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -20, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -21, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -22, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -15, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -16, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -17, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -15, + "y": 4, + "z": -18, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -8, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -13, + "y": 2, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 5, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 5, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 5, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 2, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -11, + "y": 37, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 5, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 2, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 5, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 9, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 9, + "z": -12, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 9, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 9, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 9, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 7, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 7, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 7, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 7, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 7, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -2, + "y": -2, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": -2, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -2, + "y": -2, + "z": 5, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -11, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": -2, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": -2, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 0, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -2, + "y": 11, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 43, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 43, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 43, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -2, + "y": 11, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 10, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -2, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 39, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 39, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 1, + "y": 41, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": -1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 41, + "z": -11, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 1, + "y": 41, + "z": -10, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 1, + "y": 41, + "z": -9, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 41, + "z": -15, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 11, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 11, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 1, + "y": 41, + "z": -14, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 1, + "y": 41, + "z": -13, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 1, + "y": 41, + "z": -12, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -12, + "y": 13, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 13, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 41, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 10, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 10, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 23, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -13, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 10, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 23, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 10, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 10, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 23, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 40, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -13, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -10, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 40, + "z": -2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 40, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 42, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 42, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -13, + "y": 23, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 11, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 42, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -13, + "y": 23, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 23, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 12, + "y": 16, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 16, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 16, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 16, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -10, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 12, + "y": 16, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 16, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 16, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 12, + "y": 16, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 26, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 26, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -10, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 13, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 26, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 13, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 26, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 13, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -10, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 13, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 26, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 26, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 26, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 26, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 26, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 26, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 10, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 10, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -13, + "y": 10, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 10, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 10, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 39, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 39, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 39, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 39, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 43, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 43, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 43, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 39, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 39, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": -1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 13, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 13, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 18, + "z": -7, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -5, + "y": 18, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 11, + "y": 13, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 13, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 13, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -5, + "y": 18, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 11, + "y": 13, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 18, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 4, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 0, + "y": 4, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 16, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 16, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 16, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 36, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 16, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 16, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 29, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -11, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 29, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -11, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 16, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 36, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 16, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 16, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 16, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 16, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 29, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -11, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 29, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -11, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": 22, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 22, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 15, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 22, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 15, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 32, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 15, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 14, + "y": 22, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 22, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": 22, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 15, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 15, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 15, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 32, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 32, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 13, + "y": 32, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 32, + "z": -17, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -1, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 32, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 13, + "y": 32, + "z": -21, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 32, + "z": 0, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 13, + "y": 32, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 13, + "y": 32, + "z": -4, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 13, + "y": 32, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 32, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -3, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 8, + "z": -8, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -3, + "y": 8, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -3, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 8, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 2, + "y": 44, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": 44, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 8, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -12, + "y": 13, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 13, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 26, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 26, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 26, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 13, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 13, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 26, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 13, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 13, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 26, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": -3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": -3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 26, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": -3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": -3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": -3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 26, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 26, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 12, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 12, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 12, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 12, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 12, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 14, + "y": -2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -2, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 48, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": -2, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 48, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 14, + "y": -2, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 48, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": -2, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -9, + "y": 22, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 22, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 22, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 22, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 22, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 22, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 22, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 22, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 22, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 22, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 22, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 22, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 22, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": 14, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 6, + "y": 14, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 14, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 22, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 6, + "y": 14, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 14, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": -2, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 6, + "y": 14, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": -2, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 13, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -3, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -3, + "y": 3, + "z": 5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -3, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -3, + "y": 3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -3, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -3, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": -2, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -10, + "y": 48, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -3, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 48, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 48, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": -2, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 13, + "y": -2, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -5, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 24, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -6, + "y": 28, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -2, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 24, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 24, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -2, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 24, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 24, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -9, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -6, + "y": 28, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 24, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 24, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": 24, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 7, + "z": -15, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -2, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 7, + "y": 14, + "z": -15, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 14, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 14, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 14, + "z": -9, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 14, + "z": -10, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 14, + "z": -14, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 18, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 4, + "y": 13, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -12, + "y": 18, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 18, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 18, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 13, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 13, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 13, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 14, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 18, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 18, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 14, + "y": -2, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -2, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -12, + "y": 18, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 18, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 14, + "y": -2, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 14, + "y": -2, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -2, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 23, + "z": -16, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 23, + "z": -18, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -12, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -6, + "y": 23, + "z": -3, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 23, + "z": -5, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -12, + "y": 42, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -12, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 18, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 18, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 18, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 18, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 18, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 23, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 23, + "z": -20, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 23, + "z": -22, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 11, + "y": 18, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 18, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 18, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 18, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 18, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -6, + "y": 23, + "z": 1, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 23, + "z": -1, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": -6, + "y": 23, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 24, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 24, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 24, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 24, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 24, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 24, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 24, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 24, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 24, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 24, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 9, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 13, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -1, + "y": 9, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 13, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 9, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -1, + "y": 9, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 9, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 9, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 42, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -4, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 3, + "y": 13, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 13, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": -3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 30, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 30, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 20, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 30, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 20, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 20, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -3, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 20, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": -3, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 20, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 20, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 30, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 20, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 20, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 30, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 42, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 14, + "y": 30, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 20, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 20, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 42, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 11, + "y": 42, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": -2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 4, + "y": 8, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 8, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 4, + "y": 8, + "z": -15, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 4, + "y": 8, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 8, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 4, + "y": 8, + "z": -11, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 9, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 4, + "y": 8, + "z": -13, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 9, + "y": 44, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 4, + "y": 8, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 44, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 4, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 8, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 44, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 4, + "y": 8, + "z": -9, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 6, + "y": 19, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": -1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -6, + "y": -1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -9, + "y": 48, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 44, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 44, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 44, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": -2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -11, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 19, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 48, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 17, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -8, + "y": 17, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 17, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 17, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 17, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 17, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 30, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 17, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 17, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -8, + "y": 4, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 4, + "z": -1, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -8, + "y": 4, + "z": -2, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -8, + "y": 4, + "z": -3, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -8, + "y": 4, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 4, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 4, + "z": -18, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -8, + "y": 4, + "z": -19, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -8, + "y": 4, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -8, + "y": 4, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 5, + "y": 19, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 43, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -8, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 12, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 12, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 12, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 12, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 43, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 12, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 12, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 12, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 12, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 19, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -7, + "y": 17, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -7, + "y": 17, + "z": -8, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 0, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 0, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -7, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 8, + "y": 25, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 25, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 4, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 4, + "z": -14, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 4, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 4, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 0, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -7, + "y": 4, + "z": -10, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 0, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -2, + "y": 40, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 25, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 25, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 40, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 30, + "z": -4, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 30, + "z": 0, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -2, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 25, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 25, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -21, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 25, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 25, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 30, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 30, + "z": -19, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 11, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 11, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 11, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": -2, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -10, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 11, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -10, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -5, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 37, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 37, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 44, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 44, + "z": -19, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 37, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 44, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 15, + "y": 4, + "z": -22, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -21, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -23, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 37, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 44, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 3, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 44, + "z": -2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 37, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 2, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 37, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 44, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 3, + "y": 2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 11, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 4, + "z": -6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -5, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": -10, + "y": 11, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -8, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -10, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 15, + "y": 4, + "z": -7, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -10, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -9, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -12, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -11, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -14, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -13, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -16, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -15, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -18, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -17, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": -5, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 4, + "z": -20, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -19, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": -5, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 15, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": 4, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": 5, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": 2, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": 0, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": 1, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -2, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -1, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 15, + "y": 4, + "z": -4, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": 4, + "z": -3, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 18, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 10, + "y": 18, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 18, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": 9, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 10, + "y": 18, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 18, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 18, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": 9, + "z": -7, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -11, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -13, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 10, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 24, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 31, + "z": -18, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -10, + "y": 24, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 31, + "z": -20, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -10, + "y": 24, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 24, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 24, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 24, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 31, + "z": -1, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -10, + "y": 24, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 31, + "z": -3, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -10, + "y": 24, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 24, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 24, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 8, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 8, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 8, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 30, + "z": 0, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -2, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 30, + "z": -4, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -4, + "y": 16, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -4, + "y": 16, + "z": -18, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -4, + "y": 16, + "z": -6, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 8, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 8, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 30, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 8, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": -3, + "z": 5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": -3, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": -3, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 2, + "y": -3, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": -3, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": -3, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": -3, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 12, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -6, + "y": 12, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 6, + "y": 1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -4, + "y": 16, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 12, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -6, + "y": 12, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 12, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 2, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 6, + "y": 1, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -6, + "y": 12, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -11, + "y": 5, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 12, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 12, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 12, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 12, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 5, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 5, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 5, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 5, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 5, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 12, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 12, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 12, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 12, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": -3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -3, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -3, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -11, + "y": 5, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 5, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 5, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 5, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 11, + "y": 10, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 10, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 10, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 10, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 10, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": 6, + "y": 30, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 30, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 9, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 9, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 9, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 9, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 30, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 9, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 30, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 30, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 30, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 9, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 9, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 9, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 9, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 9, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 10, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 10, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 10, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 10, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 10, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 31, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 31, + "z": -17, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 11, + "y": 31, + "z": -19, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 11, + "y": 31, + "z": -4, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 9, + "y": 2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 31, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 31, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 31, + "z": 0, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 11, + "y": 31, + "z": -2, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -12, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -2, + "y": 14, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 13, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 13, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 13, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 13, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 7, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": 25, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 37, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 4, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 4, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 33, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 7, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 33, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 37, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 7, + "y": 33, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 33, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 13, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 13, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 31, + "z": -21, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 12, + "y": 13, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 13, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 31, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 31, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 31, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 25, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 13, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -14, + "y": 31, + "z": -21, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 31, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 13, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -5, + "y": 13, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 31, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 31, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 13, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -14, + "y": 31, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 31, + "z": -4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 14, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 34, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 5, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 5, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 30, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 30, + "z": -19, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 9, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -21, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -7, + "y": 9, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 30, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 9, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 9, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 9, + "z": -12, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 5, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 34, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 40, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 40, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 40, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 13, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 13, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 13, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": 1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 0, + "y": 1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 13, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 13, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 13, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 26, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 26, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 26, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 0, + "y": 41, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 41, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 0, + "y": 41, + "z": -12, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 26, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 41, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 26, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 42, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 0, + "y": 41, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 40, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 0, + "y": 41, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 40, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 41, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 26, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 40, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 26, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 26, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 26, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 26, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 42, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 0, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 0, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 0, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 9, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 9, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 22, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 22, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 9, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 22, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 9, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 22, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 5, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 16, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 16, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 16, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 9, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 2, + "y": 5, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 5, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 9, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 16, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 29, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 16, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 16, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 2, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 29, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 9, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 9, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 29, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 12, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 29, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -13, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -13, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -13, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 12, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 8, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 22, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 22, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 8, + "y": 22, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 22, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 8, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 6, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 6, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 19, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 19, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 6, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 19, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 7, + "y": 6, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 19, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 6, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 6, + "z": -13, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 6, + "z": -12, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 6, + "z": -11, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 6, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 6, + "z": -9, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 6, + "z": -8, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 6, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": 8, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 6, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 6, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 19, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 6, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": 8, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -9, + "y": 19, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 19, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 7, + "y": 6, + "z": -15, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 19, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 19, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 19, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 8, + "z": -8, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 3, + "y": 8, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 13, + "y": 6, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 6, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 6, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 6, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 5, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 6, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 5, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 6, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 13, + "y": 6, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 5, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 1, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 1, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 6, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 1, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 4, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 43, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 43, + "z": -19, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 10, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 10, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 10, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 10, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 10, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 10, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 10, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 10, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 10, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 23, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 23, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 23, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 10, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 23, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -10, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 43, + "z": -2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -10, + "y": 43, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 23, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 23, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 23, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 9, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 23, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 23, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 23, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 23, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 23, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -10, + "y": 43, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 43, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 23, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 23, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -6, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@7" + ] + }, + { + "x": -6, + "y": 2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -6, + "y": 2, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 11, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -6, + "y": 2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -6, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@6" + ] + }, + { + "x": 11, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -4, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 2, + "z": 6, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": 2, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 2, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 17, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 17, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 10, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 2, + "y": 10, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 10, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 14, + "y": 25, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 10, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 10, + "z": -7, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 21, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 17, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 21, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 17, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 21, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 17, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -4, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 17, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 17, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 17, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 47, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 47, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 47, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -4, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 47, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 19, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 47, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 19, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 43, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 47, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 43, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 21, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 21, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 21, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 25, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": 1, + "z": -14, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 1, + "z": -16, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 1, + "z": -10, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 1, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 1, + "z": -22, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 21, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 21, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 21, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 15, + "y": 1, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 1, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 45, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 45, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 23, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 23, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 23, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 23, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 12, + "y": 21, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 21, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 23, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 11, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 23, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 23, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 21, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 21, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 21, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 21, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 21, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 21, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 6, + "z": -12, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -12, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 6, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -12, + "y": 21, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -2, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 6, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 21, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 21, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -2, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -2, + "y": 6, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -12, + "y": 21, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 21, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 21, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 21, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -2, + "y": 6, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 21, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -2, + "y": 6, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 45, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -7, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -2, + "y": 6, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 45, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 22, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 22, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 22, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 22, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 22, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -7, + "y": 22, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 20, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 20, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 20, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 20, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 11, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 11, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 11, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 11, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 11, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 11, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 16, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 16, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 16, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 22, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 23, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 23, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -7, + "y": 22, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 22, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 23, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 22, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 23, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 23, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -7, + "y": 22, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 20, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 20, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 20, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 23, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 11, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 22, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -8, + "y": 20, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 23, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 3, + "y": 7, + "z": -11, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 3, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -9, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -15, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -13, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 5, + "y": 16, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 3, + "y": 7, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 22, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 3, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 22, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 3, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 1, + "z": 4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 1, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 1, + "z": -8, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 1, + "z": -2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 1, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 0, + "y": 6, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 25, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 25, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 0, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -10, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -14, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -8, + "y": 25, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 25, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 25, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 42, + "z": -9, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 42, + "z": -10, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 25, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 42, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 19, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 42, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 42, + "z": -14, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 6, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 19, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -1, + "y": 4, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 19, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": 6, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 42, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 19, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 19, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 25, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 25, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 19, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 19, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 19, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 2, + "y": 10, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 21, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 21, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 21, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -6, + "y": 33, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 33, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 33, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 33, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 33, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 33, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 33, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 33, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 31, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 31, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 4, + "y": 5, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 31, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 4, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 31, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 31, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 31, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 9, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 7, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -7, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 7, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 11, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 11, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 11, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 7, + "y": 11, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 7, + "y": 11, + "z": -12, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 11, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 11, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 40, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 40, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -4, + "y": 11, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 11, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -4, + "y": 11, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 40, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 40, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 40, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -4, + "y": 11, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 7, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 13, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -3, + "y": 13, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 15, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 15, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 15, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 13, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 42, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 15, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 13, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 11, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 42, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -4, + "y": 11, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 40, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 3, + "y": 42, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 26, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 10, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 10, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 15, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 10, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 15, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 10, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": 26, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 12, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 10, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 10, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 10, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 15, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 10, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 10, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 15, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 15, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 15, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 12, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 13, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 13, + "y": 1, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 45, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 8, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 8, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 8, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 8, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 13, + "y": 1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 1, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 8, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 8, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 1, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 8, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 8, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 13, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 1, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 45, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 1, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -9, + "y": 27, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 28, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -1, + "y": 43, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 28, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 43, + "z": -14, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 28, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 28, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 43, + "z": -15, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 28, + "z": 0, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -1, + "y": 43, + "z": -12, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 43, + "z": -13, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -1, + "y": 43, + "z": -10, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 43, + "z": -11, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -1, + "y": 43, + "z": -9, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 27, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 27, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -1, + "y": 43, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 27, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 27, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 45, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 27, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 27, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 28, + "z": -21, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 9, + "y": 28, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 45, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 28, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 28, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 28, + "z": -17, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 10, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 27, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 27, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 27, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -9, + "y": 14, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 3, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 14, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 14, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 14, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 3, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 14, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": 14, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 14, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 14, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 14, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 14, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 14, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -21, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -9, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 14, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 3, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 41, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 41, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -7, + "y": 31, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -7, + "y": 31, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 22, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 41, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 6, + "y": 22, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 22, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 41, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 41, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 41, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 6, + "y": 22, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 22, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 6, + "y": 22, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -13, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -21, + "elements": [ + "minecraft:sandstone_stairs@4" + ] + }, + { + "x": -15, + "y": 2, + "z": -22, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -15, + "y": 2, + "z": -23, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -15, + "y": 2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": 41, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 41, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 41, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 7, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 7, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 7, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 7, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -4, + "y": 15, + "z": -7, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 7, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 15, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 15, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 7, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 7, + "y": 3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -17, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 7, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 5, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 7, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 4, + "y": -2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -2, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -2, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 9, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 9, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 9, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -4, + "y": 15, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 15, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 15, + "z": -17, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -10, + "y": 9, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 9, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 9, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 4, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": -2, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 30, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 30, + "z": 1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 30, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 30, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 30, + "z": -5, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 30, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 30, + "z": -2, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 6, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 6, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 6, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 6, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 12, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 12, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 6, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 30, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 14, + "z": -9, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 14, + "z": -10, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 30, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 6, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 6, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 14, + "z": -14, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 14, + "z": -15, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 6, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -7, + "y": 14, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 8, + "y": 6, + "z": -13, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 4, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 30, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 6, + "z": -12, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 30, + "z": -22, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 6, + "z": -14, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 30, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 30, + "z": -19, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 6, + "z": -11, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 8, + "y": 6, + "z": -10, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 30, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 12, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 12, + "z": -14, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -5, + "y": 12, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 12, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 12, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 12, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 12, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -5, + "y": 12, + "z": -10, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -9, + "y": 12, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 12, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 12, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -14, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 12, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 6, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 2, + "z": -2, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -3, + "elements": [ + "minecraft:sandstone_stairs@4" + ] + }, + { + "x": 12, + "y": 6, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 1, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 6, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 12, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 2, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@4" + ] + }, + { + "x": -14, + "y": 1, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 2, + "z": 2, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 12, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": 1, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": 1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 12, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -15, + "y": 2, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 1, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 12, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 1, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 2, + "z": 5, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 1, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": 4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 6, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 1, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": 1, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 6, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 2, + "z": -17, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 1, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 2, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -14, + "y": 1, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 6, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 2, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": 1, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -13, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -14, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": 1, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -15, + "elements": [ + "minecraft:sandstone_stairs@4" + ] + }, + { + "x": -14, + "y": 1, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -16, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -14, + "y": 1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -9, + "elements": [ + "minecraft:sandstone_stairs@4" + ] + }, + { + "x": -14, + "y": 1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -10, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": 2, + "z": -11, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -15, + "y": 2, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 2, + "z": -5, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -15, + "y": 2, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 2, + "z": -7, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 6, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 6, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 2, + "z": -8, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 11, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 11, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 7, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 11, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 11, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 11, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 11, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 11, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 11, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 11, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 11, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 11, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": 44, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 44, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 44, + "z": -12, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 6, + "y": 25, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 7, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 7, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 7, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 7, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 7, + "z": -14, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 7, + "z": -13, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 25, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 7, + "z": -10, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 7, + "z": -12, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 17, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 7, + "z": -11, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 17, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 7, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 7, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 7, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 28, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 28, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -12, + "y": 28, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -12, + "y": 28, + "z": -18, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -12, + "y": 28, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 14, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -15, + "y": -2, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -19, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -2, + "z": -17, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -22, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -21, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": -15, + "y": -2, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -2, + "z": -11, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -10, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -9, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": -15, + "y": -2, + "z": -16, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -15, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": -15, + "y": -2, + "z": -14, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -13, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -3, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": -15, + "y": -2, + "z": -2, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -1, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -8, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -7, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -2, + "z": -5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": 4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -12, + "y": 28, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 28, + "z": -3, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -12, + "y": 28, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -15, + "y": -2, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": -2, + "z": 1, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -15, + "y": -2, + "z": 2, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -15, + "y": -2, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@0" + ] + }, + { + "x": -12, + "y": 28, + "z": -1, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -12, + "y": 28, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 14, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 14, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 14, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 36, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 41, + "z": -9, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 41, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 14, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 14, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -1, + "y": 41, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": 41, + "z": -14, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 41, + "z": -15, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 41, + "z": -12, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 41, + "z": -13, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -1, + "y": 41, + "z": -10, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 41, + "z": -11, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -9, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -9, + "y": 4, + "z": -21, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 4, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 4, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 4, + "z": -17, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 4, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 14, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 14, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 14, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 4, + "z": 0, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 4, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 4, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 4, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 36, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 4, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 6, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 6, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 6, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 6, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 31, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 9, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 31, + "z": -19, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -6, + "y": 17, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 31, + "z": -21, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -6, + "y": 17, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 31, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 6, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 31, + "z": -17, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -11, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 6, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 6, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 33, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 6, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 6, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 6, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 38, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": 33, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 38, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": 33, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 33, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 38, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 38, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 31, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 31, + "z": -2, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -11, + "y": 31, + "z": -4, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -11, + "y": 31, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 31, + "z": 0, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -12, + "y": -1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 30, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -12, + "y": -1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 13, + "y": 30, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 30, + "z": -2, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 13, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 30, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 30, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": -1, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": -1, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -14, + "y": 22, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 22, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": -2, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -10, + "y": 42, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 42, + "z": -19, + "elements": [ + "contenttweaker:infusion_catalyst@0" + ] + }, + { + "x": -10, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 42, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 12, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -14, + "y": 22, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 22, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 42, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -14, + "y": 22, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 42, + "z": -2, + "elements": [ + "contenttweaker:infusion_catalyst@0" + ] + }, + { + "x": -10, + "y": 42, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 1, + "y": 43, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 43, + "z": -15, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 43, + "z": -14, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 1, + "y": 43, + "z": -9, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 43, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 43, + "z": -13, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 1, + "y": 43, + "z": -12, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 1, + "y": 43, + "z": -11, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 1, + "y": 43, + "z": -10, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 12, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 33, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 33, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 22, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 27, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 27, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 27, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 27, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -2, + "y": 9, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -2, + "y": 9, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 39, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 9, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 39, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 43, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 39, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 39, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 43, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 15, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 15, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 15, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 30, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 13, + "y": 30, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 15, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 13, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 9, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 30, + "z": -19, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -2, + "y": 9, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 9, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 13, + "y": 30, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 30, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 9, + "y": 22, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 22, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 22, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 22, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 22, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 22, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 22, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 22, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 22, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 22, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 22, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 22, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 9, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 9, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 9, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 9, + "y": 9, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 9, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 22, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 22, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 9, + "y": 9, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 9, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 9, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 9, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 9, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 17, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 6, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 17, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 6, + "y": 4, + "z": -15, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 17, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 6, + "y": 4, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 4, + "z": -8, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 4, + "z": -9, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": 11, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 11, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 11, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 11, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 11, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -10, + "y": 17, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -10, + "y": 17, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -10, + "y": 17, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 15, + "y": -2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 14, + "y": 33, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 33, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -2, + "z": -15, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -16, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -17, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 25, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 33, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -2, + "z": -19, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 33, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -2, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -6, + "y": 1, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -21, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -6, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 15, + "y": -2, + "z": -22, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -7, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -8, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -9, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -10, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 10, + "y": 25, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 25, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": -2, + "z": -11, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -2, + "z": -13, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 25, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 25, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 15, + "y": -2, + "z": -14, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": -2, + "z": 1, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 25, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -2, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": -2, + "z": -1, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -2, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -3, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": 15, + "y": -2, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 14, + "y": 33, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -2, + "z": -5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 33, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -2, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 12, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 25, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 12, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 30, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 30, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 15, + "y": -2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 30, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": -2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 25, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 30, + "z": -19, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 15, + "y": -2, + "z": 4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 10, + "y": 25, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": -2, + "z": 3, + "elements": [ + "minecraft:sandstone_stairs@1" + ] + }, + { + "x": -10, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 12, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 25, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -14, + "y": 34, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": -2, + "z": 2, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -10, + "y": 30, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 30, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 30, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 34, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 12, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 12, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 12, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 6, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -9, + "y": 20, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 20, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 20, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 20, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 20, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 30, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 30, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 30, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -14, + "y": 34, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 30, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 30, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -10, + "y": 30, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 34, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -5, + "y": 4, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 10, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 20, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 4, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -5, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 20, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 20, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 20, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 20, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 16, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 46, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 46, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 12, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 22, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 46, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 46, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 20, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 22, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 22, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 22, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 20, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 7, + "y": 16, + "z": -8, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 20, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 46, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 9, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 22, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 9, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 12, + "y": 22, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": 9, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 22, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 9, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 9, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 22, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 22, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 22, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 9, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 22, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 22, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 22, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 22, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -10, + "y": 22, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 9, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 2, + "y": 9, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 9, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 22, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": 9, + "z": -8, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 10, + "y": 46, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 46, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 46, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -6, + "y": 1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -6, + "y": 1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -5, + "y": -1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 50, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 6, + "y": 17, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 17, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -3, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 17, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 50, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 6, + "y": 17, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -5, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 2, + "y": 9, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 46, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": 9, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 22, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 9, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 22, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 22, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 46, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 22, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 22, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 22, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 9, + "z": -16, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -3, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 46, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 46, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -6, + "y": 25, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 20, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 20, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 20, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -6, + "y": 25, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 11, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 17, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 5, + "y": 17, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 17, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 24, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 17, + "z": -8, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 11, + "y": 24, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 24, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 24, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 11, + "y": 24, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 30, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 30, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 30, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 17, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 17, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": 11, + "z": -18, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 5, + "y": 43, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 43, + "z": -12, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 11, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 5, + "y": 43, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 30, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 30, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 44, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 44, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -6, + "y": 30, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 44, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -6, + "y": 4, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -6, + "y": 4, + "z": -9, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 4, + "z": -8, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 44, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -6, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 11, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 0, + "y": 11, + "z": -6, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 44, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -11, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -6, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -11, + "y": 44, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 6, + "y": 12, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 6, + "y": 12, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 14, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 18, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 14, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 18, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 14, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 18, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 6, + "y": 12, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 18, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 14, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 18, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 14, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 14, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 12, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 6, + "y": 12, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 12, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 14, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 14, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 14, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 14, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -6, + "y": 4, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": 13, + "y": 22, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 22, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 22, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 22, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 22, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 14, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 22, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 18, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 0, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 14, + "y": 0, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 41, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": 0, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 41, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 14, + "y": 0, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 41, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 14, + "y": 0, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 18, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 18, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 22, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -9, + "y": 17, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 18, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": 0, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 18, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": 22, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 17, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": 0, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 2, + "y": 41, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": 41, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -4, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -4, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -4, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 2, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 2, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -4, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -4, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -4, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -4, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -4, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -4, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -9, + "y": 17, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 17, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 17, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 24, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 24, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 24, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 24, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 17, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 22, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 17, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 17, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 13, + "y": 22, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 22, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 17, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 17, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 22, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 22, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 22, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -4, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 3, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 24, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 2, + "y": 4, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 2, + "y": 4, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 7, + "y": 23, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 7, + "y": 23, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 7, + "y": 23, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 23, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 7, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -4, + "y": 10, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 10, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 10, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 41, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 4, + "y": 6, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -4, + "y": 10, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 10, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 4, + "y": 6, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 10, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 10, + "z": -9, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 4, + "y": 6, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 4, + "y": 6, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 41, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -4, + "y": 10, + "z": -15, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 4, + "y": 6, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 41, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 4, + "y": 6, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 41, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 41, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -9, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 41, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 2, + "z": 6, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -8, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -21, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -17, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 28, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 28, + "z": 0, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -11, + "y": 11, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 6, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 11, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 11, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 5, + "y": 6, + "z": -6, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 11, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 5, + "y": 6, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 6, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 5, + "y": 6, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 5, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -11, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": -2, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 11, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 11, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 11, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 11, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 11, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 11, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 11, + "y": 44, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 44, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 11, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 44, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 0, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": -8, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 2, + "z": -24, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": -2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 44, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": -2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 11, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 44, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 5, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 44, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 5, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 6, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 6, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 6, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 6, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 14, + "y": 28, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 3, + "y": 41, + "z": -13, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 27, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 41, + "z": -11, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 14, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 27, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 27, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 14, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 14, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 27, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 14, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 28, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -2, + "z": 5, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 8, + "y": 14, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 4, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 14, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 14, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": -2, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 14, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": -2, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 40, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 27, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 27, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 27, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 27, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 28, + "z": -18, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -8, + "y": 28, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -8, + "y": 28, + "z": -20, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -8, + "y": 28, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 28, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 15, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -3, + "y": 14, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 14, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 15, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 14, + "z": -7, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 8, + "y": 40, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 3, + "y": 15, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 15, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 15, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -8, + "y": 15, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 15, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 15, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 15, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 15, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": 14, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 14, + "z": -17, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -3, + "y": 14, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -12, + "y": 7, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 7, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 7, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 7, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 44, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 44, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 44, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 7, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 20, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 7, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 20, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 7, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 7, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 11, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 11, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@2" + ] + }, + { + "x": 12, + "y": 11, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 44, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": -2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 20, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": -2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 12, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 20, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 20, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 11, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 7, + "z": -9, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -8, + "y": 28, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 12, + "y": 11, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -7, + "y": 6, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 28, + "z": -3, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 11, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 28, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 11, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 44, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -12, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 7, + "z": -15, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -8, + "y": 28, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 28, + "z": -1, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 12, + "y": 11, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 20, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 20, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 20, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 7, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -1, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 7, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -15, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": -2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -7, + "y": 6, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 12, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -7, + "y": 6, + "z": -13, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -7, + "y": 6, + "z": -12, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 6, + "z": -11, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 41, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -7, + "y": 6, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 6, + "z": -9, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -8, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 7, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -1, + "y": 7, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 12, + "y": -2, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -7, + "y": 6, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -7, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -7, + "y": 6, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 6, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 41, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -8, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 44, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -1, + "y": 44, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 9, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 8, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 9, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 6, + "y": 28, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 9, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 9, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 10, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 8, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 8, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 8, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 8, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 8, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 10, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 10, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 10, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": 30, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 30, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 30, + "z": -2, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 8, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 8, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 8, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 8, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 28, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 11, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 11, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 11, + "z": -21, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 11, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 11, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 11, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 31, + "z": -3, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -12, + "y": 31, + "z": -1, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -7, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 31, + "z": 1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 31, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 11, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 7, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -7, + "y": 11, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 7, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -7, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 11, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 31, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 11, + "z": -3, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -7, + "y": 11, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 31, + "z": -5, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 31, + "z": -20, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -12, + "y": 31, + "z": -18, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -12, + "y": 31, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 11, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -12, + "y": 31, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 11, + "z": -12, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 11, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 11, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 10, + "y": 7, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 32, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 32, + "z": -22, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 10, + "y": 7, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 32, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 32, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 8, + "y": 32, + "z": -5, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 10, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 32, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 7, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 7, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 5, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 5, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 5, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -2, + "y": 43, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -2, + "y": 43, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 43, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -2, + "y": 43, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 43, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 31, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 31, + "z": -22, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -8, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 5, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 5, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 5, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 8, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -5, + "y": 15, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 8, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -5, + "y": 15, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -5, + "y": 15, + "z": -8, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 6, + "y": -1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -5, + "y": 15, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -5, + "y": 15, + "z": -16, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -5, + "y": 15, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 29, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": -1, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 6, + "y": -1, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -14, + "y": 29, + "z": -20, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 35, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -14, + "y": 29, + "z": -18, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -14, + "y": 29, + "z": -22, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 8, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 8, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 8, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": 29, + "z": -3, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 29, + "z": -1, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -14, + "y": 29, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -14, + "y": 29, + "z": -5, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": -10, + "y": 35, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": 29, + "z": -16, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 6, + "y": -1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 9, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 9, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -14, + "y": 29, + "z": 1, + "elements": [ + "botania:livingrock0stairs@4" + ] + }, + { + "x": 12, + "y": 9, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 9, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 32, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 32, + "z": 1, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 12, + "y": 32, + "z": -5, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 5, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 32, + "z": -22, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 5, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 12, + "y": 32, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 4, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 32, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 32, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 12, + "y": 32, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 5, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 4, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 4, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 3, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 3, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 4, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 4, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 10, + "y": 28, + "z": -4, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 28, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 28, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 28, + "z": 0, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 28, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 28, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 28, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -3, + "y": 42, + "z": -17, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 10, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 10, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 10, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 28, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 10, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 10, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 10, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": 42, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": 42, + "z": -7, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 7, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 7, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 7, + "z": -17, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -12, + "y": 10, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 10, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 10, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 10, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 7, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 7, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 7, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 7, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 7, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 6, + "y": 7, + "z": -7, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 6, + "y": 7, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 6, + "y": 7, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 5, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 0, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 28, + "z": -21, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 28, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 28, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 10, + "y": 28, + "z": -17, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 28, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 28, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 12, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 12, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 12, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 25, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 25, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 25, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 12, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 12, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 25, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 25, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 11, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 11, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 13, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 13, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 13, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 13, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 43, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 13, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 2, + "y": 43, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": 43, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 2, + "y": 43, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": 43, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 13, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 13, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 13, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 26, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 13, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 13, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 12, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 12, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 13, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 12, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 12, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 12, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 26, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -11, + "y": 26, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 26, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 26, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": 11, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 11, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 26, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 30, + "z": -22, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 11, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 26, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -19, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 26, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 26, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 26, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 30, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 13, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -9, + "y": 30, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -3, + "y": 11, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 11, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 11, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 30, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 8, + "z": -14, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 8, + "z": -13, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 25, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 8, + "z": -12, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 25, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 7, + "y": 8, + "z": -11, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 8, + "z": -10, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 25, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -5, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -9, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 25, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 30, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 25, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 30, + "z": -2, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 30, + "z": 1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 30, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -14, + "y": -2, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 40, + "z": -10, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": -2, + "z": -13, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -15, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -14, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -17, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -16, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 16, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -14, + "y": -2, + "z": -21, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 29, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 11, + "y": 16, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -22, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 16, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 16, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 11, + "y": 16, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 16, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 39, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -3, + "y": -2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -2, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 1, + "y": 40, + "z": -13, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 16, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 1, + "y": 40, + "z": -14, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 16, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 40, + "z": -11, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 11, + "y": 16, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 16, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 1, + "y": 40, + "z": -12, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 11, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -3, + "y": -2, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 11, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -3, + "y": -2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -3, + "y": -2, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": -3, + "y": -2, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -3, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 11, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -4, + "y": 8, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 8, + "z": -9, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -1, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -4, + "y": 8, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 8, + "z": -13, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -4, + "y": 8, + "z": -10, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -4, + "y": 8, + "z": -11, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 12, + "y": 40, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 40, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 40, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -11, + "y": 42, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 12, + "z": -7, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -2, + "y": 12, + "z": -6, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -2, + "y": 12, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 8, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 12, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 12, + "z": -18, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -4, + "y": 8, + "z": -14, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -2, + "y": 12, + "z": -17, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -4, + "y": 8, + "z": -15, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -4, + "y": 8, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 12, + "y": 40, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 40, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -13, + "y": 22, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 22, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 22, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 33, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 12, + "y": 40, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -11, + "y": 42, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 42, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -11, + "y": 42, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -11, + "y": 42, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 13, + "y": 33, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 22, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 22, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 22, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 22, + "z": 1, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -14, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 22, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -14, + "y": -2, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -13, + "y": 22, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 13, + "y": 33, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -13, + "y": 22, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": -2, + "z": 3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -13, + "y": 22, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": -2, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -3, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -11, + "y": 42, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -14, + "y": -2, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 42, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 13, + "y": 33, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 42, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -14, + "y": -2, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 42, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": -2, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 22, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 22, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -14, + "y": -2, + "z": -9, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -13, + "y": 22, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -11, + "y": 42, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -14, + "y": -2, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": 2, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -12, + "y": 2, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone_stairs@7" + ] + }, + { + "x": 9, + "y": 48, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 46, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 46, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 46, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@6" + ] + }, + { + "x": -12, + "y": 2, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -12, + "y": 2, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 36, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 48, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 36, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 36, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 46, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 46, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 46, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 36, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 36, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 36, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 1, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 0, + "y": 3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 0, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 1, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 6, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 10, + "y": 49, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 1, + "y": 6, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 1, + "y": 6, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -9, + "y": 7, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": 49, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 7, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 7, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 7, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 6, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 7, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 7, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -9, + "y": 7, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 6, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 6, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 6, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 6, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 6, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 6, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 6, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -13, + "y": -1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 8, + "y": 32, + "z": 1, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 8, + "y": 32, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 31, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 31, + "z": -4, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 31, + "z": 0, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 7, + "y": 31, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 4, + "y": 11, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 11, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 39, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 7, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -13, + "y": -1, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 4, + "y": 11, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 7, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 7, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 0, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 11, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 7, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 0, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -9, + "y": 7, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 7, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 11, + "y": 39, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 4, + "y": 11, + "z": -8, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": -1, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 39, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 7, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 4, + "y": 11, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 0, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -13, + "y": -1, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 0, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -15, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -16, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 7, + "y": 31, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 0, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 7, + "y": 31, + "z": -21, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -9, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -13, + "y": -1, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 39, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 0, + "y": 3, + "z": -7, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -8, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -5, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 11, + "y": 39, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 7, + "y": 31, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -6, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 7, + "y": 31, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 39, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -6, + "y": 14, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 10, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 10, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -6, + "y": 14, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 10, + "z": -22, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -6, + "y": 14, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 8, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -6, + "y": 14, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -19, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -6, + "y": 14, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -18, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -21, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -20, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -6, + "y": 14, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 10, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 10, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -8, + "y": 10, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 8, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": 7, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 7, + "z": -20, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -17, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -3, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -2, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 2, + "y": 7, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 2, + "y": 7, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -4, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 2, + "y": 7, + "z": -14, + "elements": [ + "botania:livingrock0stairs@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 2, + "y": 7, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 2, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -11, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -11, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 2, + "y": 7, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -11, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 3, + "z": -1, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 7, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": 2, + "y": 7, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 21, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 21, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 21, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 21, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 21, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 11, + "y": 21, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 11, + "y": 21, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 6, + "y": 15, + "z": -7, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 11, + "y": 21, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 15, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 11, + "y": 21, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 11, + "y": 21, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 15, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 15, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 15, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 14, + "z": -17, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 5, + "y": 14, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 47, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 5, + "y": 14, + "z": -15, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 5, + "y": 14, + "z": -9, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 5, + "y": 14, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 14, + "z": -7, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -6, + "y": 27, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 47, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -2, + "y": 4, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -2, + "y": 4, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 8, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -2, + "y": 4, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -5, + "y": 2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -2, + "y": 4, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 21, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 21, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 0, + "y": 8, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 21, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 27, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 0, + "y": 8, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -2, + "y": 4, + "z": -24, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": -8, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -8, + "y": 23, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 0, + "y": 8, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 23, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 23, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 23, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 0, + "y": 8, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 0, + "y": 8, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 14, + "y": -3, + "z": -11, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -12, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -9, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -10, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -7, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -8, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 21, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": -3, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 21, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 15, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -11, + "y": 21, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": -3, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 21, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 10, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 9, + "y": 17, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 17, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 10, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 17, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -11, + "y": 21, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": -3, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 10, + "z": -16, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 9, + "y": 17, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 14, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 14, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -11, + "y": 21, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 3, + "y": 10, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -11, + "y": 21, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 3, + "y": 10, + "z": -8, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 3, + "y": 10, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -11, + "y": 21, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -11, + "y": 21, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -8, + "y": 23, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -11, + "y": 21, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -8, + "y": 23, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 23, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -11, + "y": 21, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 23, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 14, + "y": 23, + "z": -1, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 14, + "y": 23, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 23, + "z": 1, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 14, + "y": 23, + "z": -5, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 8, + "y": 19, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 19, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 23, + "z": -3, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 8, + "y": 19, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 19, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 19, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 14, + "y": 23, + "z": -18, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 14, + "y": 23, + "z": -16, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 8, + "y": 19, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 14, + "y": 23, + "z": -22, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 8, + "y": 19, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 14, + "y": 23, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 14, + "y": 23, + "z": -20, + "elements": [ + "botania:livingrock0stairs@5" + ] + }, + { + "x": 8, + "y": 19, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -10, + "y": 19, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 19, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 43, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 43, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 19, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 43, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 9, + "y": 43, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 9, + "y": 43, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 19, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 19, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 1, + "y": 6, + "z": -4, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 19, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 1, + "y": 6, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 6, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 1, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 1, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 25, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 25, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 25, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 25, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 25, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 2, + "y": 12, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 2, + "y": 12, + "z": -6, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 2, + "y": 12, + "z": -7, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": 13, + "y": -1, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 11, + "y": 47, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": -1, + "z": 3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 9, + "y": 43, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 9, + "y": 43, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 2, + "y": 12, + "z": -17, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": 2, + "y": 12, + "z": -18, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 9, + "y": 43, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 2, + "y": 12, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 9, + "y": 43, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 13, + "y": -1, + "z": -3, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 9, + "y": 43, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": -1, + "z": -9, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 11, + "y": 47, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 13, + "y": -1, + "z": -15, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -7, + "y": -2, + "z": 6, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 13, + "y": -1, + "z": -21, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -7, + "y": -2, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 13, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": -2, + "z": -24, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 13, + "y": -1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -7, + "y": -2, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 23, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 23, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -23, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -17, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 23, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -13, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 19, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 15, + "y": 3, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 19, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 15, + "y": 3, + "z": -15, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -9, + "y": -1, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 10, + "y": 23, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 15, + "y": 3, + "z": -14, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 19, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -11, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -10, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 19, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 15, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 15, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 4, + "y": 16, + "z": -18, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 10, + "y": 23, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 15, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 15, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 16, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 19, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 10, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 12, + "y": 19, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 15, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -12, + "y": 15, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 10, + "y": 23, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 23, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 15, + "y": 3, + "z": 2, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 19, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 10, + "y": 23, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 23, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 10, + "y": 23, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -3, + "y": 6, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -19, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": 6, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": 6, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 45, + "z": -3, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 45, + "z": -4, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 45, + "z": -1, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 45, + "z": -2, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 45, + "z": 0, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -10, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": -10, + "y": 45, + "z": -20, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 45, + "z": -17, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 12, + "y": 27, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -9, + "y": -1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 45, + "z": -18, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 27, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 12, + "y": 27, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 12, + "y": 27, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": -1, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -12, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 19, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 45, + "z": -21, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 15, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 15, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": 15, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -12, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -7, + "y": 3, + "z": -8, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -9, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -6, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -7, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -12, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 3, + "z": -13, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 3, + "z": -10, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 3, + "z": -11, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 3, + "z": -16, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -17, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -14, + "elements": [ + "minecraft:sandstone@0" + ] + }, + { + "x": -7, + "y": 3, + "z": -15, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -20, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -19, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 23, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 23, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 23, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -7, + "y": 3, + "z": 4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -12, + "y": 23, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 41, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 12, + "y": 1, + "z": -22, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -7, + "y": 3, + "z": 3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 23, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -7, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": -7, + "y": 3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": 15, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 15, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -7, + "y": 3, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 10, + "y": 15, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -7, + "y": 3, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 12, + "y": 1, + "z": -23, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -7, + "y": 3, + "z": 1, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -5, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -12, + "y": 23, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -2, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -7, + "y": 3, + "z": -3, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": -10, + "y": 27, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -12, + "y": 23, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 23, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -12, + "y": 41, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -10, + "y": 27, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -12, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -12, + "y": 23, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -12, + "y": 23, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -12, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 10, + "z": -7, + "elements": [ + "botania:livingrock0stairs@3" + ] + }, + { + "x": -5, + "y": 7, + "z": -18, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -5, + "y": 7, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -5, + "y": 7, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 27, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -5, + "y": 7, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 7, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 23, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -5, + "y": 7, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -1, + "y": 10, + "z": -6, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 7, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -12, + "y": 23, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -1, + "y": 10, + "z": -5, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -10, + "y": 27, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 12, + "y": 45, + "z": -19, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -1, + "y": 10, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": -10, + "y": 27, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -7, + "y": 3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -1, + "y": 10, + "z": -17, + "elements": [ + "botania:livingrock0stairs@2" + ] + }, + { + "x": -10, + "y": 27, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 10, + "y": -3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 10, + "y": -3, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -10, + "y": 27, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -1, + "y": 10, + "z": -19, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 5, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 12, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -8, + "y": 44, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 8, + "y": 11, + "z": -5, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -8, + "y": 44, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 44, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": 8, + "y": 11, + "z": -16, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 10, + "y": -3, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 10, + "y": -3, + "z": -24, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 8, + "y": 11, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 11, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 11, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -5, + "y": 7, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 44, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -5, + "y": 7, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 7, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 44, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -8, + "y": 44, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -5, + "y": 7, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -5, + "y": 7, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -5, + "y": 7, + "z": -6, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 8, + "y": 11, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -10, + "y": 27, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 8, + "y": 11, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -10, + "y": 27, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": 8, + "y": 11, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 27, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 8, + "y": 11, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 11, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 24, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 24, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 24, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 24, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 24, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 8, + "y": 24, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 24, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 8, + "y": 24, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -10, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 5, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 3, + "y": 5, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 3, + "y": 5, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 18, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 18, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 3, + "y": 5, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -6, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 3, + "y": 5, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 18, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 31, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 31, + "z": 1, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 18, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 31, + "z": -1, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 14, + "z": -19, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -10, + "y": 14, + "z": -18, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -8, + "y": 18, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 31, + "z": -3, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -10, + "y": 14, + "z": -20, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -8, + "y": 31, + "z": -5, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 31, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "minecraft:sandstone_stairs@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 18, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 18, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 31, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 18, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 31, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -10, + "y": 14, + "z": -3, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -10, + "y": 14, + "z": -2, + "elements": [ + "divinerpg:blaze_lamp@0" + ] + }, + { + "x": -8, + "y": 31, + "z": -18, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": -8, + "y": 31, + "z": -20, + "elements": [ + "botania:livingrock0stairs@0" + ] + }, + { + "x": 10, + "y": 41, + "z": -21, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -8, + "y": 31, + "z": -22, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 31, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -10, + "y": 14, + "z": -1, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 10, + "y": 41, + "z": -20, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 41, + "z": -19, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 10, + "y": 41, + "z": -18, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 41, + "z": -17, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 41, + "z": 0, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 1, + "y": 1, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 10, + "y": 41, + "z": -4, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": 10, + "y": 41, + "z": -3, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 10, + "y": 41, + "z": -2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 10, + "y": 41, + "z": -1, + "elements": [ + "minecraft:stained_glass@11" + ] + }, + { + "x": 1, + "y": 1, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 6, + "y": 33, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 33, + "z": -15, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 33, + "z": -22, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 33, + "z": -23, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 29, + "z": 2, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": -6, + "y": 22, + "z": -1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 29, + "z": 1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 22, + "z": -3, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -6, + "y": 22, + "z": -2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -8, + "y": 5, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -8, + "y": 5, + "z": -21, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 5, + "z": -17, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -8, + "y": 5, + "z": -18, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 9, + "z": -15, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 5, + "z": -3, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 5, + "y": 9, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 5, + "z": -4, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 15, + "y": 3, + "z": 5, + "elements": [ + "chisel:sandstoneyellow1@7" + ] + }, + { + "x": 5, + "y": 9, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 15, + "y": 3, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 5, + "y": 9, + "z": -12, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 5, + "y": 9, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 5, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 5, + "y": 9, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -8, + "y": 5, + "z": -1, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 4, + "y": 16, + "z": -6, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 5, + "y": 9, + "z": -9, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": 5, + "y": 9, + "z": -8, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 29, + "z": -22, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 29, + "z": -23, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 4, + "y": 16, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 29, + "z": -20, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 29, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 29, + "z": -18, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 29, + "z": -19, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 29, + "z": -16, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 9, + "z": -17, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 29, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 5, + "y": 9, + "z": -16, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -7, + "y": 29, + "z": -15, + "elements": [ + "botania:livingrock0stairs@7" + ] + }, + { + "x": 6, + "y": 33, + "z": 2, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 33, + "z": 1, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 29, + "z": -6, + "elements": [ + "botania:livingrock0stairs@6" + ] + }, + { + "x": 5, + "y": 9, + "z": -7, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -7, + "y": 29, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 29, + "z": -5, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -7, + "y": 29, + "z": -2, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 6, + "y": 33, + "z": -6, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 6, + "y": 33, + "z": -5, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 29, + "z": -3, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 22, + "z": -20, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 29, + "z": 0, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 22, + "z": -19, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": -7, + "y": 29, + "z": -1, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -6, + "y": 22, + "z": -18, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 4, + "y": 42, + "z": -16, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 13, + "z": -14, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 13, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 4, + "y": 42, + "z": -8, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 0, + "z": -24, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 7, + "y": 13, + "z": -10, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": 7, + "y": 13, + "z": -11, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 13, + "z": -13, + "elements": [ + "enderio:block_alloy@7" + ] + }, + { + "x": 7, + "y": 13, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 25, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 25, + "z": 0, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 25, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -9, + "y": 25, + "z": -2, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": -9, + "y": 25, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -4, + "y": 13, + "z": -7, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 13, + "z": -6, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 9, + "z": -8, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -9, + "y": 38, + "z": -3, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -6, + "y": 9, + "z": -10, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -9, + "y": 38, + "z": -2, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 38, + "z": -1, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -6, + "y": 9, + "z": -9, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 9, + "z": -12, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 9, + "z": -11, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 9, + "z": -14, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -4, + "y": 13, + "z": -18, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -4, + "y": 13, + "z": -17, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 9, + "z": -13, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -6, + "y": 9, + "z": -16, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": -6, + "y": 9, + "z": -15, + "elements": [ + "iceandfire:sea_serpent_scale_block_bronze@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 7, + "y": 0, + "z": 6, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -9, + "y": 38, + "z": -20, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -9, + "y": 38, + "z": -19, + "elements": [ + "minecraft:stained_glass@9" + ] + }, + { + "x": -9, + "y": 38, + "z": -18, + "elements": [ + "minecraft:stained_glass@3" + ] + }, + { + "x": -15, + "y": 0, + "z": -6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 17, + "z": -21, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 17, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 0, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": -10, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": -8, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": -14, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": -12, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 0, + "z": -18, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 0, + "z": -16, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": -22, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 17, + "z": -4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": -20, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": -24, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": 9, + "y": 17, + "z": -17, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": 9, + "y": 17, + "z": -19, + "elements": [ + "minecraft:stone_slab@9" + ] + }, + { + "x": 9, + "y": 17, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -15, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -15, + "y": 0, + "z": 2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 4, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": -2, + "elements": [ + "aether_legacy:angelic_wall@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstoneyellow2@4" + ] + }, + { + "x": -13, + "y": 30, + "z": -16, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 30, + "z": -18, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 30, + "z": -17, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -4, + "y": 0, + "z": -23, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -13, + "y": 30, + "z": -4, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -13, + "y": 30, + "z": -3, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 30, + "z": -5, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": 9, + "y": 4, + "z": 6, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": -13, + "y": 30, + "z": -20, + "elements": [ + "biomesoplenty:flesh@0" + ] + }, + { + "x": -13, + "y": 30, + "z": -19, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 30, + "z": -22, + "elements": [ + "contenttweaker:abyssal_flesh@0" + ] + }, + { + "x": -13, + "y": 30, + "z": -21, + "elements": [ + "chisel:concrete_brown@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -2, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -1, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 4, + "z": 0, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -4, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -3, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -24, + "elements": [ + "minecraft:stone_slab@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -18, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -17, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -21, + "elements": [ + "minecraft:sandstone@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -20, + "elements": [ + "railcraft:sandy@1" + ] + }, + { + "x": 9, + "y": 4, + "z": -19, + "elements": [ + "railcraft:sandy@1" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_discharger_t6.json b/config/modularmachinery/machinery/dyson_discharger_t6.json new file mode 100644 index 00000000..955b82e4 --- /dev/null +++ b/config/modularmachinery/machinery/dyson_discharger_t6.json @@ -0,0 +1,38 @@ +{ + "registryname": "dyson_discharger_t6", + "localizedname": "Dyson Discharger: 1024X", + "color": "eb5ed5", + "parts": [ + { + "x": 0, + "y": -4, + "z": 0, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 0, + "y": -3, + "z": 0, + "elements": [ + "modularmachinery:blockenergyoutputhatch@7" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:hypercapacitor_discharger_x1024" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/modularmachinery.cfg b/config/modularmachinery/modularmachinery.cfg index b0086943..a4e0eab7 100644 --- a/config/modularmachinery/modularmachinery.cfg +++ b/config/modularmachinery/modularmachinery.cfg @@ -8,7 +8,7 @@ auto-assembly { S:itemName=minecraft:stick # Set the auto-assembly need all blocks must be in the inventory. [default: true] - B:needAllBlocks=true + B:needAllBlocks=false # Set whether to skip blocks containing NBTs. [default: false] B:skipBlockContainNBT=false diff --git a/config/nae2.cfg b/config/nae2.cfg index 974990a3..0bb3eefa 100644 --- a/config/nae2.cfg +++ b/config/nae2.cfg @@ -25,6 +25,11 @@ dense_fluid_cells { } +exposer { + B:enabled=true +} + + interface_p2p { B:enabled=false } @@ -54,9 +59,11 @@ reconstruction_chamber { upgrades { + # Enable Auto-Complete Upgrade cards for ME Interfaces + B:auto_complete=true B:enabled=true - # Enable Hyper-Acceleration Upgrade cards + # Enable Hyper-Acceleration Upgrade cards for ME IO Ports B:hyper_acceleration=true } diff --git a/config/nuclearcraft.cfg b/config/nuclearcraft.cfg index 4aa7e829..0c94746a 100644 --- a/config/nuclearcraft.cfg +++ b/config/nuclearcraft.cfg @@ -1011,7 +1011,7 @@ other { B:wasteland_biome=true # The weight assigned to the generation of the Wasteland Biomes - higher numbers correspond to higher generation rates. - I:wasteland_biome_weight=5 + I:wasteland_biome_weight=4 # Will the Wasteland Dimension be generated? B:wasteland_dimension_gen=true diff --git a/config/omniwand.cfg b/config/omniwand.cfg index 70e9830f..757aca5f 100644 --- a/config/omniwand.cfg +++ b/config/omniwand.cfg @@ -36,6 +36,7 @@ general { rftools:smartwrench teslacorelib:wrench thermalfoundation:wrench + > # List of mod aliases used for Omniwand transforming. @@ -84,6 +85,13 @@ general { thaumicaugmentation:gauntlet:1 astralsorcery:itemlinkingtool woot:builder + chisel:offsettool + thaumcraft:golem_bell + enderio:item_travel_staff + cyclicmagic:sign_editor + cyclicmagic:tool_swap_match + appliedenergistics2:certus_quartz_cutting_knife + actuallyadditions:item_phantom_connector > # List of names contained within item ids that can be attached to the Omniwand. @@ -101,6 +109,7 @@ general { chisel assembler connector + gadget > } diff --git a/config/plethora-core.cfg b/config/plethora-core.cfg index 1c0e9a0b..9165675c 100644 --- a/config/plethora-core.cfg +++ b/config/plethora-core.cfg @@ -7,183 +7,538 @@ ########################################################################################################## basecosts { + # canvas: function():table -- Get the 2D canvas for these glasses. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas#canvas(IModuleContainer)"=0 + + # canvas3d: function():table -- Get the 3D canvas for these glasses. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas#canvas3d(IModuleContainer)"=0 + + # clear: function() -- Remove all objects. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas#clear(ObjectGroup)"=0 + + # remove: function() -- Remove this object from the canvas. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas#remove(BaseObject)"=0 + + # addDot: function(position:table, [, color:number][, size:number]):table -- Create a new dot. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addDot(Group2D)"=0 + + # addGroup: function(position:table):table -- Create a new object group. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addGroup(Group2D)"=0 + + # addItem: function(position:table, item:string[, damage:int[, scale:number]]):table -- Create a item icon. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addItem(Group2D)"=0 + + # addLine: function(start:table, end:table[, colour:int[, thickness:number]]):table -- Create a new line. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addLine(Group2D)"=0 + + # addLines: function(points...:table, [, color:number[, thickness:number]]):table -- Create a new line loop, composed of many points. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addLines(Group2D)"=0 + + # addPolygon: function(points...:table, [, color:number]):table -- Create a new polygon, composed of many points. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addPolygon(Group2D)"=0 + + # addRectangle: function(x:number, y:number, width:number, height:number[, colour:int]):table -- Create a new rectangle. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addRectangle(Group2D)"=0 + + # addText: function(position:table, contents:string[, colour:int[, size:number]]):table -- Create a new text object. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addText(Group2D)"=0 + + # addTriangle: function(p1:table, p2:table, p3:table[, colour:int]):table -- Create a new triangle, composed of three points. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#addTriangle(Group2D)"=0 + + # getSize: function():number, number -- Get the size of this canvas. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas2D#getSize(Frame2D)"=0 + + # addBox: function(x:number, y:number, z:number[, width:number, height:number, depth:number][, color:number]):table -- Create a new box. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas3D#addBox(Group3D)"=0 + + # addFrame: function(position:table):table -- Create a new frame to put 2d objects in. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas3D#addFrame(Group3D)"=0 + + # addItem: function(position:table, item:string[, damage:int[, scale:number]]):table -- Create a item model. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas3D#addItem(Group3D)"=0 + + # addLine: function(start:table, end:table[, thickness:number[, colour:int]]):table -- Create a new line. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas3D#addLine(Group3D)"=0 + + # create: function([offset:table]):table -- Create a new 3D canvas centred relative to the current position. I:"org.squiddev.plethora.gameplay.modules.glasses.methods.MethodsCanvas3D#create(Origin3D)"=0 + + # getAlpha: function():int -- Get the alpha for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.Colourable#getAlpha(Colourable)"=0 + + # getColor: function():int -- Get the colour for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.Colourable#getColour(Colourable)"=0 + + # setAlpha: function(alpha:int) -- Set the alpha for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.Colourable#setAlpha(Colourable)"=0 + + # setColour: function(colour|r:int, [g:int, b:int], [alpha:int]):number -- Set the colour for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.Colourable#setColour(Colourable)"=0 + + # getItem: function(): string, number -- Get the item and damage value for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.ItemObject#getItem(ItemObject)"=0 + + # setItem: function(item:string[, damage:int]) -- Set the item and damage value for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.ItemObject#setItem(ItemObject)"=0 + + # getScale: function():number -- Get the scale for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.Scalable#getScale(Scalable)"=0 + + # setScale: function(scale:number) -- Set the scale for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.Scalable#setScale(Scalable)"=0 + + # getLineHeight: function():int -- Get the line height for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.TextObject#getLineHeight(TextObject)"=0 + + # getText: function():string -- Get the text for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.TextObject#getText(TextObject)"=0 + + # hasShadow: function():boolean -- Get the shadow for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.TextObject#hasShadow(TextObject)"=0 + + # setLineHeight: function(lineHeight:int) -- Set the line height for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.TextObject#setLineHeight(TextObject)"=0 + + # setShadow: function(shadow:boolean) -- Set the shadow for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.TextObject#setShadow(TextObject)"=0 + + # setText: function(contents:string) -- Set the text for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.TextObject#setText(TextObject)"=0 + + # getPoint: function(idx:int):number, number -- Get the specified vertex of this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.MultiPoint2D#getPoint(MultiPoint2D)"=0 + + # setPoint: function(idx:int, x:number, y:number) -- Set the specified vertex of this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.MultiPoint2D#setPoint(MultiPoint2D)"=0 + + # getPointCount: function():int -- Get the number of verticies on this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.MultiPointResizable2D#getPointCount(MultiPointResizable2D)"=0 + + # insertPoint: function([idx:int, ]x:number, y:number) -- Add a specified vertex to this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.MultiPointResizable2D#insertPoint(MultiPointResizable2D)"=0 + + # removePoint: function(idx:int) -- Remove the specified vertex of this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.MultiPointResizable2D#removePoint(MultiPointResizable2D)"=0 + + # getPosition: function():number, number -- Get the position for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.Positionable2D#getPosition(Positionable2D)"=0 + + # setPosition: function(x:number, y:number) -- Set the position for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.Positionable2D#setPosition(Positionable2D)"=0 + + # getSize: function():number, number -- Get the size of this rectangle. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.Rectangle#getSize(Rectangle)"=0 + + # setSize: function(width:number, height:number) -- Set the size of this rectangle. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object2d.Rectangle#setSize(Rectangle)"=0 + + # getSize: function():number, number, number -- Get the size of this box. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.Box#getSize(Box)"=0 + + # setSize: function(width:number, height:number, depth:number) -- Set the size of this box. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.Box#setSize(Box)"=0 + + # isDepthTested: function():boolean -- Determine whether depth testing is enabled for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.DepthTestable#isDepthTested(DepthTestable)"=0 + + # setDepthTested: function(depthTest:boolean) -- Set whether depth testing is enabled for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.DepthTestable#setDepthTested(DepthTestable)"=0 + + # getPoint: function(idx:int):number, number, number -- Get the specified vertex of this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.MultiPoint3D#getPoint(MultiPoint3D)"=0 + + # setPoint: function(idx:int, x:number, y:number, z:number) -- Set the specified vertex of this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.MultiPoint3D#setPoint(MultiPoint3D)"=0 + + # recenter: function([offset:table]) -- Recenter this canvas relative to the current position. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.ObjectRoot3D#recenter(ObjectRoot3D)"=0 + + # getPosition: function():number, number, number -- Get the position for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.Positionable3D#getPosition(Positionable3D)"=0 + + # setPosition: function(x:number, y:number, z:number) -- Set the position for this object. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.Positionable3D#setPosition(Positionable3D)"=0 + + # getRotation: function():nil|number, number, number -- Get the rotation for this object, or nil if it faces the player. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.Rotatable3D#getRotation(Rotatable3D)"=0 + + # setRotation: function([x:number, y:number, z:number]) -- Set the rotation for this object, passing nothing if it should face the player. I:"org.squiddev.plethora.gameplay.modules.glasses.objects.object3d.Rotatable3D#setRotation(Rotatable3D)"=0 + + # capture: function(pattern:string) -- Capture all chat messages matching a Lua pattern, preventing them from being said. I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChat#capture(IModuleContainer)"=0 + + # clearCaptures: function() -- Remove all listeners added by capture(). I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChat#clearCaptures(IModuleContainer)"=0 + + # say: function(message:string) -- Send a message to everyone I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChat#say(IModuleContainer)"=0 + + # tell: function(message:string) -- Send a message to yourself I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChat#tell(IModuleContainer)"=0 + + # uncapture: function(pattern:string):boolean -- Remove a capture added by capture(pattern). I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChat#uncapture(IModuleContainer)"=0 + + # capture: function(pattern:string) -- Capture all chat messages matching a Lua pattern, preventing them from being said. I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChatCreative#capture(IModuleContainer)"=0 + + # clearCaptures: function() -- Remove all listeners added by capture(). I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChatCreative#clearCaptures(IModuleContainer)"=0 + + # say: function(message:string) -- Send a message to everyone I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChatCreative#say(IModuleContainer)"=0 + + # uncapture: function(pattern:string):boolean -- Remove a capture added by capture(pattern). I:"org.squiddev.plethora.gameplay.modules.methods.MethodsChatCreative#uncapture(IModuleContainer)"=0 + + # getID: function():string -- Get this entity's UUID. I:"org.squiddev.plethora.gameplay.modules.methods.MethodsIntrospection#getID(IModuleContainer)"=0 + + # getMetaOwner: function():table -- Get this entity's UUID. I:"org.squiddev.plethora.gameplay.modules.methods.MethodsIntrospection#getMetaOwner(IModuleContainer)"=0 + + # getName: function():string -- Get this entity's name. I:"org.squiddev.plethora.gameplay.modules.methods.MethodsIntrospection#getName(IModuleContainer)"=0 + + # fire: function(yaw:number, pitch:number, potency:number) -- Fire a laser in a set direction I:"org.squiddev.plethora.gameplay.modules.methods.MethodsLaser#fire"=0 + + # getBlockMeta: function(x:int, y:int, z:int):table -- Get metadata about a nearby block I:"org.squiddev.plethora.gameplay.modules.methods.MethodsScanner#getBlockMeta(IModuleContainer)"=0 + + # scan: function():table -- Scan all blocks in the vicinity I:"org.squiddev.plethora.gameplay.modules.methods.MethodsScanner#scan(IModuleContainer)"=0 + + # getMetaByID: function(id:string):table|nil -- Find a nearby entity by UUID I:"org.squiddev.plethora.gameplay.modules.methods.MethodsSensor#getMetaByID(IModuleContainer)"=0 + + # getMetaByName: function(name:string):table|nil -- Find a nearby entity by name I:"org.squiddev.plethora.gameplay.modules.methods.MethodsSensor#getMetaByName(IModuleContainer)"=0 + + # sense: function():table -- Scan for entities in the vicinity I:"org.squiddev.plethora.gameplay.modules.methods.MethodsSensor#sense(IModuleContainer)"=0 + + # getMetadata: function():table -- Get metadata about this object I:org.squiddev.plethora.integration.MethodMeta=0 + + # getTransferLocations: function([location:string]):table -- Get a list of all available objects which can be transferred to or from I:org.squiddev.plethora.integration.MethodTransferLocations=0 + + # filterModules: function(names:string...):table|nil -- Gets the methods which require these modules I:"org.squiddev.plethora.integration.MethodsCore#filterModules(IModuleContainer)"=0 + + # getDocs: function([name: string]):string|table -- Get the documentation for all functions or the function specified. Errors if the function cannot be found. I:"org.squiddev.plethora.integration.MethodsCore#getDocs(IMethodCollection)"=0 + + # hasModule: function(module:string):boolean -- Checks whether a module is available I:"org.squiddev.plethora.integration.MethodsCore#hasModule(IModuleContainer)"=0 + + # listModules: function():table -- Lists all modules available I:"org.squiddev.plethora.integration.MethodsCore#listModules(IModuleContainer)"=0 + + # getComponents: function():table -- Get the various items required for this task. I:"org.squiddev.plethora.integration.appliedenergistics.CraftingResult#getComponents(CraftingResult)"=0 + + # getId: function():string -- Get the ID for this crafting task. I:"org.squiddev.plethora.integration.appliedenergistics.CraftingResult#getId(CraftingResult)"=0 + + # isCanceled: function():boolean -- Check if this crafting task has been canceled. I:"org.squiddev.plethora.integration.appliedenergistics.CraftingResult#isCanceled(CraftingResult)"=0 + + # isFinished: function():boolean -- Check if this crafting task has finished. I:"org.squiddev.plethora.integration.appliedenergistics.CraftingResult#isFinished(CraftingResult)"=0 + + # status: function():string -- Get the status for this crafting task. I:"org.squiddev.plethora.integration.appliedenergistics.CraftingResult#status(CraftingResult)"=0 + + # craft: function(quantity:int):table -- Craft this item, returning a reference to the crafting task. I:"org.squiddev.plethora.integration.appliedenergistics.MethodCraftItem#craft(IAEItemStack)"=0 + + # export: function(toName:string[, limit:int[, toSlot:int]]):int -- Export this item from the AE network to an inventory. Returns the amount transferred. I:"org.squiddev.plethora.integration.appliedenergistics.MethodExportItem#export(IAEItemStack)"=0 + + # findItem: function(item:string|table):table -- Search for an item in the network. You can specify the item as a string, with or without the damage value ('minecraft:stone' or 'minecraft:stone@0') or as a table with 'name', 'damage' and 'nbthash' fields. You must specify the 'name', but you can leave the other fields empty. I:"org.squiddev.plethora.integration.appliedenergistics.MethodsGrid#findItem(IGrid)"=0 + + # findItems: function(item:string|table):table -- Search all items in the network. You can specify the item as a string, with or without the damage value ('minecraft:stone' or 'minecraft:stone@0') or as a table with 'name', 'damage' and 'nbthash' fields. You must specify the 'name', but you can leave the other fields empty. I:"org.squiddev.plethora.integration.appliedenergistics.MethodsGrid#findItems(IGrid)"=0 + + # getCraftingCPUs: function():table -- List all crafting cpus in the network I:"org.squiddev.plethora.integration.appliedenergistics.MethodsGrid#getCraftingCPUs(IGrid)"=0 + + # getNetworkEnergyStored: function():int -- Get the energy stored usage in this AE network I:"org.squiddev.plethora.integration.appliedenergistics.MethodsGrid#getNetworkEnergyStored(IGrid)"=0 + + # getNetworkEnergyUsage: function():number -- Get the energy usage of this AE network I:"org.squiddev.plethora.integration.appliedenergistics.MethodsGrid#getNetworkEnergyUsage(IGrid)"=0 + + # getNodeEnergyUsage: function():number -- Get the energy usage of this AE node I:"org.squiddev.plethora.integration.appliedenergistics.MethodsGrid#getNodeEnergyUsage(IGridBlock)"=0 + + # listAvailableItems: function():table -- List all items which are stored in the network I:"org.squiddev.plethora.integration.appliedenergistics.MethodsGrid#listAvailableItems(IGrid)"=0 + + # getAstralProgress: function():table -- Get this player's progress in Astral Sorcery I:"org.squiddev.plethora.integration.astralsorcery.MethodsAstralSorcery#getAstralProgress(IModuleContainer)"=0 + + # getGateways: function():table -- Get a list of all Celestial Gateways, grouped by dimension I:"org.squiddev.plethora.integration.astralsorcery.MethodsAstralSorcery#getGateways(TileCelestialGateway)"=0 + + # getBaubles: function():table -- Get this player's baubles inventory I:"org.squiddev.plethora.integration.baubles.MethodIntrospectionBaublesInventory#getBaubles(IModuleContainer)"=0 + + # getSlottedPart: function(slot:string):table -- Get a reference to the part in the specified slot. I:"org.squiddev.plethora.integration.cbmp.MethodsMultipart#getSlottedPart(TileMultipart)"=0 + + # getSlottedPartMeta: function(slot:string):table|nil -- Get the metadata of the part in the specified slot. I:"org.squiddev.plethora.integration.cbmp.MethodsMultipart#getSlottedPartMeta(TileMultipart)"=0 + + # listParts: function():table -- Get a list of all parts in the multipart. I:"org.squiddev.plethora.integration.cbmp.MethodsMultipart#listParts(TileMultipart)"=0 + + # listSlottedParts: function():table -- Get a lookup of slot to parts. I:"org.squiddev.plethora.integration.cbmp.MethodsMultipart#listSlottedParts(TileMultipart)"=0 + + # getSpecies: function(name:string):table|nil -- Get a single chicken species I:"org.squiddev.plethora.integration.chickens.MethodsAnalyzer#getSpecies(IModuleContainer)"=0 + + # getSpeciesList: function():table -- Get a list of all chicken species, with the species name as the index I:"org.squiddev.plethora.integration.chickens.MethodsAnalyzer#getSpeciesList(IModuleContainer)"=0 + + # getInventory: function():table -- Get this turtle's inventory I:"org.squiddev.plethora.integration.computercraft.MethodsIntrospectionTurtle#getInventory(IModuleContainer)"=0 + + # swing: function():boolean, string|nil -- Left click with this item. Returns the action taken. I:"org.squiddev.plethora.integration.computercraft.MethodsKineticTurtle#swing(IModuleContainer)"=0 + + # use: function([duration:integer]):boolean, string|nil -- Right click with this item. The duration is in ticks, or 1/20th of a second. I:"org.squiddev.plethora.integration.computercraft.MethodsKineticTurtle#use(IModuleContainer)"=0 + + # getMutationsList: function(root:string):table -- Get a list of all mutations in the given species root I:"org.squiddev.plethora.integration.forestry.MethodsAnalyzer#getMutationsList(IModuleContainer)"=0 + + # getSpeciesList: function(root:string):table -- Get a list of all species in the given species root I:"org.squiddev.plethora.integration.forestry.MethodsAnalyzer#getSpeciesList(IModuleContainer)"=0 + + # getSpeciesRoots: function():table -- Get a list of all species roots I:"org.squiddev.plethora.integration.forestry.MethodsAnalyzer#getSpeciesRoots(IModuleContainer)"=0 + + # getDrone: function():table|nil -- Get the current drone for this bee housing. I:"org.squiddev.plethora.integration.forestry.MethodsBeeHousing#getDrone(IBeeHousing)"=0 + + # getHumidity: function():string -- Get the temperature of this bee housing. I:"org.squiddev.plethora.integration.forestry.MethodsBeeHousing#getHumidity(IBeeHousing)"=0 + + # getQueen: function():table|nil -- Get the current queen for this bee housing. I:"org.squiddev.plethora.integration.forestry.MethodsBeeHousing#getQueen(IBeeHousing)"=0 + + # getTemperature: function():string -- Get the temperature of this bee housing. I:"org.squiddev.plethora.integration.forestry.MethodsBeeHousing#getTemperature(IBeeHousing)"=0 + + # getErrors: function():table -- Get any errors preventing operation I:"org.squiddev.plethora.integration.forestry.MethodsErrorLogicSource#getErrors(IErrorLogicSource)"=0 + + # getRFCapacity: function([side:string]):int -- The maximum amount of RF that can be stored I:"org.squiddev.plethora.integration.rf.MethodsEnergy#getRFCapacity(IEnergyHandler)"=0 + + # getRFCapacity: function():int -- The maximum amount of RF that can be stored I:"org.squiddev.plethora.integration.rf.MethodsEnergy#getRFCapacity(ItemStack)"=0 + + # getRFCapacityStored: function():int -- The maximum amount of RF that can be stored I:"org.squiddev.plethora.integration.rf.MethodsEnergy#getRFCapacityStored(IEnergyStorage)"=0 + + # getRFStored: function([side:string]):int -- The amount of RF currently stored I:"org.squiddev.plethora.integration.rf.MethodsEnergy#getRFStored(IEnergyHandler)"=0 + + # getRFStored: function():int -- The amount of RF currently stored I:"org.squiddev.plethora.integration.rf.MethodsEnergy#getRFStored(IEnergyStorage)"=0 + + # getRFStored: function():int -- The amount of RF currently stored I:"org.squiddev.plethora.integration.rf.MethodsEnergy#getRFStored(ItemStack)"=0 + + # getSpecies: function(name:string):table -- Get a single chicken species I:"org.squiddev.plethora.integration.roost.MethodsRoost#getSpecies(TileEntityBreeder)"=0 + + # getSpeciesList: function():table -- Get a list of all chickens species, with the species name as the index I:"org.squiddev.plethora.integration.roost.MethodsRoost#getSpeciesList(TileEntityBreeder)"=0 + + # getCapacity: function():int -- The maximum number of items in this drawer. I:"org.squiddev.plethora.integration.storagedrawers.MethodsIDrawer#getCapacity(IDrawer)"=0 + + # getCount: function():int -- The number of items in this drawer. I:"org.squiddev.plethora.integration.storagedrawers.MethodsIDrawer#getCount(IDrawer)"=0 + + # getItemMeta: function():table|nil -- The metadata of the item in this drawer. I:"org.squiddev.plethora.integration.storagedrawers.MethodsIDrawer#getItemMeta(IDrawer)"=0 + + # getDrawer: function(slot:int):table|nil -- Return the drawer at this particular slot I:"org.squiddev.plethora.integration.storagedrawers.MethodsIDrawerGroup#getDrawer(IDrawerGroup)"=0 + + # getDrawerCount: function():int -- Return the number of drawers inside this draw group I:"org.squiddev.plethora.integration.storagedrawers.MethodsIDrawerGroup#getDrawerCount(IDrawerGroup)"=0 + + # getController: function():table|nil -- Get the controller for this smeltery component. I:"org.squiddev.plethora.integration.tconstruct.MethodsSmeltery#getController(TileSmelteryComponent)"=0 + + # getFuels: function():table -- Get a list of all fuels currently used by the seared-bricks multiblock. I:"org.squiddev.plethora.integration.tconstruct.MethodsSmeltery#getFuels(TileHeatingStructureFuelTank)"=0 + + # getMolten: function():table -- Get a list of all molten fluids within the smeltery. I:"org.squiddev.plethora.integration.tconstruct.MethodsSmeltery#getMolten(ISmelteryTankHandler)"=0 + + # getTemperature: function():number -- Get the internal temperature of this structure. I:"org.squiddev.plethora.integration.tconstruct.MethodsSmeltery#getTemperature(TileHeatingStructureFuelTank)"=0 + + # selectMolten: function(fluid: number|string) -- Select which fluid will be extracted by drains in the smeltery. One can specify a fluid name or an index in list of molten fluids. I:"org.squiddev.plethora.integration.tconstruct.MethodsSmeltery#selectMolten(ISmelteryTankHandler)"=0 + + # getTanks: function([side:string]):table -- Get a list of all tanks on this side I:org.squiddev.plethora.integration.vanilla.method.MethodFluidHandler=0 + + # consume: function() -- Consume one item from this stack I:org.squiddev.plethora.integration.vanilla.method.MethodItemConsume=0 + + # setActive: function([active:boolean]) -- Set whether these elytra are active or not. I:org.squiddev.plethora.integration.vanilla.method.MethodItemElytraActivate=0 + + # getCelestialAngle: function():number -- The angle the sun or moon lies at in degrees. 0 is directly overhead. I:"org.squiddev.plethora.integration.vanilla.method.MethodsClock#getCelestialAngle(IModuleContainer)"=0 + + # getDay: function():integer -- The current day of this world I:"org.squiddev.plethora.integration.vanilla.method.MethodsClock#getDay(IModuleContainer)"=0 + + # getMoonPhase: function():int -- The current phase of the moon I:"org.squiddev.plethora.integration.vanilla.method.MethodsClock#getMoonPhase(IModuleContainer)"=0 + + # getTime: function():int -- The game time in ticks I:"org.squiddev.plethora.integration.vanilla.method.MethodsClock#getTime(IModuleContainer)"=0 + + # getBlockLight: function():int -- The light level from surrounding blocks. I:"org.squiddev.plethora.integration.vanilla.method.MethodsDaylightSensor#getBlockLight(IModuleContainer)"=0 + + # getSkyLight: function():int -- The light level from the sun. I:"org.squiddev.plethora.integration.vanilla.method.MethodsDaylightSensor#getSkyLight(IModuleContainer)"=0 + + # getWeather: function():string -- The weather in the current world. I:"org.squiddev.plethora.integration.vanilla.method.MethodsDaylightSensor#getWeather(IModuleContainer)"=0 + + # hasSky: function():boolean -- Whether this world has a sky. I:"org.squiddev.plethora.integration.vanilla.method.MethodsDaylightSensor#hasSky(IModuleContainer)"=0 + + # getEnergyCapacity: function():int -- The maximum amount of energy that can be stored I:"org.squiddev.plethora.integration.vanilla.method.MethodsEnergyHandler#getEnergyCapacity(IEnergyStorage)"=0 + + # getEnergyStored: function():int -- The amount of energy currently stored I:"org.squiddev.plethora.integration.vanilla.method.MethodsEnergyHandler#getEnergyStored(IEnergyStorage)"=0 + + # pullFluid: function(fromName:string[, limit:int[, fluid:string]]):int -- Pull fluid to this tank from another tank. Returns the amount transferred. I:"org.squiddev.plethora.integration.vanilla.method.MethodsFluidTransfer#pullFluid(IFluidHandler)"=0 + + # pushFluid: function(toName:string[, limit:int], fluid:string):int -- Push fluid from this tank to another tank. Returns the amount transferred. I:"org.squiddev.plethora.integration.vanilla.method.MethodsFluidTransfer#pushFluid(IFluidHandler)"=0 + + # getEnder: function():table -- Get this player's ender chest I:"org.squiddev.plethora.integration.vanilla.method.MethodsIntrospectionEntity#getEnder(IModuleContainer)"=0 + + # getEquipment: function():table -- Get this entity's held item and armor I:"org.squiddev.plethora.integration.vanilla.method.MethodsIntrospectionEntity#getEquipment(IModuleContainer)"=0 + + # getInventory: function():table -- Get this player's inventory I:"org.squiddev.plethora.integration.vanilla.method.MethodsIntrospectionEntity#getInventory(IModuleContainer)"=0 + + # getItem: function(slot:int):table|nil -- The item in the specified slot. The slot number starts from 1. I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventory#getItem(IItemHandler)"=0 + + # getItemMeta: function(slot:int):table|nil -- The metadata of the item in the specified slot. The slot number starts from 1. I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventory#getItemMeta(IItemHandler)"=0 + + # list: function():table -- List all items in this inventory I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventory#list(IItemHandler)"=0 + + # size: function():int -- The size of the inventory I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventory#size(IItemHandler)"=0 + + # pullItems: function(fromName:string, fromSlot:int[, limit:int[, toSlot:int]]):int -- Pull items to this inventory from another inventory. Returns the amount transferred. I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventoryTransfer#pullItems(IItemHandler)"=0 + + # pushItems: function(toName:string, fromSlot:int[, limit:int[, toSlot:int]]):int -- Push items from this inventory to another inventory. Returns the amount transferred. I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventoryTransfer#pushItems(IItemHandler)"=0 + + # drop: function(slot:int[, limit:int[, direction:string]]):int -- Drop an item on the ground. Returns the number of items dropped I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventoryWorld#drop(IItemHandler)"=0 + + # drop: function([limit:int[, direction:string]]):int -- Drop an item on the ground. Returns the number of items dropped I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventoryWorld#drop(ItemSlot)"=0 + + # suck: function([slot:int[, limit:int]]):int -- Suck an item from the ground I:"org.squiddev.plethora.integration.vanilla.method.MethodsInventoryWorld#suck(IItemHandler)"=0 + + # disableAI: function() -- Disable the AI of this entity. Their neural pathways will be inhibited preventing them thinking for themselves I:"org.squiddev.plethora.integration.vanilla.method.MethodsKinetic#disableAI(IModuleContainer)"=0 + + # enableAI: function() -- Enable the AI of this entity. I:"org.squiddev.plethora.integration.vanilla.method.MethodsKinetic#enableAI(IModuleContainer)"=0 + + # isWalking: function():boolean -- Whether the entity is currently walking somewhere. I:"org.squiddev.plethora.integration.vanilla.method.MethodsKinetic#isWalking(IModuleContainer)"=0 + + # launch: function(yaw:number, pitch:number, power:number) -- Launch the entity in a set direction I:"org.squiddev.plethora.integration.vanilla.method.MethodsKinetic#launch"=0 + + # walk: function(x:number, y:number, z:number):boolean, string|nil -- Walk to a coordinate I:"org.squiddev.plethora.integration.vanilla.method.MethodsKinetic#walk"=0 + + # swing: function():boolean, string|nil -- Left click with this item. Returns the action taken. I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticActions#swing(IModuleContainer)"=0 + + # use: function([duration:integer], [hand:string]):boolean, string|nil -- Right click with this item using a particular hand ("left" or "right"). The duration is in ticks, or 1/20th of a second. I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticActions#use(IModuleContainer)"=0 + + # explode: function() -- Explode this creeper. I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticEntity#explode(IModuleContainer)"=0 + + # look: function(yaw:number, pitch:number) -- Look in a set direction I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticEntity#look(IModuleContainer)"=0 + + # propel: function(velocity:number) -- Propel this minecart in along the track. I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticEntity#propel"=0 + + # shoot: function(yaw:number, pitch:number) -- Fire a fireball in the specified direction. I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticEntity#shootBlaze"=0 + + # shoot: function(potency:number) -- Fire an arrow in the direction the skeleton is looking I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticEntity#shootSkeleton"=0 + + # shoot: function(potency:number) -- Throw a potion in the direction the witch is looking I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticEntity#shootWitch"=0 + + # teleport: function(x:number, y:number, z:number) -- Teleport to a position relative to the current one I:"org.squiddev.plethora.integration.vanilla.method.MethodsKineticEntity#teleport"=0 + + # playNote: function(instrument:string|number, pitch:number[, volume:number]) -- Plays a note block note I:"org.squiddev.plethora.integration.vanilla.method.MethodsNoteblock#playNote(IModuleContainer)"=0 + + # playSound: function(sound:string[, pitch:number][, volume:number]) -- Play a sound I:"org.squiddev.plethora.integration.vanilla.method.MethodsNoteblock#playSound(IModuleContainer)"=0 + + # getBrewTime: function():int -- Number of ticks the current potion has brewed for I:"org.squiddev.plethora.integration.vanilla.method.MethodsVanillaTileEntities#getBrewTime(TileEntityBrewingStand)"=0 + + # getBurnTime: function():int -- Number of ticks of burning the current fuel provides I:"org.squiddev.plethora.integration.vanilla.method.MethodsVanillaTileEntities#getBurnTime(TileEntityFurnace)"=0 + + # getCookTime: function():int -- Number of ticks the current item has cooked for I:"org.squiddev.plethora.integration.vanilla.method.MethodsVanillaTileEntities#getCookTime(TileEntityFurnace)"=0 + + # getRemainingBurnTime: function():int -- Number of ticks of fuel left I:"org.squiddev.plethora.integration.vanilla.method.MethodsVanillaTileEntities#getRemainingBurnTime(TileEntityFurnace)"=0 + + # getSignText: function():table -- Each line of text on this sign I:"org.squiddev.plethora.integration.vanilla.method.MethodsVanillaTileEntities#getSignText(TileEntitySign)"=0 + + # setSignText: function(lines...:string) -- Set the lines of text on this sign I:"org.squiddev.plethora.integration.vanilla.method.MethodsVanillaTileEntities#setSignText(TileEntitySign)"=0 } diff --git a/config/railcraft/modules/automation.cfg b/config/railcraft/modules/automation.cfg new file mode 100644 index 00000000..d55d59f5 --- /dev/null +++ b/config/railcraft/modules/automation.cfg @@ -0,0 +1,47 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:automation +# -- tunnel bore, maintenance carts, feed station, trade station, detectors +# +# items/blocks/entities/etc added by this module: +# -- detector +# -- manipulator +# -- equipment +# -- trade_station +# -- force_track_emitter +# -- track_force +# -- filter_blank +# -- filter_type +# -- filter_ore_dict +# -- bore +# -- borehead_bronze +# -- borehead_iron +# -- borehead_steel +# -- borehead_diamond +# -- mow_track_layer +# -- mow_track_relayer +# -- mow_track_remover +# -- mow_undercutter +# -- cart_trade_station +# +########################################################################################################## + +module { + # Whether the railcraft:automation module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/building.cfg b/config/railcraft/modules/building.cfg new file mode 100644 index 00000000..3167c81e --- /dev/null +++ b/config/railcraft/modules/building.cfg @@ -0,0 +1,93 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:building +# -- glass, posts, bricks, stairs, slabs, lanterns, walls +# +# items/blocks/entities/etc added by this module: +# -- abyssal +# -- bleachedbone +# -- bloodstained +# -- frostbound +# -- infernal +# -- jaded +# -- quarried +# -- sandy +# -- badlands +# -- nether +# -- red_nether +# -- andesite +# -- diorite +# -- granite +# -- pearlized +# -- concrete +# -- glass +# -- generic +# -- creosote_block +# -- creosote_stairs +# -- creosote_double_slab +# -- creosote_slab +# -- reinforced_concrete +# -- post_metal +# -- post_metal_platform +# -- abyssal_brick_stairs +# -- bleachedbone_brick_stairs +# -- bloodstained_brick_stairs +# -- frostbound_brick_stairs +# -- infernal_brick_stairs +# -- jaded_brick_stairs +# -- pearlized_brick_stairs +# -- quarried_brick_stairs +# -- badlands_brick_stairs +# -- sandy_brick_stairs +# -- abyssal_paver_stairs +# -- bleachedbone_paver_stairs +# -- bloodstained_paver_stairs +# -- frostbound_paver_stairs +# -- infernal_paver_stairs +# -- jaded_paver_stairs +# -- pearlized_paver_stairs +# -- quarried_paver_stairs +# -- badlands_paver_stairs +# -- sandy_paver_stairs +# -- abyssal_double_slab +# -- abyssal_slab +# -- badlands_double_slab +# -- badlands_slab +# -- bleachedbone_double_slab +# -- bleachedbone_slab +# -- bloodstained_double_slab +# -- bloodstained_slab +# -- frostbound_double_slab +# -- frostbound_slab +# -- infernal_double_slab +# -- infernal_slab +# -- jaded_double_slab +# -- jaded_slab +# -- pearlized_double_slab +# -- pearlized_slab +# -- quarried_double_slab +# -- quarried_slab +# -- sandy_double_slab +# -- sandy_slab +# +########################################################################################################## + +module { + # Whether the railcraft:building module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/carts.cfg b/config/railcraft/modules/carts.cfg new file mode 100644 index 00000000..49dc64e3 --- /dev/null +++ b/config/railcraft/modules/carts.cfg @@ -0,0 +1,31 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:carts +# -- railcraft custom carts +# +# items/blocks/entities/etc added by this module: +# -- cart_work +# -- cart_jukebox +# -- cart_bed +# +########################################################################################################## + +module { + # Whether the railcraft:carts module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/charge.cfg b/config/railcraft/modules/charge.cfg new file mode 100644 index 00000000..cca61f51 --- /dev/null +++ b/config/railcraft/modules/charge.cfg @@ -0,0 +1,53 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:charge +# -- all things charge +# +# items/blocks/entities/etc added by this module: +# -- battery_nickel_iron +# -- battery_nickel_zinc +# -- battery_zinc_carbon +# -- battery_zinc_carbon_empty +# -- battery_zinc_silver +# -- battery_zinc_silver_empty +# -- charge_feeder +# -- charge_trap +# -- frame +# -- steam_turbine +# -- wire +# -- charge +# -- tool_charge_meter +# -- turbine_blade +# -- turbine_disk +# -- turbine_rotor +# +########################################################################################################## + +module { + # Whether the railcraft:charge module is loaded or not + B:enabled=true + + config { + # adjust the losses for the Charge network [range: 0.2 ~ 10.0, default: 1.0] + S:lossMultiplier=1.0 + + # change to 'true' to enabled Charge Network debug spam [default: false] + B:printDebug=false + } + +} + + diff --git a/config/railcraft/modules/emblem.cfg b/config/railcraft/modules/emblem.cfg new file mode 100644 index 00000000..0462f317 --- /dev/null +++ b/config/railcraft/modules/emblem.cfg @@ -0,0 +1,29 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:emblem +# -- emblems +# +# items/blocks/entities/etc added by this module: +# -- emblem +# +########################################################################################################## + +module { + # Whether the railcraft:emblem module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/extras.cfg b/config/railcraft/modules/extras.cfg new file mode 100644 index 00000000..fa4a6373 --- /dev/null +++ b/config/railcraft/modules/extras.cfg @@ -0,0 +1,39 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:extras +# -- assorted stuff that doesn't really fit anywhere else +# +# items/blocks/entities/etc added by this module: +# -- priming +# -- launcher +# -- cart_tnt_wood +# -- track_elevator +# -- logbook +# +########################################################################################################## + +module { + # Whether the railcraft:extras module is loaded or not + B:enabled=true + + config { + # change the value to your desired max launch rail force [range: 5 ~ 50, default: 30] + I:maxLaunchTrackForce=30 + } + +} + + diff --git a/config/railcraft/modules/factory.cfg b/config/railcraft/modules/factory.cfg new file mode 100644 index 00000000..371cc59b --- /dev/null +++ b/config/railcraft/modules/factory.cfg @@ -0,0 +1,39 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:factory +# -- coke oven, blast furnace, rolling machine, rock crusher, etc... +# +# items/blocks/entities/etc added by this module: +# -- anvil +# -- equipment +# -- fuel_coke +# -- coke_block +# -- coke_oven +# -- coke_oven_red +# -- blast_furnace +# -- rock_crusher +# -- steam_oven +# -- chest_metals +# -- cart_chest_metals +# +########################################################################################################## + +module { + # Whether the railcraft:factory module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/forestry.cfg b/config/railcraft/modules/forestry.cfg new file mode 100644 index 00000000..f7db4cb9 --- /dev/null +++ b/config/railcraft/modules/forestry.cfg @@ -0,0 +1,38 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:forestry +# -- forestry integration +# +# items/blocks/entities/etc added by this module: +# -- filter_bee +# -- filter_bee_genome +# -- backpack_apothecary_t1 +# -- backpack_apothecary_t2 +# -- backpack_iceman_t1 +# -- backpack_iceman_t2 +# -- backpack_trackman_t1 +# -- backpack_trackman_t2 +# -- backpack_signalman_t1 +# -- backpack_signalman_t2 +# +########################################################################################################## + +module { + # Whether the railcraft:forestry module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/ic2.cfg b/config/railcraft/modules/ic2.cfg new file mode 100644 index 00000000..76233b97 --- /dev/null +++ b/config/railcraft/modules/ic2.cfg @@ -0,0 +1,32 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:ic2 +# -- industrial craft integration +# +# items/blocks/entities/etc added by this module: +# -- cart_ic2_batbox +# -- cart_ic2_mfe +# -- cart_ic2_cesu +# -- manipulator +# +########################################################################################################## + +module { + # Whether the railcraft:ic2 module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/locomotives.cfg b/config/railcraft/modules/locomotives.cfg new file mode 100644 index 00000000..c7ad64a7 --- /dev/null +++ b/config/railcraft/modules/locomotives.cfg @@ -0,0 +1,49 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:locomotives +# -- locomotives, locomotive related tracks, train drag +# +# items/blocks/entities/etc added by this module: +# -- tool_whistle_tuner +# -- whistle +# -- locomotive +# -- throttle +# -- locomotive_steam_solid +# -- locomotive_electric +# -- locomotive_creative +# +########################################################################################################## + +module { + # Whether the railcraft:locomotives module is loaded or not + B:enabled=true + + config { + # change to 'false' to disable Locomotive damage on mobs, they will still knockback mobs [default: true] + B:damageMobs=true + + # controls how much power locomotives have and how many carts they can pull + # be warned, longer trains have a greater chance for glitches + # as such it HIGHLY recommended you do not change this [range: 15 ~ 45, default: 15] + I:horsepower=15 + + # adjust the multiplier used when calculating fuel use [range: 0.2 ~ 12.0, default: 3.0] + S:steamLocomotiveEfficiency=3.0 + } + +} + + diff --git a/config/railcraft/modules/magic.cfg b/config/railcraft/modules/magic.cfg new file mode 100644 index 00000000..6f279bd0 --- /dev/null +++ b/config/railcraft/modules/magic.cfg @@ -0,0 +1,37 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:magic +# -- firestone, waterstone, icestone +# +# items/blocks/entities/etc added by this module: +# -- firestone_cracked +# -- firestone_cut +# -- firestone_raw +# -- firestone_refined +# -- ritual +# -- creosote +# -- creosote +# -- long_creosote +# -- strong_creosote +# +########################################################################################################## + +module { + # Whether the railcraft:magic module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/redstone_flux.cfg b/config/railcraft/modules/redstone_flux.cfg new file mode 100644 index 00000000..11088440 --- /dev/null +++ b/config/railcraft/modules/redstone_flux.cfg @@ -0,0 +1,31 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:redstone_flux +# -- redstone flux cart +# +# items/blocks/entities/etc added by this module: +# -- cart_redstone_flux +# -- manipulator +# -- flux_transformer +# +########################################################################################################## + +module { + # Whether the railcraft:redstone_flux module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/resources.cfg b/config/railcraft/modules/resources.cfg new file mode 100644 index 00000000..b34d3682 --- /dev/null +++ b/config/railcraft/modules/resources.cfg @@ -0,0 +1,36 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:resources +# -- metals, fluids, raw materials +# +# items/blocks/entities/etc added by this module: +# -- metal +# -- fluid_bottle_creosote +# -- fluid_bottle_steam +# -- nugget +# -- ingot +# -- gear +# -- plate +# -- dust +# +########################################################################################################## + +module { + # Whether the railcraft:resources module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/routing.cfg b/config/railcraft/modules/routing.cfg new file mode 100644 index 00000000..d3a11de9 --- /dev/null +++ b/config/railcraft/modules/routing.cfg @@ -0,0 +1,36 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:routing +# -- routing tables, tickets, detectors, etc... +# +# depends on: +# -- railcraft:signals +# +# items/blocks/entities/etc added by this module: +# -- routing_table +# -- routing_ticket +# -- routing_ticket_gold +# -- detector +# -- routing +# +########################################################################################################## + +module { + # Whether the railcraft:routing module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/seasonal.cfg b/config/railcraft/modules/seasonal.cfg new file mode 100644 index 00000000..0abdbcbd --- /dev/null +++ b/config/railcraft/modules/seasonal.cfg @@ -0,0 +1,43 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:seasonal +# -- christmas, halloween, ghost trains +# +# items/blocks/entities/etc added by this module: +# -- tool_crowbar_seasons +# -- cart_pumpkin +# -- cart_gift +# +########################################################################################################## + +module { + # Whether the railcraft:seasonal module is loaded or not + B:enabled=true + + config { + # Controls whether Christmas mode is (0) enabled, (1) forced, or (2) disabled [range: 0 ~ 2, default: 0] + I:christmas=0 + + # Controls whether Halloween mode is (0) enabled, (1) forced, or (2) disabled [range: 0 ~ 2, default: 0] + I:halloween=0 + + # Controls whether Harvest mode is (0) enabled, (1) forced, or (2) disabled [range: 0 ~ 2, default: 0] + I:harvest=0 + } + +} + + diff --git a/config/railcraft/modules/signals.cfg b/config/railcraft/modules/signals.cfg new file mode 100644 index 00000000..c95074fe --- /dev/null +++ b/config/railcraft/modules/signals.cfg @@ -0,0 +1,45 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:signals +# -- signals, signal boxes +# +# items/blocks/entities/etc added by this module: +# -- signal +# -- signal_dual +# -- signal_box +# -- tool_signal_surveyor +# -- tool_signal_tuner +# -- signal_lamp +# -- tool_signal_label +# -- circuit +# +########################################################################################################## + +module { + # Whether the railcraft:signals module is loaded or not + B:enabled=true + + config { + # change to 'true' to log debug info for Signal Blocks [default: false] + B:printDebug=false + + # measured in ticks, smaller numbers update more often, resulting in more sensitive signals, but cost more cpu power [range: 1 ~ 64, default: 4] + I:updateInterval=4 + } + +} + + diff --git a/config/railcraft/modules/steam.cfg b/config/railcraft/modules/steam.cfg new file mode 100644 index 00000000..c1bf8e21 --- /dev/null +++ b/config/railcraft/modules/steam.cfg @@ -0,0 +1,49 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:steam +# -- engines, boilers, steam traps +# +# items/blocks/entities/etc added by this module: +# -- engine_steam_hobby +# -- engine_steam_low +# -- engine_steam_high +# -- equipment +# -- admin_steam_producer +# -- boiler_firebox_fluid +# -- boiler_firebox_solid +# -- boiler_tank_pressure_high +# -- boiler_tank_pressure_low +# +########################################################################################################## + +module { + # Whether the railcraft:steam module is loaded or not + B:enabled=true + + config { + # adjust the heat value of BioFuel in a Boiler [range: 0.2 ~ 10.0, default: 1.0] + S:biofuelMultiplier=1.0 + + # adjust the heat value of Fuel in a Boiler [range: 0.2 ~ 10.0, default: 1.0] + S:fuelMultiplier=1.0 + + # adjust the amount of fuel used to create Steam [range: 0.2 ~ 6.0, default: 1.0] + S:fuelPerSteamMultiplier=1.0 + } + +} + + diff --git a/config/railcraft/modules/thaumcraft.cfg b/config/railcraft/modules/thaumcraft.cfg new file mode 100644 index 00000000..380afa25 --- /dev/null +++ b/config/railcraft/modules/thaumcraft.cfg @@ -0,0 +1,28 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:thaumcraft +# -- thaumcraft integration +# +# items/blocks/entities/etc added by this module: +# +########################################################################################################## + +module { + # Whether the railcraft:thaumcraft module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/tracks.cfg b/config/railcraft/modules/tracks.cfg new file mode 100644 index 00000000..726544db --- /dev/null +++ b/config/railcraft/modules/tracks.cfg @@ -0,0 +1,51 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:tracks +# -- track kits, outfitted track +# +# items/blocks/entities/etc added by this module: +# -- track_kit +# -- tool_spike_maul_iron +# -- tool_spike_maul_steel +# -- railbed +# -- track_parts +# -- actuator +# -- track_outfitted +# -- activator +# -- booster +# -- buffer +# -- control +# -- detector +# -- disembarking +# -- dumping +# -- embarking +# -- gated +# -- locking +# -- one_way +# -- junction +# -- turnout +# -- wye +# -- messenger +# -- delayed +# +########################################################################################################## + +module { + # Whether the railcraft:tracks module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/tracks_abandoned.cfg b/config/railcraft/modules/tracks_abandoned.cfg new file mode 100644 index 00000000..891664ea --- /dev/null +++ b/config/railcraft/modules/tracks_abandoned.cfg @@ -0,0 +1,29 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:tracks|abandoned +# -- abandoned tracks +# +# items/blocks/entities/etc added by this module: +# -- track_flex_abandoned +# +########################################################################################################## + +module { + # Whether the railcraft:tracks|abandoned module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/tracks_electric.cfg b/config/railcraft/modules/tracks_electric.cfg new file mode 100644 index 00000000..64ec51c3 --- /dev/null +++ b/config/railcraft/modules/tracks_electric.cfg @@ -0,0 +1,33 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:tracks|electric +# -- electric tracks +# +# depends on: +# -- railcraft:locomotives +# -- railcraft:charge +# +# items/blocks/entities/etc added by this module: +# -- track_flex_electric +# +########################################################################################################## + +module { + # Whether the railcraft:tracks|electric module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/tracks_high_speed.cfg b/config/railcraft/modules/tracks_high_speed.cfg new file mode 100644 index 00000000..cbf54a34 --- /dev/null +++ b/config/railcraft/modules/tracks_high_speed.cfg @@ -0,0 +1,49 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:tracks|high_speed +# -- high speed tracks +# +# items/blocks/entities/etc added by this module: +# -- track_flex_high_speed +# -- transition +# +########################################################################################################## + +module { + # Whether the railcraft:tracks|high_speed module is loaded or not + B:enabled=true + + config { + # add entity names to exclude them from explosions caused by high speed collisions [default: [minecraft:bat], [minecraft:blaze], [minecraft:cave_spider], [minecraft:chicken], [minecraft:parrot], [minecraft:rabbit], [minecraft:spider], [minecraft:vex]] + S:ignoredEntities < + minecraft:bat + minecraft:blaze + minecraft:cave_spider + minecraft:chicken + minecraft:parrot + minecraft:rabbit + minecraft:spider + minecraft:vex + > + + # change to limit max speed on high speed rails, useful if your computer can't keep up with chunk loading + # iron tracks operate at 0.4 blocks per tick [range: 0.6 ~ 1.2, default: 1.0] + S:maxSpeed=1.0 + } + +} + + diff --git a/config/railcraft/modules/tracks_high_speed_electric.cfg b/config/railcraft/modules/tracks_high_speed_electric.cfg new file mode 100644 index 00000000..90bc4e46 --- /dev/null +++ b/config/railcraft/modules/tracks_high_speed_electric.cfg @@ -0,0 +1,35 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:tracks|high_speed_electric +# -- high speed electric tracks +# +# depends on: +# -- railcraft:locomotives +# -- railcraft:charge +# -- railcraft:tracks|electric +# -- railcraft:tracks|high_speed +# +# items/blocks/entities/etc added by this module: +# -- track_flex_hs_electric +# +########################################################################################################## + +module { + # Whether the railcraft:tracks|high_speed_electric module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/tracks_reinforced.cfg b/config/railcraft/modules/tracks_reinforced.cfg new file mode 100644 index 00000000..5a1d2e71 --- /dev/null +++ b/config/railcraft/modules/tracks_reinforced.cfg @@ -0,0 +1,29 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:tracks|reinforced +# -- reinforced tracks +# +# items/blocks/entities/etc added by this module: +# -- track_flex_reinforced +# +########################################################################################################## + +module { + # Whether the railcraft:tracks|reinforced module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/tracks_strap_iron.cfg b/config/railcraft/modules/tracks_strap_iron.cfg new file mode 100644 index 00000000..a0a7406a --- /dev/null +++ b/config/railcraft/modules/tracks_strap_iron.cfg @@ -0,0 +1,36 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:tracks|strap_iron +# -- strap iron tracks +# +# items/blocks/entities/etc added by this module: +# -- track_flex_strap_iron +# +########################################################################################################## + +module { + # Whether the railcraft:tracks|strap_iron module is loaded or not + B:enabled=true + + config { + # change to limit max speed on strap iron rails + # iron tracks operate at 0.4 blocks per tick [range: 0.1 ~ 0.3, default: 0.12] + S:maxSpeed=0.12 + } + +} + + diff --git a/config/railcraft/modules/trains.cfg b/config/railcraft/modules/trains.cfg new file mode 100644 index 00000000..17b46fbb --- /dev/null +++ b/config/railcraft/modules/trains.cfg @@ -0,0 +1,36 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:trains +# -- cart linking, train dispenser, coupler track kit +# +# items/blocks/entities/etc added by this module: +# -- manipulator +# -- coupler +# +########################################################################################################## + +module { + # Whether the railcraft:trains module is loaded or not + B:enabled=true + + config { + # change to 'true' to log debug info for Cart Linking [default: false] + B:printDebug=false + } + +} + + diff --git a/config/railcraft/modules/transport.cfg b/config/railcraft/modules/transport.cfg new file mode 100644 index 00000000..95c5438e --- /dev/null +++ b/config/railcraft/modules/transport.cfg @@ -0,0 +1,40 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:transport +# -- loaders, cargo cart, tank cart, multiblock tanks +# +# items/blocks/entities/etc added by this module: +# -- cart_cargo +# -- cart_tank +# -- tank_iron_gauge +# -- tank_iron_valve +# -- tank_iron_wall +# -- tank_steel_gauge +# -- tank_steel_valve +# -- tank_steel_wall +# -- tank_water +# -- manipulator +# -- chest_void +# -- cart_chest_void +# +########################################################################################################## + +module { + # Whether the railcraft:transport module is loaded or not + B:enabled=true +} + + diff --git a/config/railcraft/modules/world.cfg b/config/railcraft/modules/world.cfg new file mode 100644 index 00000000..49123fbd --- /dev/null +++ b/config/railcraft/modules/world.cfg @@ -0,0 +1,49 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:world +# -- world gen, ores, villages +# +# items/blocks/entities/etc added by this module: +# -- abyssal_stone +# -- jaded_stone +# -- quarried_stone +# -- generic +# -- ore +# -- ore_metal +# -- ore_metal_poor +# -- ore_magic +# -- worldlogic +# +########################################################################################################## + +module { + # Whether the railcraft:world module is loaded or not + B:enabled=true + + config { + # how often a Geode succeeds a spawn check under the ocean, 0 = never, 1 = every time [range: 0.0 ~ 1.0, default: 0.05] + S:geodeChance=0.05 + + # how often a Monolith succeeds a spawn check in the plains, 0 = never, 1 = every time [range: 0.0 ~ 1.0, default: 0.005] + S:monolithChance=0.005 + + # how often a Quarry succeeds a spawn check in a forest, 0 = never, 1 = every time [range: 0.0 ~ 1.0, default: 0.025] + S:quarryChance=0.025 + } + +} + + diff --git a/config/railcraft/modules/worldspikes.cfg b/config/railcraft/modules/worldspikes.cfg new file mode 100644 index 00000000..1b60c7f0 --- /dev/null +++ b/config/railcraft/modules/worldspikes.cfg @@ -0,0 +1,101 @@ +# Configuration file + +########################################################################################################## +# module +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +# +# railcraft:worldspikes +# -- worldspikes, worldspike carts +# +# items/blocks/entities/etc added by this module: +# -- worldspike +# -- worldspike_point +# -- cart_worldspike_standard +# -- cart_worldspike_admin +# -- cart_worldspike_personal +# +########################################################################################################## + +module { + # Whether the railcraft:worldspikes module is loaded or not + B:enabled=true + + config { + # Controls which Worldspikes are craftable, they will still be available via Creative [default: [standard], [personal], [passive]] + S:craftableWorldspikes < + standard + personal + passive + > + + # + # change to 'true' to delete every Worldspike or Worldspike Cart in the world. + # Value resets to false after each session. + # To disable Worldspikes completely, disable the module + # + B:deleteWorldspikes=false + + # change to 'false' to prevent pipes, tubes, or various other things from interacting with Worldspikes [default: true] + B:interactWithPipes=true + + # change to 'true' to log debug info for Worldspikes [default: false] + B:printDebug=false + + # change to 'true' to print Worldspike locations to the log on startup [default: false] + B:printLocations=false + + ########################################################################################################## + # fuel + #--------------------------------------------------------------------------------------------------------# + # the number of hours that an item will power a Worldspike or Worldspike Cart + # this is an approximation only, actual duration is affected by number of chunks loaded and tick rate + # if the list is empty, Worldspikes will not require fuel + # Entry Format: :[#[-]]= || =Regular expressions in the item name are supported. + ########################################################################################################## + + fuel { + # [default: [dustObsidian=2], [enderpearl=4], [dustEnderPearl=8], [dustVoid=16], [minecraft:ender_eye=8], [dustEnderEye=12]] + S:passive < + dustObsidian=2 + enderpearl=4 + dustEnderPearl=8 + dustVoid=16 + minecraft:ender_eye=8 + dustEnderEye=12 + > + + # [default: [dustObsidian=2], [enderpearl=4], [dustEnderPearl=8], [dustVoid=16], [minecraft:ender_eye=8], [dustEnderEye=12]] + S:personal < + dustObsidian=2 + enderpearl=4 + dustEnderPearl=8 + dustVoid=16 + minecraft:ender_eye=8 + dustEnderEye=12 + > + + # [default: [dustObsidian=2], [enderpearl=4], [dustEnderPearl=8], [dustVoid=16], [minecraft:ender_eye=8], [dustEnderEye=12]] + S:standard < + dustObsidian=2 + enderpearl=4 + dustEnderPearl=8 + dustVoid=16 + minecraft:ender_eye=8 + dustEnderEye=12 + > + } + + } + +} + + diff --git a/config/splash.properties b/config/splash.properties index 988923af..eb403402 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Wed May 01 19:22:45 PDT 2024 +#Fri May 24 14:31:45 PDT 2024 background=0xBFBFBF memoryGood=0x00091A font=0x960826 diff --git a/config/storagedrawers.cfg b/config/storagedrawers.cfg index 0510071c..c0ffa5a4 100644 --- a/config/storagedrawers.cfg +++ b/config/storagedrawers.cfg @@ -124,6 +124,7 @@ registries { divinerpg:ender_stone, divinerpg:ender_shards, 9 divinerpg:legendary_ender_eye, divinerpg:ender_stone, 9 techreborn:scrapbox, techreborn:part:33, 9 + woot:stygianiron, woot:stygianironingot, 9 > # List of ore dictionary names to blacklist for substitution. [default: ] diff --git a/config/tconstruct_oredictcache.dat b/config/tconstruct_oredictcache.dat index dfde727c..537ff116 100644 Binary files a/config/tconstruct_oredictcache.dat and b/config/tconstruct_oredictcache.dat differ diff --git a/config/topaddons.cfg b/config/topaddons.cfg index f8302c33..51995e8b 100644 --- a/config/topaddons.cfg +++ b/config/topaddons.cfg @@ -12,7 +12,11 @@ bloodmagic { helmets { + # All non-blacklisted helmets can be combined with a probe. + # !!! When this is false you can't uncraft previously probified helmets !!! B:allHelmetsProbable=true + + # Registry names of helmets that shouldn't be combinable with a probe S:helmetBlacklist < > } diff --git a/config/tweakedexcavation.cfg b/config/tweakedexcavation.cfg new file mode 100644 index 00000000..c5cca91d --- /dev/null +++ b/config/tweakedexcavation.cfg @@ -0,0 +1,24 @@ +# Configuration file + +general { + + "default excavator power tiers" { + # This will set the capacity of the excavator, default=64000 + # Min: 1 + # Max: 2147483647 + I:"Default capacity"=64000 + + # This will set the power consumption of the excavator, default=4096 + # Min: 1 + # Max: 2147483647 + I:"Default consumption"=4096 + } + + "jei config" { + B:"Draw PowerTier"=true + B:"Draw SpawnWeight"=true + } + +} + + diff --git a/config/tweakedlib.cfg b/config/tweakedlib.cfg new file mode 100644 index 00000000..2666af12 --- /dev/null +++ b/config/tweakedlib.cfg @@ -0,0 +1,15 @@ +# Configuration file + +general { + + logging { + # This will run checks for passable errors on startup. If they exit it will crash the game, instead if loading the game + # recommend while developing a pack but not in production, default=false + B:"Log Missing PowerTiers on startup"=false + B:"Passthrough errors to Craft Tweaker"=true + B:"Passthrough errors to Groovy Script"=true + } + +} + + diff --git a/modlist.html b/modlist.html index 9d304919..e8a434e3 100644 --- a/modlist.html +++ b/modlist.html @@ -1,333 +1,343 @@  diff --git a/pillar/end_shulker_altar.json b/pillar/end_shulker_altar.json index 1ffd3def..4416c70a 100644 --- a/pillar/end_shulker_altar.json +++ b/pillar/end_shulker_altar.json @@ -26,5 +26,5 @@ "fillingMetadata": 0, "fillingType": "AIR", - "rarity": 500 + "rarity": 700 } \ No newline at end of file diff --git a/pillar/nether_villager_house_4.json b/pillar/nether_villager_house_4.json new file mode 100644 index 00000000..23d5bf92 --- /dev/null +++ b/pillar/nether_villager_house_4.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "ANYWHERE", + "minY": 129, + "maxY": 140, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:netherrack", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/structures/deeplands_dungeon.nbt b/pillar/structures/deeplands_dungeon.nbt index 699363c9..b11b7416 100644 Binary files a/pillar/structures/deeplands_dungeon.nbt and b/pillar/structures/deeplands_dungeon.nbt differ diff --git a/pillar/structures/dragon_desert_temple.nbt b/pillar/structures/dragon_desert_temple.nbt index d06f6351..5dcae138 100644 Binary files a/pillar/structures/dragon_desert_temple.nbt and b/pillar/structures/dragon_desert_temple.nbt differ diff --git a/pillar/structures/nether_villager_house_4.nbt b/pillar/structures/nether_villager_house_4.nbt new file mode 100644 index 00000000..f77a567d Binary files /dev/null and b/pillar/structures/nether_villager_house_4.nbt differ diff --git a/pillar/structures/ultimate_sword.nbt b/pillar/structures/ultimate_sword.nbt index 38daab90..ff872be9 100644 Binary files a/pillar/structures/ultimate_sword.nbt and b/pillar/structures/ultimate_sword.nbt differ diff --git a/resources/aoa3/textures/items/misc/realmstone/abyss_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/abyss_realmstone.png new file mode 100644 index 00000000..573a3fb9 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/abyss_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/abyss_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/abyss_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/abyss_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/ancient_cavern_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/ancient_cavern_realmstone.png new file mode 100644 index 00000000..39a97c0c Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/ancient_cavern_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/ancient_cavern_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/ancient_cavern_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/ancient_cavern_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/barathos_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/barathos_realmstone.png new file mode 100644 index 00000000..cef9550b Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/barathos_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/barathos_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/barathos_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/barathos_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/borean_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/borean_realmstone.png new file mode 100644 index 00000000..ab24895c Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/borean_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/borean_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/borean_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/borean_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/candyland_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/candyland_realmstone.png new file mode 100644 index 00000000..1c345f77 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/candyland_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/candyland_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/candyland_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/candyland_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/celeve_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/celeve_realmstone.png new file mode 100644 index 00000000..4fd7ef61 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/celeve_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/celeve_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/celeve_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/celeve_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/creeponia_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/creeponia_realmstone.png new file mode 100644 index 00000000..32f8959d Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/creeponia_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/creeponia_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/creeponia_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/creeponia_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/crystevia_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/crystevia_realmstone.png new file mode 100644 index 00000000..14fb4b75 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/crystevia_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/crystevia_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/crystevia_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/crystevia_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/deeplands_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/deeplands_realmstone.png new file mode 100644 index 00000000..6f4b4098 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/deeplands_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/deeplands_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/deeplands_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/deeplands_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/dustopia_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/dustopia_realmstone.png new file mode 100644 index 00000000..eca31af4 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/dustopia_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/dustopia_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/dustopia_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/dustopia_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/gardencia_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/gardencia_realmstone.png new file mode 100644 index 00000000..269b3e94 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/gardencia_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/gardencia_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/gardencia_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/gardencia_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/greckon_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/greckon_realmstone.png new file mode 100644 index 00000000..5190d918 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/greckon_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/greckon_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/greckon_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/greckon_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/haven_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/haven_realmstone.png new file mode 100644 index 00000000..846d9c3b Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/haven_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/haven_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/haven_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/haven_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/immortallis_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/immortallis_realmstone.png new file mode 100644 index 00000000..7ad0856b Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/immortallis_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/immortallis_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/immortallis_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/immortallis_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/iromine_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/iromine_realmstone.png new file mode 100644 index 00000000..3ce7d424 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/iromine_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/iromine_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/iromine_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/iromine_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/lelyetia_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/lelyetia_realmstone.png new file mode 100644 index 00000000..f7749abd Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/lelyetia_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/lelyetia_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/lelyetia_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/lelyetia_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/lunalus_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/lunalus_realmstone.png new file mode 100644 index 00000000..43bbeec1 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/lunalus_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/lunalus_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/lunalus_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/lunalus_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/mysterium_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/mysterium_realmstone.png new file mode 100644 index 00000000..ab0c4306 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/mysterium_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/mysterium_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/mysterium_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/mysterium_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/precasia_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/precasia_realmstone.png new file mode 100644 index 00000000..688bffc3 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/precasia_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/precasia_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/precasia_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/precasia_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/runandor_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/runandor_realmstone.png new file mode 100644 index 00000000..7e579116 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/runandor_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/runandor_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/runandor_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/runandor_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/shyrelands_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/shyrelands_realmstone.png new file mode 100644 index 00000000..49bcbb57 Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/shyrelands_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/shyrelands_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/shyrelands_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/shyrelands_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/aoa3/textures/items/misc/realmstone/vox_ponds_realmstone.png b/resources/aoa3/textures/items/misc/realmstone/vox_ponds_realmstone.png new file mode 100644 index 00000000..34092c8c Binary files /dev/null and b/resources/aoa3/textures/items/misc/realmstone/vox_ponds_realmstone.png differ diff --git a/resources/aoa3/textures/items/misc/realmstone/vox_ponds_realmstone.png.mcmeta b/resources/aoa3/textures/items/misc/realmstone/vox_ponds_realmstone.png.mcmeta new file mode 100644 index 00000000..abbea5cd --- /dev/null +++ b/resources/aoa3/textures/items/misc/realmstone/vox_ponds_realmstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 192, + "interpolate": true + } +} \ No newline at end of file diff --git a/resources/contenttweaker/lang/en_us.lang b/resources/contenttweaker/lang/en_us.lang index 0cf4480d..2404a1ba 100644 --- a/resources/contenttweaker/lang/en_us.lang +++ b/resources/contenttweaker/lang/en_us.lang @@ -2401,6 +2401,166 @@ tile.contenttweaker.sacred_eucalyptus.name=Sacred Eucalyptus tile.contenttweaker.innerved_sky_stone.name=Innerved Sky Stone tile.contenttweaker.cosmic_fabric.name=Cosmic Fabric item.contenttweaker.alchemical_particle.name=Alchemical Particle +tile.contenttweaker.corrupted_divine_ore.name=Enthralled Divine Ore +tile.contenttweaker.ender_divine_ore.name=Celestial Divine Ore +tile.contenttweaker.ice_divine_ore.name=Frigid Divine Ore +tile.contenttweaker.jungle_divine_ore.name=Untamed Divine Ore +tile.contenttweaker.molten_divine_ore.name=Infernal Divine Ore +tile.contenttweaker.shadow_divine_ore.name=Shadowed Divine Ore +tile.contenttweaker.terran_divine_ore.name=Grounded Divine Ore +tile.contenttweaker.shungite_casing.name=Shungite Casing +tile.contenttweaker.plasma_accelerator_tube.name=Plasma Accelerator Tube +tile.contenttweaker.inertial_plasma_cannon.name=Inertial Plasma Cannon +tile.contenttweaker.fluid_matrix_conduit.name=Fluid Matrix Conduit +tile.contenttweaker.matrix_plasma_fusor.name=Matrix Plasma Fusor +tile.contenttweaker.radioactive_sentient_meatball.name=Radioactive Sentient Meatball +tile.contenttweaker.hypergrowth_component.name=Hypergrowth Component +tile.contenttweaker.hypercapacitor_discharger_x1.name=Hypercapacitor Discharger: X1 +tile.contenttweaker.hypercapacitor_discharger_x4.name=Hypercapacitor Discharger: X4 +tile.contenttweaker.hypercapacitor_discharger_x16.name=Hypercapacitor Discharger: X16 +tile.contenttweaker.hypercapacitor_discharger_x64.name=Hypercapacitor Discharger: X64 +tile.contenttweaker.hypercapacitor_discharger_x256.name=Hypercapacitor Discharger: X256 +tile.contenttweaker.hypercapacitor_discharger_x1024.name=Hypercapacitor Discharger: X1024 +tile.contenttweaker.tainted_sentient_meatball.name=Tainted Sentient Meatball +tile.contenttweaker.hihi_irokane_block.name=Hihi'Irokane Block +tile.contenttweaker.botanical_dream_stone.name=Botanical Dream Stone +tile.contenttweaker.botanical_nightmare_stone.name=Botanical Nightmare Stone +tile.contenttweaker.darkstar_collector.name=Darkstar Collector +tile.contenttweaker.elemental_harmonizer.name=Elemental Harmonizer +tile.contenttweaker.particulate_steam_condensation_tube.name=High Particulate Steam Condensation Tube +tile.contenttweaker.destabilized_redstone_bucket_placeholder.name=Place a Destabilized Redstone Bucket Here +tile.contenttweaker.stargate_sand.name=Stargate Sand +tile.contenttweaker.sideral_steel.name=Sideral Steel +tile.contenttweaker.stargate_chevron_block.name=Stargate Chevron Block +tile.contenttweaker.stargate_ring_block.name=Stargate Ring Block +tile.contenttweaker.stargate_controller_block.name=Stargate Controller Block +tile.contenttweaker.heart_of_the_desert.name=Heart of the Desert +tile.contenttweaker.monumentally_sentient_meatball.name=Monumentally Sentient Meatball +item.contenttweaker.zoi_callstone.name=Zoi Callstone +item.contenttweaker.secret_lurker_callstone.name=Secret Lurker Callstone +item.contenttweaker.eldritch_crab_callstone.name=Eldritch Crab Callstone +item.contenttweaker.tainted_loop_callstone.name=Tainted Loop Callstone +item.contenttweaker.pauram_callstone.name=Pauram Callstone +item.contenttweaker.first_recursive_lock.name=First Recursive Lock +item.contenttweaker.second_recursive_lock.name=Second Recursive Lock +item.contenttweaker.third_recursive_lock.name=Third Recursive Lock +item.contenttweaker.fourth_recursive_lock.name=Fourth Recursive Lock +item.contenttweaker.fifth_recursive_lock.name=Fifth Recursive Lock +item.contenttweaker.ethical_empanada.name=Ethical Empanada +item.contenttweaker.nimble_hummus_dip.name=Nimble Hummus Dip +item.contenttweaker.heavy_polenta.name=Heavy Polenta +item.contenttweaker.multi_fruit_milkshake.name=Multi-Fruit Milkshake +item.contenttweaker.stargate_hieroglyphs.name=Stargate Hieroglyphs +item.contenttweaker.droplet_of_the_great_snake.name=Droplet of the Great Snake +item.contenttweaker.hihi_irokane.name=Hihi'Irokane Ingot +item.contenttweaker.orichalcum.name=Orichalcum Ingot +item.contenttweaker.secretive_nightmare_heart.name=Secretive Nightmare Heart +item.contenttweaker.californium_lattice_capsule.name=Californium Lattice Capsule +item.contenttweaker.strange_matter_capsule.name=Strange Matter Capsule +item.contenttweaker.megelium_capsule.name=Megelium Capsule +item.contenttweaker.primed_megelium_capsule.name=Primed Megelium Capsule +item.contenttweaker.orichalcum_sliver.name=Orichalcum Sliver +item.contenttweaker.puzzle_solution_ghoulspirit.name=Puzzle Solution: Ghoul Spirit +item.contenttweaker.meatball_man_charm.name=Meatball Man Charm +item.contenttweaker.puzzle_solution_taintedmeatball.name=Puzzle Solution: Tainted Meatball +item.contenttweaker.increase_range.name=Increase Range +item.contenttweaker.infinite_range.name=Infinite Range +item.contenttweaker.puzzle_solution_spellrecyclercrystal.name=Puzzle Solution: Spell Recycler Crystal +item.contenttweaker.puzzle_solution_warrenblindfold.name=Puzzle Solution: Warren Blindfold +item.contenttweaker.puzzle_solution_monumentallysentientbeatball.name=Puzzle Solution: Monumentally Sentient Meatball +item.contenttweaker.warren_shard_abyss.name=Warren Shard: Abyss +item.contenttweaker.warren_shard_lelyetia.name=Warren Shard: Lelyetia +item.contenttweaker.warren_shard_precasia.name=Warren Shard: Precasia +item.contenttweaker.warren_shard_deeplands.name=Warren Shard: Deeplands +item.contenttweaker.warren_shard_creeponia.name=Warren Shard: Creeponia +item.contenttweaker.warren_shard_barathos.name=Warren Shard: Barathos +item.contenttweaker.warren_shard_crystevia.name=Warren Shard: Crystevia +item.contenttweaker.warren_shard_gardencia.name=Warren Shard: Gardencia +item.contenttweaker.warren_shard_haven.name=Warren Shard: Haven +item.contenttweaker.warren_shard_iromine.name=Warren Shard: Iromine +item.contenttweaker.warren_shard_celeve.name=Warren Shard: Celeve +item.contenttweaker.warren_shard_candyland.name=Warren Shard: Candyland +item.contenttweaker.warren_shard_mysterium.name=Warren Shard: Mysterium +item.contenttweaker.warren_shard_voxponds.name=Warren Shard: Vox Ponds +item.contenttweaker.warren_shard_borean.name=Warren Shard: Borean +item.contenttweaker.warren_shard_runandor.name=Warren Shard: Runandor +item.contenttweaker.warren_shard_lunalus.name=Warren Shard: Lunalus +item.contenttweaker.warren_shard_eden.name=Warren Shard: Eden +item.contenttweaker.warren_shard_wildwood.name=Warren Shard: Wildwood +item.contenttweaker.warren_shard_apalachia.name=Warren Shard: Apalachia +item.contenttweaker.warren_shard_skythern.name=Warren Shard: Skythern +item.contenttweaker.warren_shard_greckon.name=Warren Shard: Greckon +item.contenttweaker.warren_shard_dustopia.name=Warren Shard: Dustopia +item.contenttweaker.warren_shard_immortallis.name=Warren Shard: Immortallis +item.contenttweaker.warren_shard_ancientcavern.name=Warren Shard: Ancient Cavern +item.contenttweaker.warren_shard_shyrelands.name=Warren Shard: Shyrelands +item.contenttweaker.warren_shard_mortum.name=Warren Shard: Mortum +item.contenttweaker.essence_of_the_mythic_shells.name=Essence of the Mythic Shells +item.contenttweaker.warren_rift.name=Warren Rift +item.contenttweaker.eye_of_limbo.name=Eye of Limbo +item.contenttweaker.woot_flusher.name=Woot Flusher +item.contenttweaker.sun_blessing.name=Sun Blessing +item.contenttweaker.gem_of_the_warrior.name=Gem of the Ascended Warrior +item.contenttweaker.first_order_ascended_fractal.name=First Order Ascended Fractal +item.contenttweaker.second_order_ascended_fractal.name=Second Order Ascended Fractal +item.contenttweaker.third_order_ascended_fractal.name=Third Order Ascended Fractal +item.contenttweaker.fourth_order_ascended_fractal.name=Fourth Order Ascended Fractal +item.contenttweaker.fifth_order_ascended_fractal.name=Fifth Order Ascended Fractal +item.contenttweaker.25x25_area_of_grass.name=25 X 25 Area of Grass +item.contenttweaker.35x35_area_of_grass.name=35 X 35 Area of Grass +item.contenttweaker.roof_can_be_placed_7_blocks_away.name=Roof can be Placed 7 Blocks Above the Arena +item.contenttweaker.fission_automation.name=Fission Automation +item.contenttweaker.draconic_upgrades_locations.name=Draconic Upgrades Locations +item.contenttweaker.berserker_forge_loop.name=Berserker Forge Loop +item.contenttweaker.duplicating_enchants.name=Duplicating Enchants +item.contenttweaker.cut_shyrelands_garnet.name=Cut SHyrelands Garnet +item.contenttweaker.eye_of_gallifrey.name=Eye of Gallifrey +item.contenttweaker.optical_event_horizon.name=Optical Event Horizon +item.contenttweaker.gallifrey_fabrial.name=Gallifrey Fabrial +item.contenttweaker.halite_imbuement_fabrial.name=Halite Imbuement Fabrial +item.contenttweaker.pure_halite_cluster.name=Pure Halite Cluster +item.contenttweaker.spell_recycling_crystal.name=Spell Recycling Crystal +item.contenttweaker.epic_tool_tipper.name=Epic Tooltipper +item.contenttweaker.fill_with_high_particulate_steam.name=Fill with High Particulate Steam +item.contenttweaker.fluidcrystalmatrix_condensation.name=Condensation of Fluid Crystal Matrix +item.contenttweaker.stargate_chevron.name=Stargate Chevron +item.contenttweaker.stargate_ring.name=Stargate Ring +item.contenttweaker.stargate_controller.name=Stargate Controller +item.contenttweaker.bee_stargate.name=Bee Stargate +item.contenttweaker.jei_tipsandtricks.name=JEI Tips & Tricks +item.contenttweaker.emptiness_tutorial.name=The Emptiness +item.contenttweaker.rare_loot_table.name=Rare Loot Table +item.contenttweaker.warren_blindfold.name=Warren Blindfold +item.contenttweaker.gallifrey_warper.name=Gallifrey Warper +item.contenttweaker.luna_warper.name=Luna Warper +item.contenttweaker.osiris_warper.name=Osiris Warper +item.contenttweaker.ptah_warper.name=Ptah Warper +item.contenttweaker.hator_warper.name=Hator Warper +item.contenttweaker.europa_warper.name=Europa Warper +item.contenttweaker.oi_warper.name=Oi Warper +item.contenttweaker.falacer_warper.name=Falacer Warper +item.contenttweaker.orcus_warper.name=Orcus Warper +item.contenttweaker.haumea_warper.name=Haumea Warper +item.contenttweaker.sedna_warper.name=Sedna Warper +item.contenttweaker.rhenia_warper.name=Rhenia Warper +item.contenttweaker.myrmex_warper.name=Myrmex Warper +item.contenttweaker.pixonia_warper.name=Pixonia Warper +item.contenttweaker.proximabelt_warper.name=Proxima Belt Warper +item.contenttweaker.nero_warper.name=Nero Warper +item.contenttweaker.zoi_warper.name=Zoi Warper +item.contenttweaker.akathartos_warper.name=Akathartos Warper +item.contenttweaker.pauram_warper.name=Pauram Warper +item.contenttweaker.alkemia_warper.name=Alkemia Warper +fluid.sacrificial_essence=Sacrificial Essence +fluid.strange_matter=Strange Matter +fluid.fluid_californium_chamber=Fluid Californium Lattice +fluid.hihi_irokane=Hihi'Irokane +fluid.blood_great_snake=Blood of the Great Snake +fluid.arkencrusher_mix=Arkencrusher Mix +fluid.orichalcum=Orichalcum +item.contenttweaker.boss_drop.name=Boss Drop +item.contenttweaker.dungeon_drop.name=Dungeon Drop +item.contenttweaker.how_to_finish_meatballcraft.name=How to Finish Meatballcraft diff --git a/resources/contenttweaker/models/item/big_stack_aurorablock.json b/resources/contenttweaker/models/item/big_stack_aurorablock.json new file mode 100644 index 00000000..b42a9d18 --- /dev/null +++ b/resources/contenttweaker/models/item/big_stack_aurorablock.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/big_stack_aurorablock" + } +} diff --git a/resources/contenttweaker/models/item/boss_drop.json b/resources/contenttweaker/models/item/boss_drop.json new file mode 100644 index 00000000..809e1e2f --- /dev/null +++ b/resources/contenttweaker/models/item/boss_drop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/boss_drop" + } +} diff --git a/resources/contenttweaker/models/item/dungeon_drop.json b/resources/contenttweaker/models/item/dungeon_drop.json new file mode 100644 index 00000000..4445572d --- /dev/null +++ b/resources/contenttweaker/models/item/dungeon_drop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dungeon_drop" + } +} diff --git a/resources/contenttweaker/models/item/emptiness_tutorial.json b/resources/contenttweaker/models/item/emptiness_tutorial.json new file mode 100644 index 00000000..0f80d5b7 --- /dev/null +++ b/resources/contenttweaker/models/item/emptiness_tutorial.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emptiness_tutorial" + } +} diff --git a/resources/contenttweaker/models/item/ethical_empanada.json b/resources/contenttweaker/models/item/ethical_empanada.json new file mode 100644 index 00000000..0971523c --- /dev/null +++ b/resources/contenttweaker/models/item/ethical_empanada.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ethical_empanada" + } +} diff --git a/resources/contenttweaker/models/item/heavy_polenta.json b/resources/contenttweaker/models/item/heavy_polenta.json new file mode 100644 index 00000000..f6d94f3f --- /dev/null +++ b/resources/contenttweaker/models/item/heavy_polenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/heavy_polenta" + } +} diff --git a/resources/contenttweaker/models/item/jei_tipsandtricks.json b/resources/contenttweaker/models/item/jei_tipsandtricks.json new file mode 100644 index 00000000..d531347c --- /dev/null +++ b/resources/contenttweaker/models/item/jei_tipsandtricks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jei_tipsandtricks" + } +} diff --git a/resources/contenttweaker/models/item/multi_fruit_milkshake.json b/resources/contenttweaker/models/item/multi_fruit_milkshake.json new file mode 100644 index 00000000..05367dc8 --- /dev/null +++ b/resources/contenttweaker/models/item/multi_fruit_milkshake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/multi_fruit_milkshake" + } +} diff --git a/resources/contenttweaker/models/item/nimble_hummus_dip.json b/resources/contenttweaker/models/item/nimble_hummus_dip.json new file mode 100644 index 00000000..ff621f63 --- /dev/null +++ b/resources/contenttweaker/models/item/nimble_hummus_dip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nimble_hummus_dip" + } +} diff --git a/resources/contenttweaker/models/item/rare_loot_table.json b/resources/contenttweaker/models/item/rare_loot_table.json new file mode 100644 index 00000000..0849359a --- /dev/null +++ b/resources/contenttweaker/models/item/rare_loot_table.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rare_loot_table" + } +} diff --git a/resources/contenttweaker/models/item/super_stacker.json b/resources/contenttweaker/models/item/super_stacker.json new file mode 100644 index 00000000..30045378 --- /dev/null +++ b/resources/contenttweaker/models/item/super_stacker.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/super_stacker" + } +} diff --git a/resources/contenttweaker/models/item/trait_steady.json b/resources/contenttweaker/models/item/trait_steady.json new file mode 100644 index 00000000..934bad4c --- /dev/null +++ b/resources/contenttweaker/models/item/trait_steady.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:textures/items/trait_inferno.png" + } +} diff --git a/resources/contenttweaker/models/item/woot_flusher.json b/resources/contenttweaker/models/item/woot_flusher.json new file mode 100644 index 00000000..98167645 --- /dev/null +++ b/resources/contenttweaker/models/item/woot_flusher.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/woot_flusher" + } +} diff --git a/resources/contenttweaker/textures/blocks/botanical_dream_stone.png b/resources/contenttweaker/textures/blocks/botanical_dream_stone.png new file mode 100644 index 00000000..e1d3fc73 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/botanical_dream_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/botanical_nightmare_stone.png b/resources/contenttweaker/textures/blocks/botanical_nightmare_stone.png new file mode 100644 index 00000000..d9283b4b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/botanical_nightmare_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/corrupted_divine_ore.png b/resources/contenttweaker/textures/blocks/corrupted_divine_ore.png new file mode 100644 index 00000000..2c2d4a7b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/corrupted_divine_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/dark_soul_machine_chassis.png b/resources/contenttweaker/textures/blocks/dark_soul_machine_chassis.png index 3eed784b..88741bbc 100644 Binary files a/resources/contenttweaker/textures/blocks/dark_soul_machine_chassis.png and b/resources/contenttweaker/textures/blocks/dark_soul_machine_chassis.png differ diff --git a/resources/contenttweaker/textures/blocks/darkstar_collector.png b/resources/contenttweaker/textures/blocks/darkstar_collector.png new file mode 100644 index 00000000..b2f5fb8b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/darkstar_collector.png differ diff --git a/resources/contenttweaker/textures/blocks/destabilized_redstone_bucket_placeholder.png b/resources/contenttweaker/textures/blocks/destabilized_redstone_bucket_placeholder.png new file mode 100644 index 00000000..d63195c6 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/destabilized_redstone_bucket_placeholder.png differ diff --git a/resources/contenttweaker/textures/blocks/elemental_harmonizer.png b/resources/contenttweaker/textures/blocks/elemental_harmonizer.png new file mode 100644 index 00000000..b6358054 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/elemental_harmonizer.png differ diff --git a/resources/contenttweaker/textures/blocks/ender_divine_ore.png b/resources/contenttweaker/textures/blocks/ender_divine_ore.png new file mode 100644 index 00000000..26e0b08f Binary files /dev/null and b/resources/contenttweaker/textures/blocks/ender_divine_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/heart_of_the_desert.png b/resources/contenttweaker/textures/blocks/heart_of_the_desert.png new file mode 100644 index 00000000..baa03dd3 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/heart_of_the_desert.png differ diff --git a/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x1.png b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x1.png new file mode 100644 index 00000000..d84b586f Binary files /dev/null and b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x1.png differ diff --git a/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x1024.png b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x1024.png new file mode 100644 index 00000000..ad90b100 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x1024.png differ diff --git a/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x16.png b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x16.png new file mode 100644 index 00000000..70a58982 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x16.png differ diff --git a/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x256.png b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x256.png new file mode 100644 index 00000000..0637adaa Binary files /dev/null and b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x256.png differ diff --git a/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x4.png b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x4.png new file mode 100644 index 00000000..e2b2b993 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x4.png differ diff --git a/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x64.png b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x64.png new file mode 100644 index 00000000..197b90bf Binary files /dev/null and b/resources/contenttweaker/textures/blocks/hypercapacitor_discharger_x64.png differ diff --git a/resources/contenttweaker/textures/blocks/hypergrowth_component.png b/resources/contenttweaker/textures/blocks/hypergrowth_component.png new file mode 100644 index 00000000..20a1bb88 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/hypergrowth_component.png differ diff --git a/resources/contenttweaker/textures/blocks/ice_divine_ore.png b/resources/contenttweaker/textures/blocks/ice_divine_ore.png new file mode 100644 index 00000000..b0f8cfe0 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/ice_divine_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/jungle_divine_ore.png b/resources/contenttweaker/textures/blocks/jungle_divine_ore.png new file mode 100644 index 00000000..631c9c1b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/jungle_divine_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/molten_divine_ore.png b/resources/contenttweaker/textures/blocks/molten_divine_ore.png new file mode 100644 index 00000000..7a4e7f74 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/molten_divine_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/monumentally_sentient_meatball.png b/resources/contenttweaker/textures/blocks/monumentally_sentient_meatball.png new file mode 100644 index 00000000..bc087ba0 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/monumentally_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/particulate_steam_condensation_tube.png b/resources/contenttweaker/textures/blocks/particulate_steam_condensation_tube.png new file mode 100644 index 00000000..f21bbb09 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/particulate_steam_condensation_tube.png differ diff --git a/resources/contenttweaker/textures/blocks/radioactive_sentient_meatball.png b/resources/contenttweaker/textures/blocks/radioactive_sentient_meatball.png new file mode 100644 index 00000000..8dbde1d8 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/radioactive_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/shadow_divine_ore.png b/resources/contenttweaker/textures/blocks/shadow_divine_ore.png new file mode 100644 index 00000000..14c18c17 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/shadow_divine_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/shungite_casing.png b/resources/contenttweaker/textures/blocks/shungite_casing.png new file mode 100644 index 00000000..8058e952 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/shungite_casing.png differ diff --git a/resources/contenttweaker/textures/blocks/sideral_steel.png b/resources/contenttweaker/textures/blocks/sideral_steel.png new file mode 100644 index 00000000..59a8ca1d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/sideral_steel.png differ diff --git a/resources/contenttweaker/textures/blocks/stargate_chevron_block.png b/resources/contenttweaker/textures/blocks/stargate_chevron_block.png new file mode 100644 index 00000000..f8c999fe Binary files /dev/null and b/resources/contenttweaker/textures/blocks/stargate_chevron_block.png differ diff --git a/resources/contenttweaker/textures/blocks/stargate_controller_block.png b/resources/contenttweaker/textures/blocks/stargate_controller_block.png new file mode 100644 index 00000000..83cc9744 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/stargate_controller_block.png differ diff --git a/resources/contenttweaker/textures/blocks/stargate_ring_block.png b/resources/contenttweaker/textures/blocks/stargate_ring_block.png new file mode 100644 index 00000000..544443b5 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/stargate_ring_block.png differ diff --git a/resources/contenttweaker/textures/blocks/tainted_sentient_meatball.png b/resources/contenttweaker/textures/blocks/tainted_sentient_meatball.png new file mode 100644 index 00000000..0d90f50d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/tainted_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/terran_divine_ore.png b/resources/contenttweaker/textures/blocks/terran_divine_ore.png new file mode 100644 index 00000000..e7be4b93 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/terran_divine_ore.png differ diff --git a/resources/contenttweaker/textures/items/25x25_area_of_grass.png b/resources/contenttweaker/textures/items/25x25_area_of_grass.png new file mode 100644 index 00000000..08aa08a3 Binary files /dev/null and b/resources/contenttweaker/textures/items/25x25_area_of_grass.png differ diff --git a/resources/contenttweaker/textures/items/35x35_area_of_grass.png b/resources/contenttweaker/textures/items/35x35_area_of_grass.png new file mode 100644 index 00000000..14fc97cb Binary files /dev/null and b/resources/contenttweaker/textures/items/35x35_area_of_grass.png differ diff --git a/resources/contenttweaker/textures/items/abyssal_artifact.png b/resources/contenttweaker/textures/items/abyssal_artifact.png index 88290b64..ff0aee53 100644 Binary files a/resources/contenttweaker/textures/items/abyssal_artifact.png and b/resources/contenttweaker/textures/items/abyssal_artifact.png differ diff --git a/resources/contenttweaker/textures/items/akathartos_warper.png b/resources/contenttweaker/textures/items/akathartos_warper.png new file mode 100644 index 00000000..914ab6cf Binary files /dev/null and b/resources/contenttweaker/textures/items/akathartos_warper.png differ diff --git a/resources/contenttweaker/textures/items/alkemia_warper.png b/resources/contenttweaker/textures/items/alkemia_warper.png new file mode 100644 index 00000000..6a5f57a0 Binary files /dev/null and b/resources/contenttweaker/textures/items/alkemia_warper.png differ diff --git a/resources/contenttweaker/textures/items/ancient_cavern_artifact.png b/resources/contenttweaker/textures/items/ancient_cavern_artifact.png index 172f5460..9e7214fd 100644 Binary files a/resources/contenttweaker/textures/items/ancient_cavern_artifact.png and b/resources/contenttweaker/textures/items/ancient_cavern_artifact.png differ diff --git a/resources/contenttweaker/textures/items/barathos_artifact.png b/resources/contenttweaker/textures/items/barathos_artifact.png index 3dc677a9..8580326b 100644 Binary files a/resources/contenttweaker/textures/items/barathos_artifact.png and b/resources/contenttweaker/textures/items/barathos_artifact.png differ diff --git a/resources/contenttweaker/textures/items/bee_stargate.png b/resources/contenttweaker/textures/items/bee_stargate.png new file mode 100644 index 00000000..76daed79 Binary files /dev/null and b/resources/contenttweaker/textures/items/bee_stargate.png differ diff --git a/resources/contenttweaker/textures/items/berserker_forge_loop.png b/resources/contenttweaker/textures/items/berserker_forge_loop.png new file mode 100644 index 00000000..fd94d5a6 Binary files /dev/null and b/resources/contenttweaker/textures/items/berserker_forge_loop.png differ diff --git a/resources/contenttweaker/textures/items/borean_artifact.png b/resources/contenttweaker/textures/items/borean_artifact.png index dd175954..27a0c5c2 100644 Binary files a/resources/contenttweaker/textures/items/borean_artifact.png and b/resources/contenttweaker/textures/items/borean_artifact.png differ diff --git a/resources/contenttweaker/textures/items/boss_drop.png b/resources/contenttweaker/textures/items/boss_drop.png new file mode 100644 index 00000000..08aa08a3 Binary files /dev/null and b/resources/contenttweaker/textures/items/boss_drop.png differ diff --git a/resources/contenttweaker/textures/items/californium_lattice_capsule.png b/resources/contenttweaker/textures/items/californium_lattice_capsule.png new file mode 100644 index 00000000..df758bb5 Binary files /dev/null and b/resources/contenttweaker/textures/items/californium_lattice_capsule.png differ diff --git a/resources/contenttweaker/textures/items/candyland_artifact.png b/resources/contenttweaker/textures/items/candyland_artifact.png index 9a2b6de1..0ce64a85 100644 Binary files a/resources/contenttweaker/textures/items/candyland_artifact.png and b/resources/contenttweaker/textures/items/candyland_artifact.png differ diff --git a/resources/contenttweaker/textures/items/celeve_artifact.png b/resources/contenttweaker/textures/items/celeve_artifact.png index 936906a1..aec1750b 100644 Binary files a/resources/contenttweaker/textures/items/celeve_artifact.png and b/resources/contenttweaker/textures/items/celeve_artifact.png differ diff --git a/resources/contenttweaker/textures/items/creeponian_artifact.png b/resources/contenttweaker/textures/items/creeponian_artifact.png index dbaebaf8..bde5d55a 100644 Binary files a/resources/contenttweaker/textures/items/creeponian_artifact.png and b/resources/contenttweaker/textures/items/creeponian_artifact.png differ diff --git a/resources/contenttweaker/textures/items/crystevia_artifact.png b/resources/contenttweaker/textures/items/crystevia_artifact.png index 54fb1937..ce986668 100644 Binary files a/resources/contenttweaker/textures/items/crystevia_artifact.png and b/resources/contenttweaker/textures/items/crystevia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/deeplands_artifact.png b/resources/contenttweaker/textures/items/deeplands_artifact.png index 72d27e5a..d3592dad 100644 Binary files a/resources/contenttweaker/textures/items/deeplands_artifact.png and b/resources/contenttweaker/textures/items/deeplands_artifact.png differ diff --git a/resources/contenttweaker/textures/items/draconic_upgrades_locations.png b/resources/contenttweaker/textures/items/draconic_upgrades_locations.png new file mode 100644 index 00000000..df15650b Binary files /dev/null and b/resources/contenttweaker/textures/items/draconic_upgrades_locations.png differ diff --git a/resources/contenttweaker/textures/items/dungeon_drop.png b/resources/contenttweaker/textures/items/dungeon_drop.png new file mode 100644 index 00000000..08aa08a3 Binary files /dev/null and b/resources/contenttweaker/textures/items/dungeon_drop.png differ diff --git a/resources/contenttweaker/textures/items/duplicating_enchants.png b/resources/contenttweaker/textures/items/duplicating_enchants.png new file mode 100644 index 00000000..fb256c56 Binary files /dev/null and b/resources/contenttweaker/textures/items/duplicating_enchants.png differ diff --git a/resources/contenttweaker/textures/items/dustopia_artifact.png b/resources/contenttweaker/textures/items/dustopia_artifact.png index 2097adf8..f7b93e94 100644 Binary files a/resources/contenttweaker/textures/items/dustopia_artifact.png and b/resources/contenttweaker/textures/items/dustopia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/eldritch_crab_callstone.png b/resources/contenttweaker/textures/items/eldritch_crab_callstone.png new file mode 100644 index 00000000..9906b14a Binary files /dev/null and b/resources/contenttweaker/textures/items/eldritch_crab_callstone.png differ diff --git a/resources/contenttweaker/textures/items/emptiness_tutorial.png b/resources/contenttweaker/textures/items/emptiness_tutorial.png new file mode 100644 index 00000000..181bdb70 Binary files /dev/null and b/resources/contenttweaker/textures/items/emptiness_tutorial.png differ diff --git a/resources/contenttweaker/textures/items/epic_tool_tipper.png b/resources/contenttweaker/textures/items/epic_tool_tipper.png new file mode 100644 index 00000000..47db4c09 Binary files /dev/null and b/resources/contenttweaker/textures/items/epic_tool_tipper.png differ diff --git a/resources/contenttweaker/textures/items/essence_of_the_mythic_shells.png b/resources/contenttweaker/textures/items/essence_of_the_mythic_shells.png new file mode 100644 index 00000000..dc9ecad3 Binary files /dev/null and b/resources/contenttweaker/textures/items/essence_of_the_mythic_shells.png differ diff --git a/resources/contenttweaker/textures/items/essence_of_the_mythic_shells.png.mcmeta b/resources/contenttweaker/textures/items/essence_of_the_mythic_shells.png.mcmeta new file mode 100644 index 00000000..d1cd0799 --- /dev/null +++ b/resources/contenttweaker/textures/items/essence_of_the_mythic_shells.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/resources/contenttweaker/textures/items/ethical_empanada.png b/resources/contenttweaker/textures/items/ethical_empanada.png new file mode 100644 index 00000000..5c4b1fe2 Binary files /dev/null and b/resources/contenttweaker/textures/items/ethical_empanada.png differ diff --git a/resources/contenttweaker/textures/items/europa_warper.png b/resources/contenttweaker/textures/items/europa_warper.png new file mode 100644 index 00000000..fd806ebd Binary files /dev/null and b/resources/contenttweaker/textures/items/europa_warper.png differ diff --git a/resources/contenttweaker/textures/items/eye_of_gallifrey.png b/resources/contenttweaker/textures/items/eye_of_gallifrey.png new file mode 100644 index 00000000..1619ad7a Binary files /dev/null and b/resources/contenttweaker/textures/items/eye_of_gallifrey.png differ diff --git a/resources/contenttweaker/textures/items/eye_of_limbo.png b/resources/contenttweaker/textures/items/eye_of_limbo.png new file mode 100644 index 00000000..8b29546b Binary files /dev/null and b/resources/contenttweaker/textures/items/eye_of_limbo.png differ diff --git a/resources/contenttweaker/textures/items/falacer_warper.png b/resources/contenttweaker/textures/items/falacer_warper.png new file mode 100644 index 00000000..59833061 Binary files /dev/null and b/resources/contenttweaker/textures/items/falacer_warper.png differ diff --git a/resources/contenttweaker/textures/items/fifth_recursive_lock.png b/resources/contenttweaker/textures/items/fifth_recursive_lock.png new file mode 100644 index 00000000..0a47ebae Binary files /dev/null and b/resources/contenttweaker/textures/items/fifth_recursive_lock.png differ diff --git a/resources/contenttweaker/textures/items/fifth_recursive_lock.png.mcmeta b/resources/contenttweaker/textures/items/fifth_recursive_lock.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/resources/contenttweaker/textures/items/fifth_recursive_lock.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/contenttweaker/textures/items/fill_with_high_particulate_steam.png b/resources/contenttweaker/textures/items/fill_with_high_particulate_steam.png new file mode 100644 index 00000000..0a7f442a Binary files /dev/null and b/resources/contenttweaker/textures/items/fill_with_high_particulate_steam.png differ diff --git a/resources/contenttweaker/textures/items/first_order_ascended_fractal.png b/resources/contenttweaker/textures/items/first_order_ascended_fractal.png new file mode 100644 index 00000000..4811046b Binary files /dev/null and b/resources/contenttweaker/textures/items/first_order_ascended_fractal.png differ diff --git a/resources/contenttweaker/textures/items/first_order_ascended_fractal.png.mcmeta b/resources/contenttweaker/textures/items/first_order_ascended_fractal.png.mcmeta new file mode 100644 index 00000000..e72658ac --- /dev/null +++ b/resources/contenttweaker/textures/items/first_order_ascended_fractal.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/resources/contenttweaker/textures/items/first_recursive_lock.png b/resources/contenttweaker/textures/items/first_recursive_lock.png new file mode 100644 index 00000000..7c198a76 Binary files /dev/null and b/resources/contenttweaker/textures/items/first_recursive_lock.png differ diff --git a/resources/contenttweaker/textures/items/first_recursive_lock.png.mcmeta b/resources/contenttweaker/textures/items/first_recursive_lock.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/resources/contenttweaker/textures/items/first_recursive_lock.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/contenttweaker/textures/items/fission_automation.png b/resources/contenttweaker/textures/items/fission_automation.png new file mode 100644 index 00000000..95dbd6db Binary files /dev/null and b/resources/contenttweaker/textures/items/fission_automation.png differ diff --git a/resources/contenttweaker/textures/items/fluidcrystalmatrix_condensation.png b/resources/contenttweaker/textures/items/fluidcrystalmatrix_condensation.png new file mode 100644 index 00000000..1cd375ea Binary files /dev/null and b/resources/contenttweaker/textures/items/fluidcrystalmatrix_condensation.png differ diff --git a/resources/contenttweaker/textures/items/fourth_order_ascended_fractal.png b/resources/contenttweaker/textures/items/fourth_order_ascended_fractal.png new file mode 100644 index 00000000..ff9bae7e Binary files /dev/null and b/resources/contenttweaker/textures/items/fourth_order_ascended_fractal.png differ diff --git a/resources/contenttweaker/textures/items/fourth_order_ascended_fractal.png.mcmeta b/resources/contenttweaker/textures/items/fourth_order_ascended_fractal.png.mcmeta new file mode 100644 index 00000000..e72658ac --- /dev/null +++ b/resources/contenttweaker/textures/items/fourth_order_ascended_fractal.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/resources/contenttweaker/textures/items/fourth_recursive_lock.png b/resources/contenttweaker/textures/items/fourth_recursive_lock.png new file mode 100644 index 00000000..5382cc3a Binary files /dev/null and b/resources/contenttweaker/textures/items/fourth_recursive_lock.png differ diff --git a/resources/contenttweaker/textures/items/fourth_recursive_lock.png.mcmeta b/resources/contenttweaker/textures/items/fourth_recursive_lock.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/resources/contenttweaker/textures/items/fourth_recursive_lock.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/contenttweaker/textures/items/gallifrey_fabrial.png b/resources/contenttweaker/textures/items/gallifrey_fabrial.png new file mode 100644 index 00000000..a7f6313c Binary files /dev/null and b/resources/contenttweaker/textures/items/gallifrey_fabrial.png differ diff --git a/resources/contenttweaker/textures/items/gallifrey_warper.png b/resources/contenttweaker/textures/items/gallifrey_warper.png new file mode 100644 index 00000000..cce0caf3 Binary files /dev/null and b/resources/contenttweaker/textures/items/gallifrey_warper.png differ diff --git a/resources/contenttweaker/textures/items/gardencia_artifact.png b/resources/contenttweaker/textures/items/gardencia_artifact.png index e3e042e5..01c2840e 100644 Binary files a/resources/contenttweaker/textures/items/gardencia_artifact.png and b/resources/contenttweaker/textures/items/gardencia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/gem_of_the_warrior.png b/resources/contenttweaker/textures/items/gem_of_the_warrior.png new file mode 100644 index 00000000..2bb2548a Binary files /dev/null and b/resources/contenttweaker/textures/items/gem_of_the_warrior.png differ diff --git a/resources/contenttweaker/textures/items/greckon_artifact.png b/resources/contenttweaker/textures/items/greckon_artifact.png index a9193348..8adbd8ea 100644 Binary files a/resources/contenttweaker/textures/items/greckon_artifact.png and b/resources/contenttweaker/textures/items/greckon_artifact.png differ diff --git a/resources/contenttweaker/textures/items/halite_imbuement_fabrial.png b/resources/contenttweaker/textures/items/halite_imbuement_fabrial.png new file mode 100644 index 00000000..5dbc73e1 Binary files /dev/null and b/resources/contenttweaker/textures/items/halite_imbuement_fabrial.png differ diff --git a/resources/contenttweaker/textures/items/hator_warper.png b/resources/contenttweaker/textures/items/hator_warper.png new file mode 100644 index 00000000..44c558c8 Binary files /dev/null and b/resources/contenttweaker/textures/items/hator_warper.png differ diff --git a/resources/contenttweaker/textures/items/haumea_warper.png b/resources/contenttweaker/textures/items/haumea_warper.png new file mode 100644 index 00000000..be62a8f5 Binary files /dev/null and b/resources/contenttweaker/textures/items/haumea_warper.png differ diff --git a/resources/contenttweaker/textures/items/haven_artifact.png b/resources/contenttweaker/textures/items/haven_artifact.png index fc2cd418..af2a86a7 100644 Binary files a/resources/contenttweaker/textures/items/haven_artifact.png and b/resources/contenttweaker/textures/items/haven_artifact.png differ diff --git a/resources/contenttweaker/textures/items/heavy_polenta.png b/resources/contenttweaker/textures/items/heavy_polenta.png new file mode 100644 index 00000000..17fc2b23 Binary files /dev/null and b/resources/contenttweaker/textures/items/heavy_polenta.png differ diff --git a/resources/contenttweaker/textures/items/how_to_finish_meatballcraft.png b/resources/contenttweaker/textures/items/how_to_finish_meatballcraft.png new file mode 100644 index 00000000..07a6c690 Binary files /dev/null and b/resources/contenttweaker/textures/items/how_to_finish_meatballcraft.png differ diff --git a/resources/contenttweaker/textures/items/immortallis_artifact.png b/resources/contenttweaker/textures/items/immortallis_artifact.png index 980009b5..0d0e555c 100644 Binary files a/resources/contenttweaker/textures/items/immortallis_artifact.png and b/resources/contenttweaker/textures/items/immortallis_artifact.png differ diff --git a/resources/contenttweaker/textures/items/increase_range.png b/resources/contenttweaker/textures/items/increase_range.png new file mode 100644 index 00000000..08153721 Binary files /dev/null and b/resources/contenttweaker/textures/items/increase_range.png differ diff --git a/resources/contenttweaker/textures/items/infinite_range.png b/resources/contenttweaker/textures/items/infinite_range.png new file mode 100644 index 00000000..9bcf72ff Binary files /dev/null and b/resources/contenttweaker/textures/items/infinite_range.png differ diff --git a/resources/contenttweaker/textures/items/iromine_artifact.png b/resources/contenttweaker/textures/items/iromine_artifact.png index 93a5937a..664bf913 100644 Binary files a/resources/contenttweaker/textures/items/iromine_artifact.png and b/resources/contenttweaker/textures/items/iromine_artifact.png differ diff --git a/resources/contenttweaker/textures/items/jei_tipsandtricks.png b/resources/contenttweaker/textures/items/jei_tipsandtricks.png new file mode 100644 index 00000000..06d14f09 Binary files /dev/null and b/resources/contenttweaker/textures/items/jei_tipsandtricks.png differ diff --git a/resources/contenttweaker/textures/items/lelyetian_artifact.png b/resources/contenttweaker/textures/items/lelyetian_artifact.png index ae211c66..ed9d1a84 100644 Binary files a/resources/contenttweaker/textures/items/lelyetian_artifact.png and b/resources/contenttweaker/textures/items/lelyetian_artifact.png differ diff --git a/resources/contenttweaker/textures/items/luna_warper.png b/resources/contenttweaker/textures/items/luna_warper.png new file mode 100644 index 00000000..a0e59411 Binary files /dev/null and b/resources/contenttweaker/textures/items/luna_warper.png differ diff --git a/resources/contenttweaker/textures/items/lunalus_artifact.png b/resources/contenttweaker/textures/items/lunalus_artifact.png index 80d586a9..850f325c 100644 Binary files a/resources/contenttweaker/textures/items/lunalus_artifact.png and b/resources/contenttweaker/textures/items/lunalus_artifact.png differ diff --git a/resources/contenttweaker/textures/items/meatball_man_charm.png b/resources/contenttweaker/textures/items/meatball_man_charm.png new file mode 100644 index 00000000..3d77396b Binary files /dev/null and b/resources/contenttweaker/textures/items/meatball_man_charm.png differ diff --git a/resources/contenttweaker/textures/items/megelium_capsule.png b/resources/contenttweaker/textures/items/megelium_capsule.png new file mode 100644 index 00000000..28908d51 Binary files /dev/null and b/resources/contenttweaker/textures/items/megelium_capsule.png differ diff --git a/resources/contenttweaker/textures/items/multi_fruit_milkshake.png b/resources/contenttweaker/textures/items/multi_fruit_milkshake.png new file mode 100644 index 00000000..4fef6710 Binary files /dev/null and b/resources/contenttweaker/textures/items/multi_fruit_milkshake.png differ diff --git a/resources/contenttweaker/textures/items/myrmex_warper.png b/resources/contenttweaker/textures/items/myrmex_warper.png new file mode 100644 index 00000000..ab3878b5 Binary files /dev/null and b/resources/contenttweaker/textures/items/myrmex_warper.png differ diff --git a/resources/contenttweaker/textures/items/mysterium_artifact.png b/resources/contenttweaker/textures/items/mysterium_artifact.png index d7d5f750..877ee7c0 100644 Binary files a/resources/contenttweaker/textures/items/mysterium_artifact.png and b/resources/contenttweaker/textures/items/mysterium_artifact.png differ diff --git a/resources/contenttweaker/textures/items/nero_warper.png b/resources/contenttweaker/textures/items/nero_warper.png new file mode 100644 index 00000000..72c620fb Binary files /dev/null and b/resources/contenttweaker/textures/items/nero_warper.png differ diff --git a/resources/contenttweaker/textures/items/nimble_hummus_dip.png b/resources/contenttweaker/textures/items/nimble_hummus_dip.png new file mode 100644 index 00000000..eb2deabd Binary files /dev/null and b/resources/contenttweaker/textures/items/nimble_hummus_dip.png differ diff --git a/resources/contenttweaker/textures/items/oi_warper.png b/resources/contenttweaker/textures/items/oi_warper.png new file mode 100644 index 00000000..b14fc204 Binary files /dev/null and b/resources/contenttweaker/textures/items/oi_warper.png differ diff --git a/resources/contenttweaker/textures/items/optical_event_horizon.png b/resources/contenttweaker/textures/items/optical_event_horizon.png new file mode 100644 index 00000000..f341d69b Binary files /dev/null and b/resources/contenttweaker/textures/items/optical_event_horizon.png differ diff --git a/resources/contenttweaker/textures/items/orcus_warper.png b/resources/contenttweaker/textures/items/orcus_warper.png new file mode 100644 index 00000000..965d7a1d Binary files /dev/null and b/resources/contenttweaker/textures/items/orcus_warper.png differ diff --git a/resources/contenttweaker/textures/items/orichalcum_sliver.png b/resources/contenttweaker/textures/items/orichalcum_sliver.png new file mode 100644 index 00000000..d78243b9 Binary files /dev/null and b/resources/contenttweaker/textures/items/orichalcum_sliver.png differ diff --git a/resources/contenttweaker/textures/items/osiris_warper.png b/resources/contenttweaker/textures/items/osiris_warper.png new file mode 100644 index 00000000..60927b2d Binary files /dev/null and b/resources/contenttweaker/textures/items/osiris_warper.png differ diff --git a/resources/contenttweaker/textures/items/pauram_callstone.png b/resources/contenttweaker/textures/items/pauram_callstone.png new file mode 100644 index 00000000..f516dce4 Binary files /dev/null and b/resources/contenttweaker/textures/items/pauram_callstone.png differ diff --git a/resources/contenttweaker/textures/items/pauram_warper.png b/resources/contenttweaker/textures/items/pauram_warper.png new file mode 100644 index 00000000..e50b9358 Binary files /dev/null and b/resources/contenttweaker/textures/items/pauram_warper.png differ diff --git a/resources/contenttweaker/textures/items/pixonia_warper.png b/resources/contenttweaker/textures/items/pixonia_warper.png new file mode 100644 index 00000000..f8713a1a Binary files /dev/null and b/resources/contenttweaker/textures/items/pixonia_warper.png differ diff --git a/resources/contenttweaker/textures/items/precasian_artifact.png b/resources/contenttweaker/textures/items/precasian_artifact.png index 4dee325e..c3f58d7a 100644 Binary files a/resources/contenttweaker/textures/items/precasian_artifact.png and b/resources/contenttweaker/textures/items/precasian_artifact.png differ diff --git a/resources/contenttweaker/textures/items/primed_megelium_capsule.png b/resources/contenttweaker/textures/items/primed_megelium_capsule.png new file mode 100644 index 00000000..2fd64561 Binary files /dev/null and b/resources/contenttweaker/textures/items/primed_megelium_capsule.png differ diff --git a/resources/contenttweaker/textures/items/proxima_warper.png b/resources/contenttweaker/textures/items/proxima_warper.png new file mode 100644 index 00000000..f395389a Binary files /dev/null and b/resources/contenttweaker/textures/items/proxima_warper.png differ diff --git a/resources/contenttweaker/textures/items/proximabelt_warper.png b/resources/contenttweaker/textures/items/proximabelt_warper.png new file mode 100644 index 00000000..a801ca0c Binary files /dev/null and b/resources/contenttweaker/textures/items/proximabelt_warper.png differ diff --git a/resources/contenttweaker/textures/items/ptah_warper.png b/resources/contenttweaker/textures/items/ptah_warper.png new file mode 100644 index 00000000..963ccbdb Binary files /dev/null and b/resources/contenttweaker/textures/items/ptah_warper.png differ diff --git a/resources/contenttweaker/textures/items/pure_halite_cluster.png b/resources/contenttweaker/textures/items/pure_halite_cluster.png new file mode 100644 index 00000000..8aad7e4a Binary files /dev/null and b/resources/contenttweaker/textures/items/pure_halite_cluster.png differ diff --git a/resources/contenttweaker/textures/items/puzzle_solution_ghoulspirit.png b/resources/contenttweaker/textures/items/puzzle_solution_ghoulspirit.png new file mode 100644 index 00000000..26cdd03c Binary files /dev/null and b/resources/contenttweaker/textures/items/puzzle_solution_ghoulspirit.png differ diff --git a/resources/contenttweaker/textures/items/puzzle_solution_monumentallysentientbeatball.png b/resources/contenttweaker/textures/items/puzzle_solution_monumentallysentientbeatball.png new file mode 100644 index 00000000..56a8b0c4 Binary files /dev/null and b/resources/contenttweaker/textures/items/puzzle_solution_monumentallysentientbeatball.png differ diff --git a/resources/contenttweaker/textures/items/puzzle_solution_spellrecyclercrystal.png b/resources/contenttweaker/textures/items/puzzle_solution_spellrecyclercrystal.png new file mode 100644 index 00000000..328d98d7 Binary files /dev/null and b/resources/contenttweaker/textures/items/puzzle_solution_spellrecyclercrystal.png differ diff --git a/resources/contenttweaker/textures/items/puzzle_solution_taintedmeatball.png b/resources/contenttweaker/textures/items/puzzle_solution_taintedmeatball.png new file mode 100644 index 00000000..30209a92 Binary files /dev/null and b/resources/contenttweaker/textures/items/puzzle_solution_taintedmeatball.png differ diff --git a/resources/contenttweaker/textures/items/puzzle_solution_warrenblindfold.png b/resources/contenttweaker/textures/items/puzzle_solution_warrenblindfold.png new file mode 100644 index 00000000..ec0b4c2f Binary files /dev/null and b/resources/contenttweaker/textures/items/puzzle_solution_warrenblindfold.png differ diff --git a/resources/contenttweaker/textures/items/rare_loot_table.png b/resources/contenttweaker/textures/items/rare_loot_table.png new file mode 100644 index 00000000..181bdb70 Binary files /dev/null and b/resources/contenttweaker/textures/items/rare_loot_table.png differ diff --git a/resources/contenttweaker/textures/items/realmstone.png b/resources/contenttweaker/textures/items/realmstone.png index c9c3cc61..a390b940 100644 Binary files a/resources/contenttweaker/textures/items/realmstone.png and b/resources/contenttweaker/textures/items/realmstone.png differ diff --git a/resources/contenttweaker/textures/items/rhenia_warper.png b/resources/contenttweaker/textures/items/rhenia_warper.png new file mode 100644 index 00000000..ae5a9bb5 Binary files /dev/null and b/resources/contenttweaker/textures/items/rhenia_warper.png differ diff --git a/resources/contenttweaker/textures/items/roof_can_be_placed_7_blocks_away.png b/resources/contenttweaker/textures/items/roof_can_be_placed_7_blocks_away.png new file mode 100644 index 00000000..6648f196 Binary files /dev/null and b/resources/contenttweaker/textures/items/roof_can_be_placed_7_blocks_away.png differ diff --git a/resources/contenttweaker/textures/items/runandor_artifact.png b/resources/contenttweaker/textures/items/runandor_artifact.png index 185adaf4..e8433d71 100644 Binary files a/resources/contenttweaker/textures/items/runandor_artifact.png and b/resources/contenttweaker/textures/items/runandor_artifact.png differ diff --git a/resources/contenttweaker/textures/items/second_order_ascended_fractal.png b/resources/contenttweaker/textures/items/second_order_ascended_fractal.png new file mode 100644 index 00000000..4e566c91 Binary files /dev/null and b/resources/contenttweaker/textures/items/second_order_ascended_fractal.png differ diff --git a/resources/contenttweaker/textures/items/second_order_ascended_fractal.png.mcmeta b/resources/contenttweaker/textures/items/second_order_ascended_fractal.png.mcmeta new file mode 100644 index 00000000..d1cd0799 --- /dev/null +++ b/resources/contenttweaker/textures/items/second_order_ascended_fractal.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/resources/contenttweaker/textures/items/second_recursive_lock.png b/resources/contenttweaker/textures/items/second_recursive_lock.png new file mode 100644 index 00000000..5d59ad0b Binary files /dev/null and b/resources/contenttweaker/textures/items/second_recursive_lock.png differ diff --git a/resources/contenttweaker/textures/items/second_recursive_lock.png.mcmeta b/resources/contenttweaker/textures/items/second_recursive_lock.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/resources/contenttweaker/textures/items/second_recursive_lock.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/contenttweaker/textures/items/secret_lurker_callstone.png b/resources/contenttweaker/textures/items/secret_lurker_callstone.png new file mode 100644 index 00000000..768fa9d0 Binary files /dev/null and b/resources/contenttweaker/textures/items/secret_lurker_callstone.png differ diff --git a/resources/contenttweaker/textures/items/secretive_nightmare_heart.png b/resources/contenttweaker/textures/items/secretive_nightmare_heart.png new file mode 100644 index 00000000..db82b979 Binary files /dev/null and b/resources/contenttweaker/textures/items/secretive_nightmare_heart.png differ diff --git a/resources/contenttweaker/textures/items/sedna_warper.png b/resources/contenttweaker/textures/items/sedna_warper.png new file mode 100644 index 00000000..a188afc7 Binary files /dev/null and b/resources/contenttweaker/textures/items/sedna_warper.png differ diff --git a/resources/contenttweaker/textures/items/shyrelands_artifact.png b/resources/contenttweaker/textures/items/shyrelands_artifact.png new file mode 100644 index 00000000..8383479a Binary files /dev/null and b/resources/contenttweaker/textures/items/shyrelands_artifact.png differ diff --git a/resources/contenttweaker/textures/items/spell_recycling_crystal.png b/resources/contenttweaker/textures/items/spell_recycling_crystal.png new file mode 100644 index 00000000..981f0404 Binary files /dev/null and b/resources/contenttweaker/textures/items/spell_recycling_crystal.png differ diff --git a/resources/contenttweaker/textures/items/stargate_chevron.png b/resources/contenttweaker/textures/items/stargate_chevron.png new file mode 100644 index 00000000..b4a7947c Binary files /dev/null and b/resources/contenttweaker/textures/items/stargate_chevron.png differ diff --git a/resources/contenttweaker/textures/items/stargate_controller.png b/resources/contenttweaker/textures/items/stargate_controller.png new file mode 100644 index 00000000..e7a1f8cd Binary files /dev/null and b/resources/contenttweaker/textures/items/stargate_controller.png differ diff --git a/resources/contenttweaker/textures/items/stargate_hieroglyphs.png b/resources/contenttweaker/textures/items/stargate_hieroglyphs.png new file mode 100644 index 00000000..1b07abe3 Binary files /dev/null and b/resources/contenttweaker/textures/items/stargate_hieroglyphs.png differ diff --git a/resources/contenttweaker/textures/items/stargate_ring.png b/resources/contenttweaker/textures/items/stargate_ring.png new file mode 100644 index 00000000..c9160300 Binary files /dev/null and b/resources/contenttweaker/textures/items/stargate_ring.png differ diff --git a/resources/contenttweaker/textures/items/strange_matter_capsule.png b/resources/contenttweaker/textures/items/strange_matter_capsule.png new file mode 100644 index 00000000..5fa4c93a Binary files /dev/null and b/resources/contenttweaker/textures/items/strange_matter_capsule.png differ diff --git a/resources/contenttweaker/textures/items/sun_blessing.png b/resources/contenttweaker/textures/items/sun_blessing.png new file mode 100644 index 00000000..7b98d9bb Binary files /dev/null and b/resources/contenttweaker/textures/items/sun_blessing.png differ diff --git a/resources/contenttweaker/textures/items/tainted_loop_callstone.png b/resources/contenttweaker/textures/items/tainted_loop_callstone.png new file mode 100644 index 00000000..c3593e93 Binary files /dev/null and b/resources/contenttweaker/textures/items/tainted_loop_callstone.png differ diff --git a/resources/contenttweaker/textures/items/third_order_ascended_fractal.png b/resources/contenttweaker/textures/items/third_order_ascended_fractal.png new file mode 100644 index 00000000..c278769b Binary files /dev/null and b/resources/contenttweaker/textures/items/third_order_ascended_fractal.png differ diff --git a/resources/contenttweaker/textures/items/third_order_ascended_fractal.png.mcmeta b/resources/contenttweaker/textures/items/third_order_ascended_fractal.png.mcmeta new file mode 100644 index 00000000..d1cd0799 --- /dev/null +++ b/resources/contenttweaker/textures/items/third_order_ascended_fractal.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/resources/contenttweaker/textures/items/third_recursive_lock.png b/resources/contenttweaker/textures/items/third_recursive_lock.png new file mode 100644 index 00000000..d03e83ec Binary files /dev/null and b/resources/contenttweaker/textures/items/third_recursive_lock.png differ diff --git a/resources/contenttweaker/textures/items/third_recursive_lock.png.mcmeta b/resources/contenttweaker/textures/items/third_recursive_lock.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/resources/contenttweaker/textures/items/third_recursive_lock.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/contenttweaker/textures/items/trait_steady.png b/resources/contenttweaker/textures/items/trait_steady.png new file mode 100644 index 00000000..a17b95d0 Binary files /dev/null and b/resources/contenttweaker/textures/items/trait_steady.png differ diff --git a/resources/contenttweaker/textures/items/voxponds_artifact.png b/resources/contenttweaker/textures/items/voxponds_artifact.png index fc5b16d9..11aef7fb 100644 Binary files a/resources/contenttweaker/textures/items/voxponds_artifact.png and b/resources/contenttweaker/textures/items/voxponds_artifact.png differ diff --git a/resources/contenttweaker/textures/items/warren_blindfold.png b/resources/contenttweaker/textures/items/warren_blindfold.png new file mode 100644 index 00000000..18ca7082 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_blindfold.png differ diff --git a/resources/contenttweaker/textures/items/warren_rift.png b/resources/contenttweaker/textures/items/warren_rift.png new file mode 100644 index 00000000..784b934b Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_rift.png differ diff --git a/resources/contenttweaker/textures/items/warren_rift.png.mcmeta b/resources/contenttweaker/textures/items/warren_rift.png.mcmeta new file mode 100644 index 00000000..d1cd0799 --- /dev/null +++ b/resources/contenttweaker/textures/items/warren_rift.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/resources/contenttweaker/textures/items/warren_shard_abyss.png b/resources/contenttweaker/textures/items/warren_shard_abyss.png new file mode 100644 index 00000000..6d78cd26 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_abyss.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_ancientcavern.png b/resources/contenttweaker/textures/items/warren_shard_ancientcavern.png new file mode 100644 index 00000000..fc5bbf31 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_ancientcavern.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_apalachia.png b/resources/contenttweaker/textures/items/warren_shard_apalachia.png new file mode 100644 index 00000000..03b356d0 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_apalachia.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_barathos.png b/resources/contenttweaker/textures/items/warren_shard_barathos.png new file mode 100644 index 00000000..ab66b36a Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_barathos.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_borean.png b/resources/contenttweaker/textures/items/warren_shard_borean.png new file mode 100644 index 00000000..21cc22d4 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_borean.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_candyland.png b/resources/contenttweaker/textures/items/warren_shard_candyland.png new file mode 100644 index 00000000..bc6cd8af Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_candyland.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_celeve.png b/resources/contenttweaker/textures/items/warren_shard_celeve.png new file mode 100644 index 00000000..78c4abc4 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_celeve.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_creeponia.png b/resources/contenttweaker/textures/items/warren_shard_creeponia.png new file mode 100644 index 00000000..1b7b8037 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_creeponia.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_crystevia.png b/resources/contenttweaker/textures/items/warren_shard_crystevia.png new file mode 100644 index 00000000..8d362ba3 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_crystevia.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_deeplands.png b/resources/contenttweaker/textures/items/warren_shard_deeplands.png new file mode 100644 index 00000000..3b30f4ce Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_deeplands.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_dustopia.png b/resources/contenttweaker/textures/items/warren_shard_dustopia.png new file mode 100644 index 00000000..510d89a7 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_dustopia.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_eden.png b/resources/contenttweaker/textures/items/warren_shard_eden.png new file mode 100644 index 00000000..c650b73d Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_eden.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_gardencia.png b/resources/contenttweaker/textures/items/warren_shard_gardencia.png new file mode 100644 index 00000000..dc31ac09 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_gardencia.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_greckon.png b/resources/contenttweaker/textures/items/warren_shard_greckon.png new file mode 100644 index 00000000..bcb07643 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_greckon.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_haven.png b/resources/contenttweaker/textures/items/warren_shard_haven.png new file mode 100644 index 00000000..1c12cc1b Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_haven.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_immortallis.png b/resources/contenttweaker/textures/items/warren_shard_immortallis.png new file mode 100644 index 00000000..bf613d75 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_immortallis.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_iromine.png b/resources/contenttweaker/textures/items/warren_shard_iromine.png new file mode 100644 index 00000000..524d9362 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_iromine.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_lelyetia.png b/resources/contenttweaker/textures/items/warren_shard_lelyetia.png new file mode 100644 index 00000000..159602c2 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_lelyetia.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_lunalus.png b/resources/contenttweaker/textures/items/warren_shard_lunalus.png new file mode 100644 index 00000000..10d42156 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_lunalus.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_mortum.png b/resources/contenttweaker/textures/items/warren_shard_mortum.png new file mode 100644 index 00000000..841b1394 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_mortum.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_mysterium.png b/resources/contenttweaker/textures/items/warren_shard_mysterium.png new file mode 100644 index 00000000..2e930ef6 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_mysterium.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_precasia.png b/resources/contenttweaker/textures/items/warren_shard_precasia.png new file mode 100644 index 00000000..a8e199fa Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_precasia.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_runandor.png b/resources/contenttweaker/textures/items/warren_shard_runandor.png new file mode 100644 index 00000000..ec7d16f3 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_runandor.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_shyrelands.png b/resources/contenttweaker/textures/items/warren_shard_shyrelands.png new file mode 100644 index 00000000..89ec5037 Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_shyrelands.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_skythern.png b/resources/contenttweaker/textures/items/warren_shard_skythern.png new file mode 100644 index 00000000..4c6e22ed Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_skythern.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_voxponds.png b/resources/contenttweaker/textures/items/warren_shard_voxponds.png new file mode 100644 index 00000000..6caf2d5f Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_voxponds.png differ diff --git a/resources/contenttweaker/textures/items/warren_shard_wildwood.png b/resources/contenttweaker/textures/items/warren_shard_wildwood.png new file mode 100644 index 00000000..fef93b6c Binary files /dev/null and b/resources/contenttweaker/textures/items/warren_shard_wildwood.png differ diff --git a/resources/contenttweaker/textures/items/woot_flusher.png b/resources/contenttweaker/textures/items/woot_flusher.png new file mode 100644 index 00000000..de6ed0ff Binary files /dev/null and b/resources/contenttweaker/textures/items/woot_flusher.png differ diff --git a/resources/contenttweaker/textures/items/zoi_callstone.png b/resources/contenttweaker/textures/items/zoi_callstone.png new file mode 100644 index 00000000..0412598c Binary files /dev/null and b/resources/contenttweaker/textures/items/zoi_callstone.png differ diff --git a/resources/contenttweaker/textures/items/zoi_warper.png b/resources/contenttweaker/textures/items/zoi_warper.png new file mode 100644 index 00000000..52e2a360 Binary files /dev/null and b/resources/contenttweaker/textures/items/zoi_warper.png differ diff --git a/resources/menu/back19.png b/resources/menu/back19.png index a6559193..a6c976bd 100644 Binary files a/resources/menu/back19.png and b/resources/menu/back19.png differ diff --git a/resources/menu/back33.png b/resources/menu/back33.png index df4aa36f..a4742d36 100644 Binary files a/resources/menu/back33.png and b/resources/menu/back33.png differ diff --git a/resources/menu/back34.png b/resources/menu/back34.png index f719590c..8e9882e2 100644 Binary files a/resources/menu/back34.png and b/resources/menu/back34.png differ diff --git a/resources/menu/back35.png b/resources/menu/back35.png index 4a1e57ff..58318806 100644 Binary files a/resources/menu/back35.png and b/resources/menu/back35.png differ diff --git a/resources/menu/back36.png b/resources/menu/back36.png new file mode 100644 index 00000000..3dbd22d6 Binary files /dev/null and b/resources/menu/back36.png differ diff --git a/resources/modularmachinery/blockstates/altar_to_the_name_of_names_controller.json b/resources/modularmachinery/blockstates/altar_to_the_name_of_names_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/altar_to_the_name_of_names_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/dyson_discharger_t6_controller.json b/resources/modularmachinery/blockstates/dyson_discharger_t6_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/dyson_discharger_t6_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/scripts/AEGating.zs b/scripts/AEGating.zs index 1ce5a971..2ed425c3 100644 --- a/scripts/AEGating.zs +++ b/scripts/AEGating.zs @@ -405,3 +405,18 @@ mods.chisel.Carving.addVariation("densesmartcoloredcablegroup", , ]); mods.nuclearcraft.pressurizer.addRecipe([, ]); mods.nuclearcraft.pressurizer.addRecipe([, ]); + + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + + diff --git a/scripts/BiomeItems.zs b/scripts/BiomeItems.zs index f619b301..bd24cf67 100644 --- a/scripts/BiomeItems.zs +++ b/scripts/BiomeItems.zs @@ -415,6 +415,8 @@ aquaticstone.itemRightClick = function(stack, world, player, hand) { Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true); Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true); Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true); + Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, true, true); + Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, true, true); stack.shrink(1); return "PASS"; } diff --git a/scripts/BlueprintController.zs b/scripts/BlueprintController.zs index 29e8c172..d6057d7f 100644 --- a/scripts/BlueprintController.zs +++ b/scripts/BlueprintController.zs @@ -440,3 +440,19 @@ recipes.addShapeless(, recipes.addShapeless(, [.withTag({dynamicmachine: "modularmachinery:berserker_forge"}).reuse(), ]); + + +recipes.addShapeless(, +[.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t2"}).reuse(), ]); + +recipes.addShapeless(, +[.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t3"}).reuse(), ]); + +recipes.addShapeless(, +[.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t4"}).reuse(), ]); + +recipes.addShapeless(, +[.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t5"}).reuse(), ]); + +recipes.addShapeless(, +[.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t6"}).reuse(), ]); diff --git a/scripts/Callstones.zs b/scripts/Callstones.zs index 3e3a14e4..f6be53aa 100644 --- a/scripts/Callstones.zs +++ b/scripts/Callstones.zs @@ -4045,3 +4045,18 @@ fifthrecursivelock.itemRightClick = function(stack, world, player, hand) { }; fifthrecursivelock.register(); + +var wootflusher= VanillaFactory.createItem("woot_flusher"); +wootflusher.maxStackSize = 1; +wootflusher.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + player.sendChat("Flush Started"); + Commands.call("woot flush all", player, world, true, true); + + return "PASS"; + +}; +wootflusher.register(); \ No newline at end of file diff --git a/scripts/ChiselBlueprint.zs b/scripts/ChiselBlueprint.zs index 1087f895..bde1edf9 100644 --- a/scripts/ChiselBlueprint.zs +++ b/scripts/ChiselBlueprint.zs @@ -143,6 +143,7 @@ mods.chisel.Carving.addVariation("dysonstuff", . mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_discharger_t3"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_discharger_t4"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_discharger_t5"})); +mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_discharger_t6"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_compressor"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:relativistic_collapser"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:definer_two"})); diff --git a/scripts/ChiselController.zs b/scripts/ChiselController.zs index 528c90cd..8efc6584 100644 --- a/scripts/ChiselController.zs +++ b/scripts/ChiselController.zs @@ -138,6 +138,7 @@ mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); +mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); diff --git a/scripts/CompactMultiblockBlocks.zs b/scripts/CompactMultiblockBlocks.zs new file mode 100644 index 00000000..a90dd1a5 --- /dev/null +++ b/scripts/CompactMultiblockBlocks.zs @@ -0,0 +1,6 @@ + + + +mods.extendedcrafting.CompressionCrafting.addRecipe(, , 512, , 1000); +recipes.addShapeless(*512, +[, ]); \ No newline at end of file diff --git a/scripts/CustomFoods.zs b/scripts/CustomFoods.zs index 85b5230c..24d57f55 100644 --- a/scripts/CustomFoods.zs +++ b/scripts/CustomFoods.zs @@ -255,3 +255,34 @@ sacredcindersfruit.onItemFoodEaten = function(stack, world, player) { player.sendChat("Stay Hungry. Stay Foolish."); }; sacredcindersfruit.register(); + +// __________________________________________________ + + +var ethicalempanada = VanillaFactory.createItemFood("ethical_empanada", 5); +ethicalempanada.saturation = 1; +ethicalempanada.onItemFoodEaten = function(stack, world, player) { + player.sendChat("We can't judge if people are good or evil, but we can definitely judge if their actions are good or evil!"); +}; +ethicalempanada.register(); + +var nimblehummusdip = VanillaFactory.createItemFood("nimble_hummus_dip", 5); +nimblehummusdip.saturation = 1; +nimblehummusdip.onItemFoodEaten = function(stack, world, player) { + player.sendChat("Stretching is important, especially after sitting down at a desk all day!"); +}; +nimblehummusdip.register(); + +var heavypolenta = VanillaFactory.createItemFood("heavy_polenta", 5); +heavypolenta.saturation = 1; +heavypolenta.onItemFoodEaten = function(stack, world, player) { + player.sendChat("Did you walk your 10'000 steps today?"); +}; +heavypolenta.register(); + +var multifruitmilkshake = VanillaFactory.createItemFood("multi_fruit_milkshake", 5); +multifruitmilkshake.saturation = 1; +multifruitmilkshake.onItemFoodEaten = function(stack, world, player) { + player.sendChat("Feels like it's time for a 10-minute abs workout!"); +}; +multifruitmilkshake.register(); diff --git a/scripts/CustomItems2.zs b/scripts/CustomItems2.zs index b4e01f61..047d245c 100644 --- a/scripts/CustomItems2.zs +++ b/scripts/CustomItems2.zs @@ -1017,3 +1017,37 @@ puzzlesolmonumeatball.maxStackSize = 64; puzzlesolmonumeatball.beaconPayment = false; puzzlesolmonumeatball.register(); +var superstacker = VanillaFactory.createItem("super_stacker"); +superstacker.maxStackSize = 64; +superstacker.beaconPayment = false; +superstacker.register(); + +var bigstackaurorablock = VanillaFactory.createItem("big_stack_aurorablock"); +bigstackaurorablock.maxStackSize = 64; +bigstackaurorablock.beaconPayment = false; +bigstackaurorablock.register(); + +var jeitipsitem = VanillaFactory.createItem("jei_tipsandtricks"); +jeitipsitem.maxStackSize = 64; +jeitipsitem.beaconPayment = false; +jeitipsitem.register(); + +var emptinesstutorial = VanillaFactory.createItem("emptiness_tutorial"); +emptinesstutorial.maxStackSize = 64; +emptinesstutorial.beaconPayment = false; +emptinesstutorial.register(); + +var rareloottable = VanillaFactory.createItem("rare_loot_table"); +rareloottable.maxStackSize = 64; +rareloottable.beaconPayment = false; +rareloottable.register(); + +var bossdrop = VanillaFactory.createItem("boss_drop"); +bossdrop.maxStackSize = 64; +bossdrop.beaconPayment = false; +bossdrop.register(); + +var dungeondrop = VanillaFactory.createItem("dungeon_drop"); +dungeondrop.maxStackSize = 64; +dungeondrop.beaconPayment = false; +dungeondrop.register(); \ No newline at end of file diff --git a/scripts/CustomLoot.zs b/scripts/CustomLoot.zs index dff0ce9b..15c77f26 100644 --- a/scripts/CustomLoot.zs +++ b/scripts/CustomLoot.zs @@ -545,3 +545,9 @@ val chargedcreeperextra = chargedcreeper.getPool("powered_creeper"); chargedcreeperextra.addItemEntry(, 15); chargedcreeperextra.addItemEntry(, 15); +val fishingloot = LootTweaker.getTable("minecraft:gameplay/fishing/fish"); +val fishinglootextrafeesh = fishingloot.addPool("extra_feesh", 1, 1, 0, 0); +fishinglootextrafeesh.addItemEntry(, 15); +fishinglootextrafeesh.addItemEntry(, 15); +fishinglootextrafeesh.addItemEntry(, 15); +fishinglootextrafeesh.addItemEntry(, 15); diff --git a/scripts/DraconicGating.zs b/scripts/DraconicGating.zs index 0781b197..11baaf41 100644 --- a/scripts/DraconicGating.zs +++ b/scripts/DraconicGating.zs @@ -94,7 +94,7 @@ recipes.removeShaped(); mods.extendedcrafting.TableCrafting.addShaped(, [[, , , -, , , +, , , , , ], [, , , @@ -109,9 +109,9 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , ], -[, , , +[, , , , , , -, , ], +, , ], [, , , , , , @@ -126,7 +126,7 @@ mods.extendedcrafting.TableCrafting.addShaped(, , ], [, , , -, , , +, , , , , ]]); diff --git a/scripts/DungeonBossDrops.zs b/scripts/DungeonBossDrops.zs new file mode 100644 index 00000000..8133e8a9 --- /dev/null +++ b/scripts/DungeonBossDrops.zs @@ -0,0 +1,356 @@ +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, , ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , ]); +recipes.addShapeless(, +[, , ]); +recipes.addShapeless(, +[, , ]); +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , , , , , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, , ]); +recipes.addShapeless(, +[, , ]); +recipes.addShapeless(, +[, , ]); +recipes.addShapeless(, +[, , ]); +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, , ]); + + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[, ]); + + + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + + diff --git a/scripts/Gallifrey.zs b/scripts/Gallifrey.zs index 561d327e..e410437b 100644 --- a/scripts/Gallifrey.zs +++ b/scripts/Gallifrey.zs @@ -39,3 +39,10 @@ null,null,], null,,null, null,,]]); +furnace.addRecipe(, ); +furnace.addRecipe(, ); +furnace.addRecipe(, ); +furnace.addRecipe(, ); +furnace.addRecipe(, ); +furnace.addRecipe(, ); +furnace.addRecipe(, ); diff --git a/scripts/GameStagesContent.zs b/scripts/GameStagesContent.zs index 32d96e84..510bdde7 100644 --- a/scripts/GameStagesContent.zs +++ b/scripts/GameStagesContent.zs @@ -163,9 +163,9 @@ mods.recipestages.Recipes.addShaped("ezpzwandsbbynos", "hardmode", , -[[, .withTag({species: "rootBees", chromosome: 0, allele: "careerbees.energy"}), ], -[.withTag({species: "rootBees", chromosome: 0, allele: "careerbees.energy"}), .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.horologium", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), .withTag({species: "rootBees", chromosome: 0, allele: "careerbees.energy"})], -[, .withTag({species: "rootBees", chromosome: 0, allele: "careerbees.energy"}), ]]); +[[, , ], +[, , ], +[, , ]]); mods.recipestages.Recipes.addShaped("superforesteradventure", "hardmode", , [ [, , ], diff --git a/scripts/HaliteFractals.zs b/scripts/HaliteFractals.zs index 78d1f612..bb276bcc 100644 --- a/scripts/HaliteFractals.zs +++ b/scripts/HaliteFractals.zs @@ -744,7 +744,7 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], -[, , , , , , , , ], +[, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], @@ -755,7 +755,7 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], -[, , , , , , , , ], +[, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], @@ -766,7 +766,7 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], -[, , , , , , , , ], +[, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], @@ -777,7 +777,7 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], -[, , , , , , , , ], +[, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], @@ -788,7 +788,7 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], -[, , , , , , , , ], +[, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], [, , , , , , , , ], diff --git a/scripts/JEIdescriptions.zs b/scripts/JEIdescriptions.zs index 4598ca9a..de3d2c97 100644 --- a/scripts/JEIdescriptions.zs +++ b/scripts/JEIdescriptions.zs @@ -447,7 +447,9 @@ mods.jei.JEI.addDescription(, "", "Pipe the Blaze Rods from the condenser back into the crafter to complete the loop!", "", - "You can dump the excess Blaze Rods into another condenser to farm any EMC item you want!" + "You can dump the excess Blaze Rods into another condenser to farm any EMC item you want!", + "", + "The faster your item transfer, condenser rate, and crafter, the faster your EMC production." ]); mods.jei.JEI.addDescription(, @@ -591,7 +593,7 @@ mods.jei.JEI.addDescription(, "Found in the end! Drops an Oblivion Princess and Drones!" ]); -mods.jei.JEI.addDescription([, ], +mods.jei.JEI.addDescription([, ], [ "The Torcherino lets you tick-accelerate nearby tiles!", "", @@ -2582,7 +2584,8 @@ mods.jei.JEI.addDescription([], "Alkemia: 174", "Earth (Lost Cities): 111", "Gallifrey: 624", - "RFTools Dimensions: 900 (and consecutive numbers)" + "RFTools Dimensions: 900 (and consecutive numbers)", + "Kashan: 190" ]); @@ -4128,4 +4131,42 @@ mods.jei.JEI.addDescription([ "Right click the desired enchanted book in the Typesetting Table near left slot, and a Chase in the far slot. Shift right click the Typesetting Table with an empty hand to create an enchanted plate. This will consume XP based on the enchantment type and level.", "", "Right click the enchanted plate in the back slot of the Printing Press, together with a bunch of ink sacks. Right click normal vanilla Books on the near left slot, and they will be transformed into enchanted books of the desired type! A single enchanted press can make up to 3 enchanted books, as it has durability, but it can be repaired using various modded tools." +]); + +mods.jei.JEI.addDescription([ + ], +[ + "If you have lost an item somewhere in your storage and don't want to search through every storage slot, you can double click your seach bar, search JEI for your item and it will highlight slots in your storage / player inventory for similar items.", + "", + "You can also use certain prefixes in JEI in order to narrow down the item you are looking for.", + "", + "You can use these at the beginning of your search :", + "# - filters by tooltip descriptions", + "& - filters items by resource ID (You will likely never use this)", + "^ - filters items by color", + "$ - filters items by oreDictionary", + "@ - filters by mod names", + "% - filters by creative tab (You will likely never use this)", + "", + "You can also use - in order to exclude items from your search. You can only use this following one of the previous prefixes. Otherwise, you JEI just won't bother searching.", + "", + "For exemple, if you are searching for NuclearCraft fuels but dont want the depleted fuels to come up in your search, you can search with :", + "", + "@nuclearcraft fuel -depleted", + "", + "If you wish to narrow it down further, you can safely add -bucket -molten -oxide to the end of your search and you will be left with all the different types of fuels without their depleted counterparts, molten and bucket forms." +]); + +mods.jei.JEI.addDescription([ + ], +[ + "To enter the emptiness, you need to use the fracture locator to find fractures. The nether roof is a good place to look for them. The locator will glow if you are nearby a fracture.", + "", + "To open the fracture you need to use a fully charged thaumium or voidseer casting gauntlet augmented with the impetus conductor. To charge the augmented gauntlet, stand nearby a flux rift, and it will slowly consume it.", + "", + "Once the gauntlet is charged, you can right click a fracture to open it!", + "", + "To enter the dungeon you need to use a fully charged thaumium or voidseer casting gauntlet augmented with the impetus conductor on the gateway block.", + "", + "Defeat the final boss!" ]); \ No newline at end of file diff --git a/scripts/LootTableTweaker/CustomLootTable.zs b/scripts/LootTableTweaker/CustomLootTable.zs index 8b531de2..9392df05 100644 --- a/scripts/LootTableTweaker/CustomLootTable.zs +++ b/scripts/LootTableTweaker/CustomLootTable.zs @@ -16,8 +16,10 @@ mods.ltt.LootTable.removeGlobalItem("biomesoplenty:sapling_1:7"); mods.ltt.LootTable.removeGlobalItem("aoa3:shiny_box"); +mods.ltt.LootTable.removeGlobalItem("techreborn:ingot"); mods.ltt.LootTable.removeGlobalItem("techreborn:ingot:8"); +mods.ltt.LootTable.removeGlobalItem("railcraft:ingot"); mods.ltt.LootTable.removeGlobalItem("bewitchment:silver_ingot"); mods.ltt.LootTable.removeGlobalItem("erebus:materials:45"); mods.ltt.LootTable.removeGlobalItem("iceandfire:silver_ingot"); @@ -55,6 +57,7 @@ mods.ltt.LootTable.removeGlobalItem("techreborn:ingot:7"); mods.ltt.LootTable.removeGlobalItem("techreborn:ingot:10"); mods.ltt.LootTable.removeGlobalItem("techreborn:ingot"); +mods.ltt.LootTable.removeGlobalItem("techreborn:machine_frame"); mods.ltt.LootTable.removeGlobalItem("techreborn:machine_frame:0"); mods.ltt.LootTable.removeGlobalItem("techreborn:machine_frame:1"); mods.ltt.LootTable.removeGlobalItem("techreborn:machine_frame:2"); @@ -110,4 +113,5 @@ mods.ltt.LootTable.removeTable("railcraft:chests/village_blacksmith"); mods.ltt.LootTable.removeTable("railcraft:chests/village_workshop"); mods.ltt.LootTable.removeGlobalItem("iceandfire:copper_ingot"); +mods.ltt.LootTable.removeGlobalItem("iceandfire:copper_nugget"); diff --git a/scripts/ModularBewitchment.zs b/scripts/ModularBewitchment.zs index 00abcd4b..da3111b8 100644 --- a/scripts/ModularBewitchment.zs +++ b/scripts/ModularBewitchment.zs @@ -23,9 +23,9 @@ molochaltar1.addItemOutput(); molochaltar1.build(); recipes.addShaped(, -[[, , ], +[[, , ], [, , ], -[, , ]]); +[, , ]]); val baphometaltar1 = RecipeBuilder.newBuilder("baphometaltar1","baphomet_altar",300); baphometaltar1.addItemInput(); diff --git a/scripts/ModularCompressionEngine.zs b/scripts/ModularCompressionEngine.zs index f44908d3..df50b6b2 100644 --- a/scripts/ModularCompressionEngine.zs +++ b/scripts/ModularCompressionEngine.zs @@ -26,8 +26,8 @@ compressionf1.addFluidInput(*100); compressionf1.addEnergyPerTickOutput(32500); compressionf1.build(); -val compadvf1 = RecipeBuilder.newBuilder("compadvf1","advanced_compression_engine",10); -compadvf1.addFluidInput(*5); -compadvf1.addFluidInput(*20); -compadvf1.addFluidOutput(*30000); +val compadvf1 = RecipeBuilder.newBuilder("compadvf1","advanced_compression_engine",4); +compadvf1.addFluidInput(*4); +compadvf1.addFluidInput(*310); +compadvf1.addFluidOutput(*31000); compadvf1.build(); \ No newline at end of file diff --git a/scripts/ModularDysonSphere.zs b/scripts/ModularDysonSphere.zs index 46f6b28f..4fba449c 100644 --- a/scripts/ModularDysonSphere.zs +++ b/scripts/ModularDysonSphere.zs @@ -36,6 +36,12 @@ dysonuset5.addItemOutput(*81); dysonuset5.addEnergyPerTickOutput(1280000000); dysonuset5.build(); +val dysonuset6 = RecipeBuilder.newBuilder("dysonuset6","dyson_discharger_t6",72000); +dysonuset6.addItemInput(*243); +dysonuset6.addItemOutput(*243); +dysonuset6.addEnergyPerTickOutput(5120000000); +dysonuset6.build(); + recipes.addShaped(, [[, , ], @@ -67,6 +73,11 @@ recipes.addShaped(, [, , ], [, , ]]); +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + mods.extendedcrafting.TableCrafting.addShaped(*6, [[, , null, , null, , ], [, , , , , , ], diff --git a/scripts/ModularEnchanting.zs b/scripts/ModularEnchanting.zs index 729bbe85..562f7cc2 100644 --- a/scripts/ModularEnchanting.zs +++ b/scripts/ModularEnchanting.zs @@ -462,6 +462,8 @@ enc20.build(); val enc22 = RecipeBuilder.newBuilder("enc22","illuminated_enchanter",300); enc22.addEnergyPerTickInput(15000); enc22.addFluidInput(*5000); +enc22.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.discidia"}})); +enc22.setChance(0.0); enc22.addItemInput(); enc22.addItemInput(*4); enc22.addItemInput(*4); @@ -473,6 +475,8 @@ enc22.build(); val enc23 = RecipeBuilder.newBuilder("enc23","illuminated_enchanter",300); enc23.addEnergyPerTickInput(15000); enc23.addFluidInput(*5000); +enc23.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.armara"}})); +enc23.setChance(0.0); enc23.addItemInput(); enc23.addItemInput(*4); enc23.addItemInput(*4); @@ -484,6 +488,8 @@ enc23.build(); val enc24 = RecipeBuilder.newBuilder("enc24","illuminated_enchanter",300); enc24.addEnergyPerTickInput(15000); enc24.addFluidInput(*5000); +enc24.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.vicio"}})); +enc24.setChance(0.0); enc24.addItemInput(); enc24.addItemInput(*4); enc24.addItemInput(*4); @@ -495,6 +501,8 @@ enc24.build(); val enc25 = RecipeBuilder.newBuilder("enc25","illuminated_enchanter",300); enc25.addEnergyPerTickInput(15000); enc25.addFluidInput(*5000); +enc25.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.aevitas"}})); +enc25.setChance(0.0); enc25.addItemInput(); enc25.addItemInput(*4); enc25.addItemInput(*4); @@ -506,6 +514,8 @@ enc25.build(); val enc26 = RecipeBuilder.newBuilder("enc26","illuminated_enchanter",300); enc26.addEnergyPerTickInput(15000); enc26.addFluidInput(*5000); +enc26.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.evorsio"}})); +enc26.setChance(0.0); enc26.addItemInput(); enc26.addItemInput(*4); enc26.addItemInput(*4); @@ -517,6 +527,8 @@ enc26.build(); val enc27 = RecipeBuilder.newBuilder("enc27","illuminated_enchanter",300); enc27.addEnergyPerTickInput(15000); enc27.addFluidInput(*5000); +enc27.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.lucerna"}})); +enc27.setChance(0.0); enc27.addItemInput(); enc27.addItemInput(*4); enc27.addItemInput(*4); @@ -528,6 +540,8 @@ enc27.build(); val enc28 = RecipeBuilder.newBuilder("enc28","illuminated_enchanter",300); enc28.addEnergyPerTickInput(15000); enc28.addFluidInput(*5000); +enc28.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.mineralis"}})); +enc28.setChance(0.0); enc28.addItemInput(); enc28.addItemInput(*4); enc28.addItemInput(*4); @@ -539,6 +553,8 @@ enc28.build(); val enc29 = RecipeBuilder.newBuilder("enc29","illuminated_enchanter",300); enc29.addEnergyPerTickInput(15000); enc29.addFluidInput(*5000); +enc29.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.horologium"}})); +enc29.setChance(0.0); enc29.addItemInput(); enc29.addItemInput(*4); enc29.addItemInput(*4); @@ -550,6 +566,8 @@ enc29.build(); val enc30 = RecipeBuilder.newBuilder("enc30","illuminated_enchanter",300); enc30.addEnergyPerTickInput(15000); enc30.addFluidInput(*5000); +enc30.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.octans"}})); +enc30.setChance(0.0); enc30.addItemInput(); enc30.addItemInput(*4); enc30.addItemInput(*4); @@ -561,6 +579,8 @@ enc30.build(); val enc31 = RecipeBuilder.newBuilder("enc31","illuminated_enchanter",300); enc31.addEnergyPerTickInput(15000); enc31.addFluidInput(*5000); +enc31.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.bootes"}})); +enc31.setChance(0.0); enc31.addItemInput(); enc31.addItemInput(*4); enc31.addItemInput(*4); @@ -572,6 +592,8 @@ enc31.build(); val enc32 = RecipeBuilder.newBuilder("enc32","illuminated_enchanter",300); enc32.addEnergyPerTickInput(15000); enc32.addFluidInput(*5000); +enc32.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.fornax"}})); +enc32.setChance(0.0); enc32.addItemInput(); enc32.addItemInput(*4); enc32.addItemInput(*4); @@ -583,6 +605,8 @@ enc32.build(); val enc33 = RecipeBuilder.newBuilder("enc33","illuminated_enchanter",300); enc33.addEnergyPerTickInput(15000); enc33.addFluidInput(*5000); +enc33.addItemInput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.pelotrio"}})); +enc33.setChance(0.0); enc33.addItemInput(); enc33.addItemInput(*4); enc33.addItemInput(*4); @@ -592,6 +616,7 @@ enc33.addItemOutput(.withTag({astralsor enc33.build(); + val enc38 = RecipeBuilder.newBuilder("enc38","illuminated_enchanter",300); enc38.addEnergyPerTickInput(15000); enc38.addFluidInput(*6500); diff --git a/scripts/ModularVoidMythical.zs b/scripts/ModularVoidMythical.zs index 49f0c539..c0865b58 100644 --- a/scripts/ModularVoidMythical.zs +++ b/scripts/ModularVoidMythical.zs @@ -54,8 +54,6 @@ mith1.addItemOutput(*10); mith1.setChance(0.2); mith1.addItemOutput(*10); mith1.setChance(0.2); -mith1.addItemOutput(*10); -mith1.setChance(0.2); mith1.addItemOutput(*10); mith1.setChance(0.05); mith1.addItemOutput(*10); @@ -549,7 +547,7 @@ mith7.setChance(0.05); mith7.addItemOutput(); mith7.build(); -val mythassprecasia = RecipeBuilder.newBuilder("mythassprecasia","me_mythic_assembler",100); +val mythassprecasia = RecipeBuilder.newBuilder("mythassprecasia","me_mythic_assembler",800); mythassprecasia.addEnergyPerTickInput(300000); mythassprecasia.addFluidInput(*1000); mythassprecasia.addFluidInput(*1000); @@ -2610,17 +2608,17 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , , ], -[, , , +[, , , , , , -, , ], +, , ], -[, , , +[, , , , , , -, , ], +, , ], -[, , , +[, , , , , , -, , ], +, , ], [, , , , , , diff --git a/scripts/MysticalGating.zs b/scripts/MysticalGating.zs index 57f34e7d..8f75d47b 100644 --- a/scripts/MysticalGating.zs +++ b/scripts/MysticalGating.zs @@ -190,10 +190,10 @@ recipes.addShapeless(*4, recipes.addShapeless(*4, [, .reuse()]); -recipes.addShapeless(*4, -[, .anyDamage()]); -recipes.addShapeless(*4, -[, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); recipes.addShapeless(*4, [, .anyDamage()]); recipes.addShapeless(*4, @@ -203,12 +203,12 @@ recipes.addShapeless(*4, recipes.addShapeless(*4, [, .reuse()]); -recipes.addShapeless(*4, -[, .anyDamage()]); -recipes.addShapeless(*4, -[, .anyDamage()]); -recipes.addShapeless(*4, -[, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); recipes.addShapeless(*4, [, .anyDamage()]); recipes.addShapeless(*4, @@ -216,14 +216,14 @@ recipes.addShapeless(*4, recipes.addShapeless(*4, [, .reuse()]); -recipes.addShapeless(*4, -[, .anyDamage()]); -recipes.addShapeless(*4, -[, .anyDamage()]); -recipes.addShapeless(*4, -[, .anyDamage()]); -recipes.addShapeless(*4, -[, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); +// recipes.addShapeless(*4, +// [, .anyDamage()]); recipes.addShapeless(*4, [, .anyDamage()]); diff --git a/scripts/MythicProcessorAlloys.zs b/scripts/MythicProcessorAlloys.zs index 42071d22..7217489a 100644 --- a/scripts/MythicProcessorAlloys.zs +++ b/scripts/MythicProcessorAlloys.zs @@ -337,7 +337,7 @@ val mythallo45 = RecipeBuilder.newBuilder("mythallo45","mythic_processor_alloy_f mythallo45.addEnergyPerTickInput(80000); mythallo45.addItemInput(); mythallo45.addItemInput(); -mythallo45.addItemOutput(); +mythallo45.addItemOutput(*2); mythallo45.build(); val mythallo46 = RecipeBuilder.newBuilder("mythallo46","mythic_processor_alloy_furnace",1); diff --git a/scripts/MythicProcessorArkencrusher.zs b/scripts/MythicProcessorArkencrusher.zs index 63420045..b583293c 100644 --- a/scripts/MythicProcessorArkencrusher.zs +++ b/scripts/MythicProcessorArkencrusher.zs @@ -30,3 +30,51 @@ mytharken1.addItemOutput(*64); mytharken1.addFluidOutput(*16000); mytharken1.build(); +val mytharken2 = RecipeBuilder.newBuilder("mytharken2","mythic_processor_arkencrusher",1); +mytharken2.addEnergyPerTickInput(1000000); +mytharken2.addFluidInput(*10); +mytharken2.addItemInput(); +mytharken2.addItemOutput(*64); +mytharken2.build(); + +val mytharken3 = RecipeBuilder.newBuilder("mytharken3","mythic_processor_arkencrusher",1); +mytharken3.addEnergyPerTickInput(1000000); +mytharken3.addFluidInput(*10); +mytharken3.addItemInput(); +mytharken3.addItemOutput(*64); +mytharken3.build(); + +val mytharken4 = RecipeBuilder.newBuilder("mytharken4","mythic_processor_arkencrusher",1); +mytharken4.addEnergyPerTickInput(1000000); +mytharken4.addFluidInput(*10); +mytharken4.addItemInput(); +mytharken4.addItemOutput(*64); +mytharken4.build(); + +val mytharken5 = RecipeBuilder.newBuilder("mytharken5","mythic_processor_arkencrusher",1); +mytharken5.addEnergyPerTickInput(1000000); +mytharken5.addFluidInput(*10); +mytharken5.addItemInput(); +mytharken5.addItemOutput(*64); +mytharken5.build(); + +val mytharken6 = RecipeBuilder.newBuilder("mytharken6","mythic_processor_arkencrusher",1); +mytharken6.addEnergyPerTickInput(1000000); +mytharken6.addFluidInput(*10); +mytharken6.addItemInput(); +mytharken6.addItemOutput(*64); +mytharken6.build(); + +val mytharken7 = RecipeBuilder.newBuilder("mytharken7","mythic_processor_arkencrusher",1); +mytharken7.addEnergyPerTickInput(1000000); +mytharken7.addFluidInput(*10); +mytharken7.addItemInput(); +mytharken7.addItemOutput(*64); +mytharken7.build(); + +val mytharken8 = RecipeBuilder.newBuilder("mytharken8","mythic_processor_arkencrusher",1); +mytharken8.addEnergyPerTickInput(1000000); +mytharken8.addFluidInput(*10); +mytharken8.addItemInput(); +mytharken8.addItemOutput(*64); +mytharken8.build(); \ No newline at end of file diff --git a/scripts/OresJEIDescriptions.zs b/scripts/OresJEIDescriptions.zs index e3cfbddd..9aa26211 100644 --- a/scripts/OresJEIDescriptions.zs +++ b/scripts/OresJEIDescriptions.zs @@ -31,8 +31,8 @@ mods.jei.JEI.addDescription(,["Ore is found in the Cryste mods.jei.JEI.addDescription(,["Ore is found in the Crystevia Dimension near Crystevian Rock found between Y=5 and Y=114." ]); mods.jei.JEI.addDescription(,["Can be found between Y=15 and Y=49.","","Can be traded from a Metalloid for 20 Copper Coins.","","Can be harvested from lava at 40 Extraction, Stone at 85 Foraging, and Logs at 95 Logging.","","Can be found in Treasure Boxes and Shiny Boxes.","","Loot Chests from Structures may have these." ]); mods.jei.JEI.addDescription(,["Can be found between Y=5 and Y=132.","","Can be dropped by a Runic Guardian.","","Can be obtained by Deep Cases." ]); -mods.jei.JEI.addDescription(,["Found in the Shyrelands Dimension by Advent of Ascension.","","Can be dropped by Xxeus and Stimulosus.","","Can be found in Loot Chests in the Luxocron Dungeon, Ruined House, Shyre Mausoleum, and Shyre Shelter.","","Can be found between Y=64 to Y=104 wherever there is Shyre Rock." ]); -mods.jei.JEI.addDescription(,["Found in the Shyrelands Dimension by Advent of Ascension.","","Can be dropped by Xxeus and Stimulosus.","","Can be found in Loot Chests in the Luxocron Dungeon, Ruined House, Shyre Mausoleum, and Shyre Shelter.","","Can be found between Y=64 to Y=104 wherever there is Shyre Rock." ]); +mods.jei.JEI.addDescription(,["Found in the Shyrelands Dimension by Advent of Ascension.","","Can be found in Loot Chests in the Luxocron Dungeon, Ruined House, Shyre Mausoleum, and Shyre Shelter.","","Can be found between Y=64 to Y=104 wherever there is Shyre Rock." ]); +mods.jei.JEI.addDescription(,["Found in the Shyrelands Dimension by Advent of Ascension.","","Can be found in Loot Chests in the Luxocron Dungeon, Ruined House, Shyre Mausoleum, and Shyre Shelter.","","Can be found between Y=64 to Y=104 wherever there is Shyre Rock." ]); mods.jei.JEI.addDescription(,["Found in the Precasia Dimension from Advent of Ascension, below Y=42."]); mods.jei.JEI.addDescription(,["Found in the Barathos Dimension from Advent of Ascension.","","Spawns between Y=24 and Y=64." ]); mods.jei.JEI.addDescription(,["Ore is found in the Crystevia Dimension near Crystevian Rock found between Y=5 and Y=114." ]); diff --git a/scripts/PlantAutomation.zs b/scripts/PlantAutomation.zs index aae06845..ab672e67 100644 --- a/scripts/PlantAutomation.zs +++ b/scripts/PlantAutomation.zs @@ -568,3 +568,7 @@ mods.thermalexpansion.Insolator.addRecipeMonoculture(, 105); + + + + diff --git a/scripts/RecipeConflicts.zs b/scripts/RecipeConflicts.zs index df4044e2..3cba84d8 100644 --- a/scripts/RecipeConflicts.zs +++ b/scripts/RecipeConflicts.zs @@ -536,8 +536,6 @@ mods.nuclearcraft.manufactory.addRecipe([, , [, ]); -recipes.addShapeless(, -[]); recipes.removeShapeless(); @@ -1838,3 +1836,56 @@ mods.nuclearcraft.dissolver.addRecipe([, []); + +mods.techreborn.grinder.addRecipe(, , 60, 4); + +// mods.integrateddynamics.Squeezer.addRecipe(, * 50); + +// mods.integrateddynamics.MechanicalSqueezer.addRecipe(, * 50); + + +// recipes.addShaped(*12, +// [[, , ], +// [, , ], +// [, , ]]); + +recipes.addShaped(.withTag({})*2, +[[null, , null], +[, .withTag({}), ], +[null, , null]]); + + +mods.chisel.Carving.addVariation("brassblockschisel", ); +mods.chisel.Carving.addVariation("brassblockschisel", ); +mods.chisel.Carving.addVariation("brassblockschisel", ); + + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); + + diff --git a/scripts/Statues.zs b/scripts/Statues.zs index 72859076..3e79cb74 100644 --- a/scripts/Statues.zs +++ b/scripts/Statues.zs @@ -125,4 +125,147 @@ recipes.addShapeless(, []); recipes.addShapeless(, -[]); \ No newline at end of file +[]); + + + + + + + + + + + + + + + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); \ No newline at end of file diff --git a/scripts/TankGating.zs b/scripts/TankGating.zs index 27891368..23c6d065 100644 --- a/scripts/TankGating.zs +++ b/scripts/TankGating.zs @@ -28,9 +28,9 @@ recipes.addShaped(*4, [, , ]]); -recipes.removeShaped(); +recipes.removeShaped(); -recipes.addShaped(*4, +recipes.addShaped(*4, [[, , ], [, , ], [, , ]]); @@ -42,9 +42,9 @@ recipes.addShaped(, [, , ], [null, , null]]); -recipes.removeShaped(); +recipes.removeShaped(); -recipes.addShaped(*4, +recipes.addShaped(*4, [[, , ], [, , ], [, , ]]); @@ -54,4 +54,4 @@ recipes.remove(); recipes.addShaped(, [[, , ], [, , ], -[, , ]]); +[, , ]]); diff --git a/scripts/TheGreatOreCleanse.zs b/scripts/TheGreatOreCleanse.zs index 7fd4e317..2df113aa 100644 --- a/scripts/TheGreatOreCleanse.zs +++ b/scripts/TheGreatOreCleanse.zs @@ -402,6 +402,11 @@ recipes.addShapeless(, mods.immersiveengineering.Crusher.removeRecipe(); mods.immersiveengineering.Crusher.addRecipe(*2, , 2048); +recipes.remove(); +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); //================================================================== // electrum @@ -771,3 +776,11 @@ furnace.addRecipe(, ); furnace.remove(); furnace.addRecipe(, ); + +//================================================================== +// wooden gear + + +recipes.remove(); +recipes.remove(); +recipes.remove(); diff --git a/scripts/TinkerTraitItems.zs b/scripts/TinkerTraitItems.zs index 72b4de7b..46b0268d 100644 --- a/scripts/TinkerTraitItems.zs +++ b/scripts/TinkerTraitItems.zs @@ -169,4 +169,5 @@ var trait_undone = VanillaFactory.createItem("trait_undone"); trait_undone.textu var trait_thunder = VanillaFactory.createItem("trait_thunder"); trait_thunder.textureLocation = instanceTEX; trait_thunder.register(); var trait_necrotic = VanillaFactory.createItem("trait_necrotic"); trait_necrotic.textureLocation = instanceTEX; trait_necrotic.register(); var trait_sentience = VanillaFactory.createItem("trait_sentience"); trait_sentience.textureLocation = instanceTEX; trait_sentience.register(); +var trait_steady = VanillaFactory.createItem("trait_steady"); trait_steady.textureLocation = instanceTEX; trait_steady.register(); diff --git a/scripts/TinkerTraitsTooltips.zs b/scripts/TinkerTraitsTooltips.zs index 4ead0dc1..6446de2d 100644 --- a/scripts/TinkerTraitsTooltips.zs +++ b/scripts/TinkerTraitsTooltips.zs @@ -159,4 +159,5 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Enemies are hit by lightning strikes")); .addTooltip(format.red("Life-steal")); .addTooltip(format.red("Mobs drop will")); +.addTooltip(format.red("Less knockback for you, more for your attacher")); diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs index d242ce82..49c943a1 100644 --- a/scripts/ToolTips.zs +++ b/scripts/ToolTips.zs @@ -102,7 +102,8 @@ .addTooltip(format.red("Callstone")); -.addTooltip(format.red("Obtained from the Rite of Spiritual Shift")); +.addTooltip(format.red("Obtained from the Rite of Spiritual Shift in forest biomes")); +.addTooltip(format.red("Works if a biome contains the words 'forest', 'dense', 'coniferous', 'magical', 'spooky'")); .addTooltip(format.red("Check uses for spectral dust to see a preview of the ritual")); .addTooltip(format.red("NOTE: you need experienced cori statues to craft this, they are hard to see in recipe")); @@ -141,7 +142,7 @@ .addTooltip(format.red("Tranfers mana from player to pool very fast when right clicking.")); .addTooltip(format.red("Use the Brew of Iceworld on stone to turn it into perpetual ice.")); -.addTooltip(format.red("Brew Mandrake + Snow + Gunpowder (in this order) in a Witche's Cauldron and right click with empty bottles.")); +.addTooltip(format.red("Brew Mandrake + Ice + Gunpowder (in this order) in a Witche's Cauldron and right click with empty bottles.")); .addTooltip(format.red("See cauldron JEI info box for more info on brews.")); .addTooltip(format.red("Obtained from the anemic callstone")); @@ -175,6 +176,7 @@ .addTooltip(format.green("Reusable")); .addTooltip(format.green("Reusable")); +.addTooltip(format.green("Reusable")); .addTooltip(format.green("Reusable for no-EMC challenge recipes")); @@ -354,7 +356,7 @@ .addTooltip(format.red("The taller the better, but no need to go crazy, 8 or 9 will be good enough")); .addTooltip(format.red("Thanks to Aquintus for the designs!")); -.addTooltip(format.red("Four slices of ludicrite, ten slices of rotor blades")); +.addTooltip(format.red("Four slices of ludicrite, ten slices of rotor blades, the preview is too small")); .addTooltip(format.red("From the Voracious Worm Callstone")); @@ -708,6 +710,10 @@ .addTooltip(format.red("Thanks to NerdySpider for the texture!")); .addTooltip(format.red("Thanks to NerdySpider for the texture!")); .addTooltip(format.red("Thanks to NerdySpider for the texture!")); +.addTooltip(format.red("Thanks to NerdySpider for the texture!")); +.addTooltip(format.red("Thanks to NerdySpider for the texture!")); +.addTooltip(format.red("Thanks to NerdySpider for the texture!")); +.addTooltip(format.red("Thanks to NerdySpider for the texture!")); .addTooltip(format.green("Reusable in the Tree of Life")); @@ -937,6 +943,8 @@ .addTooltip(format.red("Milesman34 (solo)")); .addTooltip(format.red("NerdySpider & Herr_Dr_Uber (team)")); .addTooltip(format.red("P_applexx, Matatabi_TRAX, johrangmal, FELLAL1, Aerlyt (team)")); +.addTooltip(format.red("Chaika_In_Paanic (solo)")); +.addTooltip(format.red("Artemis & CyberDrain (team) (automated with thaumcraft golems)")); .addTooltip(format.red("Mathias & MillerGaming321 (in spirit)")); @@ -1007,3 +1015,138 @@ .addTooltip(format.red("Tribute to the Meatball Man")); .addTooltip(format.red("Tribute to the Meatball Man")); +.addTooltip(format.red("Thanks to Artemis and birdie for adding microblocks for decorative blocks!")); +.addTooltip(format.red("Thanks to Artemis and birdie for adding microblocks for decorative blocks!")); + +.addTooltip(format.red("Thanks to Artemis for adding microblocks for decorative blocks!")); +.addTooltip(format.red("Thanks to Artemis for adding microblocks for decorative blocks!")); + +.addTooltip(format.green("Reusable")); + +.addTooltip(format.red("Thanks to birdie for adding microblocks for decorative blocks!")); + +.addTooltip(format.red("Thanks to Freeky for adding EMC for decorative blocks!")); + +.withTag({FluidName: "aluminum", Amount: 1000}).addTooltip(format.red("Used to make the Defined Ingot")); +.withTag({FluidName: "fluorine", Amount: 1000}).addTooltip(format.red("Used to make the Defined Ingot")); +.withTag({FluidName: "molten_titanium", Amount: 1000}).addTooltip(format.red("Used to make the Defined Ingot")); + +.addTooltip(format.red("Dropped by a tier 4 gaia guardian")); + +.addTooltip(format.red("Right click a Blood Altar to see a preview of the multiblock for each tier")); +.addTooltip(format.red("Shift + right click to change tier")); +.addTooltip(format.red("Tier 6 won't tell the name of the blocks if missing, it's crystal clusters")); + +.addTooltip(format.red("Thanks to Foucs for the lock textures!")); +.addTooltip(format.red("Thanks to Foucs for the lock textures!")); + +.addTooltip(format.red("Thanks to Gebcrafter for the artifact and realmstone textures!")); +.addTooltip(format.red("Thanks to Gebcrafter for the artifact and realmstone textures!")); + +.addTooltip(format.red("Thanks to Gebcrafter for the artifact and realmstone textures!")); +.addTooltip(format.red("Thanks to Gebcrafter for the artifact and realmstone textures!")); + +.addTooltip(format.red("Thanks to Gebcrafter for the artifact and realmstone textures!")); +.addTooltip(format.red("Thanks to Gebcrafter for the artifact and realmstone textures!")); + +.addTooltip(format.red("Thanks to Gebcrafter for the artifact and realmstone textures!")); +.addTooltip(format.red("Thanks to Gebcrafter for the artifact and realmstone textures!")); + +.addTooltip(format.aqua("Alloy Ratio: 1 Copper, 1 Nickel")); +.addTooltip(format.aqua("Alloy Ratio: 1 Iron, 4 Coal")); +.addTooltip(format.aqua("Alloy Ratio: 2 Iron, 1 Nickel")); +.addTooltip(format.aqua("Alloy Ratio: 5 Aluminum, 3 Iron")); +.addTooltip(format.aqua("Alloy Ratio: 1 Ardite, 1 Cobalt")); +.addTooltip(format.aqua("Alloy Ratio: 3 Copper, 1 Tin")); +.addTooltip(format.aqua("Alloy Ratio: 1 Gold, 1 SIlver")); +.addTooltip(format.aqua("Alloy Ratio: 1 Copper, 3 Aluminum")); +.addTooltip(format.aqua("Alloy Ratio: 2 Copper, 1 Zinc")); + +.addTooltip(format.red("Makes it possible to autobuild massive multiblocks without filling your inventory")); +.addTooltip(format.red("WARNING: only use in manual crafts")); + +.addTooltip(format.red("Thanks to gafex11 for writing this!")); + +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); + +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); + +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); + +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); + +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); + +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); +.addTooltip(format.red("Use the recursive locks in the recursion prison key dungeon")); + +.addTooltip(format.red("Obtained from the warren blindfold")); + +.addTooltip(format.red("Thanks to FakeDomi for adding auto-output to nuclearcraft!")); + +.addTooltip(format.red("Has a range of 12 blocks in a cuboid in each direction")); + +.addTooltip(format.red("To get your first promethium you have to craft the fluid")); +.addTooltip(format.red("To get your first promethium you have to craft the fluid")); + +.addTooltip(format.red("Use the extreme wrench to configure")); + +.addTooltip(format.red("WARNING: do not craft in ME terminal or arcane transmutation tablet, it could cause a crash")); + +.addTooltip(format.red("Speed can be increased if you alocate multiple slots to the same recipe")); +.addTooltip(format.red("Speed can be increased if you alocate multiple slots to the same recipe")); + +.addTooltip(format.red("The sequential fabricator is your friend in the meantime")); + +.addTooltip(format.red("This is quite buggy, avoid using if possible")); + +.addTooltip(format.red("WARNING: connect energy output directly to a flux point to avoid deleting energy")); + +.addTooltip(format.red("Right click to reset all woot farm loot tables")); +.addTooltip(format.red("This may cause lag after using")); + +.addTooltip(format.red("It can auto-pull items from your EMC network")); +.addTooltip(format.red("WARNING: do not pull blocks from a satchel, it may crash the game")); + +.addTooltip(format.red("Can rarely be dropped by all Advent of Ascension mobs")); + +.addTooltip(format.red("Found in the stone edge mazes in the Twilight Forest")); +.addTooltip(format.red("Found in the large branching towers in the Twilight Forest")); +.addTooltip(format.red("Found at the bottom of the swamps mazes in the Twilight Forest")); +.addTooltip(format.red("Found in the fire swamps in the Twilight Forest")); +.addTooltip(format.red("Found in the strongholds in the dark forests in the Twilight Forest")); +.addTooltip(format.red("Found in the large tower at the center of the dark forest in the Twilight Forest")); +.addTooltip(format.red("Found in the large tower on top of the ice wall in the Twilight Forest")); +.addTooltip(format.red("Found in the winter forest in the Twilight Forest")); +.addTooltip(format.red("Found in the clouds in the sky in the thornlans in the Twilight Forest")); +.addTooltip(format.red("Found in the caves in the thornlans in the Twilight Forest")); + +.addTooltip(format.red("Use inside the Recursion Prison Key Dungeon")); +.addTooltip(format.red("Use inside the Recursion Prison Key Dungeon")); +.addTooltip(format.red("Use inside the Recursion Prison Key Dungeon")); +.addTooltip(format.red("Use inside the Recursion Prison Key Dungeon")); +.addTooltip(format.red("Use inside the Recursion Prison Key Dungeon")); + +.addTooltip(format.red("If you want to complete the Thaumonomicon entries that require plates, make sure you craft them, making them in a compactor won't work")); +.addTooltip(format.red("If you want to complete the Thaumonomicon entries that require plates, make sure you craft them, making them in a compactor won't work")); +.addTooltip(format.red("If you want to complete the Thaumonomicon entries that require plates, make sure you craft them, making them in a compactor won't work")); diff --git a/scripts/ToolTips2.zs b/scripts/ToolTips2.zs index d49950d8..985f5a2f 100644 --- a/scripts/ToolTips2.zs +++ b/scripts/ToolTips2.zs @@ -583,7 +583,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("- right click with 4 nichrome heating coils")); -.addTooltip(format.red("Only works with crystals from illuminated enchanter - 'it's not a bug it's a feature!'")); +.addTooltip(format.red("Only works with crystals from illuminated enchanter - 'it's not a bug it's a feature!'")); .addTooltip(format.red("Cannot be upgraded at 0 durability")); @@ -667,21 +667,21 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Traded in arcana from the war general, obtained from the war general summoner")); .addTooltip(format.red("Traded in arcana from the war general, obtained from the war general summoner")); -.addTooltip(format.red("Dropped by pixons of the corresponding type")); +.addTooltip(format.red("Dropped by pixons of the corresponding type in the Overworld and Gardencia")); -.addTooltip(format.red("Dropped by pixons of the corresponding type")); +.addTooltip(format.red("Dropped by pixons of the corresponding type in Runandor")); -.addTooltip(format.red("Dropped by pixons of the corresponding type")); +.addTooltip(format.red("Dropped by pixons of the corresponding type in Lelyetia")); -.addTooltip(format.red("Dropped by pixons of the corresponding type")); +.addTooltip(format.red("Dropped by pixons of the corresponding type in Candyland, Haven, Runandor, Shyrelands")); -.addTooltip(format.red("Dropped by pixons of the corresponding type")); +.addTooltip(format.red("Dropped by pixons of the corresponding type in the Abyss")); -.addTooltip(format.red("Dropped by pixons of the corresponding type")); +.addTooltip(format.red("Dropped by pixons of the corresponding type in L'Borean")); -.addTooltip(format.red("Dropped by pixons of the corresponding type")); +.addTooltip(format.red("Dropped by pixons of the corresponding type in Mysterium")); -.addTooltip(format.red("Dropped by pixons of the corresponding type")); +.addTooltip(format.red("Dropped by pixons of the corresponding type in Dustopia")); .addTooltip(format.red("Found in Precasia")); @@ -699,8 +699,6 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Craft with the right combination of crystal clusters (4) - the temple in the abyss will guide you")); -.addTooltip(format.red("Can be obtained with a blast furnace (any of them) or with an induction smelter")); - .addTooltip(format.red("Obtained using tree fluid extractors and a latex processing unit")); .addTooltip(format.red("Gosh I can fit so many shulker boxes in here...")); @@ -2055,16 +2053,16 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Use V to increase range, shift+V to reduce range, C to open the crafting grid")); .addTooltip(format.red("Requires EMC from a klein star to function!")); -.addTooltip(format.red("Press C to turn on!")); +.addTooltip(format.red("Press shift + X to turn on!")); .addTooltip(format.red("Requires EMC from a klein star to function!")); -.addTooltip(format.red("Press C to turn on!")); +.addTooltip(format.red("Press shift + X to turn on!")); .addTooltip(format.red("Requires EMC from a klein star to function!")); -.addTooltip(format.red("Press C to turn on!")); +.addTooltip(format.red("Press shift + X to turn on!")); .addTooltip(format.red("Requires EMC from a klein star to function!")); -.addTooltip(format.red("Press C to turn on!")); +.addTooltip(format.red("Press shift + X to turn on!")); .addTooltip(format.red("Use Z to change mode, shift + Z to change fluid mode")); .addTooltip(format.red("Use /wandOops to undo last step")); @@ -2613,7 +2611,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Warning: bring a good bow!")); -.addTooltip(format.red("WARNING: this will void items if your wireless terminal is out of range!")); +.addTooltip(format.red("WARNING: this is quite buggy and it probably will not work!")); .addTooltip(format.red("WARNING: don't combine with Astral Tome, Thaumonomicon, Lexica botania, Necronomicon, Alkahestry")); @@ -2986,7 +2984,6 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Adds 20 HP")); -.addTooltip(format.red("WARNING: do not pull blocks from a satchel, it may crash the game")); .addTooltip(format.red("Thank you NerdySpider for the texture!")); @@ -3207,7 +3204,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Obtained from the aesir rift")); -.addTooltip(format.red("Found in apichisi")); +.addTooltip(format.red("Found in apichisi")); .addTooltip(format.red("Unlocking this research is quite hard, better to make a really scary vishroom")); @@ -3485,10 +3482,10 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Obtained from Lord Vatticus in the dungeon of arcana")); .addTooltip(format.red("Obtained from Lord Vatticus in the dungeon of arcana")); -.addTooltip(format.red("Obtained from Lord Vatticus in the dungeon of arcana")); -.addTooltip(format.red("Obtained from Lord Vatticus in the dungeon of arcana")); -.addTooltip(format.red("Obtained from Lord Vatticus in the dungeon of arcana")); -.addTooltip(format.red("Obtained from Lord Vatticus in the dungeon of arcana")); +.addTooltip(format.red("Obtained from the war general in the dungeon of arcana")); +.addTooltip(format.red("Obtained from the war general in the dungeon of arcana")); +.addTooltip(format.red("Obtained from the war general in the dungeon of arcana")); +.addTooltip(format.red("Obtained from the war general in the dungeon of arcana")); .addTooltip(format.red("Obtained from the traders in the iceika")); .addTooltip(format.red("Obtained from the traders in the iceika")); diff --git a/scripts/TorcherinoGating.zs b/scripts/TorcherinoGating.zs index 96f3fe0f..ec4fc110 100644 --- a/scripts/TorcherinoGating.zs +++ b/scripts/TorcherinoGating.zs @@ -1,33 +1,56 @@ -recipes.removeShaped(); +recipes.removeShaped(); -mods.extendedcrafting.TableCrafting.addShaped(, +mods.extendedcrafting.TableCrafting.addShaped(, [[, null, .withTag({species: "rootBees", chromosome: 0, allele: "careerbees.acceleration"}), null, ], [null, , , , null], [, , .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.horologium", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), , ], [null, , , , null], [, null, .withTag({species: "rootBees", chromosome: 0, allele: "careerbees.acceleration"}), null, ]]); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); -recipes.addShaped(*2, -[[, , ], -[, , ], -[, , ]]); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.remove(); -recipes.remove(); -recipes.remove(); diff --git a/scripts/WootGating.zs b/scripts/WootGating.zs index 128e1ef5..0199b8f3 100644 --- a/scripts/WootGating.zs +++ b/scripts/WootGating.zs @@ -98,3 +98,6 @@ recipes.addShaped(, [[null, , null], [, , ], [, , ]]); + +recipes.addShapeless(*9, +[]); \ No newline at end of file