From 3a2b00b6659571ad72b0a64eb70ebedf22051f3e Mon Sep 17 00:00:00 2001 From: Max Zhu <35415034+maxzhu213@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:48:24 +1200 Subject: [PATCH 1/8] Typo: darkl -> dark --- scripts/JEIdescriptions.zs | 2 +- scripts/ToolTips.zs | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/JEIdescriptions.zs b/scripts/JEIdescriptions.zs index 8b07fa0b..55d0ab0f 100644 --- a/scripts/JEIdescriptions.zs +++ b/scripts/JEIdescriptions.zs @@ -766,7 +766,7 @@ mods.jei.JEI.addDescription([ "Abyssal Wasteland uses Abyssal Cobblestone", "Dreadlands uses Dreadstone Cobblestone", "Omothol uses Ethaxium Bricks", - "Darkl Realm uses Dark Ethaxium Bricks" + "Dark Realm uses Dark Ethaxium Bricks" ]); diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs index 86fd37be..b021b9b2 100644 --- a/scripts/ToolTips.zs +++ b/scripts/ToolTips.zs @@ -1316,31 +1316,31 @@ .addTooltip(format.red("Abyssal Wasteland rituals use Abyssal Cobblestone")); .addTooltip(format.red("Dreadlands rituals use Dreadstone Cobblestone")); .addTooltip(format.red("Omothol rituals use Ethaxium Bricks")); -.addTooltip(format.red("Darkl Realm rituals use Dark Ethaxium Bricks")); +.addTooltip(format.red("Dark Realm rituals use Dark Ethaxium Bricks")); .addTooltip(format.red("Overworld rituals use Vanilla Cobblestone")); .addTooltip(format.red("Abyssal Wasteland rituals use Abyssal Cobblestone")); .addTooltip(format.red("Dreadlands rituals use Dreadstone Cobblestone")); .addTooltip(format.red("Omothol rituals use Ethaxium Bricks")); -.addTooltip(format.red("Darkl Realm rituals use Dark Ethaxium Bricks")); +.addTooltip(format.red("Dark Realm rituals use Dark Ethaxium Bricks")); .addTooltip(format.red("Overworld rituals use Vanilla Cobblestone")); .addTooltip(format.red("Abyssal Wasteland rituals use Abyssal Cobblestone")); .addTooltip(format.red("Dreadlands rituals use Dreadstone Cobblestone")); .addTooltip(format.red("Omothol rituals use Ethaxium Bricks")); -.addTooltip(format.red("Darkl Realm rituals use Dark Ethaxium Bricks")); +.addTooltip(format.red("Dark Realm rituals use Dark Ethaxium Bricks")); .addTooltip(format.red("Overworld rituals use Vanilla Cobblestone")); .addTooltip(format.red("Abyssal Wasteland rituals use Abyssal Cobblestone")); .addTooltip(format.red("Dreadlands rituals use Dreadstone Cobblestone")); .addTooltip(format.red("Omothol rituals use Ethaxium Bricks")); -.addTooltip(format.red("Darkl Realm rituals use Dark Ethaxium Bricks")); +.addTooltip(format.red("Dark Realm rituals use Dark Ethaxium Bricks")); .addTooltip(format.red("Overworld rituals use Vanilla Cobblestone")); .addTooltip(format.red("Abyssal Wasteland rituals use Abyssal Cobblestone")); .addTooltip(format.red("Dreadlands rituals use Dreadstone Cobblestone")); .addTooltip(format.red("Omothol rituals use Ethaxium Bricks")); -.addTooltip(format.red("Darkl Realm rituals use Dark Ethaxium Bricks")); +.addTooltip(format.red("Dark Realm rituals use Dark Ethaxium Bricks")); .addTooltip(format.red("Faster mana beams, less mana in beam")); .addTooltip(format.red("Each burst carries more mana, slower bursts")); From 8eef03eec1bfa3af260a78078b3aa9eb25592d8d Mon Sep 17 00:00:00 2001 From: Mason Dechaineux Date: Mon, 8 Sep 2025 17:58:20 +1000 Subject: [PATCH 2/8] replace common misspelling of existence in quest descriptions --- config/betterquesting/DefaultQuests/Quests/0/1345.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/149.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/153.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/155.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/2046.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/211.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/236.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/247.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/332.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/336.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/34.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/358.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/380.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/490.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/501.json | 2 +- config/betterquesting/DefaultQuests/Quests/0/532.json | 2 +- config/betterquesting/DefaultQuests/Quests/8/20274.json | 2 +- config/ftbquests/normal/chapters/13b80431/74184b9e.snbt | 2 +- config/ftbquests/normal/chapters/37c824bb/2514a220.snbt | 2 +- config/ftbquests/normal/chapters/37c824bb/6f7c1c33.snbt | 2 +- config/ftbquests/normal/chapters/37c824bb/71f69702.snbt | 2 +- config/ftbquests/normal/chapters/37c824bb/74c81f2c.snbt | 2 +- config/ftbquests/normal/chapters/37c824bb/e91b3a37.snbt | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/config/betterquesting/DefaultQuests/Quests/0/1345.json b/config/betterquesting/DefaultQuests/Quests/0/1345.json index 08b2372f..1ab8690e 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1345.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1345.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "It took some time and experimentation, but yes, etherium has at least one use. I definitely lack the power and knowledge to fully take advantage of it, though.\nThe existance of something like this is good for me, though. I went from not knowing what I did not know, to knowing what I do not know. That\u0027s progress!", + "desc:8": "It took some time and experimentation, but yes, etherium has at least one use. I definitely lack the power and knowledge to fully take advantage of it, though.\nThe existence of something like this is good for me, though. I went from not knowing what I did not know, to knowing what I do not know. That\u0027s progress!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:arkengem" diff --git a/config/betterquesting/DefaultQuests/Quests/0/149.json b/config/betterquesting/DefaultQuests/Quests/0/149.json index 2850b89f..fa4c787e 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/149.json +++ b/config/betterquesting/DefaultQuests/Quests/0/149.json @@ -6,7 +6,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "I\u0027ve learnt something new about astral magic! Its power originates from the influence of numerically imaginary and comples gravity spreading through space time!\nThose that harness this power, including me, use this influence to affect the world around them. After leaving this imaginary realm (I\u0027m not quite sure how to visualize such a thing, but the math makes sense), starlight manifests as a liquid.\nWhile starlight is one form of this power that exists in the imaginary plane of existance, I suspect there may be other types. Who knows what type of magic I may be able to do with other lights.\nThose in the Twilight Horde seem to be able to use these higher-dimensional powers directly for much more powerful uses, including the opening of wormholes!\nBy reverse-engineering this theory, I can now use it to reopen portals to their world!\nI suspect this may have to do with the nature of the Dungeon of Arcana as well, but at the moment it\u0027s a total guess.", + "desc:8": "I\u0027ve learnt something new about astral magic! Its power originates from the influence of numerically imaginary and comples gravity spreading through space time!\nThose that harness this power, including me, use this influence to affect the world around them. After leaving this imaginary realm (I\u0027m not quite sure how to visualize such a thing, but the math makes sense), starlight manifests as a liquid.\nWhile starlight is one form of this power that exists in the imaginary plane of existence, I suspect there may be other types. Who knows what type of magic I may be able to do with other lights.\nThose in the Twilight Horde seem to be able to use these higher-dimensional powers directly for much more powerful uses, including the opening of wormholes!\nBy reverse-engineering this theory, I can now use it to reopen portals to their world!\nI suspect this may have to do with the nature of the Dungeon of Arcana as well, but at the moment it\u0027s a total guess.", "icon:10": { "Count:3": 1, "id:8": "divinerpg:divine_rock" diff --git a/config/betterquesting/DefaultQuests/Quests/0/153.json b/config/betterquesting/DefaultQuests/Quests/0/153.json index 010532be..f7dad27f 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/153.json +++ b/config/betterquesting/DefaultQuests/Quests/0/153.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "I was able to reach Terra\u0027s moon, Luna.\nAnd now things make more sense! Terra is the size of a gas giant, yet, it is able to stay solid thanks to strong fields generated by the dimensional shards located within its crust.\nThis is also the cause for the existance of asteroid belts and sky islands located within its atmosphere.\nDimensional Shards, when looked at a macroscopic scale, produce negative gravity, this allowing for really cool phenomena.\nAnd it does make sense why the invaders of Terra want larger and larger amounts of Shards. Well, not fully to be honest, the Twilight Horde was able to bring forth an infinite fortress that defies the laws of nature out of thin air without the need of the space-warping properties of Shards. What else can you do with them?", + "desc:8": "I was able to reach Terra\u0027s moon, Luna.\nAnd now things make more sense! Terra is the size of a gas giant, yet, it is able to stay solid thanks to strong fields generated by the dimensional shards located within its crust.\nThis is also the cause for the existence of asteroid belts and sky islands located within its atmosphere.\nDimensional Shards, when looked at a macroscopic scale, produce negative gravity, this allowing for really cool phenomena.\nAnd it does make sense why the invaders of Terra want larger and larger amounts of Shards. Well, not fully to be honest, the Twilight Horde was able to bring forth an infinite fortress that defies the laws of nature out of thin air without the need of the space-warping properties of Shards. What else can you do with them?", "icon:10": { "Count:3": 1, "id:8": "advancedrocketry:moonturf" diff --git a/config/betterquesting/DefaultQuests/Quests/0/155.json b/config/betterquesting/DefaultQuests/Quests/0/155.json index 8f983654..f2f2b0b6 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/155.json +++ b/config/betterquesting/DefaultQuests/Quests/0/155.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "It is thanks to fusion that I can now mythically generate matter from the Ayeraco.\nAnd here\u0027s another link between magical forces. I have no idea what type of powers the majestic beasts that are the Ayeracos hold, but it\u0027s emergent from nuclear interactions.\nWell, mythic magic as a whole seems to come from nuclear interactions, almost as if nuclear fusion and fission could be controlled without the explosions and massive heat.\nAnd on the other hand, there is a connections between recursion and the mere existance of atoms as shown by the existance of meatballium.\nI initially thought mythic properties were the basis of magic, as they are directly tied to the control of reality, but now I think there may be something deeper.", + "desc:8": "It is thanks to fusion that I can now mythically generate matter from the Ayeraco.\nAnd here\u0027s another link between magical forces. I have no idea what type of powers the majestic beasts that are the Ayeracos hold, but it\u0027s emergent from nuclear interactions.\nWell, mythic magic as a whole seems to come from nuclear interactions, almost as if nuclear fusion and fission could be controlled without the explosions and massive heat.\nAnd on the other hand, there is a connections between recursion and the mere existence of atoms as shown by the existence of meatballium.\nI initially thought mythic properties were the basis of magic, as they are directly tied to the control of reality, but now I think there may be something deeper.", "icon:10": { "Count:3": 1, "id:8": "modularmachinery:itemblueprint", diff --git a/config/betterquesting/DefaultQuests/Quests/0/2046.json b/config/betterquesting/DefaultQuests/Quests/0/2046.json index f5f8fe92..3b9c57c1 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2046.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2046.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Just like the Abyss, L\u0027Borean holds a deep connection with one, or more, of the Elder Ones.\nThe sleeping city of R\u0027lyeh, a plane of existance even deeper than Omothol, seems to merge with thre three \u0027normal\u0027 dimensions of space here in L\u0027Borean.\nThe gatekeepers of this world are located here, and guard it with all their might. This does not eman I can take something from them, though.\nIf the Old Ones are so good at gathering intelligence, anything I take from them must be valuable to someone, right? Right?", + "desc:8": "Just like the Abyss, L\u0027Borean holds a deep connection with one, or more, of the Elder Ones.\nThe sleeping city of R\u0027lyeh, a plane of existence even deeper than Omothol, seems to merge with thre three \u0027normal\u0027 dimensions of space here in L\u0027Borean.\nThe gatekeepers of this world are located here, and guard it with all their might. This does not eman I can take something from them, though.\nIf the Old Ones are so good at gathering intelligence, anything I take from them must be valuable to someone, right? Right?", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:gem_of_the_sleeping_city" diff --git a/config/betterquesting/DefaultQuests/Quests/0/211.json b/config/betterquesting/DefaultQuests/Quests/0/211.json index fa33d9f6..6f6af01d 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/211.json +++ b/config/betterquesting/DefaultQuests/Quests/0/211.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§o§o§oFound in the pyramid in volcanic deserts.\n\n§fThere are many, many enemies that are after Dimensional Shards, but how do they know of them, and why do they want them?\nAfter seeing so many that seek them, I still have no idea about the very basics I need to understand my enemies and their motives.\nDeep in the temple of the antlions, the apparent ruling class of the bug world, I may have found some hints.\nMachines, golems of ancient origin, were awoken just a few generations ago, and they are the ones that made the antlions aware of the existance of the Shards.\nIt seems like they are directly tied to a deity, a figure of creation, the one that arbitrates knowledge.\nIs access or use of a large amount of Dimensional Shards tied to gaining some divine power?", + "desc:8": "§7§o§o§oFound in the pyramid in volcanic deserts.\n\n§fThere are many, many enemies that are after Dimensional Shards, but how do they know of them, and why do they want them?\nAfter seeing so many that seek them, I still have no idea about the very basics I need to understand my enemies and their motives.\nDeep in the temple of the antlions, the apparent ruling class of the bug world, I may have found some hints.\nMachines, golems of ancient origin, were awoken just a few generations ago, and they are the ones that made the antlions aware of the existence of the Shards.\nIt seems like they are directly tied to a deity, a figure of creation, the one that arbitrates knowledge.\nIs access or use of a large amount of Dimensional Shards tied to gaining some divine power?", "icon:10": { "Count:3": 1, "id:8": "erebus:antlion_egg" diff --git a/config/betterquesting/DefaultQuests/Quests/0/236.json b/config/betterquesting/DefaultQuests/Quests/0/236.json index b5e80b8f..820b967b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/236.json +++ b/config/betterquesting/DefaultQuests/Quests/0/236.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oCraft the two parts of the altar of cha\u0027garoth and right click in dreadland mountains at y\u003d40.\n\n§f6 dimensions of space arent enough, in order to fully grasp these creatures I needed to gain access to more dimensions.\nLuckily, at the cheap cheap cost of feeling the most depressing nihilism in my entire existance, I can now delve deeper...\nI need to know more about my \u0027curse\u0027, and I finally have a lead!\nIn this dreaded lands, a creature of unspeakable evil whispered a word, that shook me like nothing ever had.\nA single word, Recursion...", + "desc:8": "§7§oCraft the two parts of the altar of cha\u0027garoth and right click in dreadland mountains at y\u003d40.\n\n§f6 dimensions of space arent enough, in order to fully grasp these creatures I needed to gain access to more dimensions.\nLuckily, at the cheap cheap cost of feeling the most depressing nihilism in my entire existence, I can now delve deeper...\nI need to know more about my \u0027curse\u0027, and I finally have a lead!\nIn this dreaded lands, a creature of unspeakable evil whispered a word, that shook me like nothing ever had.\nA single word, Recursion...", "icon:10": { "Count:3": 1, "id:8": "abyssalcraft:dreadkey" diff --git a/config/betterquesting/DefaultQuests/Quests/0/247.json b/config/betterquesting/DefaultQuests/Quests/0/247.json index dc314bed..a12baaca 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/247.json +++ b/config/betterquesting/DefaultQuests/Quests/0/247.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oAssemble the gaia arena and click the beacon with challenge ticket.\n\n§fThe more powerful my calls into the broken world of the Aesirs, the more crazed and twisted the guardians that answer it.\nTheir existance despite the fall of Asgard is interesting. None of the broken creatures I found outside of Arcana appeared to have a will of their own, and, just like the guardians I am calling, they only answer to violence. And yet, both the guardians and the dogs answer when being called. The act of being called, I think, is important here.\nIf the Aesir indeed inhabited the world that is now Arcana, it is likely that the guards of this place had to swear some sort of oath.\nBut what happens to the oath when the world itself that binds it stops existing? My guess; once proud guardian deities of nature are now turned into mindless killers, unable to fulfill their destiny, and yet unable to stop fighting.", + "desc:8": "§7§oAssemble the gaia arena and click the beacon with challenge ticket.\n\n§fThe more powerful my calls into the broken world of the Aesirs, the more crazed and twisted the guardians that answer it.\nTheir existence despite the fall of Asgard is interesting. None of the broken creatures I found outside of Arcana appeared to have a will of their own, and, just like the guardians I am calling, they only answer to violence. And yet, both the guardians and the dogs answer when being called. The act of being called, I think, is important here.\nIf the Aesir indeed inhabited the world that is now Arcana, it is likely that the guards of this place had to swear some sort of oath.\nBut what happens to the oath when the world itself that binds it stops existing? My guess; once proud guardian deities of nature are now turned into mindless killers, unable to fulfill their destiny, and yet unable to stop fighting.", "icon:10": { "Count:3": 1, "Damage:2": 3, diff --git a/config/betterquesting/DefaultQuests/Quests/0/332.json b/config/betterquesting/DefaultQuests/Quests/0/332.json index b04ce9ca..b8570f6a 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/332.json +++ b/config/betterquesting/DefaultQuests/Quests/0/332.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "...And once again, the answer is mythic excavation!\nI found the compound responsible for Lelyetia\u0027s strange condition, fluctuatite, a mineral that seems to be part of most compounds in the land.\nUnlike anything I\u0027ve seen so far, its gravitational field lines intersect a plane, instead of a sphere, which is what normal matter does.\nIt also possesses complex gravity, like sednanite.\nI don\u0027t have any fluctuatite in my own body, though, which is why I feel weird when I\u0027m in Lelyetia.\nGood news, I can make fluctuatite! Bad news, to achieve the folding of space-time I see in that strange world will need several planets worth of it, at least according to my math.\nThere\u0027s clearly not that much fluctuatite on Lelyetia, so I have to assume there are things I still do not know...\nAlso, the existance of this material makes Lelyetia quite different from Arcana, or other lands of the Twilight Horde. The physical phenomena are the same one, complex gravity being used to create infinite planes of existance separate from the three dimensions of space, but the way ther are achieved is different.", + "desc:8": "...And once again, the answer is mythic excavation!\nI found the compound responsible for Lelyetia\u0027s strange condition, fluctuatite, a mineral that seems to be part of most compounds in the land.\nUnlike anything I\u0027ve seen so far, its gravitational field lines intersect a plane, instead of a sphere, which is what normal matter does.\nIt also possesses complex gravity, like sednanite.\nI don\u0027t have any fluctuatite in my own body, though, which is why I feel weird when I\u0027m in Lelyetia.\nGood news, I can make fluctuatite! Bad news, to achieve the folding of space-time I see in that strange world will need several planets worth of it, at least according to my math.\nThere\u0027s clearly not that much fluctuatite on Lelyetia, so I have to assume there are things I still do not know...\nAlso, the existence of this material makes Lelyetia quite different from Arcana, or other lands of the Twilight Horde. The physical phenomena are the same one, complex gravity being used to create infinite planes of existence separate from the three dimensions of space, but the way ther are achieved is different.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:lelyetia_garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/336.json b/config/betterquesting/DefaultQuests/Quests/0/336.json index a6f2ef86..591b72f9 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/336.json +++ b/config/betterquesting/DefaultQuests/Quests/0/336.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "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.", + "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 existence 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.", "icon:10": { "Count:3": 1, "id:8": "aoa3:deeplands_realmstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/34.json b/config/betterquesting/DefaultQuests/Quests/0/34.json index f0b5d642..00c674a1 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/34.json +++ b/config/betterquesting/DefaultQuests/Quests/0/34.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oEnchanting is important, and so are bedrock chunks!\n\n§rThere is so much about the universe humanity is not aware of.\nWe have spent so many years trying to reject things such as magic and superstition in the name of \u0027science\u0027.\nBut it appears that magic and science are just two faces of the same medals, and the existance of other dimensions seems to be the catalyst behind what I\u0027d normally call \u0027miracles\u0027.\nDiamonds and obsidian seem to be catalysts for magic energy, which is going to allow me to enhance my tools.\nI don\u0027t really know what prompted me to study this phenomenon, but, for some reason, paper has something to do with it...", + "desc:8": "§7§oEnchanting is important, and so are bedrock chunks!\n\n§rThere is so much about the universe humanity is not aware of.\nWe have spent so many years trying to reject things such as magic and superstition in the name of \u0027science\u0027.\nBut it appears that magic and science are just two faces of the same medals, and the existence of other dimensions seems to be the catalyst behind what I\u0027d normally call \u0027miracles\u0027.\nDiamonds and obsidian seem to be catalysts for magic energy, which is going to allow me to enhance my tools.\nI don\u0027t really know what prompted me to study this phenomenon, but, for some reason, paper has something to do with it...", "icon:10": { "Count:3": 1, "id:8": "minecraft:enchanting_table" diff --git a/config/betterquesting/DefaultQuests/Quests/0/358.json b/config/betterquesting/DefaultQuests/Quests/0/358.json index 466d3283..09d11514 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/358.json +++ b/config/betterquesting/DefaultQuests/Quests/0/358.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "I said that being a Fractallite means embodying a mission, but that is not fully correct.\nThat is what is required of becoming a Fractallite. The act of entering the mission is only the first step to a commitment that is eternal. \nCommitting for eternity, that is hard, beyond hard. The sole thought of it brings me an incredible anguish. \nThis thought, this fear, this anguish, is the thought every Fractallite had to endure, and has to endure every day of their existance.\nThat is why the Meatball Man, the leaders of the Shyre Empire, and the beasts of the Twilight Horde are now the way they are. Eternity is too much for someone that is born mortal. Eventually, the mission becomes too much, too heavy of a burden. And that is when the burden is dropped.\nI do not resent them for doing it, weirdly enough. I understand it.\nAnd yet, I understand that it is my mission, my calling as a Fractallite, to put a stop to them.\nThat is why, here, in this world of nightmare, where the true essence of this reality becomes evident, I will face the Wither, guardian of Terra brought forth by the Arbiter, to become mission!", + "desc:8": "I said that being a Fractallite means embodying a mission, but that is not fully correct.\nThat is what is required of becoming a Fractallite. The act of entering the mission is only the first step to a commitment that is eternal. \nCommitting for eternity, that is hard, beyond hard. The sole thought of it brings me an incredible anguish. \nThis thought, this fear, this anguish, is the thought every Fractallite had to endure, and has to endure every day of their existence.\nThat is why the Meatball Man, the leaders of the Shyre Empire, and the beasts of the Twilight Horde are now the way they are. Eternity is too much for someone that is born mortal. Eventually, the mission becomes too much, too heavy of a burden. And that is when the burden is dropped.\nI do not resent them for doing it, weirdly enough. I understand it.\nAnd yet, I understand that it is my mission, my calling as a Fractallite, to put a stop to them.\nThat is why, here, in this world of nightmare, where the true essence of this reality becomes evident, I will face the Wither, guardian of Terra brought forth by the Arbiter, to become mission!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:dream_callstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/380.json b/config/betterquesting/DefaultQuests/Quests/0/380.json index 2faad1de..948295ff 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/380.json +++ b/config/betterquesting/DefaultQuests/Quests/0/380.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "My soul is now evident to me.\nNot just my being, that is not all that I am.\nMy soul. That idea of me that could not really exist, and is yet approximated by the person I am.\nTo ascend, I must become it, I must bring it into existance.", + "desc:8": "My soul is now evident to me.\nNot just my being, that is not all that I am.\nMy soul. That idea of me that could not really exist, and is yet approximated by the person I am.\nTo ascend, I must become it, I must bring it into existence.", "icon:10": { "Count:3": 1, "id:8": "bloodmagic:sentient_sword", diff --git a/config/betterquesting/DefaultQuests/Quests/0/490.json b/config/betterquesting/DefaultQuests/Quests/0/490.json index 1d82e91c..0a712ee1 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/490.json +++ b/config/betterquesting/DefaultQuests/Quests/0/490.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "I know it was fool of me to think so, but I really thought I had a good grasp about the fundamentals of magic, I thought I knew all there was to know about the fields of magic.\nAnd little did I know, I completely missed the existance of one field; well, at elast one field, as chances are I am missing more. \nThe inhabitants of Crystevia, besides beaing zealots of the Shyre Empire, wield a type of magic I have not seen before. It is elemental in nature, it seems to bie tied to air, or to something that has to do with air; I can feel traces of it when cast, but I am struggling to figure out its source. \nI will have to investigate more; maybe it has to do with the way Crystevia is structured. It consists of a cave world located inside the solid core of a gas giant. The surface out there is a continuous storm of heavy gas elements and particulates, making it impossible for life to develop or evolve. Maybe the recursive properties of one of those particulates is originating this strange magic field. Maybe?", + "desc:8": "I know it was fool of me to think so, but I really thought I had a good grasp about the fundamentals of magic, I thought I knew all there was to know about the fields of magic.\nAnd little did I know, I completely missed the existence of one field; well, at elast one field, as chances are I am missing more. \nThe inhabitants of Crystevia, besides beaing zealots of the Shyre Empire, wield a type of magic I have not seen before. It is elemental in nature, it seems to bie tied to air, or to something that has to do with air; I can feel traces of it when cast, but I am struggling to figure out its source. \nI will have to investigate more; maybe it has to do with the way Crystevia is structured. It consists of a cave world located inside the solid core of a gas giant. The surface out there is a continuous storm of heavy gas elements and particulates, making it impossible for life to develop or evolve. Maybe the recursive properties of one of those particulates is originating this strange magic field. Maybe?", "icon:10": { "Count:3": 1, "id:8": "aoa3:crystevia_realmstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/501.json b/config/betterquesting/DefaultQuests/Quests/0/501.json index b64ddf62..ec90a555 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/501.json +++ b/config/betterquesting/DefaultQuests/Quests/0/501.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oThe four guardians are spawned by wiring and activating the four levers to the guardian altar. After it is activated, use a voliant heart on the altar.\n\nRockrider is summoned by dropping a heavy boulder in the haven.\n\n§fThe existance of a place like the Haven is an interesting precedent for relationships between the Shyre Empire and the Twilight Horde. Whatever motivations drive each of these factions, they do not seem to be fully absolute, and they can be corrupted. I wonder what type of motivation or incentive these traitors may have had.\n\nIf there is anything that can skew someone to openly oppose a ruler high on the Kardashev scale, I definitely want to know what it could be!", + "desc:8": "§7§oThe four guardians are spawned by wiring and activating the four levers to the guardian altar. After it is activated, use a voliant heart on the altar.\n\nRockrider is summoned by dropping a heavy boulder in the haven.\n\n§fThe existence of a place like the Haven is an interesting precedent for relationships between the Shyre Empire and the Twilight Horde. Whatever motivations drive each of these factions, they do not seem to be fully absolute, and they can be corrupted. I wonder what type of motivation or incentive these traitors may have had.\n\nIf there is anything that can skew someone to openly oppose a ruler high on the Kardashev scale, I definitely want to know what it could be!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:haven_cap" diff --git a/config/betterquesting/DefaultQuests/Quests/0/532.json b/config/betterquesting/DefaultQuests/Quests/0/532.json index 7cd3148c..66da8cff 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/532.json +++ b/config/betterquesting/DefaultQuests/Quests/0/532.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "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.", + "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 existence 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.", "icon:10": { "Count:3": 1, "id:8": "modularmachinery:itemblueprint", diff --git a/config/betterquesting/DefaultQuests/Quests/8/20274.json b/config/betterquesting/DefaultQuests/Quests/8/20274.json index 9dade0db..05b9740e 100644 --- a/config/betterquesting/DefaultQuests/Quests/8/20274.json +++ b/config/betterquesting/DefaultQuests/Quests/8/20274.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oPlace 12 arcana portals in a horizontal square frame (place while standing in center block)\n\n§fNot only magic is real, but so are deities. The Dungeon of arcane, as hard it is to believe, is a separate plane of existance, existing in higher dimensions, similar to the world of Alfheim, origin of many of the powers of natural magic.\nThis (literally) infinite fortress is the realm of two masters of the natural arts, who have used their great power to infinitely extend a three-dimensional space into another higher dimension.\nSimilarly, the power of these \u0027gods\u0027 has allowed for the infinite repetition of their being, meaning that, in this plane, they exist everywhere and nowhere.", + "desc:8": "§7§oPlace 12 arcana portals in a horizontal square frame (place while standing in center block)\n\n§fNot only magic is real, but so are deities. The Dungeon of arcane, as hard it is to believe, is a separate plane of existence, existing in higher dimensions, similar to the world of Alfheim, origin of many of the powers of natural magic.\nThis (literally) infinite fortress is the realm of two masters of the natural arts, who have used their great power to infinitely extend a three-dimensional space into another higher dimension.\nSimilarly, the power of these \u0027gods\u0027 has allowed for the infinite repetition of their being, meaning that, in this plane, they exist everywhere and nowhere.", "icon:10": { "Count:3": 1, "id:8": "divinerpg:arcanium_block" diff --git a/config/ftbquests/normal/chapters/13b80431/74184b9e.snbt b/config/ftbquests/normal/chapters/13b80431/74184b9e.snbt index 75b76dea..a452f4fd 100644 --- a/config/ftbquests/normal/chapters/13b80431/74184b9e.snbt +++ b/config/ftbquests/normal/chapters/13b80431/74184b9e.snbt @@ -5,7 +5,7 @@ y: 8.0d, description: "Place 12 arcana portals in a horizontal square frame (place while standing in center block)", text: [ - "Not only magic is real, but so are deities. The Dungeon of arcane, as hard it is to believe, is a separate plane of existance, existing in higher dimensions, similar to the world of Alfheim, origin of many of the powers of natural magic.", + "Not only magic is real, but so are deities. The Dungeon of arcane, as hard it is to believe, is a separate plane of existence, existing in higher dimensions, similar to the world of Alfheim, origin of many of the powers of natural magic.", "This (literally) infinite fortress is the realm of two masters of the natural arts, who have used their great power to infinitely extend a three-dimensional space into another higher dimension.", "Similarly, the power of these 'gods' has allowed for the infinite repetition of their being, meaning that, in this plane, they exist everywhere and nowhere." ], diff --git a/config/ftbquests/normal/chapters/37c824bb/2514a220.snbt b/config/ftbquests/normal/chapters/37c824bb/2514a220.snbt index 6a0772b3..f14e44e2 100644 --- a/config/ftbquests/normal/chapters/37c824bb/2514a220.snbt +++ b/config/ftbquests/normal/chapters/37c824bb/2514a220.snbt @@ -4,7 +4,7 @@ description: "Craft the two parts of the altar of cha'garoth and right click in dreadland mountains at y=40.", text: [ "6 dimensions of space arent enough, in order to fully grasp these creatures I needed to gain access to more dimensions.", - "Luckily, at the cheap cheap cost of feeling the most depressing nihilism in my entire existance, I can now delve deeper...", + "Luckily, at the cheap cheap cost of feeling the most depressing nihilism in my entire existence, I can now delve deeper...", "I need to know more about my 'curse', and I finally have a lead!", "In this dreaded lands, a creature of unspeakable evil whispered a word, that shook me like nothing ever had.", "A single word, Recursion..." diff --git a/config/ftbquests/normal/chapters/37c824bb/6f7c1c33.snbt b/config/ftbquests/normal/chapters/37c824bb/6f7c1c33.snbt index 7a2b366a..ad936f07 100644 --- a/config/ftbquests/normal/chapters/37c824bb/6f7c1c33.snbt +++ b/config/ftbquests/normal/chapters/37c824bb/6f7c1c33.snbt @@ -8,7 +8,7 @@ "Yet, for some reason, when it comes to the conflict on Terra, they are pretty evenly matched.", "And I think I finally figured out a reason...the star I just crafted is trippy...", "Visiting Lelyetia, it became apparent that, for someone with mastery over recursion, permanent space-time manipulation becomes possible.", - "If the existance of places like Lelyetia is a showcase of 'space-stretching' abilities, this recent discovery shows what becomes possible if you're a master at it...", + "If the existence of places like Lelyetia is a showcase of 'space-stretching' abilities, this recent discovery shows what becomes possible if you're a master at it...", "Not only the Horde can deform space-time to create their own environments, they can up fold it like an origami!", "The Eden realm I entered is just a 'fold' of the horde's territory, and if I want to reach the rest of their land, I will have 'jump' on next fold..." ], diff --git a/config/ftbquests/normal/chapters/37c824bb/71f69702.snbt b/config/ftbquests/normal/chapters/37c824bb/71f69702.snbt index c66a8d59..542f1ba2 100644 --- a/config/ftbquests/normal/chapters/37c824bb/71f69702.snbt +++ b/config/ftbquests/normal/chapters/37c824bb/71f69702.snbt @@ -5,7 +5,7 @@ text: [ "I was able to reach Terra's moon, Luna.", "And now things make more sense! Terra is the size of a gas giant, yet, it is able to stay solid thanks to strong fields generated by the dimensional shards located within its crust.", - "This is also the cause for the existance of asteroid belts and sky islands located within its atmosphere.", + "This is also the cause for the existence of asteroid belts and sky islands located within its atmosphere.", "Dimensional shards, when looked at a macroscopic scale, produce negative gravity, this allowing for really cool phenomena." ], dependencies: [ diff --git a/config/ftbquests/normal/chapters/37c824bb/74c81f2c.snbt b/config/ftbquests/normal/chapters/37c824bb/74c81f2c.snbt index a2dfe67e..c4482d27 100644 --- a/config/ftbquests/normal/chapters/37c824bb/74c81f2c.snbt +++ b/config/ftbquests/normal/chapters/37c824bb/74c81f2c.snbt @@ -3,7 +3,7 @@ x: 26.0d, y: -6.0d, text: [ - "Just like magnetism and gravity, the laws of nature allow for the existance of other 'fields', and some of them, vis and flux, hold magical properties.", + "Just like magnetism and gravity, the laws of nature allow for the existence of other 'fields', and some of them, vis and flux, hold magical properties.", "Many of the beings I have met on Terra seem to be able to use either of the two. I've yet to fully figure out the nature of these fields, but they can be used for a variety of purposes, both constructive and destructive." ], dependencies: [ diff --git a/config/ftbquests/normal/chapters/37c824bb/e91b3a37.snbt b/config/ftbquests/normal/chapters/37c824bb/e91b3a37.snbt index 54a19352..af0a7c5e 100644 --- a/config/ftbquests/normal/chapters/37c824bb/e91b3a37.snbt +++ b/config/ftbquests/normal/chapters/37c824bb/e91b3a37.snbt @@ -6,7 +6,7 @@ text: [ "There is so much about the universe humanity is not aware of.", "We have spent so many years trying to reject things such as magic and superstition in the name of 'science'.", - "But it appears that magic and science are just two faces of the same medals, and the existance of other dimensions seems to be the catalyst behind what I'd normally call 'miracles'.", + "But it appears that magic and science are just two faces of the same medals, and the existence of other dimensions seems to be the catalyst behind what I'd normally call 'miracles'.", "Diamonds and obsidian seem to be catalysts for magic energy, which is going to allow me to enhance my tools.", "I don't really know what prompted me to study this phenomenon, but, for some reason, paper has something to do with it..." ], From 565c4449a3526ea18acaf6214a5c8c64f4950d09 Mon Sep 17 00:00:00 2001 From: Mason Dechaineux Date: Fri, 26 Sep 2025 10:14:07 +1000 Subject: [PATCH 3/8] Fix typos in Wroght Summoning quest --- config/betterquesting/DefaultQuests/Quests/0/1965.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/betterquesting/DefaultQuests/Quests/0/1965.json b/config/betterquesting/DefaultQuests/Quests/0/1965.json index e44e24c3..20d13f21 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1965.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1965.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Someone else, likely long ago, truggled against the Shyre Empire in the Deeplands. Whoever this person was, they were not successful, but they nevertheless left a useful legacy.\nThis warrior seemes to have wielded a powerful type of metal-manipulation magic, which allowed them to shape, move, and even fuse magnetic matter. This being likely ascended in a way similar to the wizard of Iceika, but successfully, and was able to shape the world around themselves into creature that are themselves capable of some degree of metal-manipulation. These are the grottols now wondering the Deeplands; they likely travelled through the portal their master opened to the Shyre Empire, found themselves in a favorable habitat, and eventually became a staple of the local fauna.\nAfter the Shyre Empire did their thing, though, this once-foe was twisted into madness, and was left as a husk, aimlessly wandering through the Deeplands. The Empire likely wanted to manipulate them into servitude, but could not, and instead just broke its mind, and, tot meing able to use their power, went on ignoring them.", + "desc:8": "Someone else, likely long ago, struggled against the Shyre Empire in the Deeplands. Whoever this person was, they were not successful, but they nevertheless left a useful legacy.\nThis warrior seemes to have wielded a powerful type of metal-manipulation magic, which allowed them to shape, move, and even fuse magnetic matter. This being likely ascended in a way similar to the wizard of Iceika, but successfully, and was able to shape the world around themselves into creatures that are themselves capable of some degree of metal-manipulation. These are the grottols now wondering the Deeplands; they likely travelled through the portal their master opened to the Shyre Empire, found themselves in a favorable habitat, and eventually became a staple of the local fauna.\nAfter the Shyre Empire did their thing, though, this once-foe was twisted into madness, and was left as a husk, aimlessly wandering through the Deeplands. The Empire likely wanted to manipulate them into servitude, but could not, and instead just broke its mind, and, not being able to use their power, went on ignoring them.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:wrought_summoner" @@ -60,4 +60,4 @@ "taskID:8": "bq_standard:optional_retrieval" } } -} \ No newline at end of file +} From f4f52e75ef18f7e872e8c89d97f6667d5b85c9fd Mon Sep 17 00:00:00 2001 From: micvog <41322907+micvog@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:41:33 +0200 Subject: [PATCH 4/8] Fixed quest typo --- config/betterquesting/DefaultQuests/Quests/13/1035.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/betterquesting/DefaultQuests/Quests/13/1035.json b/config/betterquesting/DefaultQuests/Quests/13/1035.json index 592cfc79..f6c504b4 100644 --- a/config/betterquesting/DefaultQuests/Quests/13/1035.json +++ b/config/betterquesting/DefaultQuests/Quests/13/1035.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oThe pattern is the base mechanic for Tinker\u0027s Construct. \n\nIn this pack each pattern is individually crafted in a crafting table! \n\nSo are easy to make, and some are hard, and some are very hard! \n\nMost patters, with the exception of laser gun pieces, will be craftable by chapter 2!", + "desc:8": "§7§oThe pattern is the base mechanic for Tinker\u0027s Construct. \n\nIn this pack each pattern is individually crafted in a crafting table! \n\nSome are easy to make, and some are hard, and some are very hard! \n\nMost patters, with the exception of laser gun pieces, will be craftable by chapter 2!", "icon:10": { "Count:3": 1, "id:8": "tconstruct:pattern" From e25b33dda14f207c5fee75bdb4467f068c5a8500 Mon Sep 17 00:00:00 2001 From: Cadex Date: Sun, 7 Dec 2025 14:36:58 -0500 Subject: [PATCH 5/8] Fix spelling: Intergrated -> Integrated --- config/betterquesting/DefaultQuests/Quests/4/90306.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/betterquesting/DefaultQuests/Quests/4/90306.json b/config/betterquesting/DefaultQuests/Quests/4/90306.json index 606fbc30..d90a4b72 100644 --- a/config/betterquesting/DefaultQuests/Quests/4/90306.json +++ b/config/betterquesting/DefaultQuests/Quests/4/90306.json @@ -11,7 +11,7 @@ "id:8": "botania:cosmetic", "tag:10": {} }, - "name:8": "Intergrated Circuitry" + "name:8": "Integrated Circuitry" } }, "questID:3": 90306, @@ -27,4 +27,4 @@ "taskID:8": "bq_standard:retrieval" } } -} \ No newline at end of file +} From 81c70fba0a30fb6c038812cdc04676edd57e70d3 Mon Sep 17 00:00:00 2001 From: Faysal <40504311+FaysalAriss@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:51:58 -0800 Subject: [PATCH 6/8] fixed typo, eable -> able --- config/betterquesting/DefaultQuests/Quests/0/35.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/betterquesting/DefaultQuests/Quests/0/35.json b/config/betterquesting/DefaultQuests/Quests/0/35.json index 579c7aae..297c04ba 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/35.json +++ b/config/betterquesting/DefaultQuests/Quests/0/35.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oThere are special mobs that spawn at low Y levels (below Y \u003d 11). Those will drop corrupted shards, as well as other goodies. A dark room at low Y level is recommended!\n\n§fMagic is real, and there seems to be multiple forces playing a role in what effects magic.\nFrom what I\u0027ve seen so far, there seem to be two methods.\nThe first is based off of manipulating the laws of physics to, for example, reinforce arrows shot from a bow just like I learned, or shoot magic missiles, just like the wizards dwelling in towers around the world.\nThis is done by bending \u0027fields\u0027 existing in higher dimensions, that allow for increased power.\nThere are different types of fields to tap magic energy from, but so far I\u0027ve only become eable to discern the one that allows me to \u0027enchant\u0027 weapons and armor.\nThe second magic type, which I like to call Mythic, is more esoteric, and it reminds of the way deities were portrayed in folklore.\nThis allows for the \u0027breaking\u0027 of the rules of reality (as opposed to bending them). This power, which emanates an extremely strong aura, seems to permeate many of the creatures on this planet, allowing them to effortlessly appearing out of nothing", + "desc:8": "§7§oThere are special mobs that spawn at low Y levels (below Y \u003d 11). Those will drop corrupted shards, as well as other goodies. A dark room at low Y level is recommended!\n\n§fMagic is real, and there seems to be multiple forces playing a role in what effects magic.\nFrom what I\u0027ve seen so far, there seem to be two methods.\nThe first is based off of manipulating the laws of physics to, for example, reinforce arrows shot from a bow just like I learned, or shoot magic missiles, just like the wizards dwelling in towers around the world.\nThis is done by bending \u0027fields\u0027 existing in higher dimensions, that allow for increased power.\nThere are different types of fields to tap magic energy from, but so far I\u0027ve only become able to discern the one that allows me to \u0027enchant\u0027 weapons and armor.\nThe second magic type, which I like to call Mythic, is more esoteric, and it reminds of the way deities were portrayed in folklore.\nThis allows for the \u0027breaking\u0027 of the rules of reality (as opposed to bending them). This power, which emanates an extremely strong aura, seems to permeate many of the creatures on this planet, allowing them to effortlessly appearing out of nothing", "icon:10": { "Count:3": 1, "id:8": "divinerpg:altar_of_corruption" @@ -41,4 +41,4 @@ "taskID:8": "bq_standard:retrieval" } } -} \ No newline at end of file +} From 3889e2c53aa0681a76f8fbc6ca75513f1a881396 Mon Sep 17 00:00:00 2001 From: Nate <45935391+xythelle@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:48:28 -0800 Subject: [PATCH 7/8] direc -> direct --- config/betterquesting/DefaultQuests/Quests/0/54.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/betterquesting/DefaultQuests/Quests/0/54.json b/config/betterquesting/DefaultQuests/Quests/0/54.json index 5fa7f9ff..a7d14c0a 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/54.json +++ b/config/betterquesting/DefaultQuests/Quests/0/54.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oSearch `Teleportation` in JEI for a list of teleporters!\n\n§fThe Thread found in these places is quite interesting. It can be used to bind locations between each other, and to direc the space between them into a short path.\nAfter all the work I put into creating the first wormhole of humanity, it was this easy to perform on this planet?!?", + "desc:8": "§7§oSearch `Teleportation` in JEI for a list of teleporters!\n\n§fThe Thread found in these places is quite interesting. It can be used to bind locations between each other, and to direct the space between them into a short path.\nAfter all the work I put into creating the first wormhole of humanity, it was this easy to perform on this planet?!?", "icon:10": { "Count:3": 1, "id:8": "dimdoors:oak_dimensional_door" @@ -42,4 +42,4 @@ "taskID:8": "bq_standard:retrieval" } } -} \ No newline at end of file +} From 660aed5d27b93337052f09e874d5810da2131bcf Mon Sep 17 00:00:00 2001 From: sainagh Date: Wed, 14 Jan 2026 16:00:30 -0600 Subject: [PATCH 8/8] some questbook updates before PRs --- config/AppliedEnergistics2/CustomRecipes.cfg | 2 +- config/AppliedEnergistics2/VersionChecker.cfg | 2 +- config/AppliedEnergistics2/items.csv | 6677 ++++----- config/BetterBuildersWandsFix.cfg | 9 + config/ChickenChunks.cfg | 46 +- config/CustomMainMenu/mainmenu.json | 3 +- config/Fishs_Undead_Rising.cfg | 126 +- config/Guide-API/Guide-API.cfg | 16 + config/InvTweaks.cfg | 2 +- config/ItemBlacklist.json | 58 - config/ItemFavorites/bringthefreedom.dat | 1 + config/ItemFavorites/morefreedom.dat | 1 + config/ItemFavorites/newastral.dat | 1 + config/ItemFavorites/truefreedom.dat | 1 + config/ItemFavorites/whynofloods.dat | 1 + config/OpenModsLibCore.json | 10 - config/ProjectE/custom_emc.json | 158 +- config/ProjectE/mapping.cfg | 4 +- config/Universal Tweaks - Bugfixes.cfg | 7 +- config/Universal Tweaks - Mod Integration.cfg | 139 +- config/Universal Tweaks - Tweaks.cfg | 35 +- config/ZenUtils.cfg | 6 +- config/advRocketry/advancedRocketry.cfg | 19 +- config/agricraft/config.cfg | 92 + config/astralsorcery.cfg | 4 +- config/astralsorcery/amulet_enchantments.cfg | 2 +- config/astralsorcery/fluid_rarities.cfg | 5 +- config/battletowers.cfg | 8 +- config/betterquesting.cfg | 3 + .../DefaultQuests/QuestLines/0.json | 401 +- .../DefaultQuests/QuestLines/1.json | 21 - .../DefaultQuests/QuestLines/2049471632.json | 1258 +- .../DefaultQuests/QuestLines/6.json | 7 + .../DefaultQuests/Quests/0/104577917.json | 28 + .../DefaultQuests/Quests/0/107705993.json | 32 + .../DefaultQuests/Quests/0/1269996011.json | 36 + .../DefaultQuests/Quests/0/1539715922.json | 2 +- .../DefaultQuests/Quests/0/1699772232.json | 32 + .../DefaultQuests/Quests/0/1709108114.json | 32 + .../DefaultQuests/Quests/0/189570972.json | 2 +- .../DefaultQuests/Quests/0/202394020.json | 36 + .../DefaultQuests/Quests/0/2125675950.json | 33 + .../DefaultQuests/Quests/0/28.json | 4 + .../DefaultQuests/Quests/0/31.json | 2 +- .../DefaultQuests/Quests/0/544292152.json | 32 + .../DefaultQuests/Quests/0/577649534.json | 36 + .../DefaultQuests/Quests/0/671878690.json | 28 + .../DefaultQuests/Quests/0/809768846.json | 4 - .../DefaultQuests/Quests/1/1155479328.json | 60 - .../DefaultQuests/Quests/1/901883762.json | 172 - .../1038326846.json} | 17 +- .../Quests/2049471632/1366831095.json | 35 + .../Quests/2049471632/1430156385.json | 35 + .../Quests/2049471632/1570883475.json | 35 + .../Quests/2049471632/227992681.json | 35 + .../Quests/2049471632/693639124.json | 29 + .../DefaultQuests/Quests/4/62754235.json | 4 + .../DefaultQuests/Quests/6/2130245126.json | 28 + .../DefaultQuests/Quests/8/1365.json | 2 +- .../DefaultQuests/Quests/8/20257.json | 2 +- .../DefaultQuests/Quests/8/20258.json | 2 +- .../DefaultQuests/Quests/8/20259.json | 2 +- .../DefaultQuests/Quests/8/20260.json | 2 +- .../DefaultQuests/Quests/8/20261.json | 2 +- .../DefaultQuests/Quests/8/20262.json | 2 +- config/brandon3055/CustomFusionRecipes.json | 303 +- config/brandon3055/contributors.json | 1 - config/buildcraft/detailed.properties | 2 +- config/cyclicmagic.cfg | 14 + config/ebwizardry/ebwizardry.cfg | 771 +- config/enderstorage.cfg | 1 + config/gendustry/meatball_bees.cfg | 105 + config/gendustry/meatball_bees.en_US.lang | 2 +- config/ichunutil.cfg | 2 +- config/jei/itemBlacklist.cfg | 2 +- config/jei/worldSettings.cfg | 57 +- .../machinery/berserker_forge.json | 2 +- .../machinery/chaotic_condenser.json | 54 +- .../machinery/divine_combiner.json | 14 +- .../machinery/enchanted_greenhouse.json | 14 +- .../machinery/illuminated_enchanter.json | 27 + .../ligature_of_the_three_oaths.json | 7358 ++++++++++ .../machinery/mechanized_coop.json | 13 + .../mythic_processor_centrifuge.json | 23 +- .../mythic_processor_electrolyzer.json | 21 + .../machinery/mythic_processor_furnace.json | 6 +- .../machinery/mythic_processor_infuser.json | 1007 ++ .../presbytery_of_the_threefold_love.json | 12046 ++++++++++++++++ .../machinery/processor_clean_room.json | 47 +- .../machinery/sacred_cinders_apiary.json | 17 +- .../machinery/seared_caster.json | 708 + .../machinery/shadow_fracturer.json | 25 + .../machinery/stellar_diviner.json | 1341 ++ .../machinery/variables/casings.var.json | 15 + .../machinery/vengeance_tesseract.json | 10646 ++++++++++++++ .../machinery/warren_extractor_botania.json | 990 ++ .../machinery/warren_extractor_self.json | 990 ++ config/ocgendustry.cfg | 68 + config/peteams-early.properties | 4 + config/plethora-core.cfg | 355 + .../soulshardsrespawn/soulshardsrespawn.cfg | 3 + config/spellarchives-client.cfg | 124 + config/spellarchives.cfg | 14 + config/splash.properties | 2 +- config/startuptimer/startup_times.json | 6 +- config/superfactorymanager.cfg | 62 + config/supermobtracker.cfg | 57 + config/tconstruct_oredictcache.dat | Bin 86775 -> 86803 bytes config/teamreborn/configData.nbt | Bin 42432 -> 42432 bytes config/teamreborn/techreborn/compat.cfg | 2 +- config/thaumicaugmentation.cfg | 10 +- config/topaddons.cfg | 4 + 112 files changed, 41844 insertions(+), 5419 deletions(-) create mode 100644 config/BetterBuildersWandsFix.cfg create mode 100644 config/ItemFavorites/bringthefreedom.dat create mode 100644 config/ItemFavorites/morefreedom.dat create mode 100644 config/ItemFavorites/newastral.dat create mode 100644 config/ItemFavorites/truefreedom.dat create mode 100644 config/ItemFavorites/whynofloods.dat create mode 100644 config/betterquesting/DefaultQuests/Quests/0/104577917.json create mode 100644 config/betterquesting/DefaultQuests/Quests/0/107705993.json create mode 100644 config/betterquesting/DefaultQuests/Quests/0/1269996011.json create mode 100644 config/betterquesting/DefaultQuests/Quests/0/1699772232.json create mode 100644 config/betterquesting/DefaultQuests/Quests/0/1709108114.json create mode 100644 config/betterquesting/DefaultQuests/Quests/0/202394020.json create mode 100644 config/betterquesting/DefaultQuests/Quests/0/544292152.json create mode 100644 config/betterquesting/DefaultQuests/Quests/0/577649534.json create mode 100644 config/betterquesting/DefaultQuests/Quests/0/671878690.json delete mode 100644 config/betterquesting/DefaultQuests/Quests/1/1155479328.json delete mode 100644 config/betterquesting/DefaultQuests/Quests/1/901883762.json rename config/betterquesting/DefaultQuests/Quests/{1/1313906300.json => 2049471632/1038326846.json} (52%) create mode 100644 config/betterquesting/DefaultQuests/Quests/2049471632/1366831095.json create mode 100644 config/betterquesting/DefaultQuests/Quests/2049471632/1430156385.json create mode 100644 config/betterquesting/DefaultQuests/Quests/2049471632/1570883475.json create mode 100644 config/betterquesting/DefaultQuests/Quests/2049471632/227992681.json create mode 100644 config/betterquesting/DefaultQuests/Quests/2049471632/693639124.json create mode 100644 config/betterquesting/DefaultQuests/Quests/6/2130245126.json delete mode 100644 config/brandon3055/contributors.json create mode 100644 config/modularmachinery/machinery/ligature_of_the_three_oaths.json create mode 100644 config/modularmachinery/machinery/mythic_processor_infuser.json create mode 100644 config/modularmachinery/machinery/presbytery_of_the_threefold_love.json create mode 100644 config/modularmachinery/machinery/seared_caster.json create mode 100644 config/modularmachinery/machinery/stellar_diviner.json create mode 100644 config/modularmachinery/machinery/vengeance_tesseract.json create mode 100644 config/modularmachinery/machinery/warren_extractor_botania.json create mode 100644 config/modularmachinery/machinery/warren_extractor_self.json create mode 100644 config/ocgendustry.cfg create mode 100644 config/peteams-early.properties create mode 100644 config/spellarchives-client.cfg create mode 100644 config/spellarchives.cfg create mode 100644 config/superfactorymanager.cfg create mode 100644 config/supermobtracker.cfg diff --git a/config/AppliedEnergistics2/CustomRecipes.cfg b/config/AppliedEnergistics2/CustomRecipes.cfg index a5888a7c..680ee9f4 100644 --- a/config/AppliedEnergistics2/CustomRecipes.cfg +++ b/config/AppliedEnergistics2/CustomRecipes.cfg @@ -1,7 +1,7 @@ # Configuration file cache { - S:digest=5663d7aa653f62b9f9120449835f45ee + S:digest=d9dcd555327e167c9e7d304a6a27125e # 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 400f9335..81d44561 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=1764093307909 + S:lastCheck=1768427479955 } diff --git a/config/AppliedEnergistics2/items.csv b/config/AppliedEnergistics2/items.csv index e6801a32..1982258e 100644 --- a/config/AppliedEnergistics2/items.csv +++ b/config/AppliedEnergistics2/items.csv @@ -1648,7 +1648,10 @@ 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:genetic_filter:0, Genetic Filter +forestry:database:0, Database +forestry:engine_peat:0, Peat-fired Engine +forestry:engine_biogas:0, Biogas Engine +forestry:engine_clockwork:0, Clockwork Engine forestry:stamps:0, Stamp (1n) forestry:stamps:1, Stamp (2n) forestry:stamps:2, Stamp (5n) @@ -1661,97 +1664,8 @@ forestry:catalogue, Catalogue forestry:mailbox:0, Mailbox forestry:trade_station:0, Trade Station forestry:stamp_collector:0, Stamp Collector -forestry:habitat_former:0, Habitat Former -forestry:habitat_screen, Habitat Screen -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:honeyed_slice, Honeyed Slice -forestry:ambrosia, Ambrosia -forestry:honey_pot, Honey Pot -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:database:0, Database -forestry:worktable:0, Worktable -forestry:mushroom:0, tile.for.mushroom.name -forestry:mushroom:1, tile.for.mushroom.name -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:0, Farm Block -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:2, Farm Gearbox -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:3, Farm Hatch -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:4, Farm Valve -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:ffarm:5, Farm Control -forestry:engine_peat:0, Peat-fired Engine -forestry:engine_biogas:0, Biogas Engine -forestry:engine_clockwork:0, Clockwork Engine +forestry:genetic_filter:0, Genetic Filter +forestry:book_forester, Forester's Manual forestry:sapling:0, Apple Oak Sapling forestry:sapling:0, Dark Oak Sapling forestry:sapling:0, Silver Birch Sapling @@ -2274,171 +2188,9 @@ forestry:leaves.decorative.2:0, Papaya Leaves forestry:leaves.decorative.2:1, Date Palm Leaves forestry:leaves.decorative.2:2, White Poplar Leaves forestry:tree_chest:0, Arborist's Chest -forestry:butterfly_ge:0, Brimstone Moth Butterfly -forestry:butterfly_ge:0, Latticed Heath Butterfly -forestry:butterfly_ge:0, Cabbage White Butterfly -forestry:butterfly_ge:0, Brimstone Butterfly -forestry:butterfly_ge:0, Orange Tip Butterfly -forestry:butterfly_ge:0, Common Clouded Yellow Butterfly -forestry:butterfly_ge:0, Palaeno Sulphur Butterfly -forestry:butterfly_ge:0, Eastern Bath White Butterfly -forestry:butterfly_ge:0, Holly Blue Butterfly -forestry:butterfly_ge:0, Citrus Swallowtail Butterfly -forestry:butterfly_ge:0, Spicebush Swallowtail Butterfly -forestry:butterfly_ge:0, Black Swallowtail Butterfly -forestry:butterfly_ge:0, Zebra Swallowtail Butterfly -forestry:butterfly_ge:0, Speckled Wood Butterfly -forestry:butterfly_ge:0, Madeiran Speckled Wood Butterfly -forestry:butterfly_ge:0, Canary Speckled Wood Butterfly -forestry:butterfly_ge:0, Menelaus Blue Morpho Butterfly -forestry:butterfly_ge:0, Peleides Blue Morpho Butterfly -forestry:butterfly_ge:0, Comma Butterfly -forestry:butterfly_ge:0, Painted Beauty Butterfly -forestry:butterfly_ge:0, Blue Wing Butterfly -forestry:butterfly_ge:0, Blue Duke Butterfly -forestry:butterfly_ge:0, Glassy Tiger Butterfly -forestry:butterfly_ge:0, Postman Butterfly -forestry:butterfly_ge:0, Malachite Butterfly -forestry:butterfly_ge:0, Leopard Lacewing Butterfly -forestry:butterfly_ge:0, Diana Fritillary Butterfly -forestry:serum_ge:0, Brimstone Moth Serum -forestry:serum_ge:0, Latticed Heath Serum -forestry:serum_ge:0, Cabbage White Serum -forestry:serum_ge:0, Brimstone Serum -forestry:serum_ge:0, Orange Tip Serum -forestry:serum_ge:0, Common Clouded Yellow Serum -forestry:serum_ge:0, Palaeno Sulphur Serum -forestry:serum_ge:0, Eastern Bath White Serum -forestry:serum_ge:0, Holly Blue Serum -forestry:serum_ge:0, Citrus Swallowtail Serum -forestry:serum_ge:0, Spicebush Swallowtail Serum -forestry:serum_ge:0, Black Swallowtail Serum -forestry:serum_ge:0, Zebra Swallowtail Serum -forestry:serum_ge:0, Speckled Wood Serum -forestry:serum_ge:0, Madeiran Speckled Wood Serum -forestry:serum_ge:0, Canary Speckled Wood Serum -forestry:serum_ge:0, Menelaus Blue Morpho Serum -forestry:serum_ge:0, Peleides Blue Morpho Serum -forestry:serum_ge:0, Comma Serum -forestry:serum_ge:0, Painted Beauty Serum -forestry:serum_ge:0, Blue Wing Serum -forestry:serum_ge:0, Blue Duke Serum -forestry:serum_ge:0, Glassy Tiger Serum -forestry:serum_ge:0, Postman Serum -forestry:serum_ge:0, Malachite Serum -forestry:serum_ge:0, Leopard Lacewing Serum -forestry:serum_ge:0, Diana Fritillary Serum -forestry:caterpillar_ge:0, Brimstone Moth Caterpillar -forestry:caterpillar_ge:0, Latticed Heath Caterpillar -forestry:caterpillar_ge:0, Cabbage White Caterpillar -forestry:caterpillar_ge:0, Brimstone Caterpillar -forestry:caterpillar_ge:0, Orange Tip Caterpillar -forestry:caterpillar_ge:0, Common Clouded Yellow Caterpillar -forestry:caterpillar_ge:0, Palaeno Sulphur Caterpillar -forestry:caterpillar_ge:0, Eastern Bath White Caterpillar -forestry:caterpillar_ge:0, Holly Blue Caterpillar -forestry:caterpillar_ge:0, Citrus Swallowtail Caterpillar -forestry:caterpillar_ge:0, Spicebush Swallowtail Caterpillar -forestry:caterpillar_ge:0, Black Swallowtail Caterpillar -forestry:caterpillar_ge:0, Zebra Swallowtail Caterpillar -forestry:caterpillar_ge:0, Speckled Wood Caterpillar -forestry:caterpillar_ge:0, Madeiran Speckled Wood Caterpillar -forestry:caterpillar_ge:0, Canary Speckled Wood Caterpillar -forestry:caterpillar_ge:0, Menelaus Blue Morpho Caterpillar -forestry:caterpillar_ge:0, Peleides Blue Morpho Caterpillar -forestry:caterpillar_ge:0, Comma Caterpillar -forestry:caterpillar_ge:0, Painted Beauty Caterpillar -forestry:caterpillar_ge:0, Blue Wing Caterpillar -forestry:caterpillar_ge:0, Blue Duke Caterpillar -forestry:caterpillar_ge:0, Glassy Tiger Caterpillar -forestry:caterpillar_ge:0, Postman Caterpillar -forestry:caterpillar_ge:0, Malachite Caterpillar -forestry:caterpillar_ge:0, Leopard Lacewing Caterpillar -forestry:caterpillar_ge:0, Diana Fritillary Caterpillar -forestry:cocoon_ge:0, Brimstone Moth Cocoon -forestry:cocoon_ge:0, Latticed Heath Cocoon -forestry:cocoon_ge:0, Cabbage White Cocoon -forestry:cocoon_ge:0, Brimstone Cocoon -forestry:cocoon_ge:0, Orange Tip Cocoon -forestry:cocoon_ge:0, Common Clouded Yellow Cocoon -forestry:cocoon_ge:0, Palaeno Sulphur Cocoon -forestry:cocoon_ge:0, Eastern Bath White Cocoon -forestry:cocoon_ge:0, Holly Blue Cocoon -forestry:cocoon_ge:0, Citrus Swallowtail Cocoon -forestry:cocoon_ge:0, Spicebush Swallowtail Cocoon -forestry:cocoon_ge:0, Black Swallowtail Cocoon -forestry:cocoon_ge:0, Zebra Swallowtail Cocoon -forestry:cocoon_ge:0, Speckled Wood Cocoon -forestry:cocoon_ge:0, Madeiran Speckled Wood Cocoon -forestry:cocoon_ge:0, Canary Speckled Wood Cocoon -forestry:cocoon_ge:0, Menelaus Blue Morpho Cocoon -forestry:cocoon_ge:0, Peleides Blue Morpho Cocoon -forestry:cocoon_ge:0, Comma Cocoon -forestry:cocoon_ge:0, Painted Beauty Cocoon -forestry:cocoon_ge:0, Blue Wing Cocoon -forestry:cocoon_ge:0, Blue Duke Cocoon -forestry:cocoon_ge:0, Glassy Tiger Cocoon -forestry:cocoon_ge:0, Postman Cocoon -forestry:cocoon_ge:0, Malachite Cocoon -forestry:cocoon_ge:0, Leopard Lacewing Cocoon -forestry:cocoon_ge:0, Diana Fritillary Cocoon -forestry:cocoon_ge:0, Brimstone Moth Cocoon -forestry:cocoon_ge:0, Latticed Heath Cocoon -forestry:cocoon_ge:0, Cabbage White Cocoon -forestry:cocoon_ge:0, Brimstone Cocoon -forestry:cocoon_ge:0, Orange Tip Cocoon -forestry:cocoon_ge:0, Common Clouded Yellow Cocoon -forestry:cocoon_ge:0, Palaeno Sulphur Cocoon -forestry:cocoon_ge:0, Eastern Bath White Cocoon -forestry:cocoon_ge:0, Holly Blue Cocoon -forestry:cocoon_ge:0, Citrus Swallowtail Cocoon -forestry:cocoon_ge:0, Spicebush Swallowtail Cocoon -forestry:cocoon_ge:0, Black Swallowtail Cocoon -forestry:cocoon_ge:0, Zebra Swallowtail Cocoon -forestry:cocoon_ge:0, Speckled Wood Cocoon -forestry:cocoon_ge:0, Madeiran Speckled Wood Cocoon -forestry:cocoon_ge:0, Canary Speckled Wood Cocoon -forestry:cocoon_ge:0, Menelaus Blue Morpho Cocoon -forestry:cocoon_ge:0, Peleides Blue Morpho Cocoon -forestry:cocoon_ge:0, Comma Cocoon -forestry:cocoon_ge:0, Painted Beauty Cocoon -forestry:cocoon_ge:0, Blue Wing Cocoon -forestry:cocoon_ge:0, Blue Duke Cocoon -forestry:cocoon_ge:0, Glassy Tiger Cocoon -forestry:cocoon_ge:0, Postman Cocoon -forestry:cocoon_ge:0, Malachite Cocoon -forestry:cocoon_ge:0, Leopard Lacewing Cocoon -forestry:cocoon_ge:0, Diana Fritillary Cocoon -forestry:cocoon_ge:0, Brimstone Moth Cocoon -forestry:cocoon_ge:0, Latticed Heath Cocoon -forestry:cocoon_ge:0, Cabbage White Cocoon -forestry:cocoon_ge:0, Brimstone Cocoon -forestry:cocoon_ge:0, Orange Tip Cocoon -forestry:cocoon_ge:0, Common Clouded Yellow Cocoon -forestry:cocoon_ge:0, Palaeno Sulphur Cocoon -forestry:cocoon_ge:0, Eastern Bath White Cocoon -forestry:cocoon_ge:0, Holly Blue Cocoon -forestry:cocoon_ge:0, Citrus Swallowtail Cocoon -forestry:cocoon_ge:0, Spicebush Swallowtail Cocoon -forestry:cocoon_ge:0, Black Swallowtail Cocoon -forestry:cocoon_ge:0, Zebra Swallowtail Cocoon -forestry:cocoon_ge:0, Speckled Wood Cocoon -forestry:cocoon_ge:0, Madeiran Speckled Wood Cocoon -forestry:cocoon_ge:0, Canary Speckled Wood Cocoon -forestry:cocoon_ge:0, Menelaus Blue Morpho Cocoon -forestry:cocoon_ge:0, Peleides Blue Morpho Cocoon -forestry:cocoon_ge:0, Comma Cocoon -forestry:cocoon_ge:0, Painted Beauty Cocoon -forestry:cocoon_ge:0, Blue Wing Cocoon -forestry:cocoon_ge:0, Blue Duke Cocoon -forestry:cocoon_ge:0, Glassy Tiger Cocoon -forestry:cocoon_ge:0, Postman Cocoon -forestry:cocoon_ge:0, Malachite Cocoon -forestry:cocoon_ge:0, Leopard Lacewing Cocoon -forestry:cocoon_ge:0, Diana Fritillary Cocoon -forestry:butterfly_chest:0, Lepidopterist's Chest -forestry:cocoon:0, tile.for.cocoon.name -forestry:cocoon.solid:0, tile.for.cocoon.solid.name +forestry:honeyed_slice, Honeyed Slice +forestry:ambrosia, Ambrosia +forestry:honey_pot, Honey Pot forestry:bee_queen_ge:0, Forest Queen forestry:bee_queen_ge:0, Meadows Queen forestry:bee_queen_ge:0, Common Queen @@ -2658,7 +2410,255 @@ 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:book_forester, Forester's Manual +forestry:mushroom:0, tile.for.mushroom.name +forestry:mushroom:1, tile.for.mushroom.name +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:0, Farm Block +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:2, Farm Gearbox +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:3, Farm Hatch +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:4, Farm Valve +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +forestry:ffarm:5, Farm Control +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:habitat_former:0, Habitat Former +forestry:habitat_screen, Habitat Screen +forestry:butterfly_ge:0, Brimstone Moth Butterfly +forestry:butterfly_ge:0, Latticed Heath Butterfly +forestry:butterfly_ge:0, Cabbage White Butterfly +forestry:butterfly_ge:0, Brimstone Butterfly +forestry:butterfly_ge:0, Orange Tip Butterfly +forestry:butterfly_ge:0, Common Clouded Yellow Butterfly +forestry:butterfly_ge:0, Palaeno Sulphur Butterfly +forestry:butterfly_ge:0, Eastern Bath White Butterfly +forestry:butterfly_ge:0, Holly Blue Butterfly +forestry:butterfly_ge:0, Citrus Swallowtail Butterfly +forestry:butterfly_ge:0, Spicebush Swallowtail Butterfly +forestry:butterfly_ge:0, Black Swallowtail Butterfly +forestry:butterfly_ge:0, Zebra Swallowtail Butterfly +forestry:butterfly_ge:0, Speckled Wood Butterfly +forestry:butterfly_ge:0, Madeiran Speckled Wood Butterfly +forestry:butterfly_ge:0, Canary Speckled Wood Butterfly +forestry:butterfly_ge:0, Menelaus Blue Morpho Butterfly +forestry:butterfly_ge:0, Peleides Blue Morpho Butterfly +forestry:butterfly_ge:0, Comma Butterfly +forestry:butterfly_ge:0, Painted Beauty Butterfly +forestry:butterfly_ge:0, Blue Wing Butterfly +forestry:butterfly_ge:0, Blue Duke Butterfly +forestry:butterfly_ge:0, Glassy Tiger Butterfly +forestry:butterfly_ge:0, Postman Butterfly +forestry:butterfly_ge:0, Malachite Butterfly +forestry:butterfly_ge:0, Leopard Lacewing Butterfly +forestry:butterfly_ge:0, Diana Fritillary Butterfly +forestry:serum_ge:0, Brimstone Moth Serum +forestry:serum_ge:0, Latticed Heath Serum +forestry:serum_ge:0, Cabbage White Serum +forestry:serum_ge:0, Brimstone Serum +forestry:serum_ge:0, Orange Tip Serum +forestry:serum_ge:0, Common Clouded Yellow Serum +forestry:serum_ge:0, Palaeno Sulphur Serum +forestry:serum_ge:0, Eastern Bath White Serum +forestry:serum_ge:0, Holly Blue Serum +forestry:serum_ge:0, Citrus Swallowtail Serum +forestry:serum_ge:0, Spicebush Swallowtail Serum +forestry:serum_ge:0, Black Swallowtail Serum +forestry:serum_ge:0, Zebra Swallowtail Serum +forestry:serum_ge:0, Speckled Wood Serum +forestry:serum_ge:0, Madeiran Speckled Wood Serum +forestry:serum_ge:0, Canary Speckled Wood Serum +forestry:serum_ge:0, Menelaus Blue Morpho Serum +forestry:serum_ge:0, Peleides Blue Morpho Serum +forestry:serum_ge:0, Comma Serum +forestry:serum_ge:0, Painted Beauty Serum +forestry:serum_ge:0, Blue Wing Serum +forestry:serum_ge:0, Blue Duke Serum +forestry:serum_ge:0, Glassy Tiger Serum +forestry:serum_ge:0, Postman Serum +forestry:serum_ge:0, Malachite Serum +forestry:serum_ge:0, Leopard Lacewing Serum +forestry:serum_ge:0, Diana Fritillary Serum +forestry:caterpillar_ge:0, Brimstone Moth Caterpillar +forestry:caterpillar_ge:0, Latticed Heath Caterpillar +forestry:caterpillar_ge:0, Cabbage White Caterpillar +forestry:caterpillar_ge:0, Brimstone Caterpillar +forestry:caterpillar_ge:0, Orange Tip Caterpillar +forestry:caterpillar_ge:0, Common Clouded Yellow Caterpillar +forestry:caterpillar_ge:0, Palaeno Sulphur Caterpillar +forestry:caterpillar_ge:0, Eastern Bath White Caterpillar +forestry:caterpillar_ge:0, Holly Blue Caterpillar +forestry:caterpillar_ge:0, Citrus Swallowtail Caterpillar +forestry:caterpillar_ge:0, Spicebush Swallowtail Caterpillar +forestry:caterpillar_ge:0, Black Swallowtail Caterpillar +forestry:caterpillar_ge:0, Zebra Swallowtail Caterpillar +forestry:caterpillar_ge:0, Speckled Wood Caterpillar +forestry:caterpillar_ge:0, Madeiran Speckled Wood Caterpillar +forestry:caterpillar_ge:0, Canary Speckled Wood Caterpillar +forestry:caterpillar_ge:0, Menelaus Blue Morpho Caterpillar +forestry:caterpillar_ge:0, Peleides Blue Morpho Caterpillar +forestry:caterpillar_ge:0, Comma Caterpillar +forestry:caterpillar_ge:0, Painted Beauty Caterpillar +forestry:caterpillar_ge:0, Blue Wing Caterpillar +forestry:caterpillar_ge:0, Blue Duke Caterpillar +forestry:caterpillar_ge:0, Glassy Tiger Caterpillar +forestry:caterpillar_ge:0, Postman Caterpillar +forestry:caterpillar_ge:0, Malachite Caterpillar +forestry:caterpillar_ge:0, Leopard Lacewing Caterpillar +forestry:caterpillar_ge:0, Diana Fritillary Caterpillar +forestry:cocoon_ge:0, Brimstone Moth Cocoon +forestry:cocoon_ge:0, Latticed Heath Cocoon +forestry:cocoon_ge:0, Cabbage White Cocoon +forestry:cocoon_ge:0, Brimstone Cocoon +forestry:cocoon_ge:0, Orange Tip Cocoon +forestry:cocoon_ge:0, Common Clouded Yellow Cocoon +forestry:cocoon_ge:0, Palaeno Sulphur Cocoon +forestry:cocoon_ge:0, Eastern Bath White Cocoon +forestry:cocoon_ge:0, Holly Blue Cocoon +forestry:cocoon_ge:0, Citrus Swallowtail Cocoon +forestry:cocoon_ge:0, Spicebush Swallowtail Cocoon +forestry:cocoon_ge:0, Black Swallowtail Cocoon +forestry:cocoon_ge:0, Zebra Swallowtail Cocoon +forestry:cocoon_ge:0, Speckled Wood Cocoon +forestry:cocoon_ge:0, Madeiran Speckled Wood Cocoon +forestry:cocoon_ge:0, Canary Speckled Wood Cocoon +forestry:cocoon_ge:0, Menelaus Blue Morpho Cocoon +forestry:cocoon_ge:0, Peleides Blue Morpho Cocoon +forestry:cocoon_ge:0, Comma Cocoon +forestry:cocoon_ge:0, Painted Beauty Cocoon +forestry:cocoon_ge:0, Blue Wing Cocoon +forestry:cocoon_ge:0, Blue Duke Cocoon +forestry:cocoon_ge:0, Glassy Tiger Cocoon +forestry:cocoon_ge:0, Postman Cocoon +forestry:cocoon_ge:0, Malachite Cocoon +forestry:cocoon_ge:0, Leopard Lacewing Cocoon +forestry:cocoon_ge:0, Diana Fritillary Cocoon +forestry:cocoon_ge:0, Brimstone Moth Cocoon +forestry:cocoon_ge:0, Latticed Heath Cocoon +forestry:cocoon_ge:0, Cabbage White Cocoon +forestry:cocoon_ge:0, Brimstone Cocoon +forestry:cocoon_ge:0, Orange Tip Cocoon +forestry:cocoon_ge:0, Common Clouded Yellow Cocoon +forestry:cocoon_ge:0, Palaeno Sulphur Cocoon +forestry:cocoon_ge:0, Eastern Bath White Cocoon +forestry:cocoon_ge:0, Holly Blue Cocoon +forestry:cocoon_ge:0, Citrus Swallowtail Cocoon +forestry:cocoon_ge:0, Spicebush Swallowtail Cocoon +forestry:cocoon_ge:0, Black Swallowtail Cocoon +forestry:cocoon_ge:0, Zebra Swallowtail Cocoon +forestry:cocoon_ge:0, Speckled Wood Cocoon +forestry:cocoon_ge:0, Madeiran Speckled Wood Cocoon +forestry:cocoon_ge:0, Canary Speckled Wood Cocoon +forestry:cocoon_ge:0, Menelaus Blue Morpho Cocoon +forestry:cocoon_ge:0, Peleides Blue Morpho Cocoon +forestry:cocoon_ge:0, Comma Cocoon +forestry:cocoon_ge:0, Painted Beauty Cocoon +forestry:cocoon_ge:0, Blue Wing Cocoon +forestry:cocoon_ge:0, Blue Duke Cocoon +forestry:cocoon_ge:0, Glassy Tiger Cocoon +forestry:cocoon_ge:0, Postman Cocoon +forestry:cocoon_ge:0, Malachite Cocoon +forestry:cocoon_ge:0, Leopard Lacewing Cocoon +forestry:cocoon_ge:0, Diana Fritillary Cocoon +forestry:cocoon_ge:0, Brimstone Moth Cocoon +forestry:cocoon_ge:0, Latticed Heath Cocoon +forestry:cocoon_ge:0, Cabbage White Cocoon +forestry:cocoon_ge:0, Brimstone Cocoon +forestry:cocoon_ge:0, Orange Tip Cocoon +forestry:cocoon_ge:0, Common Clouded Yellow Cocoon +forestry:cocoon_ge:0, Palaeno Sulphur Cocoon +forestry:cocoon_ge:0, Eastern Bath White Cocoon +forestry:cocoon_ge:0, Holly Blue Cocoon +forestry:cocoon_ge:0, Citrus Swallowtail Cocoon +forestry:cocoon_ge:0, Spicebush Swallowtail Cocoon +forestry:cocoon_ge:0, Black Swallowtail Cocoon +forestry:cocoon_ge:0, Zebra Swallowtail Cocoon +forestry:cocoon_ge:0, Speckled Wood Cocoon +forestry:cocoon_ge:0, Madeiran Speckled Wood Cocoon +forestry:cocoon_ge:0, Canary Speckled Wood Cocoon +forestry:cocoon_ge:0, Menelaus Blue Morpho Cocoon +forestry:cocoon_ge:0, Peleides Blue Morpho Cocoon +forestry:cocoon_ge:0, Comma Cocoon +forestry:cocoon_ge:0, Painted Beauty Cocoon +forestry:cocoon_ge:0, Blue Wing Cocoon +forestry:cocoon_ge:0, Blue Duke Cocoon +forestry:cocoon_ge:0, Glassy Tiger Cocoon +forestry:cocoon_ge:0, Postman Cocoon +forestry:cocoon_ge:0, Malachite Cocoon +forestry:cocoon_ge:0, Leopard Lacewing Cocoon +forestry:cocoon_ge:0, Diana Fritillary Cocoon +forestry:butterfly_chest:0, Lepidopterist's Chest +forestry:cocoon:0, tile.for.cocoon.name +forestry:cocoon.solid:0, tile.for.cocoon.solid.name +forestry:worktable:0, Worktable railcraft:tool_crowbar_iron, Iron Crowbar railcraft:tool_crowbar_steel, Steel Crowbar railcraft:tool_axe_steel, Steel Axe @@ -3383,6 +3383,283 @@ ae2stuff:wireless_hub:16, Wireless Hub ae2stuff:wireless_kit, Wireless Setup Kit ae2stuff:adv_wireless_kit, Advanced Wireless Setup Kit ae2stuff:visualiser, Network Visualisation Tool +gendustry:mutagen, Mutagen +gendustry:liquiddna, Liquid DNA +gendustry:protein, Protein +gendustry:labware, Genetics Labware +gendustry:waste, Genetic Waste +gendustry:gene_sample_blank, Blank Gene Sample +gendustry:gene_sample, %s Sample - %s +gendustry:gene_template, Genetic Template +gendustry:apiary.upgrade:17, Plains Emulation Upgrade +gendustry:apiary.upgrade:11, Light Upgrade +gendustry:apiary.upgrade:2, Flowering Upgrade +gendustry:apiary.upgrade:20, Winter Emulation Upgrade +gendustry:apiary.upgrade:5, Dryer Upgrade +gendustry:apiary.upgrade:14, Automation Upgrade +gendustry:apiary.upgrade:4, Humidifier Upgrade +gendustry:apiary.upgrade:13, Hell Emulation Upgrade +gendustry:apiary.upgrade:22, Pollen Scrubber Upgrade +gendustry:apiary.upgrade:16, Desert Emulation Upgrade +gendustry:apiary.upgrade:7, Cooler Upgrade +gendustry:apiary.upgrade:1, Lifespan Upgrade +gendustry:apiary.upgrade:10, Seal Upgrade +gendustry:apiary.upgrade:19, Genetic Stabilizer Upgrade +gendustry:apiary.upgrade:18, Jungle Emulation Upgrade +gendustry:apiary.upgrade:3, Territory Upgrade +gendustry:apiary.upgrade:21, Ocean Emulation Upgrade +gendustry:apiary.upgrade:12, Open Sky Upgrade +gendustry:apiary.upgrade:6, Heater Upgrade +gendustry:apiary.upgrade:15, Sieve Upgrade +gendustry:apiary.upgrade:0, Production Upgrade +gendustry:industrial_grafter, Industrial Grafter +gendustry:industrial_scoop, Scooporator MX200 Turbo +gendustry:honey_comb:13341, Gorgon Comb +gendustry:honey_comb:10, Black Colored Comb +gendustry:honey_comb:14014, Helpless Comb +gendustry:honey_comb:14025, Nuclear Comb +gendustry:honey_comb:24, Orange Colored Comb +gendustry:honey_comb:14023, Tinkerest Comb +gendustry:honey_comb:25, White Colored Comb +gendustry:honey_comb:14, Blue Colored Comb +gendustry:honey_comb:14029, Honeysmeltest Comb +gendustry:honey_comb:14007, Cannon Comb +gendustry:honey_comb:14002, Thorium Comb +gendustry:honey_comb:14024, Thermally Expanded Comb +gendustry:honey_comb:20, Lime Colored Comb +gendustry:honey_comb:14019, Apothecary Comb +gendustry:honey_comb:13337, Meatball Comb +gendustry:honey_comb:14004, Alchemical Comb +gendustry:honey_comb:13379, Deep Twilight Comb +gendustry:honey_comb:21, Yellow Colored Comb +gendustry:honey_comb:14013, Heraldry Comb +gendustry:honey_comb:14011, Herblore Comb +gendustry:honey_comb:14028, Helium Comb +gendustry:honey_comb:13, Brown Colored Comb +gendustry:honey_comb:13340, Formic Comb +gendustry:honey_comb:14008, Bomb Comb +gendustry:honey_comb:14003, Oxygen Comb +gendustry:honey_comb:14020, Soul-Sucking Comb +gendustry:honey_comb:13331, Hot Spring Comb +gendustry:honey_comb:13370, Shyre Comb +gendustry:honey_comb:17, Light Gray Colored Comb +gendustry:honey_comb:13338, Trinity Comb +gendustry:honey_comb:22, Light Blue Colored Comb +gendustry:honey_comb:14021, Isekai Comb +gendustry:honey_comb:12, Green Colored Comb +gendustry:honey_comb:14010, Necronomicomb +gendustry:honey_comb:14027, Fluorine Comb +gendustry:honey_comb:14016, Fearful Comb +gendustry:honey_comb:13371, Twilight Comb +gendustry:honey_comb:14012, Agricultural Comb +gendustry:honey_comb:18, Gray Colored Comb +gendustry:honey_comb:14017, Solitary Comb +gendustry:honey_comb:13369, Beecon Comb +gendustry:honey_comb:16, Cyan Colored Comb +gendustry:honey_comb:14005, Sniper Rifle Comb +gendustry:honey_comb:14022, Warrior Comb +gendustry:honey_comb:11, Red Colored Comb +gendustry:honey_comb:14009, Gravity Comb +gendustry:honey_comb:14015, Dark Comb +gendustry:honey_comb:14026, Serenading Comb +gendustry:honey_comb:23, Magenta Colored Comb +gendustry:honey_comb:13349, Balanced Comb +gendustry:honey_comb:19, Pink Colored Comb +gendustry:honey_comb:14001, Uranium Comb +gendustry:honey_comb:14018, Deeply Learning Comb +gendustry:honey_comb:15, Purple Colored Comb +gendustry:honey_comb:14006, Pistol Comb +gendustry:honey_drop:10, Black Colored Honey Drop +gendustry:honey_drop:24, Orange Colored Honey Drop +gendustry:honey_drop:25, White Colored Honey Drop +gendustry:honey_drop:14, Blue Colored Honey Drop +gendustry:honey_drop:20, Lime Colored Honey Drop +gendustry:honey_drop:13337, Meatball Honey Drop +gendustry:honey_drop:21, Yellow Colored Honey Drop +gendustry:honey_drop:13, Brown Colored Honey Drop +gendustry:honey_drop:17, Light Gray Colored Honey Drop +gendustry:honey_drop:22, Light Blue Colored Honey Drop +gendustry:honey_drop:12, Green Colored Honey Drop +gendustry:honey_drop:18, Gray Colored Honey Drop +gendustry:honey_drop:16, Cyan Colored Honey Drop +gendustry:honey_drop:11, Red Colored Honey Drop +gendustry:honey_drop:23, Magenta Colored Honey Drop +gendustry:honey_drop:19, Pink Colored Honey Drop +gendustry:honey_drop:15, Purple Colored Honey Drop +gendustry:mutagen_tank, Mutagen Tank +gendustry:bee_receptacle, Bee Receptacle +gendustry:power_module, Power Module +gendustry:genetics_processor, Genetics Processor +gendustry:env_processor, Environmental Processor +gendustry:upgrade_frame, Upgrade Frame +gendustry:climate_module, Climate Control Module +gendustry:pollen_kit, Pollen Collection Kit +gendustry:hive_spawn_debugger, Hive Spawning Debugger +gendustry:eject_cover, Item Eject Cover +gendustry:import_cover, Item Import Cover +gendustry:error_sensor_cover, Error Sensor Cover +gendustry:mutagen_producer, Mutagen Producer +gendustry:mutatron, Mutatron +gendustry:industrial_apiary, Industrial Apiary +gendustry:imprinter, Genetic Imprinter +gendustry:sampler, Genetic Sampler +gendustry:mutatron_advanced, Advanced mutatron +gendustry:liquifier, Protein Liquifier +gendustry:extractor, DNA Extractor +gendustry:transposer, Genetic Transposer +gendustry:replicator, Genetic Replicator +opencomputers:adapter:0, Adapter +opencomputers:assembler:0, Electronics Assembler +opencomputers:cable:0, Cable +opencomputers:capacitor:0, Capacitor +opencomputers:case1:0, Computer Case (Tier 1) +opencomputers:case3:0, Computer Case (Tier 3) +opencomputers:case2:0, Computer Case (Tier 2) +opencomputers:chameliumblock:0, Block of Chamelium +opencomputers:charger:0, Charger +opencomputers:disassembler:0, Disassembler +opencomputers:diskdrive:0, Disk Drive +opencomputers:geolyzer:0, Geolyzer +opencomputers:hologram1:0, Hologram Projector (Tier 1) +opencomputers:hologram2:0, Hologram Projector (Tier 2) +opencomputers:keyboard:0, Keyboard +opencomputers:motionsensor:0, Motion Sensor +opencomputers:powerconverter:0, Power Converter +opencomputers:powerdistributor:0, Power Distributor +opencomputers:printer:0, 3D Printer +opencomputers:raid:0, Raid +opencomputers:redstone:0, Redstone I/O +opencomputers:relay:0, Relay +opencomputers:screen1:0, Screen (Tier 1) +opencomputers:screen3:0, Screen (Tier 3) +opencomputers:screen2:0, Screen (Tier 2) +opencomputers:rack:0, Rack +opencomputers:waypoint:0, Waypoint +opencomputers:casecreative:0, Computer Case (Creative) +opencomputers:microcontroller:0, Microcontroller +opencomputers:print:0, 3D Print +opencomputers:robotafterimage:0, Robot +opencomputers:robot:0, robot.name +opencomputers:endstone:0, End Stone +opencomputers:netsplitter:0, Net Splitter +opencomputers:transposer:0, Transposer +opencomputers:carpetedcapacitor:0, Carpeted Capacitor +opencomputers:material:1, Grog +opencomputers:material:10, Arithmetic Logic Unit (ALU) +opencomputers:material:15, Arrow Keys +opencomputers:material:14, Button Group +opencomputers:material:5, Card Base +opencomputers:material:28, Chamelium +opencomputers:material:3, Circuit Board +opencomputers:material:11, Control Unit (CU) +opencomputers:material:0, Cutting Wire +opencomputers:material:29, Diamond Chip +opencomputers:material:12, Disk Platter +opencomputers:material:23, Drone Case (Tier 1) +opencomputers:material:24, Drone Case (Tier 2) +opencomputers:material:25, Drone Case (Creative) +opencomputers:material:27, Ink Cartridge +opencomputers:material:26, Ink Cartridge (Empty) +opencomputers:material:13, Interweb +opencomputers:material:7, Microchip (Tier 1) +opencomputers:material:8, Microchip (Tier 2) +opencomputers:material:9, Microchip (Tier 3) +opencomputers:material:20, Microcontroller Case (Tier 1) +opencomputers:material:21, Microcontroller Case (Tier 2) +opencomputers:material:22, Microcontroller Case (Creative) +opencomputers:material:16, Numeric Keypad +opencomputers:material:4, Printed Circuit Board (PCB) +opencomputers:material:2, Raw Circuit Board +opencomputers:material:17, Tablet Case (Tier 1) +opencomputers:material:18, Tablet Case (Tier 2) +opencomputers:material:19, Tablet Case (Creative) +opencomputers:material:6, Transistor +opencomputers:tool:0, Analyzer +opencomputers:tool:1, Network Debugger +opencomputers:tool:4, OpenComputers Manual +opencomputers:tool:5, Nanomachines +opencomputers:tool:2, Remote Terminal +opencomputers:tool:3, Texture Picker +opencomputers:wrench, Scrench +opencomputers:hoverboots, Hover Boots +opencomputers:component:16, Accelerated Processing Unit (APU) (Tier 2) +opencomputers:component:17, Accelerated Processing Unit (APU) (Tier 3) +opencomputers:component:18, Accelerated Processing Unit (APU) (Creative) +opencomputers:component:3, Component Bus (Tier 1) +opencomputers:component:4, Component Bus (Tier 2) +opencomputers:component:5, Component Bus (Tier 3) +opencomputers:component:0, Central Processing Unit (CPU) (Tier 1) +opencomputers:component:1, Central Processing Unit (CPU) (Tier 2) +opencomputers:component:2, Central Processing Unit (CPU) (Tier 3) +opencomputers:component:20, Disk Drive +opencomputers:component:6, Memory (Tier 1) +opencomputers:component:7, Memory (Tier 1.5) +opencomputers:component:8, Memory (Tier 2) +opencomputers:component:9, Memory (Tier 2.5) +opencomputers:component:10, Memory (Tier 3) +opencomputers:component:11, Memory (Tier 3.5) +opencomputers:component:13, Server (Tier 1) +opencomputers:component:14, Server (Tier 2) +opencomputers:component:15, Server (Tier 3) +opencomputers:component:12, Server (Creative) +opencomputers:component:19, Terminal Server +opencomputers:card:10, Data Card (Tier 1) +opencomputers:card:11, Data Card (Tier 2) +opencomputers:card:12, Data Card (Tier 3) +opencomputers:card:0, Debug Card +opencomputers:card:1, Graphics Card (Tier 1) +opencomputers:card:2, Graphics Card (Tier 2) +opencomputers:card:3, Graphics Card (Tier 3) +opencomputers:card:8, Internet Card +opencomputers:card:9, Linked Card +opencomputers:card:6, Network Card +opencomputers:card:4, Redstone Card (Tier 1) +opencomputers:card:7, Wireless Network Card (Tier 2) +opencomputers:upgrade:32, Component Bus (Creative) +opencomputers:upgrade:0, Angel Upgrade +opencomputers:upgrade:1, Battery Upgrade (Tier 1) +opencomputers:upgrade:2, Battery Upgrade (Tier 2) +opencomputers:upgrade:3, Battery Upgrade (Tier 3) +opencomputers:upgrade:4, Chunkloader Upgrade +opencomputers:upgrade:5, Card Container (Tier 1) +opencomputers:upgrade:6, Card Container (Tier 2) +opencomputers:upgrade:7, Card Container (Tier 3) +opencomputers:upgrade:8, Upgrade Container (Tier 1) +opencomputers:upgrade:9, Upgrade Container (Tier 2) +opencomputers:upgrade:10, Upgrade Container (Tier 3) +opencomputers:upgrade:11, Crafting Upgrade +opencomputers:upgrade:12, Database Upgrade (Tier 1) +opencomputers:upgrade:13, Database Upgrade (Tier 2) +opencomputers:upgrade:14, Database Upgrade (Tier 3) +opencomputers:upgrade:15, Experience Upgrade +opencomputers:upgrade:16, Generator Upgrade +opencomputers:upgrade:27, Hover Upgrade (Tier 1) +opencomputers:upgrade:28, Hover Upgrade (Tier 2) +opencomputers:upgrade:17, Inventory Upgrade +opencomputers:upgrade:18, Inventory Controller Upgrade +opencomputers:upgrade:26, Leash Upgrade +opencomputers:upgrade:30, MFU +opencomputers:upgrade:19, Navigation Upgrade +opencomputers:upgrade:20, Piston Upgrade +opencomputers:upgrade:21, Sign I/O Upgrade +opencomputers:upgrade:22, Solar Generator Upgrade +opencomputers:upgrade:33, Sticky Piston Upgrade +opencomputers:upgrade:23, Tank Upgrade +opencomputers:upgrade:24, Tank Controller Upgrade +opencomputers:upgrade:25, Tractor Beam Upgrade +opencomputers:upgrade:29, Trading Upgrade +opencomputers:upgrade:31, Wireless Network Card (Tier 1) +opencomputers:storage:0, EEPROM +opencomputers:storage:1, Floppy Disk +opencomputers:storage:2, Hard Disk Drive (Tier 1) (1MB) +opencomputers:storage:3, Hard Disk Drive (Tier 2) (2MB) +opencomputers:storage:4, Hard Disk Drive (Tier 3) (4MB) +opencomputers:misc:1, Crecopter +opencomputers:misc:0, Microcontroller +opencomputers:misc:0, Creatix +opencomputers:misc:0, Tablet +opencomputers:misc:0, Hover Boots +opencomputers:misc:0, EEPROM (Lua BIOS) avaritia:resource:0, Diamond Lattice avaritia:resource:1, Crystal Matrix Ingot avaritia:resource:2, Pile of Neutrons @@ -4186,6 +4463,7 @@ botany:clay:77, White Clay botany:clay:78, Yellow Clay botany:clay:79, Yellow-Green Clay botany:misc_ceramic:0, Mortar +botany:machine:0, Tileworker botany:plant:0, Weed botany:plant:1, Weed Long botany:plant:2, Weed Very Long @@ -4284,7 +4562,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:machine:0, Tileworker botany:database:0, Botanist Database botany:database:1, Master Botanist Database extrabees:honey_crystal, item.honey_crystal.name @@ -4426,11 +4703,6 @@ 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 @@ -4438,6 +4710,11 @@ 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 @@ -4517,6 +4794,13 @@ extratrees:food:59, Candlenut extratrees:hammer, item.hammer.name extratrees:durable_hammer, item.durable_hammer.name extratrees:hops, item.hops.name +extratrees:machine:0, Lumbermill +extratrees:machine:1, Woodworker +extratrees:machine:2, Panelworker +extratrees:machine:4, Fruit Press +extratrees:machine:5, Brewery +extratrees:machine:6, Distillery +extratrees:machine:7, Glassworker extratrees:databasetree, item.databaseTree.name extratrees:databaselepi, item.databaseLepi.name extratrees:drink:0, Beer Mug @@ -5110,13 +5394,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:machine:0, Lumbermill -extratrees:machine:1, Woodworker -extratrees:machine:2, Panelworker -extratrees:machine:4, Fruit Press -extratrees:machine:5, Brewery -extratrees:machine:6, Distillery -extratrees:machine:7, Glassworker extratrees:carpentry, tile.null.name extratrees:carpentrypanel, tile.null.name extratrees:stainedglass, tile.null.name @@ -5601,158 +5878,6 @@ careerbees:bee.armor.chest, Bee Armor Chestplate careerbees:bee.armor.head, Bee Armor Helmet chickenchunks:chunk_loader:0, Chunk Loader chickenchunks:chunk_loader:1, Spot Loader -opencomputers:adapter:0, Adapter -opencomputers:assembler:0, Electronics Assembler -opencomputers:cable:0, Cable -opencomputers:capacitor:0, Capacitor -opencomputers:case1:0, Computer Case (Tier 1) -opencomputers:case3:0, Computer Case (Tier 3) -opencomputers:case2:0, Computer Case (Tier 2) -opencomputers:chameliumblock:0, Block of Chamelium -opencomputers:charger:0, Charger -opencomputers:disassembler:0, Disassembler -opencomputers:diskdrive:0, Disk Drive -opencomputers:geolyzer:0, Geolyzer -opencomputers:hologram1:0, Hologram Projector (Tier 1) -opencomputers:hologram2:0, Hologram Projector (Tier 2) -opencomputers:keyboard:0, Keyboard -opencomputers:motionsensor:0, Motion Sensor -opencomputers:powerconverter:0, Power Converter -opencomputers:powerdistributor:0, Power Distributor -opencomputers:printer:0, 3D Printer -opencomputers:raid:0, Raid -opencomputers:redstone:0, Redstone I/O -opencomputers:relay:0, Relay -opencomputers:screen1:0, Screen (Tier 1) -opencomputers:screen3:0, Screen (Tier 3) -opencomputers:screen2:0, Screen (Tier 2) -opencomputers:rack:0, Rack -opencomputers:waypoint:0, Waypoint -opencomputers:casecreative:0, Computer Case (Creative) -opencomputers:microcontroller:0, Microcontroller -opencomputers:print:0, 3D Print -opencomputers:robotafterimage:0, Robot -opencomputers:robot:0, robot.name -opencomputers:endstone:0, End Stone -opencomputers:netsplitter:0, Net Splitter -opencomputers:transposer:0, Transposer -opencomputers:carpetedcapacitor:0, Carpeted Capacitor -opencomputers:material:1, Grog -opencomputers:material:10, Arithmetic Logic Unit (ALU) -opencomputers:material:15, Arrow Keys -opencomputers:material:14, Button Group -opencomputers:material:5, Card Base -opencomputers:material:28, Chamelium -opencomputers:material:3, Circuit Board -opencomputers:material:11, Control Unit (CU) -opencomputers:material:0, Cutting Wire -opencomputers:material:29, Diamond Chip -opencomputers:material:12, Disk Platter -opencomputers:material:23, Drone Case (Tier 1) -opencomputers:material:24, Drone Case (Tier 2) -opencomputers:material:25, Drone Case (Creative) -opencomputers:material:27, Ink Cartridge -opencomputers:material:26, Ink Cartridge (Empty) -opencomputers:material:13, Interweb -opencomputers:material:7, Microchip (Tier 1) -opencomputers:material:8, Microchip (Tier 2) -opencomputers:material:9, Microchip (Tier 3) -opencomputers:material:20, Microcontroller Case (Tier 1) -opencomputers:material:21, Microcontroller Case (Tier 2) -opencomputers:material:22, Microcontroller Case (Creative) -opencomputers:material:16, Numeric Keypad -opencomputers:material:4, Printed Circuit Board (PCB) -opencomputers:material:2, Raw Circuit Board -opencomputers:material:17, Tablet Case (Tier 1) -opencomputers:material:18, Tablet Case (Tier 2) -opencomputers:material:19, Tablet Case (Creative) -opencomputers:material:6, Transistor -opencomputers:tool:0, Analyzer -opencomputers:tool:1, Network Debugger -opencomputers:tool:4, OpenComputers Manual -opencomputers:tool:5, Nanomachines -opencomputers:tool:2, Remote Terminal -opencomputers:tool:3, Texture Picker -opencomputers:wrench, Scrench -opencomputers:hoverboots, Hover Boots -opencomputers:component:16, Accelerated Processing Unit (APU) (Tier 2) -opencomputers:component:17, Accelerated Processing Unit (APU) (Tier 3) -opencomputers:component:18, Accelerated Processing Unit (APU) (Creative) -opencomputers:component:3, Component Bus (Tier 1) -opencomputers:component:4, Component Bus (Tier 2) -opencomputers:component:5, Component Bus (Tier 3) -opencomputers:component:0, Central Processing Unit (CPU) (Tier 1) -opencomputers:component:1, Central Processing Unit (CPU) (Tier 2) -opencomputers:component:2, Central Processing Unit (CPU) (Tier 3) -opencomputers:component:20, Disk Drive -opencomputers:component:6, Memory (Tier 1) -opencomputers:component:7, Memory (Tier 1.5) -opencomputers:component:8, Memory (Tier 2) -opencomputers:component:9, Memory (Tier 2.5) -opencomputers:component:10, Memory (Tier 3) -opencomputers:component:11, Memory (Tier 3.5) -opencomputers:component:13, Server (Tier 1) -opencomputers:component:14, Server (Tier 2) -opencomputers:component:15, Server (Tier 3) -opencomputers:component:12, Server (Creative) -opencomputers:component:19, Terminal Server -opencomputers:card:10, Data Card (Tier 1) -opencomputers:card:11, Data Card (Tier 2) -opencomputers:card:12, Data Card (Tier 3) -opencomputers:card:0, Debug Card -opencomputers:card:1, Graphics Card (Tier 1) -opencomputers:card:2, Graphics Card (Tier 2) -opencomputers:card:3, Graphics Card (Tier 3) -opencomputers:card:8, Internet Card -opencomputers:card:9, Linked Card -opencomputers:card:6, Network Card -opencomputers:card:4, Redstone Card (Tier 1) -opencomputers:card:7, Wireless Network Card (Tier 2) -opencomputers:upgrade:32, Component Bus (Creative) -opencomputers:upgrade:0, Angel Upgrade -opencomputers:upgrade:1, Battery Upgrade (Tier 1) -opencomputers:upgrade:2, Battery Upgrade (Tier 2) -opencomputers:upgrade:3, Battery Upgrade (Tier 3) -opencomputers:upgrade:4, Chunkloader Upgrade -opencomputers:upgrade:5, Card Container (Tier 1) -opencomputers:upgrade:6, Card Container (Tier 2) -opencomputers:upgrade:7, Card Container (Tier 3) -opencomputers:upgrade:8, Upgrade Container (Tier 1) -opencomputers:upgrade:9, Upgrade Container (Tier 2) -opencomputers:upgrade:10, Upgrade Container (Tier 3) -opencomputers:upgrade:11, Crafting Upgrade -opencomputers:upgrade:12, Database Upgrade (Tier 1) -opencomputers:upgrade:13, Database Upgrade (Tier 2) -opencomputers:upgrade:14, Database Upgrade (Tier 3) -opencomputers:upgrade:15, Experience Upgrade -opencomputers:upgrade:16, Generator Upgrade -opencomputers:upgrade:27, Hover Upgrade (Tier 1) -opencomputers:upgrade:28, Hover Upgrade (Tier 2) -opencomputers:upgrade:17, Inventory Upgrade -opencomputers:upgrade:18, Inventory Controller Upgrade -opencomputers:upgrade:26, Leash Upgrade -opencomputers:upgrade:30, MFU -opencomputers:upgrade:19, Navigation Upgrade -opencomputers:upgrade:20, Piston Upgrade -opencomputers:upgrade:21, Sign I/O Upgrade -opencomputers:upgrade:22, Solar Generator Upgrade -opencomputers:upgrade:33, Sticky Piston Upgrade -opencomputers:upgrade:23, Tank Upgrade -opencomputers:upgrade:24, Tank Controller Upgrade -opencomputers:upgrade:25, Tractor Beam Upgrade -opencomputers:upgrade:29, Trading Upgrade -opencomputers:upgrade:31, Wireless Network Card (Tier 1) -opencomputers:storage:0, EEPROM -opencomputers:storage:1, Floppy Disk -opencomputers:storage:2, Hard Disk Drive (Tier 1) (1MB) -opencomputers:storage:3, Hard Disk Drive (Tier 2) (2MB) -opencomputers:storage:4, Hard Disk Drive (Tier 3) (4MB) -opencomputers:misc:1, Crecopter -opencomputers:misc:0, Microcontroller -opencomputers:misc:0, Creatix -opencomputers:misc:0, Tablet -opencomputers:misc:0, Hover Boots -opencomputers:misc:0, EEPROM (Lua BIOS) enderstorage:ender_storage:0, Ender Chest enderstorage:ender_storage:1, Ender Tank enderstorage:ender_pouch, Ender Pouch @@ -5971,6 +6096,9 @@ extracells:pattern.fluid:0, ME Fluid Pattern: Molten Shyrestone extracells:pattern.fluid:0, ME Fluid Pattern: Molten Skeletal Metal extracells:pattern.fluid:0, ME Fluid Pattern: Molten Varsium extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Charger +extracells:pattern.fluid:0, ME Fluid Pattern: Mutagen +extracells:pattern.fluid:0, ME Fluid Pattern: Liquid DNA +extracells:pattern.fluid:0, ME Fluid Pattern: Protein extracells:pattern.fluid:0, ME Fluid Pattern: Growth Medium extracells:pattern.fluid:0, ME Fluid Pattern: Bacteria extracells:pattern.fluid:0, ME Fluid Pattern: Polymerising Bacteria @@ -6474,6 +6602,33 @@ extracells:pattern.fluid:0, ME Fluid Pattern: Divine Resonant Hint extracells:pattern.fluid:0, ME Fluid Pattern: Divine Resonance extracells:pattern.fluid:0, ME Fluid Pattern: Low-Density Molten Californium-250 extracells:pattern.fluid:0, ME Fluid Pattern: Nuclear Synthesis Catalyst +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.marginal_pearlized_essence +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.marginal_pearlized_catalyst +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.weak_pearlized_essence +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.weak_pearlized_catalyst +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.moderate_pearlized_essence +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.moderate_pearlized_catalyst +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.strong_pearlized_essence +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.strong_pearlized_catalyst +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.molten_defined +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.molten_abyssal_alloy +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.nidhogg_dragonfire +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.pure_fluix_matter +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.tangible_ordo +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.tangible_perditio +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.twilight_resin +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.protodermis +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.sacred_spring_fire +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.molten_hassium_alloy +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.fractal_arkencrusher_mix +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.neutrhassium_alloy +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.tangible_aer +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.tangible_ignis +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.tangible_aqua +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.tangible_terra +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.inquiring_protodermis +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.divination_catalyst +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.hopebringer_metal extracells:pattern.fluid:0, ME Fluid Pattern: Molten Demonic Steel extracells:pattern.fluid:0, ME Fluid Pattern: Molten Corrosive Steel extracells:pattern.fluid:0, ME Fluid Pattern: Molten Destructive Steel @@ -6515,9 +6670,6 @@ extracells:pattern.fluid:0, ME Fluid Pattern: Fluided Mana extracells:pattern.fluid:0, ME Fluid Pattern: Evil Infused Iron extracells:pattern.fluid:0, ME Fluid Pattern: Enchanted Metal extracells:pattern.fluid:0, ME Fluid Pattern: Molten Demon Metal -extracells:pattern.fluid:0, ME Fluid Pattern: Mutagen -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid DNA -extracells:pattern.fluid:0, ME Fluid Pattern: Protein extracells:pattern.fluid:0, ME Fluid Pattern: Molten Fire Dragonsteel extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ice Dragonsteel extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lightning Dragonsteel @@ -7241,131 +7393,9 @@ microblockcbe:saw_stone, Stone Saw microblockcbe:saw_iron, Iron Saw microblockcbe:saw_diamond, Diamond Saw microblockcbe:stone_rod, Stone Rod -gendustry:mutagen, Mutagen -gendustry:liquiddna, Liquid DNA -gendustry:protein, Protein -gendustry:labware, Genetics Labware -gendustry:waste, Genetic Waste -gendustry:gene_sample_blank, Blank Gene Sample -gendustry:gene_sample, %s Sample - %s -gendustry:gene_template, Genetic Template -gendustry:apiary.upgrade:17, Plains Emulation Upgrade -gendustry:apiary.upgrade:11, Light Upgrade -gendustry:apiary.upgrade:2, Flowering Upgrade -gendustry:apiary.upgrade:20, Winter Emulation Upgrade -gendustry:apiary.upgrade:5, Dryer Upgrade -gendustry:apiary.upgrade:14, Automation Upgrade -gendustry:apiary.upgrade:4, Humidifier Upgrade -gendustry:apiary.upgrade:13, Hell Emulation Upgrade -gendustry:apiary.upgrade:22, Pollen Scrubber Upgrade -gendustry:apiary.upgrade:16, Desert Emulation Upgrade -gendustry:apiary.upgrade:7, Cooler Upgrade -gendustry:apiary.upgrade:1, Lifespan Upgrade -gendustry:apiary.upgrade:10, Seal Upgrade -gendustry:apiary.upgrade:19, Genetic Stabilizer Upgrade -gendustry:apiary.upgrade:18, Jungle Emulation Upgrade -gendustry:apiary.upgrade:3, Territory Upgrade -gendustry:apiary.upgrade:21, Ocean Emulation Upgrade -gendustry:apiary.upgrade:12, Open Sky Upgrade -gendustry:apiary.upgrade:6, Heater Upgrade -gendustry:apiary.upgrade:15, Sieve Upgrade -gendustry:apiary.upgrade:0, Production Upgrade -gendustry:industrial_grafter, Industrial Grafter -gendustry:industrial_scoop, Scooporator MX200 Turbo -gendustry:honey_comb:13341, Gorgon Comb -gendustry:honey_comb:10, Black Colored Comb -gendustry:honey_comb:14014, Helpless Comb -gendustry:honey_comb:14025, Nuclear Comb -gendustry:honey_comb:24, Orange Colored Comb -gendustry:honey_comb:14023, Tinkerest Comb -gendustry:honey_comb:25, White Colored Comb -gendustry:honey_comb:14, Blue Colored Comb -gendustry:honey_comb:14029, Honeysmeltest Comb -gendustry:honey_comb:14007, Cannon Comb -gendustry:honey_comb:14002, Thorium Comb -gendustry:honey_comb:14024, Thermally Expanded Comb -gendustry:honey_comb:20, Lime Colored Comb -gendustry:honey_comb:14019, Apothecary Comb -gendustry:honey_comb:13337, Meatball Comb -gendustry:honey_comb:14004, Alchemical Comb -gendustry:honey_comb:13379, Deep Twilight Comb -gendustry:honey_comb:21, Yellow Colored Comb -gendustry:honey_comb:14013, Heraldry Comb -gendustry:honey_comb:14011, Herblore -gendustry:honey_comb:14028, Helium Comb -gendustry:honey_comb:13, Brown Colored Comb -gendustry:honey_comb:13340, Formic Comb -gendustry:honey_comb:14008, Bomb Comb -gendustry:honey_comb:14003, Oxygen Comb -gendustry:honey_comb:14020, Soul-Sucking Comb -gendustry:honey_comb:13331, Hot Spring Comb -gendustry:honey_comb:13370, Shyre Comb -gendustry:honey_comb:17, Light Gray Colored Comb -gendustry:honey_comb:13338, Trinity Comb -gendustry:honey_comb:22, Light Blue Colored Comb -gendustry:honey_comb:14021, Isekai Comb -gendustry:honey_comb:12, Green Colored Comb -gendustry:honey_comb:14010, Necronomicomb -gendustry:honey_comb:14027, Fluorine Comb -gendustry:honey_comb:14016, Fearful Comb -gendustry:honey_comb:13371, Twilight Comb -gendustry:honey_comb:14012, Agricultural Comb -gendustry:honey_comb:18, Gray Colored Comb -gendustry:honey_comb:14017, Solitary Comb -gendustry:honey_comb:13369, Beecon Comb -gendustry:honey_comb:16, Cyan Colored Comb -gendustry:honey_comb:14005, Sniper Rifle Comb -gendustry:honey_comb:14022, Warrior Comb -gendustry:honey_comb:11, Red Colored Comb -gendustry:honey_comb:14009, Gravity Comb -gendustry:honey_comb:14015, Dark Comb -gendustry:honey_comb:14026, Serenading Comb -gendustry:honey_comb:23, Magenta Colored Comb -gendustry:honey_comb:13349, Balanced Comb -gendustry:honey_comb:19, Pink Colored Comb -gendustry:honey_comb:14001, Uranium Comb -gendustry:honey_comb:14018, Deeply Learning Comb -gendustry:honey_comb:15, Purple Colored Comb -gendustry:honey_comb:14006, Pistol Comb -gendustry:honey_drop:10, Black Colored Honey Drop -gendustry:honey_drop:24, Orange Colored Honey Drop -gendustry:honey_drop:25, White Colored Honey Drop -gendustry:honey_drop:14, Blue Colored Honey Drop -gendustry:honey_drop:20, Lime Colored Honey Drop -gendustry:honey_drop:13337, Meatball Honey Drop -gendustry:honey_drop:21, Yellow Colored Honey Drop -gendustry:honey_drop:13, Brown Colored Honey Drop -gendustry:honey_drop:17, Light Gray Colored Honey Drop -gendustry:honey_drop:22, Light Blue Colored Honey Drop -gendustry:honey_drop:12, Green Colored Honey Drop -gendustry:honey_drop:18, Gray Colored Honey Drop -gendustry:honey_drop:16, Cyan Colored Honey Drop -gendustry:honey_drop:11, Red Colored Honey Drop -gendustry:honey_drop:23, Magenta Colored Honey Drop -gendustry:honey_drop:19, Pink Colored Honey Drop -gendustry:honey_drop:15, Purple Colored Honey Drop -gendustry:mutagen_tank, Mutagen Tank -gendustry:bee_receptacle, Bee Receptacle -gendustry:power_module, Power Module -gendustry:genetics_processor, Genetics Processor -gendustry:env_processor, Environmental Processor -gendustry:upgrade_frame, Upgrade Frame -gendustry:climate_module, Climate Control Module -gendustry:pollen_kit, Pollen Collection Kit -gendustry:hive_spawn_debugger, Hive Spawning Debugger -gendustry:eject_cover, Item Eject Cover -gendustry:import_cover, Item Import Cover -gendustry:error_sensor_cover, Error Sensor Cover -gendustry:mutagen_producer, Mutagen Producer -gendustry:mutatron, Mutatron -gendustry:industrial_apiary, Industrial Apiary -gendustry:imprinter, Genetic Imprinter -gendustry:sampler, Genetic Sampler -gendustry:mutatron_advanced, Advanced mutatron -gendustry:liquifier, Protein Liquifier -gendustry:extractor, DNA Extractor -gendustry:transposer, Genetic Transposer -gendustry:replicator, Genetic Replicator +gadothaumy:infusion_claw, Infusion Claw +gadothaumy:essentia_compressor, Essentia Condenser +gadothaumy:item_element:0, Element of Darkness nuclearcraft:ore:0, Copper Ore nuclearcraft:ore:1, Tin Ore nuclearcraft:ore:2, Lead Ore @@ -9853,6 +9883,11 @@ thermaldynamics:cover:0, Quarried Paver Slab Cover thermaldynamics:cover:0, Sandy Brick Slab Cover thermaldynamics:cover:0, Sandy Paver Slab Cover thermaldynamics:cover:0, Worldspike Point Cover +thermaldynamics:cover:0, Mutagen Cover +thermaldynamics:cover:0, Liquid DNA Cover +thermaldynamics:cover:0, Protein Cover +thermaldynamics:cover:0, Block of Chamelium Cover +thermaldynamics:cover:0, End Stone Cover thermaldynamics:cover:0, Compressed Crafting Table Cover thermaldynamics:cover:0, Double Compressed Crafting Table Cover thermaldynamics:cover:0, Neutronium Block Cover @@ -10975,8 +11010,6 @@ thermaldynamics:cover:0, Origin Terrarium Cover thermaldynamics:cover:0, Nether Terrarium Cover thermaldynamics:cover:0, Ender Terrarium Cover thermaldynamics:cover:0, Molten Blood Infused Iron Cover -thermaldynamics:cover:0, Block of Chamelium Cover -thermaldynamics:cover:0, End Stone Cover thermaldynamics:cover:0, Iron-Bordered Cobblestone Cover thermaldynamics:cover:0, Gold-Bordered Cobblestone Cover thermaldynamics:cover:0, Diamond-Bordered Cobblestone Cover @@ -11054,9 +11087,6 @@ thermaldynamics:cover:0, Ferrous-Juniper Sapling Cover thermaldynamics:cover:0, Dead Ferrous-Juniper Sapling Cover thermaldynamics:cover:0, Ferrous-Juniper Planks Cover thermaldynamics:cover:0, Raw Ferrous-Juniper Planks Cover -thermaldynamics:cover:0, Mutagen Cover -thermaldynamics:cover:0, Liquid DNA Cover -thermaldynamics:cover:0, Protein Cover thermaldynamics:cover:0, Copper Ore Cover thermaldynamics:cover:0, Tin Ore Cover thermaldynamics:cover:0, Lead Ore Cover @@ -12170,7 +12200,7 @@ advancedrocketry:centrifuge, Essentia Centrifuge advancedrocketry:satellitebuilder, Satellite Builder advancedrocketry:blackholegenerator, Black Hole Generator advancedrocketry:microwavereciever, Microwave Receiver -advancedrocketry:solararray, Solar Array +advancedrocketry:solararray, Solar Array Controller advancedrocketry:warpcore, Warp Core advancedrocketry:beacon, Beacon advancedrocketry:biomescanner, Biome Scanner @@ -12202,17 +12232,19 @@ advancedrocketry:invhatch, Storage hatch advancedrocketry:rocketbuilder, Rocket Assembling Machine advancedrocketry:stationbuilder, Space Station Assembler advancedrocketry:deployablerocketbuilder, Unmanned Vehicle Assembler -advancedrocketry:loader:0, Data Bus +advancedrocketry:loader:0, Databus advancedrocketry:loader:1, Satellite Bay advancedrocketry:loader:2, Rocket Unloader advancedrocketry:loader:3, Rocket Loader advancedrocketry:loader:4, Rocket Fluid Unloader advancedrocketry:loader:5, Rocket Fluid Loader advancedrocketry:loader:6, Guidance Computer Access Hatch +advancedrocketry:databusbig, Advanced Databus advancedrocketry:servicestation, Service Station advancedrocketry:fuelingstation, Fueling station advancedrocketry:monitoringstation, Rocket Monitoring Station advancedrocketry:satellitecontrolcenter, Satellite Terminal +advancedrocketry:orbitalregistry, Orbital Registry advancedrocketry:terraformingterminal, Terraforming Terminal advancedrocketry:warpmonitor, Warp Controller advancedrocketry:orientationcontroller, Orientation Controller @@ -15532,7 +15564,7 @@ advancedrocketry:atmanalyser, Atmosphere Analyzer advancedrocketry:sealdetector, Seal Detector advancedrocketry:orescanner, Ore Scanner advancedrocketry:biomechanger, Biome Changer Remote -advancedrocketry:weathercontroller, Weather Satellite Remote +advancedrocketry:weathercontroller, Weather Remote advancedrocketry:jackhammer, Jackhammer advancedrocketry:basiclasergun, Basic Laser Gun advancedrocketry:misc:0, User Interface @@ -17655,37 +17687,37 @@ 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, Tool Rod Pattern +tconstruct:pattern:0, Sign Plate Pattern +tconstruct:pattern:0, Pickaxe Head Pattern tconstruct:pattern:0, Large Plate Pattern tconstruct:pattern:0, Excavator Head Pattern -tconstruct:pattern:0, Pan Pattern -tconstruct:pattern:0, Shard Pattern -tconstruct:pattern:0, Bowstring Pattern -tconstruct:pattern:0, Tool Rod Pattern -tconstruct:pattern:0, Binding Pattern -tconstruct:pattern:0, Large Sword Blade Pattern -tconstruct:pattern:0, Hammer Head Pattern tconstruct:pattern:0, Broad Axe Head Pattern -tconstruct:pattern:0, Scythe Head Pattern -tconstruct:pattern:0, Battery Cell Pattern -tconstruct:pattern:0, Sign Plate Pattern -tconstruct:pattern:0, Cross Guard Pattern -tconstruct:pattern:0, Arrow Head Pattern -tconstruct:pattern:0, Wide Guard Pattern -tconstruct:pattern:0, Pipe Piece Pattern -tconstruct:pattern:0, Knife Blade Pattern -tconstruct:pattern:0, Arrow Shaft Pattern tconstruct:pattern:0, Tough Binding Pattern -tconstruct:pattern:0, Pickaxe Head Pattern -tconstruct:pattern:0, Hand Guard Pattern -tconstruct:pattern:0, Shovel Head Pattern -tconstruct:pattern:0, Tough Tool Rod Pattern -tconstruct:pattern:0, Sharpening Kit Pattern -tconstruct:pattern:0, Kama Head Pattern +tconstruct:pattern:0, Hammer Head Pattern tconstruct:pattern:0, Bowlimb Pattern -tconstruct:pattern:0, Laser Medium Pattern tconstruct:pattern:0, Fletching Pattern +tconstruct:pattern:0, Bowstring Pattern +tconstruct:pattern:0, Knife Blade Pattern +tconstruct:pattern:0, Tough Tool Rod Pattern +tconstruct:pattern:0, Pan Pattern +tconstruct:pattern:0, Shovel Head Pattern +tconstruct:pattern:0, Large Sword Blade Pattern tconstruct:pattern:0, Axe Head Pattern +tconstruct:pattern:0, Cross Guard Pattern +tconstruct:pattern:0, Wide Guard Pattern +tconstruct:pattern:0, Arrow Shaft Pattern +tconstruct:pattern:0, Kama Head Pattern +tconstruct:pattern:0, Laser Medium Pattern +tconstruct:pattern:0, Shard Pattern +tconstruct:pattern:0, Battery Cell Pattern +tconstruct:pattern:0, Arrow Head Pattern tconstruct:pattern:0, Sword Blade Pattern +tconstruct:pattern:0, Scythe Head Pattern +tconstruct:pattern:0, Binding Pattern +tconstruct:pattern:0, Pipe Piece Pattern +tconstruct:pattern:0, Sharpening Kit Pattern +tconstruct:pattern:0, Hand Guard Pattern tconstruct:shard:0, Electrical Shard tconstruct:shard:0, Energetic Shard tconstruct:shard:0, Vibrant Shard @@ -17786,6 +17818,7 @@ tconstruct:shard:0, Bloodwood Shard tconstruct:shard:0, Aesir Wood Shard tconstruct:shard:0, Yggdrasil Wood Shard tconstruct:shard:0, Hard Bone Shard +tconstruct:shard:0, Hopebringer Metal Shard tconstruct:shard:0, Blood Infused Glitch Shard tconstruct:shard:0, Shadowium Shard tconstruct:shard:0, Orichalcos Shard @@ -17894,14 +17927,14 @@ tconstruct:shard:0, Corrupted Shard tconstruct:shard:0, Mirion Shard tconstruct:shard:0, Livingwood Shard tconstruct:shard:0, Elementium Shard +tconstruct:shard:0, Slime Shard +tconstruct:shard:0, Wyvern Shard +tconstruct:shard:0, Awakened Shard +tconstruct:shard:0, Chaotic Shard tconstruct:shard:0, Emerald Shard tconstruct:shard:0, Fusewood Shard tconstruct:shard:0, Ghostwood Shard tconstruct:shard:0, Darkwood Shard -tconstruct:shard:0, Wyvern Shard -tconstruct:shard:0, Awakened Shard -tconstruct:shard:0, Chaotic Shard -tconstruct:shard:0, Slime Shard tconstruct:sharpening_kit:0, Electrical Sharpening Kit tconstruct:sharpening_kit:0, Energetic Sharpening Kit tconstruct:sharpening_kit:0, Vibrant Sharpening Kit @@ -18002,6 +18035,7 @@ tconstruct:sharpening_kit:0, Bloodwood Sharpening Kit tconstruct:sharpening_kit:0, Aesir Wood Sharpening Kit tconstruct:sharpening_kit:0, Yggdrasil Wood Sharpening Kit tconstruct:sharpening_kit:0, Hard Bone Sharpening Kit +tconstruct:sharpening_kit:0, Hopebringer Metal Sharpening Kit tconstruct:sharpening_kit:0, Blood Infused Glitch Sharpening Kit tconstruct:sharpening_kit:0, Shadowium Sharpening Kit tconstruct:sharpening_kit:0, Orichalcos Sharpening Kit @@ -18110,14 +18144,14 @@ 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, Slime 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, Emerald 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, Wyvern Sharpening Kit -tconstruct:sharpening_kit:0, Awakened Sharpening Kit -tconstruct:sharpening_kit:0, Chaotic Sharpening Kit -tconstruct:sharpening_kit:0, Slime Sharpening Kit tconstruct:pick_head:0, Electrical Pickaxe Head tconstruct:pick_head:0, Energetic Pickaxe Head tconstruct:pick_head:0, Vibrant Pickaxe Head @@ -18218,6 +18252,7 @@ tconstruct:pick_head:0, Bloodwood Pickaxe Head tconstruct:pick_head:0, Aesir Wood Pickaxe Head tconstruct:pick_head:0, Yggdrasil Wood Pickaxe Head tconstruct:pick_head:0, Hard Bone Pickaxe Head +tconstruct:pick_head:0, Hopebringer Metal Pickaxe Head tconstruct:pick_head:0, Blood Infused Glitch Pickaxe Head tconstruct:pick_head:0, Shadowium Pickaxe Head tconstruct:pick_head:0, Orichalcos Pickaxe Head @@ -18326,14 +18361,14 @@ 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, Slime 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, Emerald 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, Wyvern Pickaxe Head -tconstruct:pick_head:0, Awakened Pickaxe Head -tconstruct:pick_head:0, Chaotic Pickaxe Head -tconstruct:pick_head:0, Slime Pickaxe Head tconstruct:shovel_head:0, Electrical Shovel Head tconstruct:shovel_head:0, Energetic Shovel Head tconstruct:shovel_head:0, Vibrant Shovel Head @@ -18434,6 +18469,7 @@ tconstruct:shovel_head:0, Bloodwood Shovel Head tconstruct:shovel_head:0, Aesir Wood Shovel Head tconstruct:shovel_head:0, Yggdrasil Wood Shovel Head tconstruct:shovel_head:0, Hard Bone Shovel Head +tconstruct:shovel_head:0, Hopebringer Metal Shovel Head tconstruct:shovel_head:0, Blood Infused Glitch Shovel Head tconstruct:shovel_head:0, Shadowium Shovel Head tconstruct:shovel_head:0, Orichalcos Shovel Head @@ -18542,14 +18578,14 @@ 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, Slime 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, Emerald 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, Wyvern Shovel Head -tconstruct:shovel_head:0, Awakened Shovel Head -tconstruct:shovel_head:0, Chaotic Shovel Head -tconstruct:shovel_head:0, Slime Shovel Head tconstruct:axe_head:0, Electrical Axe Head tconstruct:axe_head:0, Energetic Axe Head tconstruct:axe_head:0, Vibrant Axe Head @@ -18650,6 +18686,7 @@ tconstruct:axe_head:0, Bloodwood Axe Head tconstruct:axe_head:0, Aesir Wood Axe Head tconstruct:axe_head:0, Yggdrasil Wood Axe Head tconstruct:axe_head:0, Hard Bone Axe Head +tconstruct:axe_head:0, Hopebringer Metal Axe Head tconstruct:axe_head:0, Blood Infused Glitch Axe Head tconstruct:axe_head:0, Shadowium Axe Head tconstruct:axe_head:0, Orichalcos Axe Head @@ -18758,14 +18795,14 @@ 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, Slime 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, Emerald 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, Wyvern Axe Head -tconstruct:axe_head:0, Awakened Axe Head -tconstruct:axe_head:0, Chaotic Axe Head -tconstruct:axe_head:0, Slime 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 @@ -18866,6 +18903,7 @@ tconstruct:broad_axe_head:0, Bloodwood Broad Axe Head tconstruct:broad_axe_head:0, Aesir Wood Broad Axe Head tconstruct:broad_axe_head:0, Yggdrasil Wood Broad Axe Head tconstruct:broad_axe_head:0, Hard Bone Broad Axe Head +tconstruct:broad_axe_head:0, Hopebringer Metal Broad Axe Head tconstruct:broad_axe_head:0, Blood Infused Glitch Broad Axe Head tconstruct:broad_axe_head:0, Shadowium Broad Axe Head tconstruct:broad_axe_head:0, Orichalcos Broad Axe Head @@ -18974,14 +19012,14 @@ 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, Slime 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, Emerald 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, 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, Slime Broad Axe Head tconstruct:sword_blade:0, Electrical Sword Blade tconstruct:sword_blade:0, Energetic Sword Blade tconstruct:sword_blade:0, Vibrant Sword Blade @@ -19082,6 +19120,7 @@ tconstruct:sword_blade:0, Bloodwood Sword Blade tconstruct:sword_blade:0, Aesir Wood Sword Blade tconstruct:sword_blade:0, Yggdrasil Wood Sword Blade tconstruct:sword_blade:0, Hard Bone Sword Blade +tconstruct:sword_blade:0, Hopebringer Metal Sword Blade tconstruct:sword_blade:0, Blood Infused Glitch Sword Blade tconstruct:sword_blade:0, Shadowium Sword Blade tconstruct:sword_blade:0, Orichalcos Sword Blade @@ -19190,14 +19229,14 @@ 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, Slime 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, Emerald 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, Wyvern Sword Blade -tconstruct:sword_blade:0, Awakened Sword Blade -tconstruct:sword_blade:0, Chaotic Sword Blade -tconstruct:sword_blade:0, Slime 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 @@ -19298,6 +19337,7 @@ tconstruct:large_sword_blade:0, Bloodwood Large Sword Blade tconstruct:large_sword_blade:0, Aesir Wood Large Sword Blade tconstruct:large_sword_blade:0, Yggdrasil Wood Large Sword Blade tconstruct:large_sword_blade:0, Hard Bone Large Sword Blade +tconstruct:large_sword_blade:0, Hopebringer Metal Large Sword Blade tconstruct:large_sword_blade:0, Blood Infused Glitch Large Sword Blade tconstruct:large_sword_blade:0, Shadowium Large Sword Blade tconstruct:large_sword_blade:0, Orichalcos Large Sword Blade @@ -19406,14 +19446,14 @@ 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, Slime 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, Emerald 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, 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, Slime Large Sword Blade tconstruct:hammer_head:0, Electrical Hammer Head tconstruct:hammer_head:0, Energetic Hammer Head tconstruct:hammer_head:0, Vibrant Hammer Head @@ -19514,6 +19554,7 @@ tconstruct:hammer_head:0, Bloodwood Hammer Head tconstruct:hammer_head:0, Aesir Wood Hammer Head tconstruct:hammer_head:0, Yggdrasil Wood Hammer Head tconstruct:hammer_head:0, Hard Bone Hammer Head +tconstruct:hammer_head:0, Hopebringer Metal Hammer Head tconstruct:hammer_head:0, Blood Infused Glitch Hammer Head tconstruct:hammer_head:0, Shadowium Hammer Head tconstruct:hammer_head:0, Orichalcos Hammer Head @@ -19622,14 +19663,14 @@ 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, Slime 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, Emerald 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, Wyvern Hammer Head -tconstruct:hammer_head:0, Awakened Hammer Head -tconstruct:hammer_head:0, Chaotic Hammer Head -tconstruct:hammer_head:0, Slime Hammer Head tconstruct:excavator_head:0, Electrical Excavator Head tconstruct:excavator_head:0, Energetic Excavator Head tconstruct:excavator_head:0, Vibrant Excavator Head @@ -19730,6 +19771,7 @@ tconstruct:excavator_head:0, Bloodwood Excavator Head tconstruct:excavator_head:0, Aesir Wood Excavator Head tconstruct:excavator_head:0, Yggdrasil Wood Excavator Head tconstruct:excavator_head:0, Hard Bone Excavator Head +tconstruct:excavator_head:0, Hopebringer Metal Excavator Head tconstruct:excavator_head:0, Blood Infused Glitch Excavator Head tconstruct:excavator_head:0, Shadowium Excavator Head tconstruct:excavator_head:0, Orichalcos Excavator Head @@ -19838,14 +19880,14 @@ 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, Slime 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, Emerald 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, Wyvern Excavator Head -tconstruct:excavator_head:0, Awakened Excavator Head -tconstruct:excavator_head:0, Chaotic Excavator Head -tconstruct:excavator_head:0, Slime Excavator Head tconstruct:kama_head:0, Electrical Kama Head tconstruct:kama_head:0, Energetic Kama Head tconstruct:kama_head:0, Vibrant Kama Head @@ -19946,6 +19988,7 @@ tconstruct:kama_head:0, Bloodwood Kama Head tconstruct:kama_head:0, Aesir Wood Kama Head tconstruct:kama_head:0, Yggdrasil Wood Kama Head tconstruct:kama_head:0, Hard Bone Kama Head +tconstruct:kama_head:0, Hopebringer Metal Kama Head tconstruct:kama_head:0, Blood Infused Glitch Kama Head tconstruct:kama_head:0, Shadowium Kama Head tconstruct:kama_head:0, Orichalcos Kama Head @@ -20054,14 +20097,14 @@ 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, Slime 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, Emerald 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, Wyvern Kama Head -tconstruct:kama_head:0, Awakened Kama Head -tconstruct:kama_head:0, Chaotic Kama Head -tconstruct:kama_head:0, Slime Kama Head tconstruct:scythe_head:0, Electrical Scythe Head tconstruct:scythe_head:0, Energetic Scythe Head tconstruct:scythe_head:0, Vibrant Scythe Head @@ -20162,6 +20205,7 @@ tconstruct:scythe_head:0, Bloodwood Scythe Head tconstruct:scythe_head:0, Aesir Wood Scythe Head tconstruct:scythe_head:0, Yggdrasil Wood Scythe Head tconstruct:scythe_head:0, Hard Bone Scythe Head +tconstruct:scythe_head:0, Hopebringer Metal Scythe Head tconstruct:scythe_head:0, Blood Infused Glitch Scythe Head tconstruct:scythe_head:0, Shadowium Scythe Head tconstruct:scythe_head:0, Orichalcos Scythe Head @@ -20270,14 +20314,14 @@ 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, Slime 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, Emerald 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, Wyvern Scythe Head -tconstruct:scythe_head:0, Awakened Scythe Head -tconstruct:scythe_head:0, Chaotic Scythe Head -tconstruct:scythe_head:0, Slime Scythe Head tconstruct:pan_head:0, Electrical Pan tconstruct:pan_head:0, Energetic Pan tconstruct:pan_head:0, Vibrant Pan @@ -20378,6 +20422,7 @@ tconstruct:pan_head:0, Bloodwood Pan tconstruct:pan_head:0, Aesir Wood Pan tconstruct:pan_head:0, Yggdrasil Wood Pan tconstruct:pan_head:0, Hard Bone Pan +tconstruct:pan_head:0, Hopebringer Metal Pan tconstruct:pan_head:0, Blood Infused Glitch Pan tconstruct:pan_head:0, Shadowium Pan tconstruct:pan_head:0, Orichalcos Pan @@ -20486,14 +20531,14 @@ 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, Slime Pan +tconstruct:pan_head:0, Wyvern Pan +tconstruct:pan_head:0, Awakened Pan +tconstruct:pan_head:0, Chaotic Pan tconstruct:pan_head:0, Emerald Pan tconstruct:pan_head:0, Fusewood Pan tconstruct:pan_head:0, Ghostwood Pan tconstruct:pan_head:0, Darkwood Pan -tconstruct:pan_head:0, Wyvern Pan -tconstruct:pan_head:0, Awakened Pan -tconstruct:pan_head:0, Chaotic Pan -tconstruct:pan_head:0, Slime Pan tconstruct:sign_head:0, Electrical Sign Plate tconstruct:sign_head:0, Energetic Sign Plate tconstruct:sign_head:0, Vibrant Sign Plate @@ -20594,6 +20639,7 @@ tconstruct:sign_head:0, Bloodwood Sign Plate tconstruct:sign_head:0, Aesir Wood Sign Plate tconstruct:sign_head:0, Yggdrasil Wood Sign Plate tconstruct:sign_head:0, Hard Bone Sign Plate +tconstruct:sign_head:0, Hopebringer Metal Sign Plate tconstruct:sign_head:0, Blood Infused Glitch Sign Plate tconstruct:sign_head:0, Shadowium Sign Plate tconstruct:sign_head:0, Orichalcos Sign Plate @@ -20702,14 +20748,14 @@ 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, Slime 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, Emerald 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, Wyvern Sign Plate -tconstruct:sign_head:0, Awakened Sign Plate -tconstruct:sign_head:0, Chaotic Sign Plate -tconstruct:sign_head:0, Slime Sign Plate tconstruct:tool_rod:0, Electrical Tool Rod tconstruct:tool_rod:0, Energetic Tool Rod tconstruct:tool_rod:0, Vibrant Tool Rod @@ -20809,6 +20855,7 @@ tconstruct:tool_rod:0, Bloodwood Tool Rod tconstruct:tool_rod:0, Aesir Wood Tool Rod tconstruct:tool_rod:0, Yggdrasil Wood Tool Rod tconstruct:tool_rod:0, Hard Bone Tool Rod +tconstruct:tool_rod:0, Hopebringer Metal Tool Rod tconstruct:tool_rod:0, Blood Infused Glitch Tool Rod tconstruct:tool_rod:0, Shadowium Tool Rod tconstruct:tool_rod:0, Orichalcos Tool Rod @@ -20917,14 +20964,14 @@ 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, Slime 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, Emerald 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, Wyvern Tool Rod -tconstruct:tool_rod:0, Awakened Tool Rod -tconstruct:tool_rod:0, Chaotic Tool Rod -tconstruct:tool_rod:0, Slime 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 @@ -21024,6 +21071,7 @@ tconstruct:tough_tool_rod:0, Bloodwood Tough Tool Rod tconstruct:tough_tool_rod:0, Aesir Wood Tough Tool Rod tconstruct:tough_tool_rod:0, Yggdrasil Wood Tough Tool Rod tconstruct:tough_tool_rod:0, Hard Bone Tough Tool Rod +tconstruct:tough_tool_rod:0, Hopebringer Metal Tough Tool Rod tconstruct:tough_tool_rod:0, Blood Infused Glitch Tough Tool Rod tconstruct:tough_tool_rod:0, Shadowium Tough Tool Rod tconstruct:tough_tool_rod:0, Orichalcos Tough Tool Rod @@ -21132,14 +21180,14 @@ 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, Slime 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, Emerald 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, 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, Slime Tough Tool Rod tconstruct:binding:0, Electrical Binding tconstruct:binding:0, Energetic Binding tconstruct:binding:0, Vibrant Binding @@ -21235,6 +21283,7 @@ tconstruct:binding:0, Bloodwood Binding tconstruct:binding:0, Aesir Wood Binding tconstruct:binding:0, Yggdrasil Wood Binding tconstruct:binding:0, Hard Bone Binding +tconstruct:binding:0, Hopebringer Metal Binding tconstruct:binding:0, Blood Infused Glitch Binding tconstruct:binding:0, Shadowium Binding tconstruct:binding:0, Orichalcos Binding @@ -21343,14 +21392,14 @@ tconstruct:binding:0, Corrupted Binding tconstruct:binding:0, Mirion Binding tconstruct:binding:0, Livingwood Binding tconstruct:binding:0, Elementium Binding +tconstruct:binding:0, Slime Binding +tconstruct:binding:0, Wyvern Binding +tconstruct:binding:0, Awakened Binding +tconstruct:binding:0, Chaotic Binding tconstruct:binding:0, Emerald Binding tconstruct:binding:0, Fusewood Binding tconstruct:binding:0, Ghostwood Binding tconstruct:binding:0, Darkwood Binding -tconstruct:binding:0, Wyvern Binding -tconstruct:binding:0, Awakened Binding -tconstruct:binding:0, Chaotic Binding -tconstruct:binding:0, Slime Binding tconstruct:tough_binding:0, Electrical Tough Binding tconstruct:tough_binding:0, Energetic Tough Binding tconstruct:tough_binding:0, Vibrant Tough Binding @@ -21446,6 +21495,7 @@ tconstruct:tough_binding:0, Bloodwood Tough Binding tconstruct:tough_binding:0, Aesir Wood Tough Binding tconstruct:tough_binding:0, Yggdrasil Wood Tough Binding tconstruct:tough_binding:0, Hard Bone Tough Binding +tconstruct:tough_binding:0, Hopebringer Metal Tough Binding tconstruct:tough_binding:0, Blood Infused Glitch Tough Binding tconstruct:tough_binding:0, Shadowium Tough Binding tconstruct:tough_binding:0, Orichalcos Tough Binding @@ -21554,14 +21604,14 @@ 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, Slime 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, Emerald 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, Wyvern Tough Binding -tconstruct:tough_binding:0, Awakened Tough Binding -tconstruct:tough_binding:0, Chaotic Tough Binding -tconstruct:tough_binding:0, Slime Tough Binding tconstruct:wide_guard:0, Electrical Wide Guard tconstruct:wide_guard:0, Energetic Wide Guard tconstruct:wide_guard:0, Vibrant Wide Guard @@ -21657,6 +21707,7 @@ tconstruct:wide_guard:0, Bloodwood Wide Guard tconstruct:wide_guard:0, Aesir Wood Wide Guard tconstruct:wide_guard:0, Yggdrasil Wood Wide Guard tconstruct:wide_guard:0, Hard Bone Wide Guard +tconstruct:wide_guard:0, Hopebringer Metal Wide Guard tconstruct:wide_guard:0, Blood Infused Glitch Wide Guard tconstruct:wide_guard:0, Shadowium Wide Guard tconstruct:wide_guard:0, Orichalcos Wide Guard @@ -21765,14 +21816,14 @@ 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, Slime 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, Emerald 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, Wyvern Wide Guard -tconstruct:wide_guard:0, Awakened Wide Guard -tconstruct:wide_guard:0, Chaotic Wide Guard -tconstruct:wide_guard:0, Slime Wide Guard tconstruct:hand_guard:0, Electrical Hand Guard tconstruct:hand_guard:0, Energetic Hand Guard tconstruct:hand_guard:0, Vibrant Hand Guard @@ -21868,6 +21919,7 @@ tconstruct:hand_guard:0, Bloodwood Hand Guard tconstruct:hand_guard:0, Aesir Wood Hand Guard tconstruct:hand_guard:0, Yggdrasil Wood Hand Guard tconstruct:hand_guard:0, Hard Bone Hand Guard +tconstruct:hand_guard:0, Hopebringer Metal Hand Guard tconstruct:hand_guard:0, Blood Infused Glitch Hand Guard tconstruct:hand_guard:0, Shadowium Hand Guard tconstruct:hand_guard:0, Orichalcos Hand Guard @@ -21976,14 +22028,14 @@ 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, Slime 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, Emerald 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, Wyvern Hand Guard -tconstruct:hand_guard:0, Awakened Hand Guard -tconstruct:hand_guard:0, Chaotic Hand Guard -tconstruct:hand_guard:0, Slime Hand Guard tconstruct:cross_guard:0, Electrical Cross Guard tconstruct:cross_guard:0, Energetic Cross Guard tconstruct:cross_guard:0, Vibrant Cross Guard @@ -22079,6 +22131,7 @@ tconstruct:cross_guard:0, Bloodwood Cross Guard tconstruct:cross_guard:0, Aesir Wood Cross Guard tconstruct:cross_guard:0, Yggdrasil Wood Cross Guard tconstruct:cross_guard:0, Hard Bone Cross Guard +tconstruct:cross_guard:0, Hopebringer Metal Cross Guard tconstruct:cross_guard:0, Blood Infused Glitch Cross Guard tconstruct:cross_guard:0, Shadowium Cross Guard tconstruct:cross_guard:0, Orichalcos Cross Guard @@ -22187,14 +22240,14 @@ 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, Slime 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, Emerald 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, Wyvern Cross Guard -tconstruct:cross_guard:0, Awakened Cross Guard -tconstruct:cross_guard:0, Chaotic Cross Guard -tconstruct:cross_guard:0, Slime Cross Guard tconstruct:large_plate:0, Electrical Large Plate tconstruct:large_plate:0, Energetic Large Plate tconstruct:large_plate:0, Vibrant Large Plate @@ -22295,6 +22348,7 @@ tconstruct:large_plate:0, Bloodwood Large Plate tconstruct:large_plate:0, Aesir Wood Large Plate tconstruct:large_plate:0, Yggdrasil Wood Large Plate tconstruct:large_plate:0, Hard Bone Large Plate +tconstruct:large_plate:0, Hopebringer Metal Large Plate tconstruct:large_plate:0, Blood Infused Glitch Large Plate tconstruct:large_plate:0, Shadowium Large Plate tconstruct:large_plate:0, Orichalcos Large Plate @@ -22403,14 +22457,14 @@ 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, Slime 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, Emerald 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, Wyvern Large Plate -tconstruct:large_plate:0, Awakened Large Plate -tconstruct:large_plate:0, Chaotic Large Plate -tconstruct:large_plate:0, Slime Large Plate tconstruct:knife_blade:0, Electrical Knife Blade tconstruct:knife_blade:0, Energetic Knife Blade tconstruct:knife_blade:0, Vibrant Knife Blade @@ -22506,6 +22560,7 @@ tconstruct:knife_blade:0, Bloodwood Knife Blade tconstruct:knife_blade:0, Aesir Wood Knife Blade tconstruct:knife_blade:0, Yggdrasil Wood Knife Blade tconstruct:knife_blade:0, Hard Bone Knife Blade +tconstruct:knife_blade:0, Hopebringer Metal Knife Blade tconstruct:knife_blade:0, Blood Infused Glitch Knife Blade tconstruct:knife_blade:0, Shadowium Knife Blade tconstruct:knife_blade:0, Orichalcos Knife Blade @@ -22614,14 +22669,14 @@ 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, Slime 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, Emerald 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, Wyvern Knife Blade -tconstruct:knife_blade:0, Awakened Knife Blade -tconstruct:knife_blade:0, Chaotic Knife Blade -tconstruct:knife_blade:0, Slime Knife Blade tconstruct:bow_limb:0, Electrical Bowlimb tconstruct:bow_limb:0, Energetic Bowlimb tconstruct:bow_limb:0, Vibrant Bowlimb @@ -22701,6 +22756,7 @@ tconstruct:bow_limb:0, Bloodwood Bowlimb tconstruct:bow_limb:0, Aesir Wood Bowlimb tconstruct:bow_limb:0, Yggdrasil Wood Bowlimb tconstruct:bow_limb:0, Hard Bone Bowlimb +tconstruct:bow_limb:0, Hopebringer Metal Bowlimb tconstruct:bow_limb:0, Blood Infused Glitch Bowlimb tconstruct:bow_limb:0, Shadowium Bowlimb tconstruct:bow_limb:0, Orichalcos Bowlimb @@ -22806,14 +22862,14 @@ 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, Slime Bowlimb +tconstruct:bow_limb:0, Wyvern Bowlimb +tconstruct:bow_limb:0, Awakened Bowlimb +tconstruct:bow_limb:0, Chaotic Bowlimb tconstruct:bow_limb:0, Emerald Bowlimb tconstruct:bow_limb:0, Fusewood Bowlimb tconstruct:bow_limb:0, Ghostwood Bowlimb tconstruct:bow_limb:0, Darkwood Bowlimb -tconstruct:bow_limb:0, Wyvern Bowlimb -tconstruct:bow_limb:0, Awakened Bowlimb -tconstruct:bow_limb:0, Chaotic Bowlimb -tconstruct:bow_limb:0, Slime Bowlimb tconstruct:bow_string:0, Souled Bowstring tconstruct:bow_string:0, String Bowstring tconstruct:bow_string:0, Blue Slimevine Bowstring @@ -22920,6 +22976,7 @@ tconstruct:arrow_head:0, Bloodwood Arrow Head tconstruct:arrow_head:0, Aesir Wood Arrow Head tconstruct:arrow_head:0, Yggdrasil Wood Arrow Head tconstruct:arrow_head:0, Hard Bone Arrow Head +tconstruct:arrow_head:0, Hopebringer Metal Arrow Head tconstruct:arrow_head:0, Blood Infused Glitch Arrow Head tconstruct:arrow_head:0, Shadowium Arrow Head tconstruct:arrow_head:0, Orichalcos Arrow Head @@ -23028,14 +23085,14 @@ 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, Slime 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, Emerald 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, Wyvern Arrow Head -tconstruct:arrow_head:0, Awakened Arrow Head -tconstruct:arrow_head:0, Chaotic Arrow Head -tconstruct:arrow_head:0, Slime Arrow Head tconstruct:arrow_shaft:0, Naga Scale Arrow Shaft tconstruct:arrow_shaft:0, Steeleaf Arrow Shaft tconstruct:arrow_shaft:0, Fiery Arrow Shaft @@ -23769,72 +23826,72 @@ 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, Tool Rod Cast +tconstruct:cast:0, Sign Plate Cast +tconstruct:cast:0, Pickaxe Head Cast tconstruct:cast:0, Large Plate Cast tconstruct:cast:0, Excavator Head Cast -tconstruct:cast:0, Pan Cast -tconstruct:cast:0, Shard Cast -tconstruct:cast:0, Bowstring Cast -tconstruct:cast:0, Tool Rod Cast -tconstruct:cast:0, Binding Cast -tconstruct:cast:0, Large Sword Blade Cast -tconstruct:cast:0, Hammer Head Cast tconstruct:cast:0, Broad Axe Head Cast -tconstruct:cast:0, Scythe Head Cast -tconstruct:cast:0, Battery Cell Cast -tconstruct:cast:0, Sign Plate Cast -tconstruct:cast:0, Cross Guard Cast -tconstruct:cast:0, Arrow Head Cast -tconstruct:cast:0, Wide Guard Cast -tconstruct:cast:0, Pipe Piece Cast -tconstruct:cast:0, Knife Blade Cast -tconstruct:cast:0, Arrow Shaft Cast tconstruct:cast:0, Tough Binding Cast -tconstruct:cast:0, Pickaxe Head Cast -tconstruct:cast:0, Hand Guard Cast -tconstruct:cast:0, Shovel Head Cast -tconstruct:cast:0, Tough Tool Rod Cast -tconstruct:cast:0, Sharpening Kit Cast -tconstruct:cast:0, Kama Head Cast +tconstruct:cast:0, Hammer Head Cast tconstruct:cast:0, Bowlimb Cast -tconstruct:cast:0, Laser Medium Cast +tconstruct:cast:0, Bowstring Cast +tconstruct:cast:0, Knife Blade Cast +tconstruct:cast:0, Tough Tool Rod Cast +tconstruct:cast:0, Pan Cast +tconstruct:cast:0, Shovel Head Cast +tconstruct:cast:0, Large Sword Blade Cast tconstruct:cast:0, Axe Head Cast +tconstruct:cast:0, Cross Guard Cast +tconstruct:cast:0, Wide Guard Cast +tconstruct:cast:0, Arrow Shaft Cast +tconstruct:cast:0, Kama Head Cast +tconstruct:cast:0, Laser Medium Cast +tconstruct:cast:0, Shard Cast +tconstruct:cast:0, Battery Cell Cast +tconstruct:cast:0, Arrow Head Cast tconstruct:cast:0, Sword Blade Cast +tconstruct:cast:0, Scythe Head Cast +tconstruct:cast:0, Binding Cast +tconstruct:cast:0, Pipe Piece Cast +tconstruct:cast:0, Sharpening Kit Cast +tconstruct:cast:0, Hand Guard 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, Tool Rod Clay Cast +tconstruct:clay_cast:0, Sign Plate Clay Cast +tconstruct:clay_cast:0, Pickaxe Head Clay Cast tconstruct:clay_cast:0, Large Plate Clay Cast tconstruct:clay_cast:0, Excavator Head Clay Cast -tconstruct:clay_cast:0, Pan Clay Cast -tconstruct:clay_cast:0, Shard Clay Cast -tconstruct:clay_cast:0, Bowstring Clay Cast -tconstruct:clay_cast:0, Tool Rod Clay Cast -tconstruct:clay_cast:0, Binding Clay Cast -tconstruct:clay_cast:0, Large Sword Blade Clay Cast -tconstruct:clay_cast:0, Hammer Head Clay Cast tconstruct:clay_cast:0, Broad Axe Head Clay Cast -tconstruct:clay_cast:0, Scythe Head Clay Cast -tconstruct:clay_cast:0, Battery Cell Clay Cast -tconstruct:clay_cast:0, Sign Plate Clay Cast -tconstruct:clay_cast:0, Cross Guard Clay Cast -tconstruct:clay_cast:0, Arrow Head Clay Cast -tconstruct:clay_cast:0, Wide Guard Clay Cast -tconstruct:clay_cast:0, Pipe Piece Clay Cast -tconstruct:clay_cast:0, Knife Blade Clay Cast -tconstruct:clay_cast:0, Arrow Shaft Clay Cast tconstruct:clay_cast:0, Tough Binding Clay Cast -tconstruct:clay_cast:0, Pickaxe Head Clay Cast -tconstruct:clay_cast:0, Hand Guard Clay Cast -tconstruct:clay_cast:0, Shovel Head Clay Cast -tconstruct:clay_cast:0, Tough Tool Rod Clay Cast -tconstruct:clay_cast:0, Sharpening Kit Clay Cast -tconstruct:clay_cast:0, Kama Head Clay Cast +tconstruct:clay_cast:0, Hammer Head Clay Cast tconstruct:clay_cast:0, Bowlimb Clay Cast -tconstruct:clay_cast:0, Laser Medium Clay Cast +tconstruct:clay_cast:0, Bowstring Clay Cast +tconstruct:clay_cast:0, Knife Blade Clay Cast +tconstruct:clay_cast:0, Tough Tool Rod Clay Cast +tconstruct:clay_cast:0, Pan Clay Cast +tconstruct:clay_cast:0, Shovel Head Clay Cast +tconstruct:clay_cast:0, Large Sword Blade Clay Cast tconstruct:clay_cast:0, Axe Head Clay Cast +tconstruct:clay_cast:0, Cross Guard Clay Cast +tconstruct:clay_cast:0, Wide Guard Clay Cast +tconstruct:clay_cast:0, Arrow Shaft Clay Cast +tconstruct:clay_cast:0, Kama Head Clay Cast +tconstruct:clay_cast:0, Laser Medium Clay Cast +tconstruct:clay_cast:0, Shard Clay Cast +tconstruct:clay_cast:0, Battery Cell Clay Cast +tconstruct:clay_cast:0, Arrow Head Clay Cast tconstruct:clay_cast:0, Sword Blade Clay Cast +tconstruct:clay_cast:0, Scythe Head Clay Cast +tconstruct:clay_cast:0, Binding Clay Cast +tconstruct:clay_cast:0, Pipe Piece Clay Cast +tconstruct:clay_cast:0, Sharpening Kit Clay Cast +tconstruct:clay_cast:0, Hand Guard Clay Cast tconstruct:stone_torch:0, Stone Torch tconstruct:stone_ladder:0, Stone Ladder tconstruct:punji:0, Punji Sticks @@ -25331,6 +25388,8 @@ appliedenergistics2:facade:0, Cable Facade - Green Reinforced Concrete appliedenergistics2:facade:0, Cable Facade - Red Reinforced Concrete appliedenergistics2:facade:0, Cable Facade - Black Reinforced Concrete appliedenergistics2:facade:0, Cable Facade - Worldspike Point +appliedenergistics2:facade:0, Cable Facade - Block of Chamelium +appliedenergistics2:facade:0, Cable Facade - End Stone appliedenergistics2:facade:0, Cable Facade - Compressed Crafting Table appliedenergistics2:facade:0, Cable Facade - Double Compressed Crafting Table appliedenergistics2:facade:0, Cable Facade - Neutronium Block @@ -25603,8 +25662,6 @@ appliedenergistics2:facade:0, Cable Facade - Honey Block appliedenergistics2:facade:0, Cable Facade - Bamboo Thatching appliedenergistics2:facade:0, Cable Facade - Mud Bricks appliedenergistics2:facade:0, Cable Facade - Sacred Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Block of Chamelium -appliedenergistics2:facade:0, Cable Facade - End Stone appliedenergistics2:facade:0, Cable Facade - Iron-Bordered Cobblestone appliedenergistics2:facade:0, Cable Facade - Gold-Bordered Cobblestone appliedenergistics2:facade:0, Cable Facade - Diamond-Bordered Cobblestone @@ -29024,6 +29081,65 @@ appliedenergistics2:facade:0, Cable Facade - Gilded Birch Wood appliedenergistics2:facade:0, Cable Facade - Gilded Jungle Wood appliedenergistics2:facade:0, Cable Facade - Gilded Acacia Wood appliedenergistics2:facade:0, Cable Facade - Gilded Dark Oak Wood +appliedenergistics2:facade:0, Cable Facade - Block of Smokey Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Smokey Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Smokey Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Mana Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Mana Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Mana Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Blaze Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Blaze Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Blaze Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Lavender Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Lavender Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Lavender Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Redquartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Redquartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Redquartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Elven Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Elven Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Elven Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Sunny Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Sunny Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Sunny Quartz Block +appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Forest Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Plains Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Mountain Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Fungal Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Swamp Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Desert Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Taiga Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Mesa Stone Brick +appliedenergistics2:facade:0, Cable Facade - White Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Black Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Blue Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Red Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Yellow Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Green Portuguese Pavement appliedenergistics2:facade:0, Cable Facade - Livingrock appliedenergistics2:facade:0, Cable Facade - Livingrock Brick appliedenergistics2:facade:0, Cable Facade - Mossy Livingrock Brick @@ -29094,65 +29210,6 @@ appliedenergistics2:facade:0, Cable Facade - Vivid Grass appliedenergistics2:facade:0, Cable Facade - Scorched Grass appliedenergistics2:facade:0, Cable Facade - Infused Grass appliedenergistics2:facade:0, Cable Facade - Mutated Grass -appliedenergistics2:facade:0, Cable Facade - Block of Smokey Quartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Smokey Quartz Block -appliedenergistics2:facade:0, Cable Facade - Pillar Smokey Quartz Block -appliedenergistics2:facade:0, Cable Facade - Block of Mana Quartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Mana Quartz Block -appliedenergistics2:facade:0, Cable Facade - Pillar Mana Quartz Block -appliedenergistics2:facade:0, Cable Facade - Block of Blaze Quartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Blaze Quartz Block -appliedenergistics2:facade:0, Cable Facade - Pillar Blaze Quartz Block -appliedenergistics2:facade:0, Cable Facade - Block of Lavender Quartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Lavender Quartz Block -appliedenergistics2:facade:0, Cable Facade - Pillar Lavender Quartz Block -appliedenergistics2:facade:0, Cable Facade - Block of Redquartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Redquartz Block -appliedenergistics2:facade:0, Cable Facade - Pillar Redquartz Block -appliedenergistics2:facade:0, Cable Facade - Block of Elven Quartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Elven Quartz Block -appliedenergistics2:facade:0, Cable Facade - Pillar Elven Quartz Block -appliedenergistics2:facade:0, Cable Facade - Block of Sunny Quartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Sunny Quartz Block -appliedenergistics2:facade:0, Cable Facade - Pillar Sunny Quartz Block -appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Stone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Stone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Stone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Stone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Stone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Stone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Stone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Stone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Cobblestone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Cobblestone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Cobblestone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Cobblestone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Cobblestone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Cobblestone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Cobblestone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Cobblestone -appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Forest Stone Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Plains Stone Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Mountain Stone Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Fungal Stone Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Swamp Stone Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Desert Stone Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Taiga Stone Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Mesa Stone Brick -appliedenergistics2:facade:0, Cable Facade - White Portuguese Pavement -appliedenergistics2:facade:0, Cable Facade - Black Portuguese Pavement -appliedenergistics2:facade:0, Cable Facade - Blue Portuguese Pavement -appliedenergistics2:facade:0, Cable Facade - Red Portuguese Pavement -appliedenergistics2:facade:0, Cable Facade - Yellow Portuguese Pavement -appliedenergistics2:facade:0, Cable Facade - Green Portuguese Pavement appliedenergistics2:facade:0, Cable Facade - Painted Acacia Wood appliedenergistics2:facade:0, Cable Facade - Blessed Stone appliedenergistics2:facade:0, Cable Facade - Block of Amethyst @@ -29688,6 +29745,7 @@ appliedenergistics2:facade:0, Cable Facade - Ludicrite Block appliedenergistics2:facade:0, Cable Facade - Steel Block appliedenergistics2:facade:0, Cable Facade - Glow Shroom Stem appliedenergistics2:facade:0, Cable Facade - Glow Shroom Cap +appliedenergistics2:facade:0, Cable Facade - Diseased Hay Block appliedenergistics2:facade:0, Cable Facade - Block of Ectoplasm appliedenergistics2:facade:0, Cable Facade - Block of Molten Alloy appliedenergistics2:facade:0, Cable Facade - Scythe Claw Barrel @@ -30656,6 +30714,8 @@ appliedenergistics2:facade:0, Cable Facade - Chromodynamic Condenser appliedenergistics2:facade:0, Cable Facade - Ordered Eigenstate Condenser appliedenergistics2:facade:0, Cable Facade - Event Horizon Condenser appliedenergistics2:facade:0, Cable Facade - Hyperuranion Actualizer: Mythic Shell +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.hyperuranion_self_actualizer.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.hyperuranion_actualizer_botania.name appliedenergistics2:facade:0, Cable Facade - Double Compressed Aeternalis Fuel appliedenergistics2:facade:0, Cable Facade - Triple Compressed Aeternalis Fuel appliedenergistics2:facade:0, Cable Facade - Quadruple Compressed Aeternalis Fuel @@ -30675,7 +30735,22 @@ appliedenergistics2:facade:0, Cable Facade - Everwondering Megelium appliedenergistics2:facade:0, Cable Facade - Ascended Sky Stone appliedenergistics2:facade:0, Cable Facade - Yggdrasil Wood appliedenergistics2:facade:0, Cable Facade - Resounding Warren Alloy Block -appliedenergistics2:facade:0, Cable Facade - Universal Fluix Etcher +appliedenergistics2:facade:0, Cable Facade - Everwishful Fluix Etcher +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.extant_photonium.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.sacrosanct_cinders_apiary.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.crimson_warren_remains.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.twilit_freedom_fabrial.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.cyclical_fluix_etcher.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.vengeful_asgardian_crystal.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.everloving_wood.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.living_gold_ore.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.balanced_draconium_block.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.pink_slime_block.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.compressed_pink_slime_block.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.psimetal_block.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.fractal_draconium_block.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.endlessly_wishing_draconium_block.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.ichorium_block.name appliedenergistics2:facade:0, Cable Facade - Miniature Star appliedenergistics2:facade:0, Cable Facade - Miniature Pulsar appliedenergistics2:facade:0, Cable Facade - Miniature Black Hole @@ -31411,1542 +31486,7 @@ ae2exttable:wireless_elite_crafting_terminal, Wireless Elite Crafting Terminal ae2exttable:wireless_ultimate_crafting_terminal, Wireless Ultimate Crafting Terminal 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 @@ -33373,418 +31913,306 @@ 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, Holylight 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, Raw Iron Greatblade -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: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:achelos_helmet, Achelos Diving Helmet +aoa3:face_mask, Face Mask +aoa3:night_vision_goggles, Night-Vision Goggles +aoa3:oceanus_helmet, Oceanus Diving Helmet +aoa3:sealord_helmet, Sealord Diving Helmet +aoa3:alacrity_boots, Alacrity Boots +aoa3:alacrity_legs, Alacrity Leggings +aoa3:alacrity_chestplate, Alacrity Chestplate +aoa3:alacrity_helmet, Alacrity Helmet +aoa3:alchemy_boots, Alchemy Boots +aoa3:alchemy_legs, Alchemy Leggings +aoa3:alchemy_chestplate, Alchemy Chestplate +aoa3:alchemy_helmet, Alchemy Helmet +aoa3:amethind_boots, Amethind Boots +aoa3:amethind_legs, Amethind Leggings +aoa3:amethind_chestplate, Amethind Chestplate +aoa3:amethind_helmet, Amethind Helmet +aoa3:anima_boots, Anima Boots +aoa3:anima_legs, Anima Leggings +aoa3:anima_chestplate, Anima Chestplate +aoa3:anima_helmet, Anima Helmet +aoa3:archaic_boots, Archaic Boots +aoa3:archaic_legs, Archaic Leggings +aoa3:archaic_chestplate, Archaic Chestplate +aoa3:archaic_helmet, Archaic Helmet +aoa3:augury_boots, Augury Boots +aoa3:augury_legs, Augury Leggings +aoa3:augury_chestplate, Augury Chestplate +aoa3:augury_helmet, Augury Helmet +aoa3:baron_boots, Baron Boots +aoa3:baron_legs, Baron Leggings +aoa3:baron_chestplate, Baron Chestplate +aoa3:baron_helmet, Baron Helmet +aoa3:battleborn_boots, Battleborn Boots +aoa3:battleborn_legs, Battleborn Leggings +aoa3:battleborn_chestplate, Battleborn Chestplate +aoa3:battleborn_helmet, Battleborn Helmet +aoa3:biogenic_boots, Biogenic Boots +aoa3:biogenic_legs, Biogenic Leggings +aoa3:biogenic_chestplate, Biogenic Chestplate +aoa3:biogenic_helmet, Biogenic Helmet +aoa3:boreic_boots, Boreic Boots +aoa3:boreic_legs, Boreic Leggings +aoa3:boreic_chestplate, Boreic Chestplate +aoa3:boreic_helmet, Boreic Helmet +aoa3:butchery_boots, Butchery Boots +aoa3:butchery_legs, Butchery Leggings +aoa3:butchery_chestplate, Butchery Chestplate +aoa3:butchery_helmet, Butchery Helmet +aoa3:candy_boots, Candy Boots +aoa3:candy_legs, Candy Leggings +aoa3:candy_chestplate, Candy Chestplate +aoa3:candy_helmet, Candy Helmet +aoa3:commander_boots, Commander Boots +aoa3:commander_legs, Commander Leggings +aoa3:commander_chestplate, Commander Chestplate +aoa3:commander_helmet, Commander Helmet +aoa3:creation_boots, Creation Boots +aoa3:creation_legs, Creation Leggings +aoa3:creation_chestplate, Creation Chestplate +aoa3:creation_helmet, Creation Helmet +aoa3:crystallis_boots, Crystallis Boots +aoa3:crystallis_legs, Crystallis Leggings +aoa3:crystallis_chestplate, Crystallis Chestplate +aoa3:crystallis_helmet, Crystallis Helmet +aoa3:elecanyte_boots, Elecanyte Boots +aoa3:elecanyte_legs, Elecanyte Leggings +aoa3:elecanyte_chestplate, Elecanyte Chestplate +aoa3:elecanyte_helmet, Elecanyte Helmet +aoa3:embrodium_boots, Embrodium Boots +aoa3:embrodium_legs, Embrodium Leggings +aoa3:embrodium_chestplate, Embrodium Chestplate +aoa3:embrodium_helmet, Embrodium Helmet +aoa3:engineering_boots, Engineering Boots +aoa3:engineering_legs, Engineering Legs +aoa3:engineering_chestplate, Engineering Chestplate +aoa3:engineering_helmet, Engineering Helmet +aoa3:exoplate_boots, Exoplate Boots +aoa3:exoplate_legs, Exoplate Leggings +aoa3:exoplate_chestplate, Exoplate Chestplate +aoa3:exoplate_helmet, Exoplate Helmet +aoa3:expedition_boots, Expedition Boots +aoa3:expedition_legs, Expedition Leggings +aoa3:expedition_chestplate, Expedition Chestplate +aoa3:expedition_helmet, Expedition Helmet +aoa3:explosive_boots, Explosive Boots +aoa3:explosive_legs, Explosive Leggings +aoa3:explosive_chestplate, Explosive Chestplate +aoa3:explosive_helmet, Explosive Helmet +aoa3:extraction_boots, Extraction Boots +aoa3:extraction_legs, Extraction Leggings +aoa3:extraction_chestplate, Extraction Chestplate +aoa3:extraction_helmet, Extraction Helmet +aoa3:foraging_boots, Foraging Boots +aoa3:foraging_legs, Foraging Leggings +aoa3:foraging_chestplate, Foraging Chestplate +aoa3:foraging_helmet, Foraging Helmet +aoa3:fungal_boots, Fungal Boots +aoa3:fungal_legs, Fungal Leggings +aoa3:fungal_chestplate, Fungal Chestplate +aoa3:fungal_helmet, Fungal Helmet +aoa3:ghastly_boots, Ghastly Boots +aoa3:ghastly_legs, Ghastly Leggings +aoa3:ghastly_chestplate, Ghastly Chestplate +aoa3:ghastly_helmet, Ghastly Helmet +aoa3:ghoulish_boots, Ghoulish Boots +aoa3:ghoulish_legs, Ghoulish Leggings +aoa3:ghoulish_chestplate, Ghoulish Chestplate +aoa3:ghoulish_helmet, Ghoulish Helmet +aoa3:hauling_boots, Hauling Boots +aoa3:hauling_legs, Hauling Leggings +aoa3:hauling_chestplate, Hauling Chestplate +aoa3:hauling_helmet, Hauling Helmet +aoa3:hazmat_boots, Hazmat Boots +aoa3:hazmat_legs, Hazmat Leggings +aoa3:hazmat_chestplate, Hazmat Chestplate +aoa3:hazmat_helmet, Hazmat Helmet +aoa3:hunter_boots, Hunter Boots +aoa3:hunter_legs, Hunter Leggings +aoa3:hunter_chestplate, Hunter Chestplate +aoa3:hunter_helmet, Hunter Helmet +aoa3:hydrangic_boots, Hydrangic Boots +aoa3:hydrangic_legs, Hydrangic Leggings +aoa3:hydrangic_chestplate, Hydrangic Chestplate +aoa3:hydrangic_helmet, Hydrangic Helmet +aoa3:hydroplate_boots, Hydroplate Boots +aoa3:hydroplate_legs, Hydroplate Leggings +aoa3:hydroplate_chestplate, Hydroplate Chestplate +aoa3:hydroplate_helmet, Hydroplate Helmet +aoa3:ice_boots, Ice Boots +aoa3:ice_legs, Ice Leggings +aoa3:ice_chestplate, Ice Chestplate +aoa3:ice_helmet, Ice Helmet +aoa3:infernal_boots, Infernal Boots +aoa3:infernal_legs, Infernal Leggings +aoa3:infernal_chestplate, Infernal Chestplate +aoa3:infernal_helmet, Infernal Helmet +aoa3:infusion_boots, Infusion Boots +aoa3:infusion_legs, Infusion Leggings +aoa3:infusion_chestplate, Infusion Chestplate +aoa3:infusion_helmet, Infusion Helmet +aoa3:innervation_boots, Innervation Boots +aoa3:innervation_legs, Innervation Leggings +aoa3:innervation_chestplate, Innervation Chestplate +aoa3:innervation_helmet, Innervation Helmet +aoa3:knight_boots, Knight Boots +aoa3:knight_legs, Knight Leggings +aoa3:knight_chestplate, Knight Chestplate +aoa3:knight_helmet, Knight Helmet +aoa3:logging_boots, Logging Boots +aoa3:logging_legs, Logging Leggings +aoa3:logging_chestplate, Logging Chestplate +aoa3:logging_helmet, Logging Helmet +aoa3:lunar_boots, Lunar Boots +aoa3:lunar_legs, Lunar Leggings +aoa3:lunar_chestplate, Lunar Chestplate +aoa3:lunar_helmet, Lunar Helmet +aoa3:lyndamyte_boots, Lyndamyte Boots +aoa3:lyndamyte_legs, Lyndamyte Leggings +aoa3:lyndamyte_chestplate, Lyndamyte Chestplate +aoa3:lyndamyte_helmet, Lyndamyte Helmet +aoa3:lyonic_boots, Lyonic Boots +aoa3:lyonic_legs, Lyonic Leggings +aoa3:lyonic_chestplate, Lyonic Chestplate +aoa3:lyonic_helmet, Lyonic Helmet +aoa3:mercurial_boots, Mercurial Boots +aoa3:mercurial_legs, Mercurial Leggings +aoa3:mercurial_chestplate, Mercurial Chestplate +aoa3:mercurial_helmet, Mercurial Helmet +aoa3:necro_boots, Necro Boots +aoa3:necro_legs, Necro Leggings +aoa3:necro_chestplate, Necro Chestplate +aoa3:necro_helmet, Necro Helmet +aoa3:nethengeic_boots, Nethengeic Boots +aoa3:nethengeic_legs, Nethengeic Leggings +aoa3:nethengeic_chestplate, Nethengeic Chestplate +aoa3:nethengeic_helmet, Nethengeic Helmet +aoa3:nightmare_boots, Nightmare Boots +aoa3:nightmare_legs, Nightmare Leggings +aoa3:nightmare_chestplate, Nightmare Chestplate +aoa3:nightmare_helmet, Nightmare Helmet +aoa3:omni_boots, Omni Boots +aoa3:omni_legs, Omni Leggings +aoa3:omni_chestplate, Omni Chestplate +aoa3:omni_helmet, Omni Helmet +aoa3:phantasm_boots, Phantasm Boots +aoa3:phantasm_legs, Phantasm Leggings +aoa3:phantasm_chestplate, Phantasm Chestplate +aoa3:phantasm_helmet, Phantasm Helmet +aoa3:poison_boots, Poison Boots +aoa3:poison_legs, Poison Leggings +aoa3:poison_chestplate, Poison Chestplate +aoa3:poison_helmet, Poison Helmet +aoa3:predatious_boots, Predatious Boots +aoa3:predatious_legs, Predatious Leggings +aoa3:predatious_chestplate, Predatious Chestplate +aoa3:predatious_helmet, Predatious Helmet +aoa3:primordial_boots, Primordial Boots +aoa3:primordial_legs, Primordial Leggings +aoa3:primordial_chestplate, Primordial Chestplate +aoa3:primordial_helmet, Primordial Helmet +aoa3:purity_boots, Purity Boots +aoa3:purity_legs, Purity Leggings +aoa3:purity_chestplate, Purity Chestplate +aoa3:purity_helmet, Purity Helmet +aoa3:rockbone_boots, Rockbone Boots +aoa3:rockbone_legs, Rockbone Leggings +aoa3:rockbone_chestplate, Rockbone Chestplate +aoa3:rockbone_helmet, Rockbone Helmet +aoa3:rosidian_boots, Rosidian Boots +aoa3:rosidian_legs, Rosidian Leggings +aoa3:rosidian_chestplate, Rosidian Chestplate +aoa3:rosidian_helmet, Rosidian Helmet +aoa3:runation_boots, Runation Boots +aoa3:runation_legs, Runation Leggings +aoa3:runation_chestplate, Runation Chestplate +aoa3:runation_helmet, Runation Helmet +aoa3:runic_boots, Runic Boots +aoa3:runic_legs, Runic Leggings +aoa3:runic_chestplate, Runic Chestplate +aoa3:runic_helmet, Runic Helmet +aoa3:sharpshot_boots, Sharpshot Boots +aoa3:sharpshot_legs, Sharpshot Leggings +aoa3:sharpshot_chestplate, Sharpshot Chestplate +aoa3:sharpshot_helmet, Sharpshot Helmet +aoa3:skeletal_boots, Skeletal Boots +aoa3:skeletal_legs, Skeletal Leggings +aoa3:skeletal_chestplate, Skeletal Chestplate +aoa3:skeletal_helmet, Skeletal Helmet +aoa3:spaceking_boots, Spaceking Boots +aoa3:spaceking_legs, Spaceking Leggings +aoa3:spaceking_chestplate, Spaceking Chestplate +aoa3:spaceking_helmet, Spaceking Helmet +aoa3:speed_boots, Speed Boots +aoa3:speed_legs, Speed Leggings +aoa3:speed_chestplate, Speed Chestplate +aoa3:speed_helmet, Speed Helmet +aoa3:subterranean_boots, Subterranean Boots +aoa3:subterranean_legs, Subterranean Leggings +aoa3:subterranean_chestplate, Subterranean Chestplate +aoa3:subterranean_helmet, Subterranean Helmet +aoa3:utopian_boots, Utopian Boots +aoa3:utopian_legs, Utopian Leggings +aoa3:utopian_chestplate, Utopian Chestplate +aoa3:utopian_helmet, Utopian Helmet +aoa3:void_boots, Void Boots +aoa3:void_legs, Void Leggings +aoa3:void_chestplate, Void Chestplate +aoa3:void_helmet, Void Helmet +aoa3:weaken_boots, Weaken Boots +aoa3:weaken_legs, Weaken Leggings +aoa3:weaken_chestplate, Weaken Chestplate +aoa3:weaken_helmet, Weaken Helmet +aoa3:wither_boots, Wither Boots +aoa3:wither_legs, Wither Leggings +aoa3:wither_chestplate, Wither Chestplate +aoa3:wither_helmet, Wither Helmet +aoa3:zargonite_boots, Zargonite Boots +aoa3:zargonite_legs, Zargonite Leggings +aoa3:zargonite_chestplate, Zargonite Chestplate +aoa3:zargonite_helmet, Zargonite Helmet aoa3:balloon, Balloon aoa3:limonite_bullet, Limonite Bullet aoa3:cannonball, Cannonball @@ -34449,267 +32877,418 @@ aoa3:thorny_plant_seeds, Thorny Plant Seeds aoa3:trilliad_seeds, Trilliad Seeds aoa3:outlaw_disc, Music Disc aoa3:caverns_disc, Music Disc -aoa3:achelos_helmet, Achelos Diving Helmet -aoa3:face_mask, Face Mask -aoa3:night_vision_goggles, Night-Vision Goggles -aoa3:oceanus_helmet, Oceanus Diving Helmet -aoa3:sealord_helmet, Sealord Diving Helmet -aoa3:alacrity_boots, Alacrity Boots -aoa3:alacrity_legs, Alacrity Leggings -aoa3:alacrity_chestplate, Alacrity Chestplate -aoa3:alacrity_helmet, Alacrity Helmet -aoa3:alchemy_boots, Alchemy Boots -aoa3:alchemy_legs, Alchemy Leggings -aoa3:alchemy_chestplate, Alchemy Chestplate -aoa3:alchemy_helmet, Alchemy Helmet -aoa3:amethind_boots, Amethind Boots -aoa3:amethind_legs, Amethind Leggings -aoa3:amethind_chestplate, Amethind Chestplate -aoa3:amethind_helmet, Amethind Helmet -aoa3:anima_boots, Anima Boots -aoa3:anima_legs, Anima Leggings -aoa3:anima_chestplate, Anima Chestplate -aoa3:anima_helmet, Anima Helmet -aoa3:archaic_boots, Archaic Boots -aoa3:archaic_legs, Archaic Leggings -aoa3:archaic_chestplate, Archaic Chestplate -aoa3:archaic_helmet, Archaic Helmet -aoa3:augury_boots, Augury Boots -aoa3:augury_legs, Augury Leggings -aoa3:augury_chestplate, Augury Chestplate -aoa3:augury_helmet, Augury Helmet -aoa3:baron_boots, Baron Boots -aoa3:baron_legs, Baron Leggings -aoa3:baron_chestplate, Baron Chestplate -aoa3:baron_helmet, Baron Helmet -aoa3:battleborn_boots, Battleborn Boots -aoa3:battleborn_legs, Battleborn Leggings -aoa3:battleborn_chestplate, Battleborn Chestplate -aoa3:battleborn_helmet, Battleborn Helmet -aoa3:biogenic_boots, Biogenic Boots -aoa3:biogenic_legs, Biogenic Leggings -aoa3:biogenic_chestplate, Biogenic Chestplate -aoa3:biogenic_helmet, Biogenic Helmet -aoa3:boreic_boots, Boreic Boots -aoa3:boreic_legs, Boreic Leggings -aoa3:boreic_chestplate, Boreic Chestplate -aoa3:boreic_helmet, Boreic Helmet -aoa3:butchery_boots, Butchery Boots -aoa3:butchery_legs, Butchery Leggings -aoa3:butchery_chestplate, Butchery Chestplate -aoa3:butchery_helmet, Butchery Helmet -aoa3:candy_boots, Candy Boots -aoa3:candy_legs, Candy Leggings -aoa3:candy_chestplate, Candy Chestplate -aoa3:candy_helmet, Candy Helmet -aoa3:commander_boots, Commander Boots -aoa3:commander_legs, Commander Leggings -aoa3:commander_chestplate, Commander Chestplate -aoa3:commander_helmet, Commander Helmet -aoa3:creation_boots, Creation Boots -aoa3:creation_legs, Creation Leggings -aoa3:creation_chestplate, Creation Chestplate -aoa3:creation_helmet, Creation Helmet -aoa3:crystallis_boots, Crystallis Boots -aoa3:crystallis_legs, Crystallis Leggings -aoa3:crystallis_chestplate, Crystallis Chestplate -aoa3:crystallis_helmet, Crystallis Helmet -aoa3:elecanyte_boots, Elecanyte Boots -aoa3:elecanyte_legs, Elecanyte Leggings -aoa3:elecanyte_chestplate, Elecanyte Chestplate -aoa3:elecanyte_helmet, Elecanyte Helmet -aoa3:embrodium_boots, Embrodium Boots -aoa3:embrodium_legs, Embrodium Leggings -aoa3:embrodium_chestplate, Embrodium Chestplate -aoa3:embrodium_helmet, Embrodium Helmet -aoa3:engineering_boots, Engineering Boots -aoa3:engineering_legs, Engineering Legs -aoa3:engineering_chestplate, Engineering Chestplate -aoa3:engineering_helmet, Engineering Helmet -aoa3:exoplate_boots, Exoplate Boots -aoa3:exoplate_legs, Exoplate Leggings -aoa3:exoplate_chestplate, Exoplate Chestplate -aoa3:exoplate_helmet, Exoplate Helmet -aoa3:expedition_boots, Expedition Boots -aoa3:expedition_legs, Expedition Leggings -aoa3:expedition_chestplate, Expedition Chestplate -aoa3:expedition_helmet, Expedition Helmet -aoa3:explosive_boots, Explosive Boots -aoa3:explosive_legs, Explosive Leggings -aoa3:explosive_chestplate, Explosive Chestplate -aoa3:explosive_helmet, Explosive Helmet -aoa3:extraction_boots, Extraction Boots -aoa3:extraction_legs, Extraction Leggings -aoa3:extraction_chestplate, Extraction Chestplate -aoa3:extraction_helmet, Extraction Helmet -aoa3:foraging_boots, Foraging Boots -aoa3:foraging_legs, Foraging Leggings -aoa3:foraging_chestplate, Foraging Chestplate -aoa3:foraging_helmet, Foraging Helmet -aoa3:fungal_boots, Fungal Boots -aoa3:fungal_legs, Fungal Leggings -aoa3:fungal_chestplate, Fungal Chestplate -aoa3:fungal_helmet, Fungal Helmet -aoa3:ghastly_boots, Ghastly Boots -aoa3:ghastly_legs, Ghastly Leggings -aoa3:ghastly_chestplate, Ghastly Chestplate -aoa3:ghastly_helmet, Ghastly Helmet -aoa3:ghoulish_boots, Ghoulish Boots -aoa3:ghoulish_legs, Ghoulish Leggings -aoa3:ghoulish_chestplate, Ghoulish Chestplate -aoa3:ghoulish_helmet, Ghoulish Helmet -aoa3:hauling_boots, Hauling Boots -aoa3:hauling_legs, Hauling Leggings -aoa3:hauling_chestplate, Hauling Chestplate -aoa3:hauling_helmet, Hauling Helmet -aoa3:hazmat_boots, Hazmat Boots -aoa3:hazmat_legs, Hazmat Leggings -aoa3:hazmat_chestplate, Hazmat Chestplate -aoa3:hazmat_helmet, Hazmat Helmet -aoa3:hunter_boots, Hunter Boots -aoa3:hunter_legs, Hunter Leggings -aoa3:hunter_chestplate, Hunter Chestplate -aoa3:hunter_helmet, Hunter Helmet -aoa3:hydrangic_boots, Hydrangic Boots -aoa3:hydrangic_legs, Hydrangic Leggings -aoa3:hydrangic_chestplate, Hydrangic Chestplate -aoa3:hydrangic_helmet, Hydrangic Helmet -aoa3:hydroplate_boots, Hydroplate Boots -aoa3:hydroplate_legs, Hydroplate Leggings -aoa3:hydroplate_chestplate, Hydroplate Chestplate -aoa3:hydroplate_helmet, Hydroplate Helmet -aoa3:ice_boots, Ice Boots -aoa3:ice_legs, Ice Leggings -aoa3:ice_chestplate, Ice Chestplate -aoa3:ice_helmet, Ice Helmet -aoa3:infernal_boots, Infernal Boots -aoa3:infernal_legs, Infernal Leggings -aoa3:infernal_chestplate, Infernal Chestplate -aoa3:infernal_helmet, Infernal Helmet -aoa3:infusion_boots, Infusion Boots -aoa3:infusion_legs, Infusion Leggings -aoa3:infusion_chestplate, Infusion Chestplate -aoa3:infusion_helmet, Infusion Helmet -aoa3:innervation_boots, Innervation Boots -aoa3:innervation_legs, Innervation Leggings -aoa3:innervation_chestplate, Innervation Chestplate -aoa3:innervation_helmet, Innervation Helmet -aoa3:knight_boots, Knight Boots -aoa3:knight_legs, Knight Leggings -aoa3:knight_chestplate, Knight Chestplate -aoa3:knight_helmet, Knight Helmet -aoa3:logging_boots, Logging Boots -aoa3:logging_legs, Logging Leggings -aoa3:logging_chestplate, Logging Chestplate -aoa3:logging_helmet, Logging Helmet -aoa3:lunar_boots, Lunar Boots -aoa3:lunar_legs, Lunar Leggings -aoa3:lunar_chestplate, Lunar Chestplate -aoa3:lunar_helmet, Lunar Helmet -aoa3:lyndamyte_boots, Lyndamyte Boots -aoa3:lyndamyte_legs, Lyndamyte Leggings -aoa3:lyndamyte_chestplate, Lyndamyte Chestplate -aoa3:lyndamyte_helmet, Lyndamyte Helmet -aoa3:lyonic_boots, Lyonic Boots -aoa3:lyonic_legs, Lyonic Leggings -aoa3:lyonic_chestplate, Lyonic Chestplate -aoa3:lyonic_helmet, Lyonic Helmet -aoa3:mercurial_boots, Mercurial Boots -aoa3:mercurial_legs, Mercurial Leggings -aoa3:mercurial_chestplate, Mercurial Chestplate -aoa3:mercurial_helmet, Mercurial Helmet -aoa3:necro_boots, Necro Boots -aoa3:necro_legs, Necro Leggings -aoa3:necro_chestplate, Necro Chestplate -aoa3:necro_helmet, Necro Helmet -aoa3:nethengeic_boots, Nethengeic Boots -aoa3:nethengeic_legs, Nethengeic Leggings -aoa3:nethengeic_chestplate, Nethengeic Chestplate -aoa3:nethengeic_helmet, Nethengeic Helmet -aoa3:nightmare_boots, Nightmare Boots -aoa3:nightmare_legs, Nightmare Leggings -aoa3:nightmare_chestplate, Nightmare Chestplate -aoa3:nightmare_helmet, Nightmare Helmet -aoa3:omni_boots, Omni Boots -aoa3:omni_legs, Omni Leggings -aoa3:omni_chestplate, Omni Chestplate -aoa3:omni_helmet, Omni Helmet -aoa3:phantasm_boots, Phantasm Boots -aoa3:phantasm_legs, Phantasm Leggings -aoa3:phantasm_chestplate, Phantasm Chestplate -aoa3:phantasm_helmet, Phantasm Helmet -aoa3:poison_boots, Poison Boots -aoa3:poison_legs, Poison Leggings -aoa3:poison_chestplate, Poison Chestplate -aoa3:poison_helmet, Poison Helmet -aoa3:predatious_boots, Predatious Boots -aoa3:predatious_legs, Predatious Leggings -aoa3:predatious_chestplate, Predatious Chestplate -aoa3:predatious_helmet, Predatious Helmet -aoa3:primordial_boots, Primordial Boots -aoa3:primordial_legs, Primordial Leggings -aoa3:primordial_chestplate, Primordial Chestplate -aoa3:primordial_helmet, Primordial Helmet -aoa3:purity_boots, Purity Boots -aoa3:purity_legs, Purity Leggings -aoa3:purity_chestplate, Purity Chestplate -aoa3:purity_helmet, Purity Helmet -aoa3:rockbone_boots, Rockbone Boots -aoa3:rockbone_legs, Rockbone Leggings -aoa3:rockbone_chestplate, Rockbone Chestplate -aoa3:rockbone_helmet, Rockbone Helmet -aoa3:rosidian_boots, Rosidian Boots -aoa3:rosidian_legs, Rosidian Leggings -aoa3:rosidian_chestplate, Rosidian Chestplate -aoa3:rosidian_helmet, Rosidian Helmet -aoa3:runation_boots, Runation Boots -aoa3:runation_legs, Runation Leggings -aoa3:runation_chestplate, Runation Chestplate -aoa3:runation_helmet, Runation Helmet -aoa3:runic_boots, Runic Boots -aoa3:runic_legs, Runic Leggings -aoa3:runic_chestplate, Runic Chestplate -aoa3:runic_helmet, Runic Helmet -aoa3:sharpshot_boots, Sharpshot Boots -aoa3:sharpshot_legs, Sharpshot Leggings -aoa3:sharpshot_chestplate, Sharpshot Chestplate -aoa3:sharpshot_helmet, Sharpshot Helmet -aoa3:skeletal_boots, Skeletal Boots -aoa3:skeletal_legs, Skeletal Leggings -aoa3:skeletal_chestplate, Skeletal Chestplate -aoa3:skeletal_helmet, Skeletal Helmet -aoa3:spaceking_boots, Spaceking Boots -aoa3:spaceking_legs, Spaceking Leggings -aoa3:spaceking_chestplate, Spaceking Chestplate -aoa3:spaceking_helmet, Spaceking Helmet -aoa3:speed_boots, Speed Boots -aoa3:speed_legs, Speed Leggings -aoa3:speed_chestplate, Speed Chestplate -aoa3:speed_helmet, Speed Helmet -aoa3:subterranean_boots, Subterranean Boots -aoa3:subterranean_legs, Subterranean Leggings -aoa3:subterranean_chestplate, Subterranean Chestplate -aoa3:subterranean_helmet, Subterranean Helmet -aoa3:utopian_boots, Utopian Boots -aoa3:utopian_legs, Utopian Leggings -aoa3:utopian_chestplate, Utopian Chestplate -aoa3:utopian_helmet, Utopian Helmet -aoa3:void_boots, Void Boots -aoa3:void_legs, Void Leggings -aoa3:void_chestplate, Void Chestplate -aoa3:void_helmet, Void Helmet -aoa3:weaken_boots, Weaken Boots -aoa3:weaken_legs, Weaken Leggings -aoa3:weaken_chestplate, Weaken Chestplate -aoa3:weaken_helmet, Weaken Helmet -aoa3:wither_boots, Wither Boots -aoa3:wither_legs, Wither Leggings -aoa3:wither_chestplate, Wither Chestplate -aoa3:wither_helmet, Wither Helmet -aoa3:zargonite_boots, Zargonite Boots -aoa3:zargonite_legs, Zargonite Leggings -aoa3:zargonite_chestplate, Zargonite Chestplate -aoa3:zargonite_helmet, Zargonite Helmet +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, Holylight 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, Raw Iron Greatblade +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 @@ -36011,45 +34590,6 @@ aoa3:pluton_banner, Pluton Banner aoa3:luxon_banner, Luxon Banner aoa3:erebon_banner, Erebon Banner aoa3:selyan_banner, Selyan Banner -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 ebwizardry:arcane_workbench, Arcane Workbench ebwizardry:crystal_ore, Crystal Ore ebwizardry:crystal_flower, Crystal Flower @@ -36910,10 +35450,10 @@ bhc:blue_heart_canister, Blue Heart Canister bhc:relic_apple, Relic Apple bhc:wither_bone, Wither Bone bhc:heart_amulet, Heart Amulet -bc_ex_laser:ex_laser_mk3, EX Laser MK3 -bc_ex_laser:ex_laser_mk5, EX Laser MK5 -bc_ex_laser:ex_laser_mk4, EX Laser MK4 bc_ex_laser:ex_laser_mk2, EX Laser MK2 +bc_ex_laser:ex_laser_mk5, EX Laser MK5 +bc_ex_laser:ex_laser_mk3, EX Laser MK3 +bc_ex_laser:ex_laser_mk4, EX Laser MK4 bc_ex_laser:heatproof_diamond_powder, Heatproof Diamond Powder betterp2p:advanced_memory_card, Advanced Memory Card betterquesting:placeholder, Item Placeholder @@ -36924,337 +35464,169 @@ 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:flower:0, Mystical White Flower -botania:flower:1, Mystical Orange Flower -botania:flower:2, Mystical Magenta Flower -botania:flower:3, Mystical Light Blue Flower -botania:flower:4, Mystical Yellow Flower -botania:flower:5, Mystical Lime Flower -botania:flower:6, Mystical Pink Flower -botania:flower:7, Mystical Gray Flower -botania:flower:8, Mystical Light Gray Flower -botania:flower:9, Mystical Cyan Flower -botania:flower:10, Mystical Purple Flower -botania:flower:11, Mystical Blue Flower -botania:flower:12, Mystical Brown Flower -botania:flower:13, Mystical Green Flower -botania:flower:14, Mystical Red Flower -botania:flower:15, Mystical Black Flower -botania:altar:0, Petal Apothecary -botania:altar:1, Forest Petal Apothecary -botania:altar:2, Plains Petal Apothecary -botania:altar:3, Mountain Petal Apothecary -botania:altar:4, Fungal Petal Apothecary -botania:altar:5, Swamp Petal Apothecary -botania:altar:6, Desert Petal Apothecary -botania:altar:7, Taiga Petal Apothecary -botania:altar:8, Mesa Petal Apothecary -botania:livingrock:0, Livingrock -botania:livingrock:1, Livingrock Brick -botania:livingrock:2, Mossy Livingrock Brick -botania:livingrock:3, Cracked Livingrock Brick -botania:livingrock:4, Chiseled Livingrock Brick -botania:livingwood:0, Livingwood -botania:livingwood:1, Livingwood Planks -botania:livingwood:2, Mossy Livingwood Planks -botania:livingwood:3, Framed Livingwood -botania:livingwood:4, Pattern Framed Livingwood -botania:livingwood:5, Glimmering Livingwood -botania:specialflower:0, Pure Daisy -botania:specialflower:0, Manastar -botania:specialflower:0, Endoflame -botania:specialflower:0, Hydroangeas -botania:specialflower:0, Thermalily -botania:specialflower:0, Rosa Arcana -botania:specialflower:0, Munchdew -botania:specialflower:0, Entropinnyum -botania:specialflower:0, Kekimurus -botania:specialflower:0, Gourmaryllis -botania:specialflower:0, Narslimmus -botania:specialflower:0, Spectrolus -botania:specialflower:0, Rafflowsia -botania:specialflower:0, Shulk Me Not -botania:specialflower:0, Dandelifeon -botania:specialflower:0, Jaded Amaranthus -botania:specialflower:0, Bellethorne -botania:specialflower:0, Bellethorne Petite -botania:specialflower:0, Dreadthorne -botania:specialflower:0, Heisei Dream -botania:specialflower:0, Tigerseye -botania:specialflower:0, Marimorphosis -botania:specialflower:0, Marimorphosis Petite -botania:specialflower:0, Orechid -botania:specialflower:0, Orechid Ignem -botania:specialflower:0, Fallen Kanade -botania:specialflower:0, Exoflame -botania:specialflower:0, Agricarnation -botania:specialflower:0, Agricarnation Petite -botania:specialflower:0, Hopperhock -botania:specialflower:0, Hopperhock Petite -botania:specialflower:0, Rannuncarpus -botania:specialflower:0, Rannuncarpus Petite -botania:specialflower:0, Tangleberrie -botania:specialflower:0, Jiyuulia -botania:specialflower:0, Hyacidus -botania:specialflower:0, Medumone -botania:specialflower:0, Pollidisiac -botania:specialflower:0, Clayconia -botania:specialflower:0, Clayconia Petite -botania:specialflower:0, Loonium -botania:specialflower:0, Daffomill -botania:specialflower:0, Vinculotus -botania:specialflower:0, Spectranthemum -botania:specialflower:0, Bubbell -botania:specialflower:0, Bubbell Petite -botania:specialflower:0, Solegnolia -botania:specialflower:0, Solegnolia Petite -botania:specialflower:0, Bergamute -botania:specialflower:0, Beegonia -botania:specialflower:0, Hiveacynth -botania:specialflower:0, Hibeescus -botania:spreader:0, Mana Spreader -botania:spreader:1, Pulse Mana Spreader -botania:spreader:2, Elven Mana Spreader -botania:spreader:3, Gaia Mana Spreader -botania:pool:0, Mana Pool -botania:pool:2, Diluted Mana Pool -botania:pool:3, Fabulous Mana Pool -botania:pool:1, The Everlasting Guilty Pool -botania:runealtar, tile.runeAltar.name -botania:pylon:0, Mana Pylon -botania:pylon:1, Natura Pylon -botania:pylon:2, Gaia Pylon -botania:pistonrelay, tile.pistonRelay.name -botania:distributor, tile.distributor.name -botania:manavoid, tile.manaVoid.name -botania:manadetector, tile.manaDetector.name -botania:enchanter, Enchanter -botania:turntable, tile.turntable.name -botania:tinyplanetblock, tile.tinyPlanetBlock.name -botania:alchemycatalyst, tile.alchemyCatalyst.name -botania:opencrate:0, Open Crate -botania:opencrate:1, Crafty Crate -botania:foresteye, tile.forestEye.name -botania:storage:0, Block of Manasteel -botania:storage:1, Block of Terrasteel -botania:storage:2, Block of Elementium -botania:storage:3, Block of Mana Diamond -botania:storage:4, Block of Dragonstone -botania:forestdrum:0, Drum of the Wild -botania:forestdrum:1, Drum of the Gathering -botania:forestdrum:2, Drum of the Canopy -botania:shinyflower:0, Glimmering White Flower -botania:shinyflower:1, Glimmering Orange Flower -botania:shinyflower:2, Glimmering Magenta Flower -botania:shinyflower:3, Glimmering Light Blue Flower -botania:shinyflower:4, Glimmering Yellow Flower -botania:shinyflower:5, Glimmering Lime Flower -botania:shinyflower:6, Glimmering Pink Flower -botania:shinyflower:7, Glimmering Gray Flower -botania:shinyflower:8, Glimmering Light Gray Flower -botania:shinyflower:9, Glimmering Cyan Flower -botania:shinyflower:10, Glimmering Purple Flower -botania:shinyflower:11, Glimmering Blue Flower -botania:shinyflower:12, Glimmering Brown Flower -botania:shinyflower:13, Glimmering Green Flower -botania:shinyflower:14, Glimmering Red Flower -botania:shinyflower:15, Glimmering Black Flower -botania:platform:0, Abstruse Platform -botania:platform:1, Spectral Platform -botania:platform:2, Infrangible Platform -botania:alfheimportal, tile.alfheimPortal.name -botania:dreamwood:0, Dreamwood -botania:dreamwood:1, Dreamwood Planks -botania:dreamwood:2, Mossy Dreamwood Planks -botania:dreamwood:3, Framed Dreamwood -botania:dreamwood:4, Pattern Framed Dreamwood -botania:dreamwood:5, Glimmering Dreamwood -botania:conjurationcatalyst, tile.conjurationCatalyst.name -botania:bifrost, tile.bifrost.name -botania:miniisland:0, Floating White Flower -botania:miniisland:1, Floating Orange Flower -botania:miniisland:2, Floating Magenta Flower -botania:miniisland:3, Floating Light Blue Flower -botania:miniisland:4, Floating Yellow Flower -botania:miniisland:5, Floating Lime Flower -botania:miniisland:6, Floating Pink Flower -botania:miniisland:7, Floating Gray Flower -botania:miniisland:8, Floating Light Gray Flower -botania:miniisland:9, Floating Cyan Flower -botania:miniisland:10, Floating Purple Flower -botania:miniisland:11, Floating Blue Flower -botania:miniisland:12, Floating Brown Flower -botania:miniisland:13, Floating Green Flower -botania:miniisland:14, Floating Red Flower -botania:miniisland:15, Floating Black Flower -botania:tinypotato, tile.tinyPotato.name -botania:spawnerclaw, tile.spawnerClaw.name -botania:custombrick:0, Azulejo -botania:custombrick:1, Azulejo -botania:custombrick:2, Azulejo -botania:custombrick:3, Azulejo -botania:custombrick:4, Azulejo -botania:custombrick:5, Azulejo -botania:custombrick:6, Azulejo -botania:custombrick:7, Azulejo -botania:custombrick:8, Azulejo -botania:custombrick:9, Azulejo -botania:custombrick:10, Azulejo -botania:custombrick:11, Azulejo -botania:custombrick:12, Azulejo -botania:custombrick:13, Azulejo -botania:custombrick:14, Azulejo -botania:custombrick:15, Azulejo -botania:endereyeblock, tile.enderEyeBlock.name -botania:starfield, tile.starfield.name -botania:rfgenerator, tile.rfGenerator.name -botania:elfglass, tile.elfGlass.name -botania:brewery, tile.brewery.name -botania:managlass, tile.manaGlass.name -botania:terraplate, tile.terraPlate.name -botania:redstringcontainer, tile.redStringContainer.name -botania:redstringdispenser, tile.redStringDispenser.name -botania:redstringfertilizer, tile.redStringFertilizer.name -botania:redstringcomparator, tile.redStringComparator.name -botania:redstringrelay, tile.redStringRelay.name -botania:floatingspecialflower:0, Floating Pure Daisy -botania:floatingspecialflower:0, Floating Manastar -botania:floatingspecialflower:0, Floating Endoflame -botania:floatingspecialflower:0, Floating Hydroangeas -botania:floatingspecialflower:0, Floating Thermalily -botania:floatingspecialflower:0, Floating Rosa Arcana -botania:floatingspecialflower:0, Floating Munchdew -botania:floatingspecialflower:0, Floating Entropinnyum -botania:floatingspecialflower:0, Floating Kekimurus -botania:floatingspecialflower:0, Floating Gourmaryllis -botania:floatingspecialflower:0, Floating Narslimmus -botania:floatingspecialflower:0, Floating Spectrolus -botania:floatingspecialflower:0, Floating Rafflowsia -botania:floatingspecialflower:0, Floating Shulk Me Not -botania:floatingspecialflower:0, Floating Dandelifeon -botania:floatingspecialflower:0, Floating Jaded Amaranthus -botania:floatingspecialflower:0, Floating Bellethorne -botania:floatingspecialflower:0, Floating Bellethorne Petite -botania:floatingspecialflower:0, Floating Dreadthorne -botania:floatingspecialflower:0, Floating Heisei Dream -botania:floatingspecialflower:0, Floating Tigerseye -botania:floatingspecialflower:0, Floating Marimorphosis -botania:floatingspecialflower:0, Floating Marimorphosis Petite -botania:floatingspecialflower:0, Floating Orechid -botania:floatingspecialflower:0, Floating Orechid Ignem -botania:floatingspecialflower:0, Floating Fallen Kanade -botania:floatingspecialflower:0, Floating Exoflame -botania:floatingspecialflower:0, Floating Agricarnation -botania:floatingspecialflower:0, Floating Agricarnation Petite -botania:floatingspecialflower:0, Floating Hopperhock -botania:floatingspecialflower:0, Floating Hopperhock Petite -botania:floatingspecialflower:0, Floating Rannuncarpus -botania:floatingspecialflower:0, Floating Rannuncarpus Petite -botania:floatingspecialflower:0, Floating Tangleberrie -botania:floatingspecialflower:0, Floating Jiyuulia -botania:floatingspecialflower:0, Floating Hyacidus -botania:floatingspecialflower:0, Floating Medumone -botania:floatingspecialflower:0, Floating Pollidisiac -botania:floatingspecialflower:0, Floating Clayconia -botania:floatingspecialflower:0, Floating Clayconia Petite -botania:floatingspecialflower:0, Floating Loonium -botania:floatingspecialflower:0, Floating Daffomill -botania:floatingspecialflower:0, Floating Vinculotus -botania:floatingspecialflower:0, Floating Spectranthemum -botania:floatingspecialflower:0, Floating Bubbell -botania:floatingspecialflower:0, Floating Bubbell Petite -botania:floatingspecialflower:0, Floating Solegnolia -botania:floatingspecialflower:0, Floating Solegnolia Petite -botania:floatingspecialflower:0, Floating Bergamute -botania:floatingspecialflower:0, Floating Beegonia -botania:floatingspecialflower:0, Floating Hiveacynth -botania:floatingspecialflower:0, Floating Hibeescus -botania:prism, tile.prism.name -botania:enchantedsoil, tile.enchantedSoil.name -botania:petalblock:0, White Petal Block -botania:petalblock:1, Orange Petal Block -botania:petalblock:2, Magenta Petal Block -botania:petalblock:3, Light Blue Petal Block -botania:petalblock:4, Yellow Petal Block -botania:petalblock:5, Lime Petal Block -botania:petalblock:6, Pink Petal Block -botania:petalblock:7, Gray Petal Block -botania:petalblock:8, Light Gray Petal Block -botania:petalblock:9, Cyan Petal Block -botania:petalblock:10, Purple Petal Block -botania:petalblock:11, Blue Petal Block -botania:petalblock:12, Brown Petal Block -botania:petalblock:13, Green Petal Block -botania:petalblock:14, Red Petal Block -botania:petalblock:15, Black Petal Block -botania:corporeaindex, tile.corporeaIndex.name -botania:corporeafunnel, tile.corporeaFunnel.name -botania:mushroom:0, White Shimmering Mushroom -botania:mushroom:1, Orange Shimmering Mushroom -botania:mushroom:2, Magenta Shimmering Mushroom -botania:mushroom:3, Light Blue Shimmering Mushroom -botania:mushroom:4, Yellow Shimmering Mushroom -botania:mushroom:5, Lime Shimmering Mushroom -botania:mushroom:6, Pink Shimmering Mushroom -botania:mushroom:7, Gray Shimmering Mushroom -botania:mushroom:8, Light Gray Shimmering Mushroom -botania:mushroom:9, Cyan Shimmering Mushroom -botania:mushroom:10, Purple Shimmering Mushroom -botania:mushroom:11, Blue Shimmering Mushroom -botania:mushroom:12, Brown Shimmering Mushroom -botania:mushroom:13, Green Shimmering Mushroom -botania:mushroom:14, Red Shimmering Mushroom -botania:mushroom:15, Black Shimmering Mushroom -botania:pump, Fluid Pump -botania:doubleflower1:0, Tall Mystical White Flower -botania:doubleflower1:1, Tall Mystical Orange Flower -botania:doubleflower1:2, Tall Mystical Magenta Flower -botania:doubleflower1:3, Tall Mystical Light Blue Flower -botania:doubleflower1:4, Tall Mystical Yellow Flower -botania:doubleflower1:5, Tall Mystical Lime Flower -botania:doubleflower1:6, Tall Mystical Pink Flower -botania:doubleflower1:7, Tall Mystical Gray Flower -botania:doubleflower2:0, Tall Mystical Light Gray Flower -botania:doubleflower2:1, Tall Mystical Cyan Flower -botania:doubleflower2:2, Tall Mystical Purple Flower -botania:doubleflower2:3, Tall Mystical Blue Flower -botania:doubleflower2:4, Tall Mystical Brown Flower -botania:doubleflower2:5, Tall Mystical Green Flower -botania:doubleflower2:6, Tall Mystical Red Flower -botania:doubleflower2:7, Tall Mystical Black Flower -botania:blazeblock, tile.blazeBlock.name -botania:corporeainterceptor, tile.corporeaInterceptor.name -botania:corporeacrystalcube, tile.corporeaCrystalCube.name -botania:incenseplate, tile.incensePlate.name -botania:hourglass, tile.hourglass.name -botania:ghostrail, tile.ghostRail.name -botania:sparkchanger, tile.sparkChanger.name -botania:root, tile.root.name -botania:felpumpkin, tile.felPumpkin.name -botania:cocoon, tile.cocoon.name -botania:lightrelay:0, Luminizer -botania:lightrelay:1, Detector Luminizer -botania:lightrelay:2, Fork Luminizer -botania:lightrelay:3, Toggle Luminizer -botania:lightlauncher, tile.lightLauncher.name -botania:manabomb, tile.manaBomb.name -botania:cacophoniumblock, tile.cacophoniumBlock.name -botania:bellows, Arcane Bellows -botania:bifrostperm, tile.bifrostPerm.name -botania:cellblock, tile.cellBlock.name -botania:redstringinterceptor, tile.redStringInterceptor.name -botania:corporearetainer, tile.corporeaRetainer.name -botania:teruterubozu, tile.teruTeruBozu.name -botania:shimmerrock, tile.shimmerrock.name -botania:shimmerwoodplanks, tile.shimmerwoodPlanks.name -botania:avatar, tile.avatar.name -botania:altgrass:0, Dry Grass -botania:altgrass:1, Golden Grass -botania:altgrass:2, Vivid Grass -botania:altgrass:3, Scorched Grass -botania:altgrass:4, Infused Grass -botania:altgrass:5, Mutated Grass -botania:animatedtorch, tile.animatedTorch.name +botania:livingwood0stairs, tile.livingwood0Stairs.name +botania:livingwood0slab:0, Livingwood Slab +botania:livingwood0wall, tile.livingwood0Wall.name +botania:livingwood1stairs, tile.livingwood1Stairs.name +botania:livingwood1slab:0, Livingwood Plank Slab +botania:livingrock0stairs, tile.livingrock0Stairs.name +botania:livingrock0slab:0, Livingrock Slab +botania:livingrock0wall, tile.livingrock0Wall.name +botania:livingrock1stairs, tile.livingrock1Stairs.name +botania:livingrock1slab:0, Livingrock Brick Slab +botania:dreamwood0stairs, tile.dreamwood0Stairs.name +botania:dreamwood0slab:0, Dreamwood Slab +botania:dreamwood0wall, tile.dreamwood0Wall.name +botania:dreamwood1stairs, tile.dreamwood1Stairs.name +botania:dreamwood1slab:0, Dreamwood Plank Slab +botania:quartztypedark:0, Block of Smokey Quartz +botania:quartztypedark:1, Chiseled Smokey Quartz Block +botania:quartztypedark:2, Pillar Smokey Quartz Block +botania:quartzslabdarkhalf:0, Smokey Quartz Slab +botania:quartzstairsdark, tile.quartzStairsDark.name +botania:quartztypemana:0, Block of Mana Quartz +botania:quartztypemana:1, Chiseled Mana Quartz Block +botania:quartztypemana:2, Pillar Mana Quartz Block +botania:quartzslabmanahalf:0, Mana Quartz Slab +botania:quartzstairsmana, tile.quartzStairsMana.name +botania:quartztypeblaze:0, Block of Blaze Quartz +botania:quartztypeblaze:1, Chiseled Blaze Quartz Block +botania:quartztypeblaze:2, Pillar Blaze Quartz Block +botania:quartzslabblazehalf:0, Blaze Quartz Slab +botania:quartzstairsblaze, tile.quartzStairsBlaze.name +botania:quartztypelavender:0, Block of Lavender Quartz +botania:quartztypelavender:1, Chiseled Lavender Quartz Block +botania:quartztypelavender:2, Pillar Lavender Quartz Block +botania:quartzslablavenderhalf:0, Lavender Quartz Slab +botania:quartzstairslavender, tile.quartzStairsLavender.name +botania:quartztypered:0, Block of Redquartz +botania:quartztypered:1, Chiseled Redquartz Block +botania:quartztypered:2, Pillar Redquartz Block +botania:quartzslabredhalf:0, Redquartz Slab +botania:quartzstairsred, tile.quartzStairsRed.name +botania:quartztypeelf:0, Block of Elven Quartz +botania:quartztypeelf:1, Chiseled Elven Quartz Block +botania:quartztypeelf:2, Pillar Elven Quartz Block +botania:quartzslabelfhalf:0, Elven Quartz Slab +botania:quartzstairself, tile.quartzStairsElf.name +botania:quartztypesunny:0, Block of Sunny Quartz +botania:quartztypesunny:1, Chiseled Sunny Quartz Block +botania:quartztypesunny:2, Pillar Sunny Quartz Block +botania:quartzslabsunnyhalf:0, Sunny Quartz Slab +botania:quartzstairssunny, tile.quartzStairsSunny.name +botania:biomestonea:0, Metamorphic Forest Stone +botania:biomestonea:1, Metamorphic Plains Stone +botania:biomestonea:2, Metamorphic Mountain Stone +botania:biomestonea:3, Metamorphic Fungal Stone +botania:biomestonea:4, Metamorphic Swamp Stone +botania:biomestonea:5, Metamorphic Desert Stone +botania:biomestonea:6, Metamorphic Taiga Stone +botania:biomestonea:7, Metamorphic Mesa Stone +botania:biomestonea:8, Metamorphic Forest Cobblestone +botania:biomestonea:9, Metamorphic Plains Cobblestone +botania:biomestonea:10, Metamorphic Mountain Cobblestone +botania:biomestonea:11, Metamorphic Fungal Cobblestone +botania:biomestonea:12, Metamorphic Swamp Cobblestone +botania:biomestonea:13, Metamorphic Desert Cobblestone +botania:biomestonea:14, Metamorphic Taiga Cobblestone +botania:biomestonea:15, Metamorphic Mesa Cobblestone +botania:biomestoneb:0, Metamorphic Forest Stone Bricks +botania:biomestoneb:1, Metamorphic Plains Stone Bricks +botania:biomestoneb:2, Metamorphic Mountain Stone Bricks +botania:biomestoneb:3, Metamorphic Fungal Stone Bricks +botania:biomestoneb:4, Metamorphic Swamp Stone Bricks +botania:biomestoneb:5, Metamorphic Desert Stone Bricks +botania:biomestoneb:6, Metamorphic Taiga Stone Bricks +botania:biomestoneb:7, Metamorphic Mesa Stone Bricks +botania:biomestoneb:8, Chiseled Metamorphic Forest Stone Brick +botania:biomestoneb:9, Chiseled Metamorphic Plains Stone Brick +botania:biomestoneb:10, Chiseled Metamorphic Mountain Stone Brick +botania:biomestoneb:11, Chiseled Metamorphic Fungal Stone Brick +botania:biomestoneb:12, Chiseled Metamorphic Swamp Stone Brick +botania:biomestoneb:13, Chiseled Metamorphic Desert Stone Brick +botania:biomestoneb:14, Chiseled Metamorphic Taiga Stone Brick +botania:biomestoneb:15, Chiseled Metamorphic Mesa Stone Brick +botania:pavement:0, White Portuguese Pavement +botania:pavement:1, Black Portuguese Pavement +botania:pavement:2, Blue Portuguese Pavement +botania:pavement:3, Red Portuguese Pavement +botania:pavement:4, Yellow Portuguese Pavement +botania:pavement:5, Green Portuguese Pavement +botania:biomestonea0stairs, tile.biomeStoneA0Stairs.name +botania:biomestonea0slab:0, Metamorphic Forest Stone Slab +botania:biomestonea1stairs, tile.biomeStoneA1Stairs.name +botania:biomestonea1slab:0, Metamorphic Plains Stone Slab +botania:biomestonea2stairs, tile.biomeStoneA2Stairs.name +botania:biomestonea2slab:0, Metamorphic Mountain Stone Slab +botania:biomestonea3stairs, tile.biomeStoneA3Stairs.name +botania:biomestonea3slab:0, Metamorphic Fungal Stone Slab +botania:biomestonea4stairs, tile.biomeStoneA4Stairs.name +botania:biomestonea4slab:0, Metamorphic Swamp Stone Slab +botania:biomestonea5stairs, tile.biomeStoneA5Stairs.name +botania:biomestonea5slab:0, Metamorphic Desert Stone Slab +botania:biomestonea6stairs, tile.biomeStoneA6Stairs.name +botania:biomestonea6slab:0, Metamorphic Taiga Stone Slab +botania:biomestonea7stairs, tile.biomeStoneA7Stairs.name +botania:biomestonea7slab:0, Metamorphic Mesa Stone Slab +botania:biomestonea8stairs, tile.biomeStoneA8Stairs.name +botania:biomestonea8slab:0, Metamorphic Forest Cobblestone Slab +botania:biomestonea9stairs, tile.biomeStoneA9Stairs.name +botania:biomestonea9slab:0, Metamorphic Plains Cobblestone Slab +botania:biomestonea10stairs, tile.biomeStoneA10Stairs.name +botania:biomestonea10slab:0, Metamorphic Mountain Cobblestone Slab +botania:biomestonea11stairs, tile.biomeStoneA11Stairs.name +botania:biomestonea11slab:0, Metamorphic Fungal Cobblestone Slab +botania:biomestonea12stairs, tile.biomeStoneA12Stairs.name +botania:biomestonea12slab:0, Metamorphic Swamp Cobblestone Slab +botania:biomestonea13stairs, tile.biomeStoneA13Stairs.name +botania:biomestonea13slab:0, Metamorphic Desert Cobblestone Slab +botania:biomestonea14stairs, tile.biomeStoneA14Stairs.name +botania:biomestonea14slab:0, Metamorphic Taiga Cobblestone Slab +botania:biomestonea15stairs, tile.biomeStoneA15Stairs.name +botania:biomestonea15slab:0, Metamorphic Mesa Cobblestone Slab +botania:biomestoneb0stairs, tile.biomeStoneB0Stairs.name +botania:biomestoneb0slab:0, Metamorphic Forest Stone Brick Slab +botania:biomestoneb1stairs, tile.biomeStoneB1Stairs.name +botania:biomestoneb1slab:0, Metamorphic Plains Stone Brick Slab +botania:biomestoneb2stairs, tile.biomeStoneB2Stairs.name +botania:biomestoneb2slab:0, Metamorphic Mountain Stone Brick Slab +botania:biomestoneb3stairs, tile.biomeStoneB3Stairs.name +botania:biomestoneb3slab:0, Metamorphic Fungal Stone Brick Slab +botania:biomestoneb4stairs, tile.biomeStoneB4Stairs.name +botania:biomestoneb4slab:0, Metamorphic Swamp Stone Brick Slab +botania:biomestoneb5stairs, tile.biomeStoneB5Stairs.name +botania:biomestoneb5slab:0, Metamorphic Desert Stone Brick Slab +botania:biomestoneb6stairs, tile.biomeStoneB6Stairs.name +botania:biomestoneb6slab:0, Metamorphic Taiga Stone Brick Slab +botania:biomestoneb7stairs, tile.biomeStoneB7Stairs.name +botania:biomestoneb7slab:0, Metamorphic Mesa Stone Bricks Slab +botania:biomestonea0wall:0, Metamorphic Forest Cobblestone Wall +botania:biomestonea0wall:1, Metamorphic Plains Cobblestone Wall +botania:biomestonea0wall:2, Metamorphic Mountain Cobblestone Wall +botania:biomestonea0wall:3, Metamorphic Fungal Cobblestone Wall +botania:biomestonea0wall:4, Metamorphic Swamp Cobblestone Wall +botania:biomestonea0wall:5, Metamorphic Desert Cobblestone Wall +botania:biomestonea0wall:6, Metamorphic Taiga Cobblestone Wall +botania:biomestonea0wall:7, Metamorphic Mesa Cobblestone Wall +botania:pavement0stairs, tile.pavement0Stairs.name +botania:pavement0slab:0, White Portuguese Pavement Slab +botania:pavement1stairs, tile.pavement1Stairs.name +botania:pavement1slab:0, Black Portuguese Pavement Slab +botania:pavement2stairs, tile.pavement2Stairs.name +botania:pavement2slab:0, Blue Portuguese Pavement Slab +botania:pavement3stairs, tile.pavement3Stairs.name +botania:pavement3slab:0, Red Portuguese Pavement Slab +botania:pavement4stairs, tile.pavement4Stairs.name +botania:pavement4slab:0, Yellow Portuguese Pavement Slab +botania:pavement5stairs, tile.pavement5Stairs.name +botania:pavement5slab:0, Green Portuguese Pavement Slab +botania:shimmerrock0slab:0, Shimmerrock Slab +botania:shimmerrock0stairs, tile.shimmerrock0Stairs.name +botania:shimmerwoodplanks0slab:0, Shimmerwood Plank Slab +botania:shimmerwoodplanks0stairs, tile.shimmerwoodPlanks0Stairs.name +botania:managlasspane, tile.manaGlassPane.name +botania:elfglasspane, tile.elfGlassPane.name +botania:bifrostpermpane, tile.bifrostPermPane.name botania:lexicon, item.lexicon.name botania:petal:0, Mystical White Petal botania:petal:1, Mystical Orange Petal @@ -37590,169 +35962,337 @@ 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 -botania:livingwood1stairs, tile.livingwood1Stairs.name -botania:livingwood1slab:0, Livingwood Plank Slab -botania:livingrock0stairs, tile.livingrock0Stairs.name -botania:livingrock0slab:0, Livingrock Slab -botania:livingrock0wall, tile.livingrock0Wall.name -botania:livingrock1stairs, tile.livingrock1Stairs.name -botania:livingrock1slab:0, Livingrock Brick Slab -botania:dreamwood0stairs, tile.dreamwood0Stairs.name -botania:dreamwood0slab:0, Dreamwood Slab -botania:dreamwood0wall, tile.dreamwood0Wall.name -botania:dreamwood1stairs, tile.dreamwood1Stairs.name -botania:dreamwood1slab:0, Dreamwood Plank Slab -botania:quartztypedark:0, Block of Smokey Quartz -botania:quartztypedark:1, Chiseled Smokey Quartz Block -botania:quartztypedark:2, Pillar Smokey Quartz Block -botania:quartzslabdarkhalf:0, Smokey Quartz Slab -botania:quartzstairsdark, tile.quartzStairsDark.name -botania:quartztypemana:0, Block of Mana Quartz -botania:quartztypemana:1, Chiseled Mana Quartz Block -botania:quartztypemana:2, Pillar Mana Quartz Block -botania:quartzslabmanahalf:0, Mana Quartz Slab -botania:quartzstairsmana, tile.quartzStairsMana.name -botania:quartztypeblaze:0, Block of Blaze Quartz -botania:quartztypeblaze:1, Chiseled Blaze Quartz Block -botania:quartztypeblaze:2, Pillar Blaze Quartz Block -botania:quartzslabblazehalf:0, Blaze Quartz Slab -botania:quartzstairsblaze, tile.quartzStairsBlaze.name -botania:quartztypelavender:0, Block of Lavender Quartz -botania:quartztypelavender:1, Chiseled Lavender Quartz Block -botania:quartztypelavender:2, Pillar Lavender Quartz Block -botania:quartzslablavenderhalf:0, Lavender Quartz Slab -botania:quartzstairslavender, tile.quartzStairsLavender.name -botania:quartztypered:0, Block of Redquartz -botania:quartztypered:1, Chiseled Redquartz Block -botania:quartztypered:2, Pillar Redquartz Block -botania:quartzslabredhalf:0, Redquartz Slab -botania:quartzstairsred, tile.quartzStairsRed.name -botania:quartztypeelf:0, Block of Elven Quartz -botania:quartztypeelf:1, Chiseled Elven Quartz Block -botania:quartztypeelf:2, Pillar Elven Quartz Block -botania:quartzslabelfhalf:0, Elven Quartz Slab -botania:quartzstairself, tile.quartzStairsElf.name -botania:quartztypesunny:0, Block of Sunny Quartz -botania:quartztypesunny:1, Chiseled Sunny Quartz Block -botania:quartztypesunny:2, Pillar Sunny Quartz Block -botania:quartzslabsunnyhalf:0, Sunny Quartz Slab -botania:quartzstairssunny, tile.quartzStairsSunny.name -botania:biomestonea:0, Metamorphic Forest Stone -botania:biomestonea:1, Metamorphic Plains Stone -botania:biomestonea:2, Metamorphic Mountain Stone -botania:biomestonea:3, Metamorphic Fungal Stone -botania:biomestonea:4, Metamorphic Swamp Stone -botania:biomestonea:5, Metamorphic Desert Stone -botania:biomestonea:6, Metamorphic Taiga Stone -botania:biomestonea:7, Metamorphic Mesa Stone -botania:biomestonea:8, Metamorphic Forest Cobblestone -botania:biomestonea:9, Metamorphic Plains Cobblestone -botania:biomestonea:10, Metamorphic Mountain Cobblestone -botania:biomestonea:11, Metamorphic Fungal Cobblestone -botania:biomestonea:12, Metamorphic Swamp Cobblestone -botania:biomestonea:13, Metamorphic Desert Cobblestone -botania:biomestonea:14, Metamorphic Taiga Cobblestone -botania:biomestonea:15, Metamorphic Mesa Cobblestone -botania:biomestoneb:0, Metamorphic Forest Stone Bricks -botania:biomestoneb:1, Metamorphic Plains Stone Bricks -botania:biomestoneb:2, Metamorphic Mountain Stone Bricks -botania:biomestoneb:3, Metamorphic Fungal Stone Bricks -botania:biomestoneb:4, Metamorphic Swamp Stone Bricks -botania:biomestoneb:5, Metamorphic Desert Stone Bricks -botania:biomestoneb:6, Metamorphic Taiga Stone Bricks -botania:biomestoneb:7, Metamorphic Mesa Stone Bricks -botania:biomestoneb:8, Chiseled Metamorphic Forest Stone Brick -botania:biomestoneb:9, Chiseled Metamorphic Plains Stone Brick -botania:biomestoneb:10, Chiseled Metamorphic Mountain Stone Brick -botania:biomestoneb:11, Chiseled Metamorphic Fungal Stone Brick -botania:biomestoneb:12, Chiseled Metamorphic Swamp Stone Brick -botania:biomestoneb:13, Chiseled Metamorphic Desert Stone Brick -botania:biomestoneb:14, Chiseled Metamorphic Taiga Stone Brick -botania:biomestoneb:15, Chiseled Metamorphic Mesa Stone Brick -botania:pavement:0, White Portuguese Pavement -botania:pavement:1, Black Portuguese Pavement -botania:pavement:2, Blue Portuguese Pavement -botania:pavement:3, Red Portuguese Pavement -botania:pavement:4, Yellow Portuguese Pavement -botania:pavement:5, Green Portuguese Pavement -botania:biomestonea0stairs, tile.biomeStoneA0Stairs.name -botania:biomestonea0slab:0, Metamorphic Forest Stone Slab -botania:biomestonea1stairs, tile.biomeStoneA1Stairs.name -botania:biomestonea1slab:0, Metamorphic Plains Stone Slab -botania:biomestonea2stairs, tile.biomeStoneA2Stairs.name -botania:biomestonea2slab:0, Metamorphic Mountain Stone Slab -botania:biomestonea3stairs, tile.biomeStoneA3Stairs.name -botania:biomestonea3slab:0, Metamorphic Fungal Stone Slab -botania:biomestonea4stairs, tile.biomeStoneA4Stairs.name -botania:biomestonea4slab:0, Metamorphic Swamp Stone Slab -botania:biomestonea5stairs, tile.biomeStoneA5Stairs.name -botania:biomestonea5slab:0, Metamorphic Desert Stone Slab -botania:biomestonea6stairs, tile.biomeStoneA6Stairs.name -botania:biomestonea6slab:0, Metamorphic Taiga Stone Slab -botania:biomestonea7stairs, tile.biomeStoneA7Stairs.name -botania:biomestonea7slab:0, Metamorphic Mesa Stone Slab -botania:biomestonea8stairs, tile.biomeStoneA8Stairs.name -botania:biomestonea8slab:0, Metamorphic Forest Cobblestone Slab -botania:biomestonea9stairs, tile.biomeStoneA9Stairs.name -botania:biomestonea9slab:0, Metamorphic Plains Cobblestone Slab -botania:biomestonea10stairs, tile.biomeStoneA10Stairs.name -botania:biomestonea10slab:0, Metamorphic Mountain Cobblestone Slab -botania:biomestonea11stairs, tile.biomeStoneA11Stairs.name -botania:biomestonea11slab:0, Metamorphic Fungal Cobblestone Slab -botania:biomestonea12stairs, tile.biomeStoneA12Stairs.name -botania:biomestonea12slab:0, Metamorphic Swamp Cobblestone Slab -botania:biomestonea13stairs, tile.biomeStoneA13Stairs.name -botania:biomestonea13slab:0, Metamorphic Desert Cobblestone Slab -botania:biomestonea14stairs, tile.biomeStoneA14Stairs.name -botania:biomestonea14slab:0, Metamorphic Taiga Cobblestone Slab -botania:biomestonea15stairs, tile.biomeStoneA15Stairs.name -botania:biomestonea15slab:0, Metamorphic Mesa Cobblestone Slab -botania:biomestoneb0stairs, tile.biomeStoneB0Stairs.name -botania:biomestoneb0slab:0, Metamorphic Forest Stone Brick Slab -botania:biomestoneb1stairs, tile.biomeStoneB1Stairs.name -botania:biomestoneb1slab:0, Metamorphic Plains Stone Brick Slab -botania:biomestoneb2stairs, tile.biomeStoneB2Stairs.name -botania:biomestoneb2slab:0, Metamorphic Mountain Stone Brick Slab -botania:biomestoneb3stairs, tile.biomeStoneB3Stairs.name -botania:biomestoneb3slab:0, Metamorphic Fungal Stone Brick Slab -botania:biomestoneb4stairs, tile.biomeStoneB4Stairs.name -botania:biomestoneb4slab:0, Metamorphic Swamp Stone Brick Slab -botania:biomestoneb5stairs, tile.biomeStoneB5Stairs.name -botania:biomestoneb5slab:0, Metamorphic Desert Stone Brick Slab -botania:biomestoneb6stairs, tile.biomeStoneB6Stairs.name -botania:biomestoneb6slab:0, Metamorphic Taiga Stone Brick Slab -botania:biomestoneb7stairs, tile.biomeStoneB7Stairs.name -botania:biomestoneb7slab:0, Metamorphic Mesa Stone Bricks Slab -botania:biomestonea0wall:0, Metamorphic Forest Cobblestone Wall -botania:biomestonea0wall:1, Metamorphic Plains Cobblestone Wall -botania:biomestonea0wall:2, Metamorphic Mountain Cobblestone Wall -botania:biomestonea0wall:3, Metamorphic Fungal Cobblestone Wall -botania:biomestonea0wall:4, Metamorphic Swamp Cobblestone Wall -botania:biomestonea0wall:5, Metamorphic Desert Cobblestone Wall -botania:biomestonea0wall:6, Metamorphic Taiga Cobblestone Wall -botania:biomestonea0wall:7, Metamorphic Mesa Cobblestone Wall -botania:pavement0stairs, tile.pavement0Stairs.name -botania:pavement0slab:0, White Portuguese Pavement Slab -botania:pavement1stairs, tile.pavement1Stairs.name -botania:pavement1slab:0, Black Portuguese Pavement Slab -botania:pavement2stairs, tile.pavement2Stairs.name -botania:pavement2slab:0, Blue Portuguese Pavement Slab -botania:pavement3stairs, tile.pavement3Stairs.name -botania:pavement3slab:0, Red Portuguese Pavement Slab -botania:pavement4stairs, tile.pavement4Stairs.name -botania:pavement4slab:0, Yellow Portuguese Pavement Slab -botania:pavement5stairs, tile.pavement5Stairs.name -botania:pavement5slab:0, Green Portuguese Pavement Slab -botania:shimmerrock0slab:0, Shimmerrock Slab -botania:shimmerrock0stairs, tile.shimmerrock0Stairs.name -botania:shimmerwoodplanks0slab:0, Shimmerwood Plank Slab -botania:shimmerwoodplanks0stairs, tile.shimmerwoodPlanks0Stairs.name -botania:managlasspane, tile.manaGlassPane.name -botania:elfglasspane, tile.elfGlassPane.name -botania:bifrostpermpane, tile.bifrostPermPane.name +botania:flower:0, Mystical White Flower +botania:flower:1, Mystical Orange Flower +botania:flower:2, Mystical Magenta Flower +botania:flower:3, Mystical Light Blue Flower +botania:flower:4, Mystical Yellow Flower +botania:flower:5, Mystical Lime Flower +botania:flower:6, Mystical Pink Flower +botania:flower:7, Mystical Gray Flower +botania:flower:8, Mystical Light Gray Flower +botania:flower:9, Mystical Cyan Flower +botania:flower:10, Mystical Purple Flower +botania:flower:11, Mystical Blue Flower +botania:flower:12, Mystical Brown Flower +botania:flower:13, Mystical Green Flower +botania:flower:14, Mystical Red Flower +botania:flower:15, Mystical Black Flower +botania:altar:0, Petal Apothecary +botania:altar:1, Forest Petal Apothecary +botania:altar:2, Plains Petal Apothecary +botania:altar:3, Mountain Petal Apothecary +botania:altar:4, Fungal Petal Apothecary +botania:altar:5, Swamp Petal Apothecary +botania:altar:6, Desert Petal Apothecary +botania:altar:7, Taiga Petal Apothecary +botania:altar:8, Mesa Petal Apothecary +botania:livingrock:0, Livingrock +botania:livingrock:1, Livingrock Brick +botania:livingrock:2, Mossy Livingrock Brick +botania:livingrock:3, Cracked Livingrock Brick +botania:livingrock:4, Chiseled Livingrock Brick +botania:livingwood:0, Livingwood +botania:livingwood:1, Livingwood Planks +botania:livingwood:2, Mossy Livingwood Planks +botania:livingwood:3, Framed Livingwood +botania:livingwood:4, Pattern Framed Livingwood +botania:livingwood:5, Glimmering Livingwood +botania:specialflower:0, Pure Daisy +botania:specialflower:0, Manastar +botania:specialflower:0, Endoflame +botania:specialflower:0, Hydroangeas +botania:specialflower:0, Thermalily +botania:specialflower:0, Rosa Arcana +botania:specialflower:0, Munchdew +botania:specialflower:0, Entropinnyum +botania:specialflower:0, Kekimurus +botania:specialflower:0, Gourmaryllis +botania:specialflower:0, Narslimmus +botania:specialflower:0, Spectrolus +botania:specialflower:0, Rafflowsia +botania:specialflower:0, Shulk Me Not +botania:specialflower:0, Dandelifeon +botania:specialflower:0, Jaded Amaranthus +botania:specialflower:0, Bellethorne +botania:specialflower:0, Bellethorne Petite +botania:specialflower:0, Dreadthorne +botania:specialflower:0, Heisei Dream +botania:specialflower:0, Tigerseye +botania:specialflower:0, Marimorphosis +botania:specialflower:0, Marimorphosis Petite +botania:specialflower:0, Orechid +botania:specialflower:0, Orechid Ignem +botania:specialflower:0, Fallen Kanade +botania:specialflower:0, Exoflame +botania:specialflower:0, Agricarnation +botania:specialflower:0, Agricarnation Petite +botania:specialflower:0, Hopperhock +botania:specialflower:0, Hopperhock Petite +botania:specialflower:0, Rannuncarpus +botania:specialflower:0, Rannuncarpus Petite +botania:specialflower:0, Tangleberrie +botania:specialflower:0, Jiyuulia +botania:specialflower:0, Hyacidus +botania:specialflower:0, Medumone +botania:specialflower:0, Pollidisiac +botania:specialflower:0, Clayconia +botania:specialflower:0, Clayconia Petite +botania:specialflower:0, Loonium +botania:specialflower:0, Daffomill +botania:specialflower:0, Vinculotus +botania:specialflower:0, Spectranthemum +botania:specialflower:0, Bubbell +botania:specialflower:0, Bubbell Petite +botania:specialflower:0, Solegnolia +botania:specialflower:0, Solegnolia Petite +botania:specialflower:0, Bergamute +botania:specialflower:0, Beegonia +botania:specialflower:0, Hiveacynth +botania:specialflower:0, Hibeescus +botania:spreader:0, Mana Spreader +botania:spreader:1, Pulse Mana Spreader +botania:spreader:2, Elven Mana Spreader +botania:spreader:3, Gaia Mana Spreader +botania:pool:0, Mana Pool +botania:pool:2, Diluted Mana Pool +botania:pool:3, Fabulous Mana Pool +botania:pool:1, The Everlasting Guilty Pool +botania:runealtar, tile.runeAltar.name +botania:pylon:0, Mana Pylon +botania:pylon:1, Natura Pylon +botania:pylon:2, Gaia Pylon +botania:pistonrelay, tile.pistonRelay.name +botania:distributor, tile.distributor.name +botania:manavoid, tile.manaVoid.name +botania:manadetector, tile.manaDetector.name +botania:enchanter, Enchanter +botania:turntable, tile.turntable.name +botania:tinyplanetblock, tile.tinyPlanetBlock.name +botania:alchemycatalyst, tile.alchemyCatalyst.name +botania:opencrate:0, Open Crate +botania:opencrate:1, Crafty Crate +botania:foresteye, tile.forestEye.name +botania:storage:0, Block of Manasteel +botania:storage:1, Block of Terrasteel +botania:storage:2, Block of Elementium +botania:storage:3, Block of Mana Diamond +botania:storage:4, Block of Dragonstone +botania:forestdrum:0, Drum of the Wild +botania:forestdrum:1, Drum of the Gathering +botania:forestdrum:2, Drum of the Canopy +botania:shinyflower:0, Glimmering White Flower +botania:shinyflower:1, Glimmering Orange Flower +botania:shinyflower:2, Glimmering Magenta Flower +botania:shinyflower:3, Glimmering Light Blue Flower +botania:shinyflower:4, Glimmering Yellow Flower +botania:shinyflower:5, Glimmering Lime Flower +botania:shinyflower:6, Glimmering Pink Flower +botania:shinyflower:7, Glimmering Gray Flower +botania:shinyflower:8, Glimmering Light Gray Flower +botania:shinyflower:9, Glimmering Cyan Flower +botania:shinyflower:10, Glimmering Purple Flower +botania:shinyflower:11, Glimmering Blue Flower +botania:shinyflower:12, Glimmering Brown Flower +botania:shinyflower:13, Glimmering Green Flower +botania:shinyflower:14, Glimmering Red Flower +botania:shinyflower:15, Glimmering Black Flower +botania:platform:0, Abstruse Platform +botania:platform:1, Spectral Platform +botania:platform:2, Infrangible Platform +botania:alfheimportal, tile.alfheimPortal.name +botania:dreamwood:0, Dreamwood +botania:dreamwood:1, Dreamwood Planks +botania:dreamwood:2, Mossy Dreamwood Planks +botania:dreamwood:3, Framed Dreamwood +botania:dreamwood:4, Pattern Framed Dreamwood +botania:dreamwood:5, Glimmering Dreamwood +botania:conjurationcatalyst, tile.conjurationCatalyst.name +botania:bifrost, tile.bifrost.name +botania:miniisland:0, Floating White Flower +botania:miniisland:1, Floating Orange Flower +botania:miniisland:2, Floating Magenta Flower +botania:miniisland:3, Floating Light Blue Flower +botania:miniisland:4, Floating Yellow Flower +botania:miniisland:5, Floating Lime Flower +botania:miniisland:6, Floating Pink Flower +botania:miniisland:7, Floating Gray Flower +botania:miniisland:8, Floating Light Gray Flower +botania:miniisland:9, Floating Cyan Flower +botania:miniisland:10, Floating Purple Flower +botania:miniisland:11, Floating Blue Flower +botania:miniisland:12, Floating Brown Flower +botania:miniisland:13, Floating Green Flower +botania:miniisland:14, Floating Red Flower +botania:miniisland:15, Floating Black Flower +botania:tinypotato, tile.tinyPotato.name +botania:spawnerclaw, tile.spawnerClaw.name +botania:custombrick:0, Azulejo +botania:custombrick:1, Azulejo +botania:custombrick:2, Azulejo +botania:custombrick:3, Azulejo +botania:custombrick:4, Azulejo +botania:custombrick:5, Azulejo +botania:custombrick:6, Azulejo +botania:custombrick:7, Azulejo +botania:custombrick:8, Azulejo +botania:custombrick:9, Azulejo +botania:custombrick:10, Azulejo +botania:custombrick:11, Azulejo +botania:custombrick:12, Azulejo +botania:custombrick:13, Azulejo +botania:custombrick:14, Azulejo +botania:custombrick:15, Azulejo +botania:endereyeblock, tile.enderEyeBlock.name +botania:starfield, tile.starfield.name +botania:rfgenerator, tile.rfGenerator.name +botania:elfglass, tile.elfGlass.name +botania:brewery, tile.brewery.name +botania:managlass, tile.manaGlass.name +botania:terraplate, tile.terraPlate.name +botania:redstringcontainer, tile.redStringContainer.name +botania:redstringdispenser, tile.redStringDispenser.name +botania:redstringfertilizer, tile.redStringFertilizer.name +botania:redstringcomparator, tile.redStringComparator.name +botania:redstringrelay, tile.redStringRelay.name +botania:floatingspecialflower:0, Floating Pure Daisy +botania:floatingspecialflower:0, Floating Manastar +botania:floatingspecialflower:0, Floating Endoflame +botania:floatingspecialflower:0, Floating Hydroangeas +botania:floatingspecialflower:0, Floating Thermalily +botania:floatingspecialflower:0, Floating Rosa Arcana +botania:floatingspecialflower:0, Floating Munchdew +botania:floatingspecialflower:0, Floating Entropinnyum +botania:floatingspecialflower:0, Floating Kekimurus +botania:floatingspecialflower:0, Floating Gourmaryllis +botania:floatingspecialflower:0, Floating Narslimmus +botania:floatingspecialflower:0, Floating Spectrolus +botania:floatingspecialflower:0, Floating Rafflowsia +botania:floatingspecialflower:0, Floating Shulk Me Not +botania:floatingspecialflower:0, Floating Dandelifeon +botania:floatingspecialflower:0, Floating Jaded Amaranthus +botania:floatingspecialflower:0, Floating Bellethorne +botania:floatingspecialflower:0, Floating Bellethorne Petite +botania:floatingspecialflower:0, Floating Dreadthorne +botania:floatingspecialflower:0, Floating Heisei Dream +botania:floatingspecialflower:0, Floating Tigerseye +botania:floatingspecialflower:0, Floating Marimorphosis +botania:floatingspecialflower:0, Floating Marimorphosis Petite +botania:floatingspecialflower:0, Floating Orechid +botania:floatingspecialflower:0, Floating Orechid Ignem +botania:floatingspecialflower:0, Floating Fallen Kanade +botania:floatingspecialflower:0, Floating Exoflame +botania:floatingspecialflower:0, Floating Agricarnation +botania:floatingspecialflower:0, Floating Agricarnation Petite +botania:floatingspecialflower:0, Floating Hopperhock +botania:floatingspecialflower:0, Floating Hopperhock Petite +botania:floatingspecialflower:0, Floating Rannuncarpus +botania:floatingspecialflower:0, Floating Rannuncarpus Petite +botania:floatingspecialflower:0, Floating Tangleberrie +botania:floatingspecialflower:0, Floating Jiyuulia +botania:floatingspecialflower:0, Floating Hyacidus +botania:floatingspecialflower:0, Floating Medumone +botania:floatingspecialflower:0, Floating Pollidisiac +botania:floatingspecialflower:0, Floating Clayconia +botania:floatingspecialflower:0, Floating Clayconia Petite +botania:floatingspecialflower:0, Floating Loonium +botania:floatingspecialflower:0, Floating Daffomill +botania:floatingspecialflower:0, Floating Vinculotus +botania:floatingspecialflower:0, Floating Spectranthemum +botania:floatingspecialflower:0, Floating Bubbell +botania:floatingspecialflower:0, Floating Bubbell Petite +botania:floatingspecialflower:0, Floating Solegnolia +botania:floatingspecialflower:0, Floating Solegnolia Petite +botania:floatingspecialflower:0, Floating Bergamute +botania:floatingspecialflower:0, Floating Beegonia +botania:floatingspecialflower:0, Floating Hiveacynth +botania:floatingspecialflower:0, Floating Hibeescus +botania:prism, tile.prism.name +botania:enchantedsoil, tile.enchantedSoil.name +botania:petalblock:0, White Petal Block +botania:petalblock:1, Orange Petal Block +botania:petalblock:2, Magenta Petal Block +botania:petalblock:3, Light Blue Petal Block +botania:petalblock:4, Yellow Petal Block +botania:petalblock:5, Lime Petal Block +botania:petalblock:6, Pink Petal Block +botania:petalblock:7, Gray Petal Block +botania:petalblock:8, Light Gray Petal Block +botania:petalblock:9, Cyan Petal Block +botania:petalblock:10, Purple Petal Block +botania:petalblock:11, Blue Petal Block +botania:petalblock:12, Brown Petal Block +botania:petalblock:13, Green Petal Block +botania:petalblock:14, Red Petal Block +botania:petalblock:15, Black Petal Block +botania:corporeaindex, tile.corporeaIndex.name +botania:corporeafunnel, tile.corporeaFunnel.name +botania:mushroom:0, White Shimmering Mushroom +botania:mushroom:1, Orange Shimmering Mushroom +botania:mushroom:2, Magenta Shimmering Mushroom +botania:mushroom:3, Light Blue Shimmering Mushroom +botania:mushroom:4, Yellow Shimmering Mushroom +botania:mushroom:5, Lime Shimmering Mushroom +botania:mushroom:6, Pink Shimmering Mushroom +botania:mushroom:7, Gray Shimmering Mushroom +botania:mushroom:8, Light Gray Shimmering Mushroom +botania:mushroom:9, Cyan Shimmering Mushroom +botania:mushroom:10, Purple Shimmering Mushroom +botania:mushroom:11, Blue Shimmering Mushroom +botania:mushroom:12, Brown Shimmering Mushroom +botania:mushroom:13, Green Shimmering Mushroom +botania:mushroom:14, Red Shimmering Mushroom +botania:mushroom:15, Black Shimmering Mushroom +botania:pump, Fluid Pump +botania:doubleflower1:0, Tall Mystical White Flower +botania:doubleflower1:1, Tall Mystical Orange Flower +botania:doubleflower1:2, Tall Mystical Magenta Flower +botania:doubleflower1:3, Tall Mystical Light Blue Flower +botania:doubleflower1:4, Tall Mystical Yellow Flower +botania:doubleflower1:5, Tall Mystical Lime Flower +botania:doubleflower1:6, Tall Mystical Pink Flower +botania:doubleflower1:7, Tall Mystical Gray Flower +botania:doubleflower2:0, Tall Mystical Light Gray Flower +botania:doubleflower2:1, Tall Mystical Cyan Flower +botania:doubleflower2:2, Tall Mystical Purple Flower +botania:doubleflower2:3, Tall Mystical Blue Flower +botania:doubleflower2:4, Tall Mystical Brown Flower +botania:doubleflower2:5, Tall Mystical Green Flower +botania:doubleflower2:6, Tall Mystical Red Flower +botania:doubleflower2:7, Tall Mystical Black Flower +botania:blazeblock, tile.blazeBlock.name +botania:corporeainterceptor, tile.corporeaInterceptor.name +botania:corporeacrystalcube, tile.corporeaCrystalCube.name +botania:incenseplate, tile.incensePlate.name +botania:hourglass, tile.hourglass.name +botania:ghostrail, tile.ghostRail.name +botania:sparkchanger, tile.sparkChanger.name +botania:root, tile.root.name +botania:felpumpkin, tile.felPumpkin.name +botania:cocoon, tile.cocoon.name +botania:lightrelay:0, Luminizer +botania:lightrelay:1, Detector Luminizer +botania:lightrelay:2, Fork Luminizer +botania:lightrelay:3, Toggle Luminizer +botania:lightlauncher, tile.lightLauncher.name +botania:manabomb, tile.manaBomb.name +botania:cacophoniumblock, tile.cacophoniumBlock.name +botania:bellows, Arcane Bellows +botania:bifrostperm, tile.bifrostPerm.name +botania:cellblock, tile.cellBlock.name +botania:redstringinterceptor, tile.redStringInterceptor.name +botania:corporearetainer, tile.corporeaRetainer.name +botania:teruterubozu, tile.teruTeruBozu.name +botania:shimmerrock, tile.shimmerrock.name +botania:shimmerwoodplanks, tile.shimmerwoodPlanks.name +botania:avatar, tile.avatar.name +botania:altgrass:0, Dry Grass +botania:altgrass:1, Golden Grass +botania:altgrass:2, Vivid Grass +botania:altgrass:3, Scorched Grass +botania:altgrass:4, Infused Grass +botania:altgrass:5, Mutated Grass +botania:animatedtorch, tile.animatedTorch.name mowziesmobs:foliaath_seed, Foliaath Seed mowziesmobs:test_structure, Test Structures mowziesmobs:mob_remover, Mob Remover @@ -38744,13 +37284,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_3, Dank 3 -dankstorage:dank_5, Dank 5 dankstorage:dank_2, Dank 2 dankstorage:dank_7, Dank 7 +dankstorage:dank_4, Dank 4 +dankstorage:dank_3, Dank 3 dankstorage:dank_1, Dank 1 dankstorage:dank_6, Dank 6 -dankstorage:dank_4, Dank 4 +dankstorage:dank_5, Dank 5 deepmoblearning:polymer_clay, Polymer Clay deepmoblearning:data_model_blank, Blank Data Model deepmoblearning:deep_learner, Deep Learner @@ -38899,6 +37439,238 @@ 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:angelic_helmet, Angelic Helmet +divinerpg:angelic_chestplate, Angelic Chestplate +divinerpg:angelic_leggings, Angelic Leggings +divinerpg:angelic_boots, Angelic Boots +divinerpg:aquastrive_helmet, Aquastrive Helmet +divinerpg:aquastrive_chestplate, Aquastrive Chestplate +divinerpg:aquastrive_leggings, Aquastrive Leggings +divinerpg:aquastrive_boots, Aquastrive Boots +divinerpg:arlemite_helmet, Arlemite Helmet +divinerpg:arlemite_chestplate, Arlemite Chestplate +divinerpg:arlemite_leggings, Arlemite Leggings +divinerpg:arlemite_boots, Arlemite Boots +divinerpg:bedrock_helmet, Bedrock Helmet +divinerpg:bedrock_chestplate, Bedrock Chestplate +divinerpg:bedrock_leggings, Bedrock Leggings +divinerpg:bedrock_boots, Bedrock Boots +divinerpg:corrupted_helmet, Corrupted Helmet +divinerpg:corrupted_chestplate, Corrupted Chestplate +divinerpg:corrupted_leggings, Corrupted Leggings +divinerpg:corrupted_boots, Corrupted Boots +divinerpg:divine_helmet, Divine Helmet +divinerpg:divine_chestplate, Divine Chestplate +divinerpg:divine_leggings, Divine Leggings +divinerpg:divine_boots, Divine Boots +divinerpg:elite_realmite_helmet, Elite Realmite Helmet +divinerpg:elite_realmite_chestplate, Elite Realmite Chestplate +divinerpg:elite_realmite_leggings, Elite Realmite Leggings +divinerpg:elite_realmite_boots, Elite Realmite Boots +divinerpg:ender_helmet, Ender Helmet +divinerpg:ender_chestplate, Ender Chestplate +divinerpg:ender_leggings, Ender Leggings +divinerpg:ender_boots, Ender Boots +divinerpg:blue_ender_helmet, Blue Ender Helmet +divinerpg:blue_ender_chestplate, Blue Ender Chestplate +divinerpg:blue_ender_leggings, Blue Ender Leggings +divinerpg:blue_ender_boots, Blue Ender Boots +divinerpg:gray_ender_helmet, Gray Ender Helmet +divinerpg:gray_ender_chestplate, Gray Ender Chestplate +divinerpg:gray_ender_leggings, Gray Ender Leggings +divinerpg:gray_ender_boots, Gray Ender Boots +divinerpg:green_ender_helmet, Green Ender Helmet +divinerpg:green_ender_chestplate, Green Ender Chestplate +divinerpg:green_ender_leggings, Green Ender Leggings +divinerpg:green_ender_boots, Green Ender Boots +divinerpg:red_ender_helmet, Red Ender Helmet +divinerpg:red_ender_chestplate, Red Ender Chestplate +divinerpg:red_ender_leggings, Red Ender Leggings +divinerpg:red_ender_boots, Red Ender Boots +divinerpg:yellow_ender_helmet, Yellow Ender Helmet +divinerpg:yellow_ender_chestplate, Yellow Ender Chestplate +divinerpg:yellow_ender_leggings, Yellow Ender Leggings +divinerpg:yellow_ender_boots, Yellow Ender Boots +divinerpg:frozen_helmet, Frozen Helmet +divinerpg:frozen_chestplate, Frozen Chestplate +divinerpg:frozen_leggings, Frozen Leggings +divinerpg:frozen_boots, Frozen Boots +divinerpg:inferno_helmet, Inferno Helmet +divinerpg:inferno_chestplate, Inferno Chestplate +divinerpg:inferno_leggings, Inferno Leggings +divinerpg:inferno_boots, Inferno Boots +divinerpg:jack_o_man_helmet, Jack O Man Helmet +divinerpg:jack_o_man_chestplate, Jack O Man Chestplate +divinerpg:jack_o_man_leggings, Jack O Man Leggings +divinerpg:jack_o_man_boots, Jack O Man Boots +divinerpg:jungle_helmet, Jungle Helmet +divinerpg:jungle_chestplate, Jungle Chestplate +divinerpg:jungle_leggings, Jungle Leggings +divinerpg:jungle_boots, Jungle Boots +divinerpg:kraken_helmet, Kraken Helmet +divinerpg:kraken_chestplate, Kraken Chestplate +divinerpg:kraken_leggings, Kraken Leggings +divinerpg:kraken_boots, Kraken Boots +divinerpg:netherite_helmet, Netherite Helmet +divinerpg:netherite_chestplate, Netherite Chestplate +divinerpg:netherite_leggings, Netherite Leggings +divinerpg:netherite_boots, Netherite Boots +divinerpg:realmite_helmet, Realmite Helmet +divinerpg:realmite_chestplate, Realmite Chestplate +divinerpg:realmite_leggings, Realmite Leggings +divinerpg:realmite_boots, Realmite Boots +divinerpg:rupee_helmet, Rupee Helmet +divinerpg:rupee_chestplate, Rupee Chestplate +divinerpg:rupee_leggings, Rupee Leggings +divinerpg:rupee_boots, Rupee Boots +divinerpg:blue_rupee_helmet, Blue Rupee Helmet +divinerpg:blue_rupee_chestplate, Blue Rupee Chestplate +divinerpg:blue_rupee_leggings, Blue Rupee Leggings +divinerpg:blue_rupee_boots, Blue Rupee Boots +divinerpg:gray_rupee_helmet, Gray Rupee Helmet +divinerpg:gray_rupee_chestplate, Gray Rupee Chestplate +divinerpg:gray_rupee_leggings, Gray Rupee Leggings +divinerpg:gray_rupee_boots, Gray Rupee Boots +divinerpg:green_rupee_helmet, Green Rupee Helmet +divinerpg:green_rupee_chestplate, Green Rupee Chestplate +divinerpg:green_rupee_leggings, Green Rupee Leggings +divinerpg:green_rupee_boots, Green Rupee Boots +divinerpg:red_rupee_helmet, Red Rupee Helmet +divinerpg:red_rupee_chestplate, Red Rupee Chestplate +divinerpg:red_rupee_leggings, Red Rupee Leggings +divinerpg:red_rupee_boots, Red Rupee Boots +divinerpg:yellow_rupee_helmet, Yellow Rupee Helmet +divinerpg:yellow_rupee_chestplate, Yellow Rupee Chestplate +divinerpg:yellow_rupee_leggings, Yellow Rupee Leggings +divinerpg:yellow_rupee_boots, Yellow Rupee Boots +divinerpg:shadow_helmet, Shadow Helmet +divinerpg:shadow_chestplate, Shadow Chestplate +divinerpg:shadow_leggings, Shadow Leggings +divinerpg:shadow_boots, Shadow Boots +divinerpg:skeleman_helmet, Skeleman Helmet +divinerpg:skeleman_chestplate, Skeleman Chestplate +divinerpg:skeleman_leggings, Skeleman Leggings +divinerpg:skeleman_boots, Skeleman Boots +divinerpg:terran_helmet, Terran Helmet +divinerpg:terran_chestplate, Terran Chestplate +divinerpg:terran_leggings, Terran Leggings +divinerpg:terran_boots, Terran Boots +divinerpg:wither_reaper_helmet, Wither Reaper Helmet +divinerpg:wither_reaper_chestplate, Wither Reaper Chestplate +divinerpg:wither_reaper_leggings, Wither Reaper Leggings +divinerpg:wither_reaper_boots, Wither Reaper Boots +divinerpg:santa_helmet, Santa Cap +divinerpg:santa_chestplate, Santa Tunic +divinerpg:santa_leggings, Santa Pants +divinerpg:santa_boots, Santa Boots +divinerpg:eden_helmet, Eden Helmet +divinerpg:eden_chestplate, Eden Chestplate +divinerpg:eden_leggings, Eden Leggings +divinerpg:eden_boots, Eden Boots +divinerpg:wildwood_helmet, Wildwood Helmet +divinerpg:wildwood_chestplate, Wildwood Chestplate +divinerpg:wildwood_leggings, Wildwood Leggings +divinerpg:wildwood_boots, Wildwood Boots +divinerpg:apalachia_helmet, Apalachia Helmet +divinerpg:apalachia_chestplate, Apalachia Chestplate +divinerpg:apalachia_leggings, Apalachia Leggings +divinerpg:apalachia_boots, Apalachia Boots +divinerpg:skythern_helmet, Skythern Helmet +divinerpg:skythern_chestplate, Skythern Chestplate +divinerpg:skythern_leggings, Skythern Leggings +divinerpg:skythern_boots, Skythern Boots +divinerpg:mortum_helmet, Mortum Helmet +divinerpg:mortum_chestplate, Mortum Chestplate +divinerpg:mortum_leggings, Mortum Leggings +divinerpg:mortum_boots, Mortum Boots +divinerpg:halite_helmet, Halite Helmet +divinerpg:halite_chestplate, Halite Chestplate +divinerpg:halite_leggings, Halite Leggings +divinerpg:halite_boots, Halite Boots +divinerpg:awakened_halite_helmet, Awakened Halite Helmet +divinerpg:awakened_halite_chestplate, Awakened Halite Chestplate +divinerpg:awakened_halite_leggings, Awakened Halite Leggings +divinerpg:awakened_halite_boots, Awakened Halite Boots +divinerpg:korma_helmet, Korma Helmet +divinerpg:korma_chestplate, Korma Chestplate +divinerpg:korma_leggings, Korma Leggings +divinerpg:korma_boots, Korma Boots +divinerpg:vemos_helmet, Vemos Helmet +divinerpg:vemos_chestplate, Vemos Chestplate +divinerpg:vemos_leggings, Vemos Leggings +divinerpg:vemos_boots, Vemos Boots +divinerpg:degraded_helmet, Degraded Helmet +divinerpg:degraded_hood, Degraded Hood +divinerpg:degraded_mask, Degraded Mask +divinerpg:degraded_chestplate, Degraded Chestplate +divinerpg:degraded_leggings, Degraded Leggings +divinerpg:degraded_boots, Degraded Boots +divinerpg:finished_helmet, Finished Helmet +divinerpg:finished_hood, Finished Hood +divinerpg:finished_mask, Finished Mask +divinerpg:finished_chestplate, Finished Chestplate +divinerpg:finished_leggings, Finished Leggings +divinerpg:finished_boots, Finished Boots +divinerpg:glistening_helmet, Glistening Helmet +divinerpg:glistening_hood, Glistening Hood +divinerpg:glistening_mask, Glistening Mask +divinerpg:glistening_chestplate, Glistening Chestplate +divinerpg:glistening_leggings, Glistening Leggings +divinerpg:glistening_boots, Glistening Boots +divinerpg:demonized_helmet, Demonized Helmet +divinerpg:demonized_hood, Demonized Hood +divinerpg:demonized_mask, Demonized Mask +divinerpg:demonized_chestplate, Demonized Chestplate +divinerpg:demonized_leggings, Demonized Leggings +divinerpg:demonized_boots, Demonized Boots +divinerpg:tormented_helmet, Tormented Helmet +divinerpg:tormented_hood, Tormented Hood +divinerpg:tormented_mask, Tormented Mask +divinerpg:tormented_chestplate, Tormented Chestplate +divinerpg:tormented_leggings, Tormented Leggings +divinerpg:tormented_boots, Tormented Boots divinerpg:aquatic_dagger, Aquatic Dagger divinerpg:aquatic_maul, Aquatic Maul divinerpg:aquatic_trident, Aquatic Trident @@ -39103,238 +37875,6 @@ divinerpg:karos_staff, Karos Staff divinerpg:heliosis_staff, Heliosis Staff divinerpg:arksiane_staff, Arksiane Staff divinerpg:evernight, Evernight -divinerpg:angelic_helmet, Angelic Helmet -divinerpg:angelic_chestplate, Angelic Chestplate -divinerpg:angelic_leggings, Angelic Leggings -divinerpg:angelic_boots, Angelic Boots -divinerpg:aquastrive_helmet, Aquastrive Helmet -divinerpg:aquastrive_chestplate, Aquastrive Chestplate -divinerpg:aquastrive_leggings, Aquastrive Leggings -divinerpg:aquastrive_boots, Aquastrive Boots -divinerpg:arlemite_helmet, Arlemite Helmet -divinerpg:arlemite_chestplate, Arlemite Chestplate -divinerpg:arlemite_leggings, Arlemite Leggings -divinerpg:arlemite_boots, Arlemite Boots -divinerpg:bedrock_helmet, Bedrock Helmet -divinerpg:bedrock_chestplate, Bedrock Chestplate -divinerpg:bedrock_leggings, Bedrock Leggings -divinerpg:bedrock_boots, Bedrock Boots -divinerpg:corrupted_helmet, Corrupted Helmet -divinerpg:corrupted_chestplate, Corrupted Chestplate -divinerpg:corrupted_leggings, Corrupted Leggings -divinerpg:corrupted_boots, Corrupted Boots -divinerpg:divine_helmet, Divine Helmet -divinerpg:divine_chestplate, Divine Chestplate -divinerpg:divine_leggings, Divine Leggings -divinerpg:divine_boots, Divine Boots -divinerpg:elite_realmite_helmet, Elite Realmite Helmet -divinerpg:elite_realmite_chestplate, Elite Realmite Chestplate -divinerpg:elite_realmite_leggings, Elite Realmite Leggings -divinerpg:elite_realmite_boots, Elite Realmite Boots -divinerpg:ender_helmet, Ender Helmet -divinerpg:ender_chestplate, Ender Chestplate -divinerpg:ender_leggings, Ender Leggings -divinerpg:ender_boots, Ender Boots -divinerpg:blue_ender_helmet, Blue Ender Helmet -divinerpg:blue_ender_chestplate, Blue Ender Chestplate -divinerpg:blue_ender_leggings, Blue Ender Leggings -divinerpg:blue_ender_boots, Blue Ender Boots -divinerpg:gray_ender_helmet, Gray Ender Helmet -divinerpg:gray_ender_chestplate, Gray Ender Chestplate -divinerpg:gray_ender_leggings, Gray Ender Leggings -divinerpg:gray_ender_boots, Gray Ender Boots -divinerpg:green_ender_helmet, Green Ender Helmet -divinerpg:green_ender_chestplate, Green Ender Chestplate -divinerpg:green_ender_leggings, Green Ender Leggings -divinerpg:green_ender_boots, Green Ender Boots -divinerpg:red_ender_helmet, Red Ender Helmet -divinerpg:red_ender_chestplate, Red Ender Chestplate -divinerpg:red_ender_leggings, Red Ender Leggings -divinerpg:red_ender_boots, Red Ender Boots -divinerpg:yellow_ender_helmet, Yellow Ender Helmet -divinerpg:yellow_ender_chestplate, Yellow Ender Chestplate -divinerpg:yellow_ender_leggings, Yellow Ender Leggings -divinerpg:yellow_ender_boots, Yellow Ender Boots -divinerpg:frozen_helmet, Frozen Helmet -divinerpg:frozen_chestplate, Frozen Chestplate -divinerpg:frozen_leggings, Frozen Leggings -divinerpg:frozen_boots, Frozen Boots -divinerpg:inferno_helmet, Inferno Helmet -divinerpg:inferno_chestplate, Inferno Chestplate -divinerpg:inferno_leggings, Inferno Leggings -divinerpg:inferno_boots, Inferno Boots -divinerpg:jack_o_man_helmet, Jack O Man Helmet -divinerpg:jack_o_man_chestplate, Jack O Man Chestplate -divinerpg:jack_o_man_leggings, Jack O Man Leggings -divinerpg:jack_o_man_boots, Jack O Man Boots -divinerpg:jungle_helmet, Jungle Helmet -divinerpg:jungle_chestplate, Jungle Chestplate -divinerpg:jungle_leggings, Jungle Leggings -divinerpg:jungle_boots, Jungle Boots -divinerpg:kraken_helmet, Kraken Helmet -divinerpg:kraken_chestplate, Kraken Chestplate -divinerpg:kraken_leggings, Kraken Leggings -divinerpg:kraken_boots, Kraken Boots -divinerpg:netherite_helmet, Netherite Helmet -divinerpg:netherite_chestplate, Netherite Chestplate -divinerpg:netherite_leggings, Netherite Leggings -divinerpg:netherite_boots, Netherite Boots -divinerpg:realmite_helmet, Realmite Helmet -divinerpg:realmite_chestplate, Realmite Chestplate -divinerpg:realmite_leggings, Realmite Leggings -divinerpg:realmite_boots, Realmite Boots -divinerpg:rupee_helmet, Rupee Helmet -divinerpg:rupee_chestplate, Rupee Chestplate -divinerpg:rupee_leggings, Rupee Leggings -divinerpg:rupee_boots, Rupee Boots -divinerpg:blue_rupee_helmet, Blue Rupee Helmet -divinerpg:blue_rupee_chestplate, Blue Rupee Chestplate -divinerpg:blue_rupee_leggings, Blue Rupee Leggings -divinerpg:blue_rupee_boots, Blue Rupee Boots -divinerpg:gray_rupee_helmet, Gray Rupee Helmet -divinerpg:gray_rupee_chestplate, Gray Rupee Chestplate -divinerpg:gray_rupee_leggings, Gray Rupee Leggings -divinerpg:gray_rupee_boots, Gray Rupee Boots -divinerpg:green_rupee_helmet, Green Rupee Helmet -divinerpg:green_rupee_chestplate, Green Rupee Chestplate -divinerpg:green_rupee_leggings, Green Rupee Leggings -divinerpg:green_rupee_boots, Green Rupee Boots -divinerpg:red_rupee_helmet, Red Rupee Helmet -divinerpg:red_rupee_chestplate, Red Rupee Chestplate -divinerpg:red_rupee_leggings, Red Rupee Leggings -divinerpg:red_rupee_boots, Red Rupee Boots -divinerpg:yellow_rupee_helmet, Yellow Rupee Helmet -divinerpg:yellow_rupee_chestplate, Yellow Rupee Chestplate -divinerpg:yellow_rupee_leggings, Yellow Rupee Leggings -divinerpg:yellow_rupee_boots, Yellow Rupee Boots -divinerpg:shadow_helmet, Shadow Helmet -divinerpg:shadow_chestplate, Shadow Chestplate -divinerpg:shadow_leggings, Shadow Leggings -divinerpg:shadow_boots, Shadow Boots -divinerpg:skeleman_helmet, Skeleman Helmet -divinerpg:skeleman_chestplate, Skeleman Chestplate -divinerpg:skeleman_leggings, Skeleman Leggings -divinerpg:skeleman_boots, Skeleman Boots -divinerpg:terran_helmet, Terran Helmet -divinerpg:terran_chestplate, Terran Chestplate -divinerpg:terran_leggings, Terran Leggings -divinerpg:terran_boots, Terran Boots -divinerpg:wither_reaper_helmet, Wither Reaper Helmet -divinerpg:wither_reaper_chestplate, Wither Reaper Chestplate -divinerpg:wither_reaper_leggings, Wither Reaper Leggings -divinerpg:wither_reaper_boots, Wither Reaper Boots -divinerpg:santa_helmet, Santa Cap -divinerpg:santa_chestplate, Santa Tunic -divinerpg:santa_leggings, Santa Pants -divinerpg:santa_boots, Santa Boots -divinerpg:eden_helmet, Eden Helmet -divinerpg:eden_chestplate, Eden Chestplate -divinerpg:eden_leggings, Eden Leggings -divinerpg:eden_boots, Eden Boots -divinerpg:wildwood_helmet, Wildwood Helmet -divinerpg:wildwood_chestplate, Wildwood Chestplate -divinerpg:wildwood_leggings, Wildwood Leggings -divinerpg:wildwood_boots, Wildwood Boots -divinerpg:apalachia_helmet, Apalachia Helmet -divinerpg:apalachia_chestplate, Apalachia Chestplate -divinerpg:apalachia_leggings, Apalachia Leggings -divinerpg:apalachia_boots, Apalachia Boots -divinerpg:skythern_helmet, Skythern Helmet -divinerpg:skythern_chestplate, Skythern Chestplate -divinerpg:skythern_leggings, Skythern Leggings -divinerpg:skythern_boots, Skythern Boots -divinerpg:mortum_helmet, Mortum Helmet -divinerpg:mortum_chestplate, Mortum Chestplate -divinerpg:mortum_leggings, Mortum Leggings -divinerpg:mortum_boots, Mortum Boots -divinerpg:halite_helmet, Halite Helmet -divinerpg:halite_chestplate, Halite Chestplate -divinerpg:halite_leggings, Halite Leggings -divinerpg:halite_boots, Halite Boots -divinerpg:awakened_halite_helmet, Awakened Halite Helmet -divinerpg:awakened_halite_chestplate, Awakened Halite Chestplate -divinerpg:awakened_halite_leggings, Awakened Halite Leggings -divinerpg:awakened_halite_boots, Awakened Halite Boots -divinerpg:korma_helmet, Korma Helmet -divinerpg:korma_chestplate, Korma Chestplate -divinerpg:korma_leggings, Korma Leggings -divinerpg:korma_boots, Korma Boots -divinerpg:vemos_helmet, Vemos Helmet -divinerpg:vemos_chestplate, Vemos Chestplate -divinerpg:vemos_leggings, Vemos Leggings -divinerpg:vemos_boots, Vemos Boots -divinerpg:degraded_helmet, Degraded Helmet -divinerpg:degraded_hood, Degraded Hood -divinerpg:degraded_mask, Degraded Mask -divinerpg:degraded_chestplate, Degraded Chestplate -divinerpg:degraded_leggings, Degraded Leggings -divinerpg:degraded_boots, Degraded Boots -divinerpg:finished_helmet, Finished Helmet -divinerpg:finished_hood, Finished Hood -divinerpg:finished_mask, Finished Mask -divinerpg:finished_chestplate, Finished Chestplate -divinerpg:finished_leggings, Finished Leggings -divinerpg:finished_boots, Finished Boots -divinerpg:glistening_helmet, Glistening Helmet -divinerpg:glistening_hood, Glistening Hood -divinerpg:glistening_mask, Glistening Mask -divinerpg:glistening_chestplate, Glistening Chestplate -divinerpg:glistening_leggings, Glistening Leggings -divinerpg:glistening_boots, Glistening Boots -divinerpg:demonized_helmet, Demonized Helmet -divinerpg:demonized_hood, Demonized Hood -divinerpg:demonized_mask, Demonized Mask -divinerpg:demonized_chestplate, Demonized Chestplate -divinerpg:demonized_leggings, Demonized Leggings -divinerpg:demonized_boots, Demonized Boots -divinerpg:tormented_helmet, Tormented Helmet -divinerpg:tormented_hood, Tormented Hood -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 @@ -39540,139 +38080,6 @@ enderutilities:syringe:1, Paralyzer Syringe enderutilities:syringe:2, Stimulant Syringe enderutilities:syringe:3, Passifier Syringe enderutilities:void_pickaxe, Void Pickaxe -erebus:erebus_food:0, Beetle Larva -erebus:erebus_food:1, Cooked Beetle Larva -erebus:erebus_food:2, Grasshopper Leg -erebus:erebus_food:3, Cooked Grasshopper Leg -erebus:erebus_food:4, Tarantula Leg -erebus:erebus_food:5, Crispy Tarantula Leg -erebus:erebus_food:6, Bamboo Soup -erebus:erebus_food:7, Melonade -erebus:erebus_food:8, Sparkly Melonade -erebus:erebus_food:9, Larvae-on-a-Stick -erebus:erebus_food:10, Honey Sandwich -erebus:erebus_food:11, Dark Fruit -erebus:erebus_food:12, Raw Titan Chop -erebus:erebus_food:13, Cooked Titan Chop -erebus:erebus_food:14, Swampberries -erebus:erebus_food:15, Cabbage -erebus:erebus_food:16, Cooked Titan Stew -erebus:erebus_food:17, Raw Prickly Pear -erebus:erebus_food:18, Cooked Prickly Pear -erebus:erebus_food:19, Dark Fruit Pie -erebus:heart_berries, Heartberries -erebus:life_blood, Life Blood -erebus:turnip, Turnips -erebus:cabbage_seeds, Cabbage Seeds -erebus:mandrake_root, Mandrake Root -erebus:stag_heart_raw, Heart of the Stag -erebus:stag_heart_cooked, Roasted Heart of the Stag -erebus:smoothie:0, Green Tea Grasshopper Smoothie -erebus:smoothie:1, Money Honey Smoothie -erebus:smoothie:2, Nothing In The Middle Smoothie -erebus:smoothie:3, Green Giant Smoothie -erebus:smoothie:4, Seedy Goodness Smoothie -erebus:smoothie:5, Givin' Me The Blues Smoothie -erebus:smoothie:6, Hot Hot Baby Smoothie -erebus:smoothie:7, Don't Meddle With The Nettle Smoothie -erebus:smoothie:8, Liquid Gold Smoothie -erebus:smoothie:9, Bryuf's Brew Smoothie -erebus:idols:0, Mud Scarab -erebus:idols:1, Iron Scarab -erebus:idols:2, Gold Scarab -erebus:idols:3, Jade Scarab -erebus:idols:4, Spawn Mud Umbergolem -erebus:idols:5, Spawn Iron Umbergolem -erebus:idols:6, Spawn Gold Umbergolem -erebus:idols:7, Spawn Jade Umbergolem -erebus:jade_helmet, Jade Helmet -erebus:jade_chestplate, Jade Chestplate -erebus:jade_leggings, Jade Leggings -erebus:jade_boots, Jade Boots -erebus:jade_sword, Jade Sword -erebus:jade_pickaxe, Jade Pickaxe -erebus:jade_axe, Jade Axe -erebus:jade_shovel, Jade Shovel -erebus:jade_paxel, Jade Paxel -erebus:jade_hoe, Jade Hoe -erebus:exoskeleton_helmet, Exoskeleton Helmet -erebus:exoskeleton_chestplate, Exoskeleton Chestplate -erebus:exoskeleton_leggings, Exoskeleton Leggings -erebus:exoskeleton_boots, Exoskeleton Boots -erebus:rein_exoskeleton_helmet, Reinforced Exoskeleton Helmet -erebus:rein_exoskeleton_chestplate, Reinforced Exoskeleton Chestplate -erebus:rein_exoskeleton_leggings, Reinforced Exoskeleton Leggings -erebus:rein_exoskeleton_boots, Reinforced Exoskeleton Boots -erebus:rhino_exoskeleton_helmet, Rhino Plate Helmet -erebus:rhino_exoskeleton_chestplate, Rhino Plate Chestplate -erebus:rhino_exoskeleton_leggings, Rhino Plate Leggings -erebus:rhino_exoskeleton_boots, Rhino Plate Boots -erebus:bamboo_helmet, Bamboo Helmet -erebus:bamboo_chestplate, Bamboo Chestplate -erebus:bamboo_leggings, Bamboo Leggings -erebus:bamboo_boots, Bamboo Boots -erebus:bambucket, Bambucket -erebus:rein_compound_goggles, Reinforced Compound Goggles -erebus:compound_goggles, Compound Goggles -erebus:sprint_leggings, Sprint Leggings -erebus:jump_boots, Jump Boots -erebus:glider_chestplate, Glider Chestplate -erebus:glider_chestplate_powered, Powered Glider Chestplate -erebus:mushroom_helmet, Mush Helm -erebus:spider_t_shirt, Tarantula Boss Trophy -erebus:water_striders, Water Striders -erebus:bamboo_shield, Bamboo Shield -erebus:exoskeleton_shield, Exoskeleton Shield -erebus:jade_shield, Jade Shield -erebus:rein_exoskeleton_shield, Reinforced Exoskeleton Shield -erebus:rhino_exoskeleton_shield, Rhino Plate Shield -erebus:rolled_newspaper, Rolled-up Newspaper -erebus:wasp_sword, Wasp Sword -erebus:wasp_dagger, Wasp Dagger -erebus:enhanced_scorpion_pincer, Augmented Scorpion Pincer -erebus:war_hammer, Quake Hammer -erebus:web_slinger, Web Slinger -erebus:web_slinger_wither, Wither Web Slinger -erebus:max_speed_bow, Maximum Speed Bow -erebus:nectar_collector, Nectar Collector -erebus:ant_taming_amulet, Ant Taming Amulet -erebus:bee_taming_amulet, Bee Taming Amulet -erebus:woodlouse_ball, Woodlouse Ball -erebus:wand_of_animation, Wand of Animation -erebus:anti_venom_bottle, Bottle of Anti-Venom -erebus:flower_seed:0, Black Flower Seeds -erebus:flower_seed:1, Red Flower Seeds -erebus:flower_seed:2, Brown Flower Seeds -erebus:flower_seed:3, Blue Flower Seeds -erebus:flower_seed:4, Purple Flower Seeds -erebus:flower_seed:5, Cyan Flower Seeds -erebus:flower_seed:6, Light Gray Flower Seeds -erebus:flower_seed:7, Gray Flower Seeds -erebus:flower_seed:8, Pink Flower Seeds -erebus:flower_seed:9, Yellow Flower Seeds -erebus:flower_seed:10, Light Blue Flower Seeds -erebus:flower_seed:11, Magenta Flower Seeds -erebus:flower_seed:12, Orange Flower Seeds -erebus:flower_seed:13, White Flower Seeds -erebus:flower_seed:14, Rainbow Flower Seeds -erebus:death_compass, Death Compass -erebus:spray_can, Insect Repellent -erebus:whetstone:0, Whetstone -erebus:whetstone:1, Whetstone -erebus:whetstone:2, Whetstone -erebus:whetstone:3, Whetstone -erebus:whetstone:4, Whetstone -erebus:whetstone:5, Whetstone -erebus:portal_activator, Staff of Gaea -erebus:homing_beecon, Homing Beecon -erebus:homing_beecon_advanced, Advanced Homing Beecon -erebus:wand_of_preservation, Wand of Preservation -erebus:compost, Compost -erebus:planticide, Planticide -erebus:smoothie_book, Smoothie-matic 2000 -erebus:horn_of_summoning, Horn of Bee Summoning -erebus:erebus_map, Empty Papyrus Map (N.Y.I) -erebus:erebus_map_filled:0, Papyrus Map (N.Y.I) erebus:umberstone:0, Umberstone erebus:umberstone:1, Umbercobble erebus:umberstone:2, Mossy Umbercobble @@ -40053,6 +38460,139 @@ erebus:stairs_varnished, Varnished Stairs erebus:slab_planks_varnished, Varnished Slab erebus:fence_varnished, Varnished Fence erebus:fence_gate_varnished, Varnished Fence Gate +erebus:erebus_food:0, Beetle Larva +erebus:erebus_food:1, Cooked Beetle Larva +erebus:erebus_food:2, Grasshopper Leg +erebus:erebus_food:3, Cooked Grasshopper Leg +erebus:erebus_food:4, Tarantula Leg +erebus:erebus_food:5, Crispy Tarantula Leg +erebus:erebus_food:6, Bamboo Soup +erebus:erebus_food:7, Melonade +erebus:erebus_food:8, Sparkly Melonade +erebus:erebus_food:9, Larvae-on-a-Stick +erebus:erebus_food:10, Honey Sandwich +erebus:erebus_food:11, Dark Fruit +erebus:erebus_food:12, Raw Titan Chop +erebus:erebus_food:13, Cooked Titan Chop +erebus:erebus_food:14, Swampberries +erebus:erebus_food:15, Cabbage +erebus:erebus_food:16, Cooked Titan Stew +erebus:erebus_food:17, Raw Prickly Pear +erebus:erebus_food:18, Cooked Prickly Pear +erebus:erebus_food:19, Dark Fruit Pie +erebus:heart_berries, Heartberries +erebus:life_blood, Life Blood +erebus:turnip, Turnips +erebus:cabbage_seeds, Cabbage Seeds +erebus:mandrake_root, Mandrake Root +erebus:stag_heart_raw, Heart of the Stag +erebus:stag_heart_cooked, Roasted Heart of the Stag +erebus:smoothie:0, Green Tea Grasshopper Smoothie +erebus:smoothie:1, Money Honey Smoothie +erebus:smoothie:2, Nothing In The Middle Smoothie +erebus:smoothie:3, Green Giant Smoothie +erebus:smoothie:4, Seedy Goodness Smoothie +erebus:smoothie:5, Givin' Me The Blues Smoothie +erebus:smoothie:6, Hot Hot Baby Smoothie +erebus:smoothie:7, Don't Meddle With The Nettle Smoothie +erebus:smoothie:8, Liquid Gold Smoothie +erebus:smoothie:9, Bryuf's Brew Smoothie +erebus:idols:0, Mud Scarab +erebus:idols:1, Iron Scarab +erebus:idols:2, Gold Scarab +erebus:idols:3, Jade Scarab +erebus:idols:4, Spawn Mud Umbergolem +erebus:idols:5, Spawn Iron Umbergolem +erebus:idols:6, Spawn Gold Umbergolem +erebus:idols:7, Spawn Jade Umbergolem +erebus:jade_helmet, Jade Helmet +erebus:jade_chestplate, Jade Chestplate +erebus:jade_leggings, Jade Leggings +erebus:jade_boots, Jade Boots +erebus:jade_sword, Jade Sword +erebus:jade_pickaxe, Jade Pickaxe +erebus:jade_axe, Jade Axe +erebus:jade_shovel, Jade Shovel +erebus:jade_paxel, Jade Paxel +erebus:jade_hoe, Jade Hoe +erebus:exoskeleton_helmet, Exoskeleton Helmet +erebus:exoskeleton_chestplate, Exoskeleton Chestplate +erebus:exoskeleton_leggings, Exoskeleton Leggings +erebus:exoskeleton_boots, Exoskeleton Boots +erebus:rein_exoskeleton_helmet, Reinforced Exoskeleton Helmet +erebus:rein_exoskeleton_chestplate, Reinforced Exoskeleton Chestplate +erebus:rein_exoskeleton_leggings, Reinforced Exoskeleton Leggings +erebus:rein_exoskeleton_boots, Reinforced Exoskeleton Boots +erebus:rhino_exoskeleton_helmet, Rhino Plate Helmet +erebus:rhino_exoskeleton_chestplate, Rhino Plate Chestplate +erebus:rhino_exoskeleton_leggings, Rhino Plate Leggings +erebus:rhino_exoskeleton_boots, Rhino Plate Boots +erebus:bamboo_helmet, Bamboo Helmet +erebus:bamboo_chestplate, Bamboo Chestplate +erebus:bamboo_leggings, Bamboo Leggings +erebus:bamboo_boots, Bamboo Boots +erebus:bambucket, Bambucket +erebus:rein_compound_goggles, Reinforced Compound Goggles +erebus:compound_goggles, Compound Goggles +erebus:sprint_leggings, Sprint Leggings +erebus:jump_boots, Jump Boots +erebus:glider_chestplate, Glider Chestplate +erebus:glider_chestplate_powered, Powered Glider Chestplate +erebus:mushroom_helmet, Mush Helm +erebus:spider_t_shirt, Tarantula Boss Trophy +erebus:water_striders, Water Striders +erebus:bamboo_shield, Bamboo Shield +erebus:exoskeleton_shield, Exoskeleton Shield +erebus:jade_shield, Jade Shield +erebus:rein_exoskeleton_shield, Reinforced Exoskeleton Shield +erebus:rhino_exoskeleton_shield, Rhino Plate Shield +erebus:rolled_newspaper, Rolled-up Newspaper +erebus:wasp_sword, Wasp Sword +erebus:wasp_dagger, Wasp Dagger +erebus:enhanced_scorpion_pincer, Augmented Scorpion Pincer +erebus:war_hammer, Quake Hammer +erebus:web_slinger, Web Slinger +erebus:web_slinger_wither, Wither Web Slinger +erebus:max_speed_bow, Maximum Speed Bow +erebus:nectar_collector, Nectar Collector +erebus:ant_taming_amulet, Ant Taming Amulet +erebus:bee_taming_amulet, Bee Taming Amulet +erebus:woodlouse_ball, Woodlouse Ball +erebus:wand_of_animation, Wand of Animation +erebus:anti_venom_bottle, Bottle of Anti-Venom +erebus:flower_seed:0, Black Flower Seeds +erebus:flower_seed:1, Red Flower Seeds +erebus:flower_seed:2, Brown Flower Seeds +erebus:flower_seed:3, Blue Flower Seeds +erebus:flower_seed:4, Purple Flower Seeds +erebus:flower_seed:5, Cyan Flower Seeds +erebus:flower_seed:6, Light Gray Flower Seeds +erebus:flower_seed:7, Gray Flower Seeds +erebus:flower_seed:8, Pink Flower Seeds +erebus:flower_seed:9, Yellow Flower Seeds +erebus:flower_seed:10, Light Blue Flower Seeds +erebus:flower_seed:11, Magenta Flower Seeds +erebus:flower_seed:12, Orange Flower Seeds +erebus:flower_seed:13, White Flower Seeds +erebus:flower_seed:14, Rainbow Flower Seeds +erebus:death_compass, Death Compass +erebus:spray_can, Insect Repellent +erebus:whetstone:0, Whetstone +erebus:whetstone:1, Whetstone +erebus:whetstone:2, Whetstone +erebus:whetstone:3, Whetstone +erebus:whetstone:4, Whetstone +erebus:whetstone:5, Whetstone +erebus:portal_activator, Staff of Gaea +erebus:homing_beecon, Homing Beecon +erebus:homing_beecon_advanced, Advanced Homing Beecon +erebus:wand_of_preservation, Wand of Preservation +erebus:compost, Compost +erebus:planticide, Planticide +erebus:smoothie_book, Smoothie-matic 2000 +erebus:horn_of_summoning, Horn of Bee Summoning +erebus:erebus_map, Empty Papyrus Map (N.Y.I) +erebus:erebus_map_filled:0, Papyrus Map (N.Y.I) extrabotany:manareader, item.manareader.name extrabotany:spiritfuel, item.spiritfuel.name extrabotany:nightmarefuel, item.nightmarefuel.name @@ -40379,7 +38919,19 @@ mod_lavacow:enigmoth_larva_item, Raw Enigmoth Caterpillar mod_lavacow:enigmoth_larva_item_cooked, Cooked Enigmoth Caterpillar mod_lavacow:holy_water, Holy Water mod_lavacow:basicbomb, Basic Grenade +mod_lavacow:mummified_cod, Mummified Cod +mod_lavacow:bone_trout, Bone Trout +mod_lavacow:lamprey, Raw Lamprey +mod_lavacow:lamprey_cooked, Cooked Lamprey +mod_lavacow:lamprey_kabayaki, Lamprey Kabayaki mod_lavacow:foul_hide, Foul Hide +mod_lavacow:ushabti, Ushabti +mod_lavacow:ankh_wand, Ankh Scepter +mod_lavacow:fungal_rod, Fungal Rod +mod_lavacow:frozen_grip, Frozen Grip +mod_lavacow:ghoul_claw, Ghoul Claw +mod_lavacow:ghoul_arrow, Ghoulish Arrow +mod_lavacow:fang_arrow, Fang Arrow mod_lavacow:glowshroom, Glow Shroom mod_lavacow:pileofsludge, Sludge Pile mod_lavacow:glowshroom_block_stem, Glow Shroom Stem @@ -40392,32 +38944,12 @@ mod_lavacow:scarecrowhead_straw, Scarecrow Head mod_lavacow:scarecrowhead_plague, Scarecrow Head mod_lavacow:tombstone, Tombstone mod_lavacow:cactoid_sprout, Cactoid Sprout +mod_lavacow:diseased_hay_block, Diseased Hay Block mod_lavacow:ectoplasm_block, Block of Ectoplasm mod_lavacow:molten_alloy_block, Block of Molten Alloy mod_lavacow:scythe_claw_block, Scythe Claw Barrel mod_lavacow:vespa_carapace_block, Vespa Carapace Barrel mod_lavacow:molten_meat_block, Molten Meat Barrel -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 @@ -40468,6 +39000,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 @@ -42420,14 +40973,14 @@ modularmachinery:lp_harvester_controller, tile.null.name modularmachinery:mythical_resource_miner_tier1_controller, tile.null.name modularmachinery:relic_of_the_fallen_tower_controller, tile.null.name modularmachinery:hypergrowth_insolator_controller, tile.null.name -modularmachinery:blood_god_altar_network_controller, tile.null.name modularmachinery:dyson_irradiator_top_controller, tile.null.name +modularmachinery:blood_god_altar_network_controller, tile.null.name modularmachinery:tardis_structure_controller, tile.null.name modularmachinery:mythical_resource_miner_tier9_controller, tile.null.name modularmachinery:mythical_resource_miner_tier8_controller, tile.null.name modularmachinery:mythical_resource_miner_tier7_controller, tile.null.name -modularmachinery:twelve_gates_of_heaven_controller, tile.null.name modularmachinery:mythical_resource_miner_tier6_controller, tile.null.name +modularmachinery:twelve_gates_of_heaven_controller, tile.null.name modularmachinery:creation_altar_controller, tile.null.name modularmachinery:infinity_furnace_controller, tile.null.name modularmachinery:dyson_revolver_controller, tile.null.name @@ -42435,21 +40988,25 @@ 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:chaotic_striker_controller, tile.null.name -modularmachinery:lilith_altar_controller, tile.null.name modularmachinery:cold_iron_forge_controller, tile.null.name +modularmachinery:lilith_altar_controller, tile.null.name modularmachinery:recursive_brain_in_a_vat_verdith_anath_controller, tile.null.name +modularmachinery:warren_extractor_self_controller, tile.null.name modularmachinery:safe_fission_lees_controller, tile.null.name modularmachinery:recursive_brain_in_a_vat_controller, tile.null.name modularmachinery:mythic_processor_alloy_furnace_controller, tile.null.name -modularmachinery:chaotic_condenser_controller, tile.null.name modularmachinery:plasmatic_condenser_controller, tile.null.name +modularmachinery:chaotic_condenser_controller, tile.null.name modularmachinery:quark_decomposer_controller, tile.null.name modularmachinery:orb_of_infinite_wishes_controller, tile.null.name modularmachinery:berserker_forge_controller, tile.null.name +modularmachinery:ligature_of_the_three_oaths_controller, tile.null.name modularmachinery:two_phase_fission_reactor_controller, tile.null.name modularmachinery:essentia_crystallizer_controller, tile.null.name +modularmachinery:vengeance_tesseract_controller, tile.null.name modularmachinery:mythic_processor_grinder_controller, tile.null.name modularmachinery:dragonfire_crucible_controller, tile.null.name +modularmachinery:presbytery_of_the_threefold_love_controller, tile.null.name modularmachinery:warren_extractor_dragonsteel_controller, tile.null.name modularmachinery:recursive_brain_in_a_vat_ahkrast_korvalain_controller, tile.null.name modularmachinery:tree_of_life_controller, tile.null.name @@ -42461,45 +41018,43 @@ 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:dyson_scatterer_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier16_controller, tile.null.name modularmachinery:recursive_brain_in_a_vat_starvald_demelain_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier16_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:mythical_resource_miner_tier18_controller, tile.null.name modularmachinery:warren_extractor_ichor_controller, tile.null.name -modularmachinery:gravitite_enchanter_controller, tile.null.name -modularmachinery:carminite_empowerer_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier18_controller, tile.null.name modularmachinery:mythical_resource_miner_tier19_controller, tile.null.name +modularmachinery:carminite_empowerer_controller, tile.null.name +modularmachinery:gravitite_enchanter_controller, tile.null.name modularmachinery:wormhole_field_generator_controller, tile.null.name modularmachinery:moloch_altar_controller, tile.null.name modularmachinery:mythic_processor_pulverizer_controller, tile.null.name modularmachinery:mythic_processor_resonator_controller, tile.null.name modularmachinery:terrestrial_cauldron_controller, tile.null.name -modularmachinery:gravitational_collapser_controller, tile.null.name modularmachinery:mythic_processor_purifier_controller, tile.null.name +modularmachinery:gravitational_collapser_controller, tile.null.name modularmachinery:safe_fission_heuf_controller, tile.null.name modularmachinery:warren_extractor_silkyjewel_controller, tile.null.name modularmachinery:corrupted_library_controller, tile.null.name -modularmachinery:cursed_meatballium_radiation_scrubber_controller, tile.null.name modularmachinery:shadow_fracturer_controller, tile.null.name +modularmachinery:cursed_meatballium_radiation_scrubber_controller, tile.null.name modularmachinery:safe_fission_len236_controller, tile.null.name -modularmachinery:enchanted_greenhouse_factory_controller, tile.null.name modularmachinery:enchanted_greenhouse_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:ziggurat_of_life_controller, tile.null.name modularmachinery:dragonfire_forge_controller, tile.null.name modularmachinery:blood_god_altar_controller, tile.null.name modularmachinery:mythic_processor_assembling_machine_controller, tile.null.name -modularmachinery:berserker_crucible_controller, tile.null.name modularmachinery:warren_extractor_actualizing_stone_controller, tile.null.name +modularmachinery:berserker_crucible_controller, tile.null.name modularmachinery:active_cooled_polonium_controller, tile.null.name modularmachinery:neutronium_bombarder_controller, tile.null.name modularmachinery:mythical_resource_miner_tier30_controller, tile.null.name -modularmachinery:t4_woot_farm_controller, tile.null.name modularmachinery:iron_centrifuge_controller, tile.null.name -modularmachinery:sacred_cinders_apiary_factory_controller, tile.null.name +modularmachinery:t4_woot_farm_controller, tile.null.name modularmachinery:sacred_cinders_apiary_controller, tile.null.name modularmachinery:mythic_processor_wiremill_controller, tile.null.name modularmachinery:mythic_processor_isotope_separator_controller, tile.null.name @@ -42509,9 +41064,9 @@ modularmachinery:sparkled_spinning_wheel_controller, tile.null.name modularmachinery:safe_fission_hefm_controller, tile.null.name modularmachinery:inertial_confinement_reactor_controller, tile.null.name modularmachinery:processor_clean_room_controller, tile.null.name -modularmachinery:aesir_resonator_controller, tile.null.name -modularmachinery:token_totem_controller, tile.null.name modularmachinery:mythic_processor_electrolyzer_controller, tile.null.name +modularmachinery:token_totem_controller, tile.null.name +modularmachinery:aesir_resonator_controller, tile.null.name modularmachinery:mythical_resource_miner_tier20_controller, tile.null.name modularmachinery:mythical_resource_miner_tier23_controller, tile.null.name modularmachinery:mythical_resource_miner_tier24_controller, tile.null.name @@ -42526,13 +41081,13 @@ modularmachinery:mythical_resource_miner_tier29_controller, tile.null.name modularmachinery:catalyst_of_balance_controller, tile.null.name modularmachinery:safe_fission_lep239_controller, tile.null.name modularmachinery:forge_of_the_wyvern_controller, tile.null.name -modularmachinery:dyson_discharger_t5_controller, tile.null.name modularmachinery:meatballium_radiation_scrubber_controller, tile.null.name +modularmachinery:dyson_discharger_t5_controller, tile.null.name modularmachinery:xp_assimilator_controller, tile.null.name modularmachinery:dyson_discharger_t6_controller, tile.null.name modularmachinery:safe_fission_herrr_controller, tile.null.name -modularmachinery:honeysmelter_oven_controller, tile.null.name modularmachinery:dyson_discharger_t3_controller, tile.null.name +modularmachinery:honeysmelter_oven_controller, tile.null.name modularmachinery:dyson_discharger_t4_controller, tile.null.name modularmachinery:nightmare_electrolyzer_controller, tile.null.name modularmachinery:dyson_discharger_t2_controller, tile.null.name @@ -42542,6 +41097,7 @@ modularmachinery:whispering_infusion_fountain_controller, tile.null.name modularmachinery:pe_sterilizer_controller, tile.null.name modularmachinery:safe_fission_leu235_controller, tile.null.name modularmachinery:mythic_excavation_computer_multiblock_controller, tile.null.name +modularmachinery:seared_caster_controller, tile.null.name modularmachinery:active_cooled_hecm245_controller, tile.null.name modularmachinery:mechanized_coop_controller, tile.null.name modularmachinery:plith_of_ascension_controller, tile.null.name @@ -42549,6 +41105,7 @@ modularmachinery:active_cooled_hea242_controller, tile.null.name modularmachinery:mechanized_essentia_smeltery_controller, tile.null.name modularmachinery:recursive_brain_in_a_vat_omtose_phellack_controller, tile.null.name modularmachinery:radiant_meatballium_radiation_scrubber_controller, tile.null.name +modularmachinery:mythic_processor_infuser_controller, tile.null.name modularmachinery:safe_fission_lefhm_controller, tile.null.name modularmachinery:warren_extractor_rhenia_controller, tile.null.name modularmachinery:everburning_forge_controller, tile.null.name @@ -42562,17 +41119,18 @@ modularmachinery:sentient_meatball_monument_controller, tile.null.name modularmachinery:recurrent_nightmare_synthesizer_controller, tile.null.name modularmachinery:mythic_processor_drying_rack_controller, tile.null.name modularmachinery:warren_extractor_mythic_shell_controller, tile.null.name -modularmachinery:dyson_dynamizer_controller, tile.null.name modularmachinery:mythic_processor_arkencrusher_controller, tile.null.name +modularmachinery:dyson_dynamizer_controller, tile.null.name +modularmachinery:warren_extractor_botania_controller, tile.null.name modularmachinery:essentia_solidifier_controller, tile.null.name modularmachinery:impetus_syphon_controller, tile.null.name -modularmachinery:dreading_crucible_controller, tile.null.name modularmachinery:linear_fusion_accelerator_controller, tile.null.name +modularmachinery:dreading_crucible_controller, tile.null.name modularmachinery:matter_reprocessor_controller, tile.null.name modularmachinery:the_cube_controller, tile.null.name modularmachinery:active_meatballium_scrubbing_unit_controller, tile.null.name -modularmachinery:arcane_autoinfuser_controller, tile.null.name modularmachinery:arc_reactor_controller, tile.null.name +modularmachinery:arcane_autoinfuser_controller, tile.null.name modularmachinery:safe_fission_polonium_controller, tile.null.name modularmachinery:ender_stone_crucible_controller, tile.null.name modularmachinery:vibrating_flux_crucible_controller, tile.null.name @@ -42582,11 +41140,11 @@ modularmachinery:recursive_brain_in_a_vat_donaeth_rusen_controller, tile.null.na modularmachinery:safe_fission_mox241_controller, tile.null.name modularmachinery:safe_fission_tbu_controller, tile.null.name modularmachinery:divine_combiner_controller, tile.null.name -modularmachinery:sterilized_altar_controller, tile.null.name modularmachinery:recursive_brain_in_a_vat_kurald_galain_controller, tile.null.name +modularmachinery:sterilized_altar_controller, tile.null.name modularmachinery:herne_altar_controller, tile.null.name -modularmachinery:uncorrupted_library_controller, tile.null.name modularmachinery:mythic_processor_empowerer_controller, tile.null.name +modularmachinery:uncorrupted_library_controller, tile.null.name modularmachinery:safe_fission_hea242_controller, tile.null.name modularmachinery:salt_repolarizer_controller, tile.null.name modularmachinery:megelium_detonator_controller, tile.null.name @@ -42601,12 +41159,12 @@ modularmachinery:spatial_crucible_controller, tile.null.name modularmachinery:safe_fission_lecm243_controller, tile.null.name modularmachinery:dyson_abater_controller, tile.null.name modularmachinery:safe_fission_hecf249_controller, tile.null.name -modularmachinery:active_cooled_herrr_controller, tile.null.name modularmachinery:recursive_brain_in_a_vat_thel_controller, tile.null.name +modularmachinery:active_cooled_herrr_controller, tile.null.name modularmachinery:particle_accelerator_controller, tile.null.name modularmachinery:soul_accumulator_controller, tile.null.name -modularmachinery:arcane_autoworkbench_controller, tile.null.name modularmachinery:dyson_irradiator_bottom_controller, tile.null.name +modularmachinery:arcane_autoworkbench_controller, tile.null.name modularmachinery:mythic_processor_centrifuge_controller, tile.null.name modularmachinery:eldritch_impetus_catalyzer_controller, tile.null.name modularmachinery:mythic_processor_blaster_controller, tile.null.name @@ -42616,18 +41174,19 @@ modularmachinery:dimensional_stabilizer_controller, tile.null.name modularmachinery:fiery_enmesher_controller, tile.null.name modularmachinery:transformer_controller, tile.null.name modularmachinery:quantum_condenser_controller, tile.null.name +modularmachinery:stellar_diviner_controller, tile.null.name modularmachinery:sentient_coagulator_controller, tile.null.name modularmachinery:illuminated_enchanter_controller, tile.null.name modularmachinery:dyson_discharger_controller, tile.null.name modularmachinery:valonite_gateway_controller, tile.null.name -modularmachinery:bloodmaster_crucible_controller, tile.null.name modularmachinery:warren_extractor_dimensional_shards_controller, tile.null.name +modularmachinery:bloodmaster_crucible_controller, tile.null.name modularmachinery:warren_extractor_naquadah_controller, tile.null.name -modularmachinery:advanced_compression_engine_controller, tile.null.name modularmachinery:blood_reprocessor_controller, tile.null.name +modularmachinery:advanced_compression_engine_controller, tile.null.name modularmachinery:empowered_monolith_controller, tile.null.name -modularmachinery:shrine_of_the_sentient_meatballs_controller, tile.null.name modularmachinery:mythic_accelerator_controller, tile.null.name +modularmachinery:shrine_of_the_sentient_meatballs_controller, tile.null.name modularmachinery:active_cooled_heu233_controller, tile.null.name modularmachinery:mythic_processor_melter_controller, tile.null.name modularmachinery:fractallite_furnace_controller, tile.null.name @@ -42660,8 +41219,8 @@ modularmachinery:recursive_brain_in_a_vat_tellan_controller, tile.null.name modularmachinery:definer_controller, tile.null.name modularmachinery:fluid_matrix_plasma_collider_controller, tile.null.name modularmachinery:safe_fission_hecm245_controller, tile.null.name -modularmachinery:innerved_essenceifier_controller, tile.null.name modularmachinery:safe_fission_radiant_controller, tile.null.name +modularmachinery:innerved_essenceifier_controller, tile.null.name modularmachinery:crushing_wheels:0, Crushing Wheels thaumicenergistics:infusion_provider, Essentia Infusion Provider thaumicenergistics:arcane_assembler, Arcane Assembler @@ -42829,6 +41388,7 @@ plustic:pipe_piece:0, Bloodwood Pipe Piece plustic:pipe_piece:0, Aesir Wood Pipe Piece plustic:pipe_piece:0, Yggdrasil Wood Pipe Piece plustic:pipe_piece:0, Hard Bone Pipe Piece +plustic:pipe_piece:0, Hopebringer Metal Pipe Piece plustic:pipe_piece:0, Blood Infused Glitch Pipe Piece plustic:pipe_piece:0, Shadowium Pipe Piece plustic:pipe_piece:0, Orichalcos Pipe Piece @@ -42937,14 +41497,14 @@ 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, Slime 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, Emerald 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, Wyvern Pipe Piece -plustic:pipe_piece:0, Awakened Pipe Piece -plustic:pipe_piece:0, Chaotic Pipe Piece -plustic:pipe_piece:0, Slime Pipe Piece plustic:laser_medium:0, Stone Laser Medium plustic:laser_medium:0, Prismarine Laser Medium plustic:laser_medium:0, Blazerod Laser Medium @@ -43158,31 +41718,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:12, Controller Dimlet (Single) -rftoolsdim:known_dimlet:3, Mob Dimlet (Default) -rftoolsdim:known_dimlet:13, Weather Dimlet (Default) -rftoolsdim:known_dimlet:1, Liquid Dimlet (Water) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal night) -rftoolsdim:known_dimlet:8, Time Dimlet (Normal) -rftoolsdim:known_dimlet:12, Controller Dimlet (Default) rftoolsdim:known_dimlet:7, Feature Dimlet (None) -rftoolsdim:known_dimlet:9, Digit Dimlet (1) -rftoolsdim:known_dimlet:9, Digit Dimlet (2) -rftoolsdim:known_dimlet:6, Terrain Dimlet (Void) +rftoolsdim:known_dimlet:1, Liquid Dimlet (Water) +rftoolsdim:known_dimlet:8, Time Dimlet (Normal) +rftoolsdim:known_dimlet:12, Controller Dimlet (Single) rftoolsdim:known_dimlet:9, Digit Dimlet (3) rftoolsdim:known_dimlet:9, Digit Dimlet (4) -rftoolsdim:known_dimlet:9, Digit Dimlet (0) -rftoolsdim:known_dimlet:9, Digit Dimlet (9) -rftoolsdim:known_dimlet:5, Structure Dimlet (None) rftoolsdim:known_dimlet:9, Digit Dimlet (5) rftoolsdim:known_dimlet:9, Digit Dimlet (6) rftoolsdim:known_dimlet:9, Digit Dimlet (7) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal day) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal night) rftoolsdim:known_dimlet:9, Digit Dimlet (8) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal) -rftoolsdim:known_dimlet:6, Terrain Dimlet (Flat) +rftoolsdim:known_dimlet:9, Digit Dimlet (9) +rftoolsdim:known_dimlet:9, Digit Dimlet (0) rftoolsdim:known_dimlet:10, Effect Dimlet (None) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal) +rftoolsdim:known_dimlet:9, Digit Dimlet (1) +rftoolsdim:known_dimlet:9, Digit Dimlet (2) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal day) +rftoolsdim:known_dimlet:6, Terrain Dimlet (Flat) +rftoolsdim:known_dimlet:12, Controller Dimlet (Default) rftoolsdim:known_dimlet:2, Material Dimlet (Stone) +rftoolsdim:known_dimlet:13, Weather Dimlet (Default) +rftoolsdim:known_dimlet:3, Mob Dimlet (Default) +rftoolsdim:known_dimlet:5, Structure Dimlet (None) +rftoolsdim:known_dimlet:6, Terrain Dimlet (Void) rftoolsdim:efficiency_essence, Efficiency Essence rftoolsdim:mediocre_efficiency_essence, Mediocre Efficiency Essence rftoolsdim:empty_dimension_tab, Empty Dimension Tab @@ -43342,6 +41902,26 @@ scannable:module_block, Scanner Module: Block scannable:module_structure, Scanner Module: Structures scannable:module_fluid, Scanner Module: Fluids scannable:module_entity, Scanner Module: Entity +superfactorymanager:labelgun, Label Gun +superfactorymanager:disk, Factory Manager Program Disk +superfactorymanager:network_tool, Network Tool +superfactorymanager:manager_advanced, Scripted Factory Manager +superfactorymanager:manager, Machine Inventory Manager +superfactorymanager:cable, Inventory Cable +superfactorymanager:cable_relay:0, Inventory Relay +superfactorymanager:cable_relay:8, Advanced Inventory Relay +superfactorymanager:cable_output, Redstone Emitter +superfactorymanager:cable_input, Redstone Receiver +superfactorymanager:cable_intake:0, Item Valve +superfactorymanager:cable_intake:8, Rapid Item Valve +superfactorymanager:cable_bud, Block Detector +superfactorymanager:cable_breaker, Block Gate +superfactorymanager:cable_cluster:0, Cable Cluster +superfactorymanager:cable_cluster:8, Advanced Cable Cluster +superfactorymanager:cable_camouflage:0, Cable Camouflage +superfactorymanager:cable_camouflage:1, Double Sided Cable Camouflage +superfactorymanager:cable_camouflage:2, Transforming Cable Camouflage +superfactorymanager:cable_sign, Sign Updater simple_trophies:trophy, Trophy soulshardsrespawn:soul_cage, Soul Cage soulshardsrespawn:vile_sword, Vile Sword @@ -43356,23 +41936,6 @@ soulshardsrespawn:materials:0, Corrupted Ingot soulshardsrespawn:materials:1, Corrupted Essence soulshardsrespawn:materials:2, Vile Dust spellarchives:spell_archive, Spellcaster's Archives -superfactorymanager:cable_relay:0, Inventory Relay -superfactorymanager:cable_relay:8, Advanced Inventory Relay -superfactorymanager:cable_intake:0, Item Valve -superfactorymanager:cable_intake:8, Rapid Item Valve -superfactorymanager:cable_cluster:0, Cable Cluster -superfactorymanager:cable_cluster:8, Advanced Cable Cluster -superfactorymanager:cable_camouflage:0, Cable Camouflage -superfactorymanager:cable_camouflage:1, Double Sided Cable Camouflage -superfactorymanager:cable_camouflage:2, Transforming Cable Camouflage -superfactorymanager:manager, Machine Inventory Manager -superfactorymanager:cable, Inventory Cable -superfactorymanager:cable_output, Redstone Emitter -superfactorymanager:cable_input, Redstone Receiver -superfactorymanager:cable_bud, Block Detector -superfactorymanager:cable_breaker, Block Gate -superfactorymanager:cable_sign, Sign Updater -superfactorymanager:disk, Memory Disc supersoundmuffler:sound_muffler_bauble, Super Sound Muffler supersoundmuffler:sound_muffler, Super Sound Muffler tardis:bessie, Bessie @@ -44102,28 +42665,28 @@ thaumictinkerer:infused_terra_fruit, Imbued Grain thaumictinkerer:infused_aer_fruit, Imbued Grain thaumictinkerer:infused_aqua_fruit, Imbued Grain thaumictinkerer:infused_ignis_fruit, Imbued Grain -thaumicwonders:madness_engine, Madness Engine -thaumicwonders:inspiration_engine, Inspiration Engine -thaumicwonders:portal_anchor, Portal Anchor +thaumicwonders:flux_capacitor, Flux Capacitor +thaumicwonders:everburning_urn, Everburning Urn +thaumicwonders:void_beacon, Void Beacon +thaumicwonders:catalyzation_chamber, Catalyzation Chamber +thaumicwonders:placeholder_arcane_stone, Catalyzation Chamber +thaumicwonders:flux_distiller, Flux Distiller +thaumicwonders:dimensional_ripper, Dimensional Ripper +thaumicwonders:primordial_siphon, Primordial Siphon +thaumicwonders:vis_capacitor, Vis Capacitor +thaumicwonders:alkahest_vat, Alkahest Vat thaumicwonders:creative_essentia_jar, Creative Essentia Jar thaumicwonders:portal_generator, Portal Generator -thaumicwonders:flux_capacitor, Flux Capacitor -thaumicwonders:placeholder_obsidian, Catalyzation Chamber -thaumicwonders:catalyzation_chamber, Catalyzation Chamber -thaumicwonders:meteorb, Meteorb thaumicwonders:hexamite, Hexamite -thaumicwonders:everburning_urn, Everburning Urn -thaumicwonders:ore_diviner, Ore Diviner -thaumicwonders:vis_capacitor, Vis Capacitor -thaumicwonders:dimensional_ripper, Dimensional Ripper thaumicwonders:meaty_orb, Meaty Orb -thaumicwonders:placeholder_arcane_stone, Catalyzation Chamber -thaumicwonders:primordial_siphon, Primordial Siphon -thaumicwonders:alkahest_vat, Alkahest Vat +thaumicwonders:inspiration_engine, Inspiration Engine thaumicwonders:coalescence_matrix, Coalescence Matrix -thaumicwonders:void_beacon, Void Beacon -thaumicwonders:flux_distiller, Flux Distiller +thaumicwonders:placeholder_obsidian, Catalyzation Chamber +thaumicwonders:meteorb, Meteorb +thaumicwonders:ore_diviner, Ore Diviner +thaumicwonders:portal_anchor, Portal Anchor thaumicwonders:oblivion_essentia_jar, Oblivion Essentia Jar +thaumicwonders:madness_engine, Madness Engine thaumicwonders:coalescence_matrix_precursor, Coalescence Matrix thaumicwonders:bone_bow, Empowered Bow of Bone thaumicwonders:primal_arrow:0, Air Arrow @@ -47185,6 +45748,7 @@ contenttweaker:lyndenwyrm_portal_block:0, Lyndenwyrm Portal contenttweaker:gallifrey_portal_block:0, Gallifrey Portal contenttweaker:homeseeker_portal_block:0, Homeseeker Portal Block contenttweaker:homebound_portal_block:0, Homebound Portal Block +contenttweaker:crepuscular_portal_block:0, tile.contenttweaker.crepuscular_portal_block.name contenttweaker:astral_insight_10, Astral Insight: 10 contenttweaker:astral_insight_20, Astral Insight: 20 contenttweaker:astral_insight_30, Astral Insight: 30 @@ -47418,6 +45982,9 @@ contenttweaker:alchemical_spark_callstone_sextuple, Sextuple Compressed Alchemic contenttweaker:alchemical_spark_callstone_septuple, Septuple Compressed Alchemical Spark callstone contenttweaker:alchemical_spark_callstone_octuple, Octuple Compressed Alchemical Spark callstone contenttweaker:rite_of_unhollowing, Rite of Unhollowing +contenttweaker:sundering_of_the_twilit_curse, item.contenttweaker.sundering_of_the_twilit_curse.name +contenttweaker:valhalla_callstone, item.contenttweaker.valhalla_callstone.name +contenttweaker:dragon_reborn_callstone, item.contenttweaker.dragon_reborn_callstone.name contenttweaker:singular_gravity_honey, Singular Gravity Honey contenttweaker:black_hole_honey, Black Hole Honey contenttweaker:nethersky_amber:0, Nethersky Amber @@ -47822,6 +46389,8 @@ contenttweaker:chromodynamic_condenser:0, Chromodynamic Condenser contenttweaker:ordered_eigenstate_condenser:0, Ordered Eigenstate Condenser contenttweaker:event_horizon_condenser:0, Event Horizon Condenser contenttweaker:hyperuranion_actualizer_mythic_shell:0, Hyperuranion Actualizer: Mythic Shell +contenttweaker:hyperuranion_self_actualizer:0, tile.contenttweaker.hyperuranion_self_actualizer.name +contenttweaker:hyperuranion_actualizer_botania:0, tile.contenttweaker.hyperuranion_actualizer_botania.name contenttweaker:double_compressed_aeternalis_fuel:0, Double Compressed Aeternalis Fuel contenttweaker:triple_compressed_aeternalis_fuel:0, Triple Compressed Aeternalis Fuel contenttweaker:quadruple_compressed_aeternalis_fuel:0, Quadruple Compressed Aeternalis Fuel @@ -47841,7 +46410,22 @@ contenttweaker:everwondering_megelium:0, Everwondering Megelium contenttweaker:ascended_sky_stone:0, Ascended Sky Stone contenttweaker:yggdrasil_wood:0, Yggdrasil Wood contenttweaker:resounding_warren_alloy_block:0, Resounding Warren Alloy Block -contenttweaker:universal_fluix_etcher:0, Universal Fluix Etcher +contenttweaker:universal_fluix_etcher:0, Everwishful Fluix Etcher +contenttweaker:extant_photonium:0, tile.contenttweaker.extant_photonium.name +contenttweaker:sacrosanct_cinders_apiary:0, tile.contenttweaker.sacrosanct_cinders_apiary.name +contenttweaker:crimson_warren_remains:0, tile.contenttweaker.crimson_warren_remains.name +contenttweaker:twilit_freedom_fabrial:0, tile.contenttweaker.twilit_freedom_fabrial.name +contenttweaker:cyclical_fluix_etcher:0, tile.contenttweaker.cyclical_fluix_etcher.name +contenttweaker:vengeful_asgardian_crystal:0, tile.contenttweaker.vengeful_asgardian_crystal.name +contenttweaker:everloving_wood:0, tile.contenttweaker.everloving_wood.name +contenttweaker:living_gold_ore:0, tile.contenttweaker.living_gold_ore.name +contenttweaker:balanced_draconium_block:0, tile.contenttweaker.balanced_draconium_block.name +contenttweaker:pink_slime_block:0, tile.contenttweaker.pink_slime_block.name +contenttweaker:compressed_pink_slime_block:0, tile.contenttweaker.compressed_pink_slime_block.name +contenttweaker:psimetal_block:0, tile.contenttweaker.psimetal_block.name +contenttweaker:fractal_draconium_block:0, tile.contenttweaker.fractal_draconium_block.name +contenttweaker:endlessly_wishing_draconium_block:0, tile.contenttweaker.endlessly_wishing_draconium_block.name +contenttweaker:ichorium_block:0, tile.contenttweaker.ichorium_block.name contenttweaker:jade_egg, Jade Egg contenttweaker:amethyst_egg, Amethyst Egg contenttweaker:rosite_egg, Rosite Egg @@ -48991,7 +47575,7 @@ contenttweaker:gem_of_aura, Gem of Aura contenttweaker:kaiyu_bone, Kaiyu Bone contenttweaker:skeletal_kaiyu_bone, Skeletal Kaiyu Bone contenttweaker:safe_lymph_of_pixonia, Safe Lymph of Pixonia Salt Reactor -contenttweaker:safe_einstenium, Safe Einstenium Salt Reactor +contenttweaker:safe_einstenium, Safe Einsteinium Salt Reactor contenttweaker:safe_meatballstarlight, Safe Whispering Starlight Salt Reactor contenttweaker:safe_polonium, Safe Polonium Salt Reactor contenttweaker:fill_vessel_with_fluid, Fill Vessel with this Fluid @@ -49146,7 +47730,7 @@ contenttweaker:recursium_fragment_iter3, Recursium Fragment: III contenttweaker:recursium_fragment_iter4, Recursium Fragment: IV contenttweaker:recursium_fragment_iter5, Recursium Fragment: V contenttweaker:pack_supporter_token, Pack Constribution Token -contenttweaker:cosmic_gem, Cosmic Gem +contenttweaker:cosmic_gem, Meteoric Cosmic Crystal contenttweaker:cosmic_fragment_iron, Cosmic Fragment: Iron contenttweaker:cosmic_fragment_gold, Cosmic Fragment: Gold contenttweaker:cosmic_fragment_lapis, Cosmic Fragment: Lapis @@ -49643,7 +48227,7 @@ contenttweaker:mythic_radiation_shielding, Mythic Radiation Shielding contenttweaker:recursive_radiation_shielding, Recursive Radiation Shielding contenttweaker:fractallite_radiation_shielding, Fractallite Radiation Shielding contenttweaker:cursed_cradle, Cursed Cradle -contenttweaker:infusion_pseudo_automation, Infusion Pseudo-Automatic Setup +contenttweaker:infusion_pseudo_automation, Infusion Automation contenttweaker:puzzle_solution_rainbowcore, Puzzle Solution: Rainbow Core contenttweaker:recursion_sharpening_lens, Recursion Sharpening Lens contenttweaker:valkyrie_construct, Valkyrie Construct @@ -49819,6 +48403,70 @@ contenttweaker:runic_rhenium_catalyst, Runic Rhenium Catalyst contenttweaker:brave_heart_of_pixonia, Brave Heart of Pixonia contenttweaker:ascending_demantoid, Ascending Demantoid contenttweaker:fractallite_demantoid, Fractallite Demantoid +contenttweaker:investiture_of_the_direwolf, Investiture of the Direwolf +contenttweaker:sacred_cinders_honey, item.contenttweaker.sacred_cinders_honey.name +contenttweaker:chorus_seedling, item.contenttweaker.chorus_seedling.name +contenttweaker:chorus_sprout, item.contenttweaker.chorus_sprout.name +contenttweaker:pharos_imbuement, item.contenttweaker.pharos_imbuement.name +contenttweaker:pearlescent_cluster, item.contenttweaker.pearlescent_cluster.name +contenttweaker:discolored_druse, item.contenttweaker.discolored_druse.name +contenttweaker:pulsating_fluix_powder, item.contenttweaker.pulsating_fluix_powder.name +contenttweaker:condensed_petrified_fluix, item.contenttweaker.condensed_petrified_fluix.name +contenttweaker:fluix_fossilization_fabrial, item.contenttweaker.fluix_fossilization_fabrial.name +contenttweaker:unidentified_fluix_fossil, item.contenttweaker.unidentified_fluix_fossil.name +contenttweaker:unidentifying_fluix_fossil, item.contenttweaker.unidentifying_fluix_fossil.name +contenttweaker:paradoxical_fluix_fossil, item.contenttweaker.paradoxical_fluix_fossil.name +contenttweaker:evertainted_pebble, item.contenttweaker.evertainted_pebble.name +contenttweaker:sundered_crimson_heart, item.contenttweaker.sundered_crimson_heart.name +contenttweaker:crimson_sundering_powder, item.contenttweaker.crimson_sundering_powder.name +contenttweaker:crimson_sundering_pebble, item.contenttweaker.crimson_sundering_pebble.name +contenttweaker:whisper_of_freedom_troll, item.contenttweaker.whisper_of_freedom_troll.name +contenttweaker:whisper_of_freedom_giant, item.contenttweaker.whisper_of_freedom_giant.name +contenttweaker:whisper_of_freedom_crab, item.contenttweaker.whisper_of_freedom_crab.name +contenttweaker:whisper_of_freedom_minotaur, item.contenttweaker.whisper_of_freedom_minotaur.name +contenttweaker:whisper_of_freedom_redcap, item.contenttweaker.whisper_of_freedom_redcap.name +contenttweaker:whisper_of_freedom_raven, item.contenttweaker.whisper_of_freedom_raven.name +contenttweaker:whisper_of_freedom_hedge, item.contenttweaker.whisper_of_freedom_hedge.name +contenttweaker:whisper_of_freedom_tome, item.contenttweaker.whisper_of_freedom_tome.name +contenttweaker:nugget_of_midas, item.contenttweaker.nugget_of_midas.name +contenttweaker:galactic_dust, item.contenttweaker.galactic_dust.name +contenttweaker:recursion_fragment_asgard, item.contenttweaker.recursion_fragment_asgard.name +contenttweaker:bifrost_warren_dust, item.contenttweaker.bifrost_warren_dust.name +contenttweaker:breath_of_ragnarok, item.contenttweaker.breath_of_ragnarok.name +contenttweaker:ragnarok_warren_dust, item.contenttweaker.ragnarok_warren_dust.name +contenttweaker:gratitude_of_thor, item.contenttweaker.gratitude_of_thor.name +contenttweaker:gratitude_of_odin, item.contenttweaker.gratitude_of_odin.name +contenttweaker:gratitude_of_loki, item.contenttweaker.gratitude_of_loki.name +contenttweaker:rune_of_valhalla, item.contenttweaker.rune_of_valhalla.name +contenttweaker:valhalla_warren_dust, item.contenttweaker.valhalla_warren_dust.name +contenttweaker:everbloody_manastone, item.contenttweaker.everbloody_manastone.name +contenttweaker:manastone_silt, item.contenttweaker.manastone_silt.name +contenttweaker:lothlorien_silt, item.contenttweaker.lothlorien_silt.name +contenttweaker:living_construct_soul, item.contenttweaker.living_construct_soul.name +contenttweaker:planetary_living_construct, item.contenttweaker.planetary_living_construct.name +contenttweaker:kanohi_mask, item.contenttweaker.kanohi_mask.name +contenttweaker:essence_of_the_balanced_warrior, item.contenttweaker.essence_of_the_balanced_warrior.name +contenttweaker:essence_of_the_kanohi_warrior, item.contenttweaker.essence_of_the_kanohi_warrior.name +contenttweaker:chaotic_nexus, item.contenttweaker.chaotic_nexus.name +contenttweaker:vibranium_alloy_cluster, item.contenttweaker.vibranium_alloy_cluster.name +contenttweaker:ichor_taint_catalyzer, item.contenttweaker.ichor_taint_catalyzer.name +contenttweaker:warren_chunk, item.contenttweaker.warren_chunk.name +contenttweaker:standard_of_the_dragon_reborn, item.contenttweaker.standard_of_the_dragon_reborn.name +contenttweaker:brightsteel_alloy_plate_of_the_one_power, item.contenttweaker.brightsteel_alloy_plate_of_the_one_power.name +contenttweaker:actualization_aspected_eleint_scale, item.contenttweaker.actualization_aspected_eleint_scale.name +contenttweaker:bionic_construct, item.contenttweaker.bionic_construct.name +contenttweaker:defined_disk, item.contenttweaker.defined_disk.name +contenttweaker:tracker_binoculars, item.contenttweaker.tracker_binoculars.name +contenttweaker:actualized_chunk, item.contenttweaker.actualized_chunk.name +contenttweaker:mythic_processor_centrifuge, item.contenttweaker.mythic_processor_centrifuge.name +contenttweaker:divination_catalyst, item.contenttweaker.divination_catalyst.name +contenttweaker:strange_phasing_mince, item.contenttweaker.strange_phasing_mince.name +contenttweaker:prosperous_rock, item.contenttweaker.prosperous_rock.name +contenttweaker:infinite_loving_plate, item.contenttweaker.infinite_loving_plate.name +contenttweaker:unforgotten_summons, item.contenttweaker.unforgotten_summons.name +contenttweaker:hopebringer_crystal, item.contenttweaker.hopebringer_crystal.name +contenttweaker:hopebringer_metal, item.contenttweaker.hopebringer_metal.name +contenttweaker:act_of_restored_balance, item.contenttweaker.act_of_restored_balance.name contenttweaker:alchemical_petrification, Alchemical Petrification contenttweaker:compressed_alchemical_petrification, Compressed Alchemical Petrification contenttweaker:double_compressed_alchemical_petrification, Double Compressed Alchemical Petrification @@ -50492,6 +49140,8 @@ contenttweaker:summons_to_the_meatball_man, Summons to the Meatball Man contenttweaker:vow_to_death, Vow to Death contenttweaker:rite_of_bloodshed, Rite of Bloodshed contenttweaker:trinity_fabrial, Trinity Fabrial +contenttweaker:summons_of_ragnarok, item.contenttweaker.summons_of_ragnarok.name +contenttweaker:summons_of_the_twilit_hero, item.contenttweaker.summons_of_the_twilit_hero.name contenttweaker:dreading_warp_cleanser, Dreading Warp Cleanser contenttweaker:omothol_warp_cleanser, Omothol Warp Cleanser contenttweaker:abyssal_wasteland_warp_cleanser, Abyssal Wasteland Warp Cleanser @@ -50529,6 +49179,7 @@ contenttweaker:master_spell_sonus, Master Spell: Sonus contenttweaker:master_spell_cognitio, Master Spell: Cognitio contenttweaker:master_spell_imperium, Master Spell Imperium contenttweaker:master_spell_tenebrae, Master Spell Tenebrae +contenttweaker:master_spell_bestia, Master Spell Bestia contenttweaker:material_part:0, Demonic Steel Nugget contenttweaker:material_part:256, Elite Apalachia Nugget contenttweaker:material_part:1, Demonic Steel Ingot @@ -51195,8 +49846,6 @@ ae2fc:part_fluid_pattern_terminal, ME Fluid Pattern Terminal ae2fc:part_fluid_pattern_ex_terminal, ME Extended Processing Fluid Pattern Terminal ae2fc:large_item_encoded_pattern, Encoded Pattern ae2fc:wireless_fluid_pattern_terminal, Wireless Fluid Pattern Terminal -fluiddrawers:tank:0, Fluid Drawer -fluiddrawers:tank_custom:0, Framed Fluid Drawer threng:machine:0, Fluix Aggregator threng:machine:1, Pulse Centrifuge threng:machine:2, ME Circuit Etcher @@ -51209,6 +49858,8 @@ threng:big_assembler:2, Mass Assembler Controller threng:big_assembler:3, MA Pattern Provider threng:big_assembler:4, MA Crafting Coprocessor threng:big_assembler:5, Mass Assembler IO Port +fluiddrawers:tank:0, Fluid Drawer +fluiddrawers:tank_custom:0, Framed Fluid Drawer threng:material:0, Fluix Steel Ingot threng:material:1, Carbonic Fluix Complex threng:material:2, Fluix-Plated Iron Ingot @@ -51454,9 +50105,9 @@ magicbees:manasteelscoop, Manasteel Scoop magicbees:frames.resilient, Resilient Frame magicbees:frames.metabolic, Metabolic Frame magicbees:frames.magic, Magic Frame -magicbees:frames.necrotic, Necrotic Frame magicbees:frames.temporal, Temporal Frame magicbees:frames.gentle, Gentle Frame +magicbees:frames.necrotic, Necrotic Frame magicbees:frames.oblivion, Oblivion Frame magicbees:hiveblock:0, Curious Hive magicbees:hiveblock:1, Unusual Hive diff --git a/config/BetterBuildersWandsFix.cfg b/config/BetterBuildersWandsFix.cfg new file mode 100644 index 00000000..b46233f4 --- /dev/null +++ b/config/BetterBuildersWandsFix.cfg @@ -0,0 +1,9 @@ +# Configuration file + +general { + # Bypass light updates when placing non-NBT blocks. + # 放置无NBT方块时绕过光照更新。 + B:setBlockStateFastEnable=false +} + + 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 f62d70bc..65becf04 100644 --- a/config/CustomMainMenu/mainmenu.json +++ b/config/CustomMainMenu/mainmenu.json @@ -231,7 +231,8 @@ "menu:back39.png", "menu:back40.png", "menu:back41.png", - "menu:back42.png"], + "menu:back42.png", + "menu:back43.png"], "displayDuration" : 100, "shuffle": true, "fadeDuration" : 40 diff --git a/config/Fishs_Undead_Rising.cfg b/config/Fishs_Undead_Rising.cfg index 8b7f40ea..1ae822ae 100644 --- a/config/Fishs_Undead_Rising.cfg +++ b/config/Fishs_Undead_Rising.cfg @@ -180,6 +180,9 @@ frigid { # Maximum Frigid health [1-1000] D:"frigid health"=20.0 + # Summoned Frigid lifespan [1-10000] + I:"frigid lifespan"=120 + # Set the spawn rate of Frigid [0-10000] I:"frigid spawn rate"=20 } @@ -215,18 +218,27 @@ general { # Allow Molten Hammer active effect to hit players [false/true] B:"allow molten hammer pvp"=false + # Ability cooldown of Ankh Scepter [1-10000] + I:"ankh scepter cooldown"=60 + # BlackBanlist for items that the Golden Heart is unable to mend. Ex. "minecraft:shears" or "mod_lavacow:moltenhammer" [default: ] S:"banlisted items from golden heart" < > - # Set the bonus damage of Bone Sword to X% [0-100] + # Does Beast Claw right click ability require player to be sneaking?. [false/true] + B:"beast claw needs sneak"=false I:"bone sword bonus damage"=5 - - # Set the bonus damage cap of Bone Sword [0-10000] I:"bone sword bonus damage cap"=5000 - - # Allow the Bone Sword to deal extra damage to bosses. [false/true] B:"bone sword boss damage"=true + + # Set the bonus damage of Bone Sword/Fang Arrow to X% [0-100] + I:"bone sword/fang arrow bonus damage"=5 + + # Set the bonus damage cap of Bone Sword/Fang Arrow [0-10000] + I:"bone sword/fang arrow bonus damage cap"=10000 + + # Allow the Bone Sword/Fang Arrow to deal extra damage to bosses. [false/true] + B:"bone sword/fang arrow boss damage"=false I:"bonesword bonus damage"=5 I:"bonesword bonus damage cap"=5000 I:"boneworm drop heart"=10 @@ -250,10 +262,11 @@ general { # The amount of seconds before cocoons hatch into an enigmoth or a vespa I:"cocoon lifespan"=8 - - # Should new armor materials be added to Construct's Armory when installed? (requires Tinkers' Construct) [false/true] B:"construct's armory integration"=true + # Attack damage of "Death" [1-10000] + I:"death damage"=16 + # Spawn rate of Desert Tomb (higher number = less frequent) [0-10000] I:"desert tomb spawn rate"=750 @@ -280,7 +293,10 @@ general { # Should new enchantments be added (existing properties will be preserved). [false/true] B:"enable enchantment"=true - # Should soulforged armor/tools be created when combining a soulforged heart with any molten armor piece/tool on the anvil (e.g. Molten Warhammer + Soulforged Heart = Soulforged Warhammer). [false/true] + # Should the Ankh Scepter/Frozen Grip/Fungal Rod be created when combining a Midnight Mourne with a(n) Ushabti/Frozen Thigh/Poisonous Spore on the anvil. [false/true] + B:"enable midnight mourne anvil recipes"=true + + # Should soulforged armor/tools be created when combining a Soulforged Heart with any molten armor piece/tool on the anvil (e.g. Molten Warhammer + Soulforged Heart = Soulforged Warhammer). [false/true] B:"enable soulforged anvil recipes"=true # Set the drop rate of Intestine [0-100] @@ -288,6 +304,12 @@ general { B:"fission potion works on entities from other mods"=false I:"flying height limit"=16 + # Ability cooldown of Frozen Grip [1-10000] + I:"frozen grip cooldown"=60 + + # Ability cooldown of Fungal Staff [1-10000] + I:"fungal staff cooldown"=60 + # Generate Cemetery in the Overworld. [false/true] B:"generate cemetery"=true @@ -357,7 +379,7 @@ general { contenttweaker:recursive_paper_buggy,0.03 contenttweaker:recursive_paper_faithfulundead,0.03 enderio:item_capacitor_grainy,0.03 - > + > # Customize drop rates of the items which ravens can find. Ex. "minecraft:fish@3,0.4,2" or "mod_lavacow:sharptooth,0.1" [default: [minecraft:beetroot_seeds,0.15], [minecraft:wheat_seeds,0.15,2], [minecraft:melon_seeds,0.15], [minecraft:pumpkin_seeds,0.15], [minecraft:gold_nugget,0.1,2], [minecraft:iron_nugget,0.1,2]] S:"loot table for ravens" < @@ -398,6 +420,9 @@ general { minecraft:skeleton > + # Area Damage of Molten Warhammer [1-1000] + D:"molten hammer attack"=8.0 + # Set the fire damage reduction of Molten Heart/Soulforged Heart to X% [0-10000] I:"molten heart damage reduction"=20 @@ -410,17 +435,21 @@ general { # Should Piranha and Swarmer attack innocent animals [false/true] B:"piranha attacks animals"=true B:"quark compatibility"=true - - # Should new features be added when Quark is also installed? [false/true] B:"quark integration"=true # Ability cooldown of Scarab Scepter [1-10000] I:"scarab scepter cooldown"=60 + # Area Damage of Soulforged Warhammer [1-1000] + D:"soulforged hammer attack"=10.0 + + # Ability cooldown of Soulforged Warhammer [1-1000] + I:"soulforged hammer cooldown"=4 + # Sets the amount of extra health healed with a Soulforged Heart equipped to X% [0-10000] I:"soulforged heart healing boost"=25 - # Customize the Spawn list for the Dreamcatcher. Ex. "mod_lavacow:foglet,40,1,2" or "mod_lavacow:vespa,20,1,1" [default: [minecraft:zombie,40,1,2], [minecraft:skeleton,40,1,2], [minecraft:spider,40,1,2], [minecraft:silverfish,40,1,2], [minecraft:bat,40,4,8], [mod_lavacow:foglet,40,1,2], [mod_lavacow:slothoman,40,1,2], [mod_lavacow:unburied,40,1,2], [mod_lavacow:ptera,40,1,2], [mod_lavacow:lilsludge,40,1,2], [mod_lavacow:amber_scarab,40,1,2], [mod_lavacow:ghost_swarmer,40,1,2], [mod_lavacow:pingu,40,1,2], [mod_lavacow:weta,40,1,2], [minecraft:enderman,20,1,1], [minecraft:cave_spider,20,1,1], [minecraft:witch,20,1,1], [mod_lavacow:undeadswine,20,1,1], [mod_lavacow:ithaqua,20,1,1], [mod_lavacow:sludgelord,20,1,1], [mod_lavacow:amberlord,20,1,1], [mod_lavacow:vespa,20,1,1], [mod_lavacow:scarecrow,20,1,1], [mod_lavacow:boneworm,20,1,1], [mod_lavacow:undertaker,20,1,1], [mod_lavacow:banshee,20,1,1], [mod_lavacow:avaton,20,1,1], [mod_lavacow:wraith,20,1,1], [mod_lavacow:sea_hag,20,1,1], [mod_lavacow:graverobberghost,20,1,1]] + # Customize the Spawn list for the Dreamcatcher. Ex. "mod_lavacow:foglet,40,1,2" or "mod_lavacow:vespa,20,1,1" [default: [minecraft:zombie,40,1,2], [minecraft:skeleton,40,1,2], [minecraft:spider,40,1,2], [minecraft:silverfish,40,1,2], [minecraft:bat,40,4,8], [mod_lavacow:foglet,40,1,2], [mod_lavacow:isnachi,40,1,2], [mod_lavacow:unburied,40,1,2], [mod_lavacow:ptera,40,1,2], [mod_lavacow:lilsludge,40,1,2], [mod_lavacow:amber_scarab,40,1,2], [mod_lavacow:ghost_swarmer,40,1,2], [mod_lavacow:pingu,40,1,2], [mod_lavacow:weta,40,1,2], [minecraft:enderman,20,1,1], [minecraft:cave_spider,20,1,1], [minecraft:witch,20,1,1], [mod_lavacow:undeadswine,20,1,1], [mod_lavacow:ithaqua,20,1,1], [mod_lavacow:sludgelord,20,1,1], [mod_lavacow:amberlord,20,1,1], [mod_lavacow:vespa,20,1,1], [mod_lavacow:scarecrow,20,1,1], [mod_lavacow:boneworm,20,1,1], [mod_lavacow:undertaker,20,1,1], [mod_lavacow:banshee,20,1,1], [mod_lavacow:avaton,20,1,1], [mod_lavacow:wraith,20,1,1], [mod_lavacow:sea_hag,20,1,1], [mod_lavacow:graverobberghost,20,1,1]] S:"spawn list for dreamcatcher" < mod_lavacow:foglet,40,1,2 mod_lavacow:undeadswine,20,1,1 @@ -441,8 +470,6 @@ general { # Mobs in this mod will not burn under daylight. [false/true] B:"sunscreen mode"=false B:"tinkers compatibility"=true - - # Should new tool materials be added to Tinkers' Construct when installed? [false/true] B:"tinkers' construct integration"=true # Should zombies (Unburied and variants) scare villagers [false/true] @@ -511,11 +538,26 @@ general { # Set the spawn rate of Ghost Swarmer [0-100] I:"ghost swarmer spawn rate"=10 - # Should Ghots Swarmers spawn underground + # Should Ghost Swarmers spawn underground B:"ghost swarmer underground spawn"=false } +ghoul { + # Ghoul strength [1-1000] + D:"ghoul attack"=5.0 + + # Maximum Ghoul health [1-1000] + D:"ghoul health"=20.0 + + # Set the spawn rate of Ghoul [0-10000] + I:"ghoul spawn rate"=20 + + # Percentage of wounded health needed to be targeted by a Ghoul [0-100] + D:"ghoul target health threshold"=50.0 +} + + glowshroom { B:"glowshroom generation"=true I:"glowshroom spawn rate"=20 @@ -527,7 +569,7 @@ glowshroom { # Grave Robber strength [1-1000] D:"grave robber attack"=6.0 - # The chance for a Ghost of Grave Robber to appear after a Grave Robber dies [0-100] + # The chance for a Ghost of Grave Robber to appear after a Grave Robber dies [0-1] D:"grave robber ghost chance"=0.5 # Maximum Grave Robber health [1-1000] @@ -601,8 +643,6 @@ ithaqua { } - - mimicrab { # Mimicrab strength [1-1000] D:"mimicrab attack"=8.0 @@ -618,6 +658,30 @@ mimicrab { } +"mod integration" { + # Should new armor materials be added to Construct's Armory when installed? (requires Tinkers' Construct) [false/true] + B:"construct's armory integration"=true + + # Should new features be added when Quark is also installed? [false/true] + B:"quark integration"=true + + # Should Azrael's Scythe and Critical Boost use RLCombat for handling offhand bonuses? [false/true] + B:"rlcombat integration"=true + + # Should So Many Enchantment's Lesser, Advanced, and Supreme Enchants be considered? [false/true] + B:"somanyenchantments integration"=true + + # Should new tool materials be added to Tinkers' Construct when installed? [false/true] + B:"tinkers' construct integration"=true +} + + +"mod integration toggles" { + # Should So Many Enchantment's unique enchants work on Fish's Undead Rising item abilities? [false/true] + B:"somanyenchantments integration"=true +} + + moogma { # Chance for Moogmas to spawn with the classic texture (setting it to 1.0 will always cause it to spawn) [0-1] D:"moogma classic texture chance"=1.0 @@ -640,6 +704,9 @@ mummy { # Maximum Mummy health [1-1000] D:"mummy health"=24.0 + # Summoned Mummy lifespan [1-10000] + I:"mummy lifespan"=120 + # Set the spawn rate of Mummy [0-10000] I:"mummy spawn rate"=100 } @@ -652,6 +719,9 @@ mycosis { # Maximum Mycosis health [1-1000] D:"mycosis health"=20.0 + # Summoned Mycosis lifespan [1-10000] + I:"mycosis lifespan"=120 + # Set the spawn rate of Mycosis [0-10000] I:"mycosis spawn rate"=40 } @@ -718,6 +788,9 @@ parasite { # Should Parasites have a chance to pop out from dying mobs in the host list or mobs under the Infested effect [false/true] B:"parasite hosts"=true + # The maximum amplifier of the Infested potion effect that scales additional parasite spawns + I:"parasite infested amplifier spawns"=4 + # The amount of seconds before Parasites naturally die or form into cocoons I:"parasite lifespan"=16 @@ -882,15 +955,26 @@ shroom { "skeleton king" { + # Customize the list of Biome tags the King's Crown will check ex. "DRY" or "SANDY" [default: [HOT], [DRY], [SANDY]] + S:"Cursed Crown Biomes List" < + HOT + DRY + SANDY + > + + # Should King's Crown require all (or just one) valid biome tag [false/true] + B:"cursed crown need all tags"=true + # Skeleton King strength [1-1000] D:"skeleton king attack"=40.0 # Maximum Skeleton King health [1-1000] D:"skeleton king health"=15000.0 - - # Skeleton King strength [1-1000] D:"skeleton king kings wrath attack"=60.0 + # Skeleton King kings wrath projectile strength [1-1000] + D:"skeleton king kings wrath projectile strength"=6.0 + # Should Skeleton King drop its loot inside a chest [false/true] B:"skeleton king loot in chest"=false @@ -963,7 +1047,7 @@ unburied { # Maximum Unburied health [1-1000] D:"unburied health"=20.0 - # Summoned Unburied (and variants) lifespan [1-10000] + # Summoned Unburied lifespan [1-10000] I:"unburied lifespan"=20 # Set the spawn rate of Unburied [0-10000] 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 01acd08f..2c2fd4db 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) -#Wed Nov 26 09:42:03 CST 2025 +#Wed Jan 14 15:53:46 CST 2026 enableMiddleClick=true showChestButtons=true enableSortingOnPickup=false diff --git a/config/ItemBlacklist.json b/config/ItemBlacklist.json index 69642cea..4ff173a2 100644 --- a/config/ItemBlacklist.json +++ b/config/ItemBlacklist.json @@ -997,64 +997,6 @@ "damage": "*" } ], - "-11325": [ - { - "item": "cyclicmagic:ender_pearl_mounted", - "damage": "*" - }, - { - "item": "minecraft:ender_pearl", - "damage": "*" - }, - { - "item": "enderio:item_travel_staff", - "damage": "*" - }, - { - "item": "minecraft:chorus_fruit", - "damage": "*" - }, - { - "item": "cyclicmagic:ender_pearl_reuse", - "damage": "*" - }, - { - "item": "actuallyadditions:item_tele_staff", - "damage": "*" - }, - { - "item": "enderutilities:enderbow", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "projecte:item.pe_destruction_catalyst", - "damage": "*" - }, - { - "item": "projecte:item.pe_catalitic_lens", - "damage": "*" - }, - { - "item": "projecte:item.pe_rm_morning_star", - "damage": "*" - }, - { - "item": "rftoolsdim:dimension_builder", - "damage": "*" - }, - { - "item": "rftoolsdim:dimension_enscriber", - "damage": "*" - }, - { - "item": "rftoolsdim:dimlet_workbench", - "damage": "*" - } - ], "163": [ { "item": "extrautils2:terraformer", diff --git a/config/ItemFavorites/bringthefreedom.dat b/config/ItemFavorites/bringthefreedom.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/bringthefreedom.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/morefreedom.dat b/config/ItemFavorites/morefreedom.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/morefreedom.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/newastral.dat b/config/ItemFavorites/newastral.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/newastral.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/truefreedom.dat b/config/ItemFavorites/truefreedom.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/truefreedom.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/whynofloods.dat b/config/ItemFavorites/whynofloods.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/whynofloods.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/OpenModsLibCore.json b/config/OpenModsLibCore.json index 9ab77a95..b1528004 100644 --- a/config/OpenModsLibCore.json +++ b/config/OpenModsLibCore.json @@ -19,16 +19,6 @@ "When disabled: Llama trophy cannot be rendered" ] }, - "activate_player_render_hook": { - "version": 0, - "value": "true", - "comment": [ - "Purpose: add hook to player rendering code", - "Modified class: net.minecraft.client.renderer.entity.RenderPlayer", - "Known users: OpenBlocks hangglider", - "When disabled: code may fallback to less compatible mechanism (like replacing renderer)" - ] - }, "horse_base_null_fix": { "version": 0, "value": "true", diff --git a/config/ProjectE/custom_emc.json b/config/ProjectE/custom_emc.json index 27711ad8..f891eddd 100644 --- a/config/ProjectE/custom_emc.json +++ b/config/ProjectE/custom_emc.json @@ -16434,63 +16434,63 @@ }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|0", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|1", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|2", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|3", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|4", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|5", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|6", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|7", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|8", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|9", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|10", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|11", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|12", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|13", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|14", - "emc": 1 + "emc": 8 }, { "item": "unlimitedchiselworks:chisel_cobblestone_aether_legacy_holystone_2|0", @@ -23283,6 +23283,134 @@ { "item": "packagedauto:distributor|0", "emc": 0 + }, + { + "item": "extrautils2:biomemarker|0", + "emc": 0 + }, + { + "item": "twilightforest:fluffy_cloud|0", + "emc": 16 + }, + { + "item": "draconicevolution:item_dislocation_inhibitor|0", + "emc": 1728 + }, + { + "item": "iceandfire:chared_dirt|0", + "emc": 1 + }, + { + "item": "iceandfire:chared_grass|0", + "emc": 1 + }, + { + "item": "iceandfire:chared_stone|0", + "emc": 1 + }, + { + "item": "iceandfire:chared_cobblestone|0", + "emc": 1 + }, + { + "item": "iceandfire:chared_gravel|0", + "emc": 1 + }, + { + "item": "iceandfire:chared_grass_path|0", + "emc": 1 + }, + { + "item": "divinerpg:snow_bricks|0", + "emc": 64 + }, + { + "item": "chisel:ironpane|0", + "emc": 96 + }, + { + "item": "chisel:ironpane|1", + "emc": 96 + }, + { + "item": "chisel:ironpane|2", + "emc": 96 + }, + { + "item": "chisel:ironpane|3", + "emc": 96 + }, + { + "item": "chisel:ironpane|4", + "emc": 96 + }, + { + "item": "chisel:ironpane|5", + "emc": 96 + }, + { + "item": "chisel:ironpane|6", + "emc": 96 + }, + { + "item": "chisel:ironpane|7", + "emc": 96 + }, + { + "item": "chisel:ironpane|8", + "emc": 96 + }, + { + "item": "chisel:ironpane|9", + "emc": 96 + }, + { + "item": "chisel:ironpane|10", + "emc": 96 + }, + { + "item": "chisel:ironpane|11", + "emc": 96 + }, + { + "item": "chisel:ironpane|12", + "emc": 96 + }, + { + "item": "bewitchment:nethersteel_pentacle|0", + "emc": 192 + }, + { + "item": "bewitchment:nethersteel_polished|0", + "emc": 192 + }, + { + "item": "thaumicaugmentation:stone|7", + "emc": 256 + }, + { + "item": "thaumicaugmentation:bars|0", + "emc": 256 + }, + { + "item": "thaumicaugmentation:stone|3", + "emc": 256 + }, + { + "item": "abyssalcraft:dreadlandsdirt|0", + "emc": 2 + }, + { + "item": "abyssalcraft:fusedabyssalsand|0", + "emc": 1 + }, + { + "item": "aoa3:toxic_dirt|0", + "emc": 1 + }, + { + "item": "tardis:gallifreyan_sand|0", + "emc": 1 } ] } \ No newline at end of file diff --git a/config/ProjectE/mapping.cfg b/config/ProjectE/mapping.cfg index 05801915..beab259d 100644 --- a/config/ProjectE/mapping.cfg +++ b/config/ProjectE/mapping.cfg @@ -56,7 +56,7 @@ mapperconfigurations { I:divinerpgpriority=1 I:equivalentenergisticspriority=1 - # Priority for Mod with ModId = expequiv. Values: 4114 [range: 0 ~ 512, default: 1] + # Priority for Mod with ModId = expequiv. Values: 4157 [range: 0 ~ 512, default: 1] I:expequivpriority=1 I:metallurgypriority=1 @@ -248,7 +248,7 @@ mapperconfigurations { apicustomconversionmapper { allow { - # Allow Mod expequiv to add its 86742 Recipes to the EMC Calculation [default: true] + # Allow Mod expequiv to add its 87365 Recipes to the EMC Calculation [default: true] B:expequiv=true } diff --git a/config/Universal Tweaks - Bugfixes.cfg b/config/Universal Tweaks - Bugfixes.cfg index 5d2cbd44..993bbaae 100644 --- a/config/Universal Tweaks - Bugfixes.cfg +++ b/config/Universal Tweaks - Bugfixes.cfg @@ -69,6 +69,11 @@ general { # Prevents fire projectiles burning entities when blocking with shields B:"Block Fire"=true + # Sets the required fall height in blocks for boats to break + # -1 for vanilla default + # 0 for never breaking + I:"Boat Breaking Fall Height"=0 + # Fixes entities glitching through the bottom of boats B:"Boat Riding Offset"=true @@ -104,7 +109,7 @@ general { B:"Entity ID"=true B:"Entity Lists"=true - # Prevents corruption of entities caused by invalid health or damage values + # Prevents corruption of entities caused by invalid health, absorption, damage and knockback values B:"Entity NaN Values"=true # Pushes entities out of blocks when growing up to prevent suffocation diff --git a/config/Universal Tweaks - Mod Integration.cfg b/config/Universal Tweaks - Mod Integration.cfg index c4c843a9..d10d3d3e 100644 --- a/config/Universal Tweaks - Mod Integration.cfg +++ b/config/Universal Tweaks - Mod Integration.cfg @@ -63,6 +63,11 @@ general { } botania { + # Greatly reduces the size of Alfheim Portal NBT data to prevent crashes + # This will also make their performance at high item count much better + # NOTE: Toggling this option off after it has been enabled will erase existing Alfheim Portals' NBT data! + B:"Alfheim Portal NBT Fix"=true + # Fixes various duplication exploits B:"Duplication Fixes"=true @@ -123,6 +128,9 @@ general { } "the erebus" { + # Disables granting a death compass upon demise without disabling Block o' Bones + B:"Disable Death Compass"=false + # Fixes Cabbage not dropping the correct items in some situations B:"Fix Cabbage Drop"=true @@ -150,6 +158,9 @@ general { # Fixes Mob Attack and Health Statistics being repeatedly doubled B:"Fix Deep Dark Stats"=true + # Makes the Radar skip inventories when the loottable for it has not yet been generated + B:"Make Radar skip ungenerated chests"=false + # Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list B:"Mutable Machine Block Drops"=true } @@ -562,7 +573,7 @@ general { B:"Fix Neromantic Prime Fluid Overflow"=true # Amount of fluid extracted per Neromantic Prime operation (in mB per 20-30 ticks) - I:"Neromantic Prime Extraction Quantity"=300 + I:"Neromantic Prime Extraction Quantity"=1000 # Extends the fluid vein configuration to allow specifying in which dimensions a fluid can generate # This should be done as a list of comma-separated dimension IDs at the 5th field. Leave blank to allow all dimensions. @@ -585,7 +596,6 @@ general { } "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 } @@ -620,8 +630,39 @@ general { } bibliocraft { + # Allow the Printing Press to properly work with any itemstack with the dyeBlack oredict, instead of only processing with Ink Sacs + B:"Allow Any Black Dye for Printing Press"=true + # Fixes client-side memory leak by disabling version check B:"Disable Version Check"=true + + # Fix BiblioCraft's custom Armor Stand not respecting the Curse of Binding + B:"Fix Armor Stand Binding"=true + + # Fix BiblioCraft's custom Armor Stand using the incorrect slots for items or not recognizing the items as valid + B:"Fix Armor Stand Slots"=true + + # Fix Fancy Signs rendering items and blocks in different ways between the GUI and in-world + B:"Fix Fancy Sign Rotation"=true + + # Fix IItemHandler#getStackInSlot method not existing due to being obfuscated by IInventory, preventing countless errors + # This occurs because BiblioCraft's Tile Entities implement both IInventory and IItemHandler, and getStackInSlot is an obfuscated method in IInventory but not IItemHandler + B:"Fix IItemHandler Method Not Existing"=true + + # Make BiblioCraft actually use simulate properly when inserting and extracting items, fixing many item transfer methods + B:"Fix Item Transfer"=true + + # Fixes removing an ItemStack not copying all data correctly, particularly for backpacks + B:"Fix ItemStack Copying"=true + + # Fixes the Antique Atlas and Clipboard rendering incorrect when the Main Hand is set to Left + B:"Fix Left Handed Rendering"=true + + # Fix the Clipboard and the Stockroom Catalogue behaving incorrectly when used in the offhand + B:"Fix Using Incorrect Hand"=true + + # Register all sounds, fixing bugs when attempting to play them on servers + B:"Multiplayer Sound Fix"=true } collective { @@ -634,6 +675,9 @@ general { } "ender io" { + # When changing colors in the Redstone Conduit GUI, remove the signal from the old color + B:"Clear Outdated Redstone Conduit"=true + # Fixes the Farming Station Chorus Walker being able to loop though and check the same positions endlessly, causing a StackOverflow B:"Fix Chorus Farming StackOverflow"=true @@ -648,6 +692,9 @@ general { } "in control!" { + # Prevents the client thread from modifying a server-only static field + B:"Fix ForgeEventHandler Crash"=true + # Fixes onJoin spawn rules repeatedly modifying mob attack/health/speed B:"Spawn Rule Stats Fix"=true } @@ -710,6 +757,9 @@ general { } bewitchment { + # Fix the Witches Altar checking blocks causing crashes when scanning blocks that do not have the expected properties, primarily TerraFirmaCraft leaves + B:"Fix Altar IBlockState Check"=true + # Fixes Witches' Oven consuming container fuel items B:"Witches' Oven Fix"=true } @@ -771,6 +821,9 @@ general { # As the tweak "Fix Consuming Incorrect Hand" fixes the bug preventing durability from being used, fixing the stack size is also needed. B:"Fix Aquamarine Stack Size"=true + # Fixes issues with armor set effects being cleaned up under the wrong conditions that caused crashes + B:"Fix Armor Set Effect Cleanup"=true + # Fix various DivineRPG items consuming the item in the main hand regardless of the hand actually used B:"Fix Consuming Incorrect Hand"=true } @@ -788,6 +841,88 @@ general { B:"Path correction"=true } + "applied energistics 2 unofficial extended life" { + # Mitigates crashes caused by misbehaving IItemHandlers + B:"Mitigate Storage Bus Crashes"=false + } + + "aether legacy" { + # When dropping equipped Accessories, add the drops to the event instead of dropping them directly, allowing compatibility with various grave mods + B:"Capture Accessory Drops"=true + } + + avaritiaddons { + # Fix the Infinity Chest not properly handling the held itemstack when closing the container + B:"Fix Container Held Stack Bug"=true + } + + cyclic { + # Fixes memory leak associated with advancements when creating FakePlayers + B:"Memory Leak Fix"=true + } + + "dank storage" { + # Fixes Max Int (2.1B) stacks being voided when right clicking on them in a Dank + B:"Fix Slot voiding"=true + } + + "extreme reactors" { + # Mitigates NPE in updateServer by no-oping fluid transfers when the direction is null + B:"Mitigate Steam Reactor Crash"=true + } + + rftools { + # Fixes sporadic crashes when using RFTools Storage XNet channels + B:"Fix XNet Channel Crash"=true + + # 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 + } + + roots { + # Check if the oredict is registered before adding an entry to the list, preventing a bug when copper or silver ingots or nuggets are disabled + B:"Check Spirit Drop Oredict"=true + + # Disable opening the Creative Pouch GUI as it immediately crashes + B:"Creative Pouch GUI Crash"=true + + # Disable Elemental Soils triggering updates on redstone updates + B:"Disable Element Soil Growth Acceleration"=true + + # Save the Icicle entity type as NBT, fixing a crash where the type was null + B:"Icicle Type Saving"=true + + # Fix an issue where disabled modifiers would still consume their material, voiding the + B:"Modifier GUI Voiding"=true + + # Make the Mortar Spell Dust crafting output a copy of the ItemStack, avoiding issues where the recipe is inadvertently modified + B:"Mortar Spell Dust Fix"=true + + # Check if the target block is unbreakable for the Shatter Spell + B:"Prevent Shatter Spell Breaking Unbreakable"=true + + # Make the Summon Creatures Ritual stop when checking if blocks out of world are air, preventing an infinite loop when running the ritual above the void + B:"Summon Creatures Ritual Infinite loop"=true + } + + tombmanygraves2 { + # Universal Tweaks always adds AetherLegacyInventory compat to TombManyGraves2, + # but this functionality will only work properly if Aether Legacy: Capture Accessory Drops is enabled. + # This cannot be disabled, and this config only exists to notify that this functionality exists. + S:"Aether Legacy Accessory Compat"=ALWAYS_ENABLED + + # Change the timestamp used from 'MM_dd_YYYY_HH_mm_ss' to an ISO 8601 based format of 'yyyy-MM-dd'T'HH:mm:ss' + B:"Change Timestamp"=false + + # Fix TombManyGraves not spawning the grave due to incorrectly checking world height + B:"Proper World Size Check"=true + } + + xnet { + # Patches several ArrayIndexOutOfBoundsExceptions in the controller logic + B:"Fix Various Controller Crashes"=true + } + } diff --git a/config/Universal Tweaks - Tweaks.cfg b/config/Universal Tweaks - Tweaks.cfg index 7abf6e47..80de36d1 100644 --- a/config/Universal Tweaks - Tweaks.cfg +++ b/config/Universal Tweaks - Tweaks.cfg @@ -310,8 +310,10 @@ general { # Sets the limit of required hunger to be able to sprint # Value of -1 lets you sprint with empty hunger # Value of 20 prevents you from sprinting at all + # 6 for vanilla default # Min: -1 # Max: 20 + I:"Hunger Threshold to Sprint"=6 I:"Hunger Treshold to Sprint"=6 # Lets husks and strays spawn underground like regular zombies and skeletons @@ -319,10 +321,18 @@ general { # Replaces vanilla Minecarts dropping a Minecart and the contained item, and instead drop the combined item B:"Minecart Drops Itself"=false - - # Mobs carrying picked up items will drop their equipment and despawn properly B:"Mob Despawn Improvement"=true + # Mobs carrying picked up items will despawn properly (and optionally drop their equipment) + # DEFAULT: Vanilla behavior, no despawning + # DESPAWN: Despawn, void equipment + # DESPAWN_DROP: Despawn, drop equipment + # Valid values: + # DEFAULT + # DESPAWN + # DESPAWN_DROP + S:"Mob Despawning Improvement"=DEFAULT + # Backports 1.16+ knockback to 1.12: Knockback resistance is now a scale instead of a probability B:"Modern Knockback"=true @@ -342,6 +352,10 @@ general { # Max: 1.0 D:"Rabbit Toast Spawning Chance"=0.05 + # Sets the maximum exhaustion value when healing + # 6.0 for vanilla default + D:"Regen Exhaustion"=6.0 + # Sets the exhaustion value per cm when riding mounts # Min: 0.0 # Max: 1.0 @@ -522,6 +536,10 @@ general { # Plays an indication sound effect when health is regained B:"[4] Indication Sound"=false + + # Determines the maximum amount of health to regain + # 0 for no limitation + D:"[5] Max Heal Amount"=0.0 } sleeping { @@ -686,6 +704,9 @@ general { # If the Glowing potion effect will apply particles. Only applies if "[3] Highlight Unsafe Mobs" is true B:"[4] Show Glowing Particles"=false + + # When checking nearby hostile mobs, skip named mobs + B:"[5] Ignore Named Mobs"=false } } @@ -1016,6 +1037,13 @@ general { # Less than or equal to 0 is set to the default I:"Particle Limit"=-1 + # Sets the percentage of experience players can drop upon death instead of the capped ~7 levels + # Range from 0.0 to 1.0 + # Below 0.0 for vanilla default + # Min: -1.0 + # Max: 1.0 + D:"Player XP Drop Percentage"=-1.0 + # 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 @@ -1301,6 +1329,9 @@ general { # Removes duplicate messages and instead put a number behind the message how often it was repeated B:"[3] Compact Messages"=false + + # When waking up from bed, if the chat had text keep the chat window open + B:"[4] Keep Chat Active on waking"=true } advancements { diff --git a/config/ZenUtils.cfg b/config/ZenUtils.cfg index 366280ce..585f2b70 100644 --- a/config/ZenUtils.cfg +++ b/config/ZenUtils.cfg @@ -1,6 +1,10 @@ # Configuration file general { + # Provide custom access transformers (AT) to expose private members to zs. Use https://mcp.thiakil.com/ to generate AT lines + S:accessTransformers < + > + # Allow script to access other scripts loaded by previous loaders. The config is only effective when fastScriptLoading is enabled. Default: false B:crossLoaderAccess=false @@ -26,7 +30,7 @@ general { # Enable RandomTickEvent. It patches hotspot random tick code, which may produce performance loss. Do not enable it if you don't need it. Default: false B:enableRandomTickEvent=false - # Enable fast script loading. Note: If enabled, ONLY PREPROCESSORS AT SCRIPT HEADER ARE EFFECTIVE. (except mixin scripts) Default: false + # Enable fast script loading. It also fixes variables at top level or zenClass are reset after reload. Note: If enabled, ONLY PREPROCESSORS AT SCRIPT HEADER ARE EFFECTIVE. (except mixin scripts) Default: false B:fastScriptLoading=false } diff --git a/config/advRocketry/advancedRocketry.cfg b/config/advRocketry/advancedRocketry.cfg index 713f2df0..abb82312 100644 --- a/config/advRocketry/advancedRocketry.cfg +++ b/config/advRocketry/advancedRocketry.cfg @@ -96,6 +96,9 @@ general { # Enables the laser drill machine B:EnableLaserDrill=true + # Enables the orbital registry machine + B:EnableOrbitalRegistry=true + # Enables terraforming items and blocks B:EnableTerraforming=true @@ -138,6 +141,9 @@ general { # Maximum gravity the crystalliser will function at. Use 0.0 to disable! D:crystalliserMaximumGravity=0.0 + + # Multiplier applied to the Data Bus (Big) max data capacity. (Base=2000 -> default= 4 * 2000 = 8000) [range: 1 ~ 20, default: 4] + I:dataBusBigMultiplier=4 B:dropExtinguishedTorches=false B:electricPlantsSpawnLightning=true @@ -179,7 +185,7 @@ general { > B:laserDrillOres_blacklist=false - # If true the orbital laser will actually mine blocks on the planet below + # If true the orbital laser will actually mine blocks on the planet below, (false makes it a VoidMiner with improved performance especially when using Void Cobble: ON in the GUI) B:laserDrillPlanet=false # Outputs and chances of objects from Enriched Lava in the Centrifuge. Format: :. Larger weights are more frequent [default: [nuggetCopper:100], [nuggetIron:100], [nuggetTin:100], [nuggetLead:100], [nuggetSilver:100], [nuggetGold:75], [nuggetDiamond:10], [nuggetUranium:10], [nuggetIridium:1]] @@ -349,6 +355,7 @@ performance { planet { + # List of Biomes to be blacklisted from spawning as BiomeIds during terraforming [default: [minecraft:sky], [minecraft:hell], [minecraft:void]] S:BlacklistedBiomes < minecraft:river minecraft:sky @@ -356,6 +363,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 @@ -363,6 +372,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 @@ -401,7 +412,10 @@ planet { "resource collection missions" { + # Per-mission harvest cap = 64,000 mB × multiplier. Actual yield = min(cap, total free tank space at launch). Ignored if gasHarvestInfinite=true. D:gasHarvestAmountMultiplier=1.0 + + # Fill all attached tanks up to their total free space at launch, capped at 2,147,483,647 mB per mission. B:gasHarvestInfinite=false # Multiplier for the amount of time gas collection missions take @@ -461,6 +475,9 @@ rockets { # The multiplier for the thrust of the nuclear core block. With default configuration, this value provides a (max) thrust of 1000 per core. D:nuclearCoreThrustRatio=1.0 + # Nuclear rocket should respect artifact gating for planets + B:nuclearRocketsRespectArtifactGating=true + # How high the rocket has to go before it reaches orbit. This is used by itself when launching from a planet to LEO, which can be either a satellite, a space station, or another point on this planet's surface. It's used in conjunction with the TBI burn when launching to the moon or asteroids. Warp flights will need orbit height + 10x TBI to launch from planets [range: 255 ~ 2147483647, default: 1000] I:orbitHeight=1000 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/astralsorcery.cfg b/config/astralsorcery.cfg index 70b580a6..388e6090 100644 --- a/config/astralsorcery.cfg +++ b/config/astralsorcery.cfg @@ -436,7 +436,7 @@ perks { key_lastbreath { # Defines the damage multiplier you get additionally to your normal damage when being low on health (25% health = 75% of this additional multiplier) [range: 1.0 ~ 32.0, default: 3.0] - S:Damage_Increase=3.0 + S:Damage_Increase=1.5 # Defines the dig speed multiplier you get additionally to your normal dig speed when being low on health (25% health = 75% of this additional multiplier) [range: 1.0 ~ 32.0, default: 1.5] S:HarvestSpeed_Increase=1.5 @@ -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 8cc93452..c09a9dd9 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: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], [tombstone:spectral_conjurer:2], [enderio:witherweapon:5], [enderio:soulbound:1], [enderio:repellent:1], [enderio:witherarrow:5], [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], [mod_lavacow:critical_boost:2], [soulshardsrespawn:soul_stealer:5], [thaumictinkerer:ascentboost:2], [thaumictinkerer:pounce:1], [thaumictinkerer:shockwave:5], [thaumictinkerer:slowfall:1], [thaumictinkerer:finalstrike:2], [thaumictinkerer:valiance:5], [thaumictinkerer:vamprisim:2], [thaumictinkerer:dispersedstrikes:2], [thaumictinkerer:focusedstrikes:2], [thaumictinkerer:quickdraw:2], [thaumictinkerer:tunnel:5], [thaumictinkerer:shatter:5], [thaumictinkerer:desintegrate:5], [thaumictinkerer:autosmelt: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], [tombstone:spectral_conjurer:2], [enderio:witherarrow:5], [enderio:repellent:1], [enderio:soulbound:1], [enderio:witherweapon:5], [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], [mod_lavacow:critical_boost:2], [mod_lavacow:dominion:1], [soulshardsrespawn:soul_stealer:5], [thaumictinkerer:ascentboost:2], [thaumictinkerer:pounce:1], [thaumictinkerer:shockwave:5], [thaumictinkerer:slowfall:1], [thaumictinkerer:finalstrike:2], [thaumictinkerer:valiance:5], [thaumictinkerer:vamprisim:2], [thaumictinkerer:dispersedstrikes:2], [thaumictinkerer:focusedstrikes:2], [thaumictinkerer:quickdraw:2], [thaumictinkerer:tunnel:5], [thaumictinkerer:shatter:5], [thaumictinkerer:desintegrate:5], [thaumictinkerer:autosmelt: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/astralsorcery/fluid_rarities.cfg b/config/astralsorcery/fluid_rarities.cfg index edd6b19c..0de6e776 100644 --- a/config/astralsorcery/fluid_rarities.cfg +++ b/config/astralsorcery/fluid_rarities.cfg @@ -9,7 +9,10 @@ data { # [default: [water;2147483647;2147483647;14000], [lava;4000000;1000000;7500], [crystaloil;600000;400000;800], [empoweredoil;350000;150000;200], [redstone;120000;70000;500], [glowstone;120000;70000;500], [ender;140000;60000;250], [pyrotheum;200000;120000;200], [cryotheum;200000;120000;200], [refined_oil;480000;400000;600], [refined_fuel;450000;300000;550], [iron;600000;350000;900], [gold;400000;350000;600], [cobalt;150000;150000;80], [ardite;150000;150000;80], [emerald;60000;90000;30], [fluidoil;500000;350000;900], [fluidnitrodiesel;400000;250000;450], [ic2uu_matter;600;800;1], [ic2biomass;300000;200000;600], [ic2biogas;250000;150000;500], [mana;550000;120000;1500], [nacre;150000;250000;250]] S:data < - water;2147483647;2147483647;16000 + water;2147483647;2147483647;5000;0 + lava;4000000;100000;7500;0,-1 + twilight_resin;4000000;100000;3000;7 + oil;4000000;100000;3000;0 > } diff --git a/config/battletowers.cfg b/config/battletowers.cfg index 49cfc365..df9fe893 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;integrateddynamics:menril_sapling-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;contenttweaker:recursive_paper_abyssal-0-10-2-3;contenttweaker:recursive_paper_faithfulundead-0-10-2-3;contenttweaker:recursive_paper_dunerider-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;contenttweaker:recursive_paper_abyssal-0-10-2-3;contenttweaker:recursive_paper_dunerider-0-10-2-3 @@ -273,8 +279,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.cfg b/config/betterquesting.cfg index 68975f2f..7780a234 100644 --- a/config/betterquesting.cfg +++ b/config/betterquesting.cfg @@ -22,6 +22,9 @@ general { # Enabled the popup notices when quests are completed or updated [default: true] B:"Quest Notices"=true + # The delay, in ticks, after which quests with retrieval tasks will detect changes [range: 1 ~ 200, default: 20] + I:"Retrieval Task Detection Interval"=20 + # Increases or decreases the scrolling speed [range: 0.0 ~ 10.0, default: 1.0] S:"Scroll Speed Multiplier"=1.0 diff --git a/config/betterquesting/DefaultQuests/QuestLines/0.json b/config/betterquesting/DefaultQuests/QuestLines/0.json index 39e02d08..02268052 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/0.json +++ b/config/betterquesting/DefaultQuests/QuestLines/0.json @@ -4993,15 +4993,15 @@ "id:3": 73452729, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3600, + "x:3": 3636, "y:3": -192 }, "712:10": { "id:3": 83338498, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3672, - "y:3": -228 + "x:3": 3708, + "y:3": -192 }, "713:10": { "id:3": 90527671, @@ -5014,1053 +5014,1116 @@ "id:3": 93362209, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3564, + "x:3": 3672, "y:3": -264 }, "715:10": { + "id:3": 104577917, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3600, + "y:3": -300 + }, + "716:10": { + "id:3": 107705993, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3564, + "y:3": -192 + }, + "717:10": { "id:3": 108564504, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": -120 }, - "716:10": { + "718:10": { "id:3": 134104165, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3672, "y:3": -48 }, - "717:10": { + "719:10": { "id:3": 140052666, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3492, "y:3": 24 }, - "718:10": { + "720:10": { "id:3": 164351010, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": -156 }, - "719:10": { + "721:10": { "id:3": 189570972, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": 96 }, - "720:10": { + "722:10": { "id:3": 191189457, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3744, "y:3": -12 }, - "721:10": { + "723:10": { "id:3": 193742239, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": 204 }, - "722:10": { + "724:10": { + "id:3": 202394020, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3564, + "y:3": -264 + }, + "725:10": { "id:3": 262948337, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -264 }, - "723:10": { + "726:10": { "id:3": 267368053, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": 60 }, - "724:10": { + "727:10": { "id:3": 283823173, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, "y:3": 24 }, - "725:10": { + "728:10": { "id:3": 285554142, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": 24 }, - "726:10": { + "729:10": { "id:3": 292319552, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3456, "y:3": 60 }, - "727:10": { + "730:10": { "id:3": 299237608, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3096, "y:3": 24 }, - "728:10": { + "731:10": { "id:3": 331342148, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -444 }, - "729:10": { + "732:10": { "id:3": 352701878, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": -12 }, - "730:10": { + "733:10": { "id:3": 358789496, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": -48 }, - "731:10": { + "734:10": { "id:3": 404913088, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3492, "y:3": 96 }, - "732:10": { + "735:10": { "id:3": 455764625, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": -408 }, - "733:10": { + "736:10": { "id:3": 457497037, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3384, "y:3": -84 }, - "734:10": { + "737:10": { "id:3": 478677150, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3456, "y:3": 132 }, - "735:10": { + "738:10": { "id:3": 482221128, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 24 }, - "736:10": { + "739:10": { "id:3": 509587062, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -156 }, - "737:10": { + "740:10": { + "id:3": 544292152, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3708, + "y:3": -300 + }, + "741:10": { "id:3": 548069164, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -84 }, - "738:10": { + "742:10": { + "id:3": 577649534, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3600, + "y:3": -336 + }, + "743:10": { "id:3": 585232112, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": -120 }, - "739:10": { + "744:10": { "id:3": 608217835, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, "y:3": -84 }, - "740:10": { + "745:10": { "id:3": 609304222, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -408 }, - "741:10": { + "746:10": { "id:3": 619388708, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3600, + "x:3": 3636, "y:3": -228 }, - "742:10": { + "747:10": { "id:3": 619716343, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": 240 }, - "743:10": { + "748:10": { "id:3": 627303045, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, "y:3": -156 }, - "744:10": { + "749:10": { "id:3": 648075999, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3636, + "x:3": 3672, "y:3": -192 }, - "745:10": { + "750:10": { "id:3": 648991311, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -84 }, - "746:10": { + "751:10": { "id:3": 651565677, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -12 }, - "747:10": { + "752:10": { "id:3": 655786821, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3348, "y:3": -120 }, - "748:10": { + "753:10": { "id:3": 656465562, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3600, - "y:3": -264 + "x:3": 3672, + "y:3": -228 }, - "749:10": { + "754:10": { + "id:3": 671878690, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3672, + "y:3": 96 + }, + "755:10": { "id:3": 690563211, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3384, "y:3": -156 }, - "750:10": { + "756:10": { "id:3": 695054604, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -48 }, - "751:10": { + "757:10": { "id:3": 704716108, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, "y:3": -120 }, - "752:10": { + "758:10": { "id:3": 714682973, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -264 }, - "753:10": { + "759:10": { "id:3": 716708024, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3312, "y:3": -120 }, - "754:10": { + "760:10": { "id:3": 718654576, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": -12 }, - "755:10": { + "761:10": { "id:3": 723350306, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -192 }, - "756:10": { + "762:10": { "id:3": 726098530, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -48 }, - "757:10": { + "763:10": { "id:3": 745089078, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -48 }, - "758:10": { + "764:10": { "id:3": 769610759, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3384, "y:3": -48 }, - "759:10": { + "765:10": { "id:3": 770001395, "sizeX:3": 24, "sizeY:3": 24, "x:3": 108, "y:3": 96 }, - "760:10": { + "766:10": { "id:3": 790616998, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": 24 }, - "761:10": { + "767:10": { "id:3": 809768846, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3636, - "y:3": -264 + "x:3": 3672, + "y:3": -300 }, - "762:10": { + "768:10": { "id:3": 813659679, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, - "y:3": -228 + "y:3": -300 }, - "763:10": { + "769:10": { "id:3": 814979819, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -156 }, - "764:10": { + "770:10": { "id:3": 826305078, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": 96 }, - "765:10": { + "771:10": { "id:3": 841428371, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": 204 }, - "766:10": { + "772:10": { "id:3": 919434491, "sizeX:3": 24, "sizeY:3": 24, "x:3": 936, "y:3": -120 }, - "767:10": { + "773:10": { "id:3": 921771716, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3672, - "y:3": -192 + "x:3": 3708, + "y:3": -156 }, - "768:10": { + "774:10": { "id:3": 946204526, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3024, "y:3": 60 }, - "769:10": { + "775:10": { "id:3": 946686645, "sizeX:3": 24, "sizeY:3": 24, "x:3": 504, "y:3": -480 }, - "770:10": { + "776:10": { "id:3": 946808945, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": 168 }, - "771:10": { + "777:10": { "id:3": 951871488, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3132, "y:3": -156 }, - "772:10": { + "778:10": { "id:3": 970927034, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -84 }, - "773:10": { + "779:10": { "id:3": 982745465, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3492, "y:3": -48 }, - "774:10": { + "780:10": { "id:3": 996129961, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3456, "y:3": -120 }, - "775:10": { + "781:10": { "id:3": 1028946427, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3132, "y:3": -192 }, - "776:10": { + "782:10": { "id:3": 1047249538, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": -192 }, - "777:10": { + "783:10": { "id:3": 1048771552, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3672, "y:3": -120 }, - "778:10": { + "784:10": { "id:3": 1065510600, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -192 }, - "779:10": { + "785:10": { "id:3": 1066250269, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": -84 }, - "780:10": { + "786:10": { "id:3": 1087326646, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3672, "y:3": 60 }, - "781:10": { + "787:10": { "id:3": 1096669152, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": 96 }, - "782:10": { + "788:10": { "id:3": 1111658403, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -228 }, - "783:10": { + "789:10": { "id:3": 1126830519, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3708, "y:3": 24 }, - "784:10": { + "790:10": { "id:3": 1142834944, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1944, "y:3": -120 }, - "785:10": { + "791:10": { "id:3": 1145286657, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3672, - "y:3": -300 + "x:3": 3708, + "y:3": -264 }, - "786:10": { + "792:10": { "id:3": 1151267866, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": 96 }, - "787:10": { + "793:10": { "id:3": 1155741702, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3708, "y:3": 60 }, - "788:10": { + "794:10": { "id:3": 1167022541, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3564, + "x:3": 3600, "y:3": -192 }, - "789:10": { + "795:10": { "id:3": 1186292722, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": -192 }, - "790:10": { + "796:10": { "id:3": 1210666494, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3492, "y:3": 132 }, - "791:10": { + "797:10": { "id:3": 1230893198, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -336 }, - "792:10": { + "798:10": { "id:3": 1248230501, "sizeX:3": 24, "sizeY:3": 24, "x:3": 972, "y:3": -120 }, - "793:10": { + "799:10": { "id:3": 1251999575, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2952, "y:3": -84 }, - "794:10": { + "800:10": { + "id:3": 1269996011, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3708, + "y:3": -372 + }, + "801:10": { "id:3": 1281489751, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3564, - "y:3": -228 + "x:3": 3636, + "y:3": -264 }, - "795:10": { + "802:10": { "id:3": 1283790114, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3024, "y:3": 24 }, - "796:10": { + "803:10": { "id:3": 1307048944, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2160, "y:3": 96 }, - "797:10": { + "804:10": { "id:3": 1313815980, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3384, "y:3": -12 }, - "798:10": { + "805:10": { "id:3": 1337626444, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3420, "y:3": -12 }, - "799:10": { + "806:10": { "id:3": 1338651064, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": 24 }, - "800:10": { + "807:10": { "id:3": 1342545885, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -192 }, - "801:10": { + "808:10": { "id:3": 1343888287, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -120 }, - "802:10": { + "809:10": { "id:3": 1359221554, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3708, "y:3": -48 }, - "803:10": { + "810:10": { "id:3": 1382366189, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -192 }, - "804:10": { + "811:10": { "id:3": 1403059773, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -120 }, - "805:10": { + "812:10": { "id:3": 1415320476, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -156 }, - "806:10": { + "813:10": { "id:3": 1437913204, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1404, "y:3": 60 }, - "807:10": { + "814:10": { "id:3": 1455291383, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -300 }, - "808:10": { + "815:10": { "id:3": 1479405903, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -120 }, - "809:10": { + "816:10": { "id:3": 1501196473, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3492, "y:3": -12 }, - "810:10": { + "817:10": { "id:3": 1501755393, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -372 }, - "811:10": { + "818:10": { "id:3": 1503761052, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": -84 }, - "812:10": { + "819:10": { "id:3": 1514902796, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, "y:3": 168 }, - "813:10": { + "820:10": { "id:3": 1521131802, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": -120 }, - "814:10": { + "821:10": { "id:3": 1522720224, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": 96 }, - "815:10": { + "822:10": { "id:3": 1539715922, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3708, "y:3": 96 }, - "816:10": { + "823:10": { "id:3": 1541017358, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1908, "y:3": 204 }, - "817:10": { + "824:10": { "id:3": 1546891547, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, "y:3": -48 }, - "818:10": { + "825:10": { "id:3": 1577699709, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3708, "y:3": -120 }, - "819:10": { + "826:10": { "id:3": 1582606702, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": -156 }, - "820:10": { + "827:10": { "id:3": 1597993732, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1044, "y:3": -120 }, - "821:10": { + "828:10": { "id:3": 1611384648, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3456, "y:3": 96 }, - "822:10": { + "829:10": { "id:3": 1647333921, "sizeX:3": 24, "sizeY:3": 24, "x:3": 648, "y:3": -228 }, - "823:10": { + "830:10": { "id:3": 1660051088, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3672, "y:3": -12 }, - "824:10": { + "831:10": { "id:3": 1671058553, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3060, "y:3": 24 }, - "825:10": { + "832:10": { "id:3": 1681217594, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3348, "y:3": -48 }, - "826:10": { + "833:10": { "id:3": 1681849124, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -156 }, - "827:10": { + "834:10": { "id:3": 1699700070, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3348, "y:3": -156 }, - "828:10": { + "835:10": { + "id:3": 1699772232, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3708, + "y:3": -336 + }, + "836:10": { "id:3": 1701419918, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1728, "y:3": -192 }, - "829:10": { + "837:10": { "id:3": 1703495878, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": 60 }, - "830:10": { + "838:10": { + "id:3": 1709108114, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3564, + "y:3": -228 + }, + "839:10": { "id:3": 1713406254, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -84 }, - "831:10": { + "840:10": { "id:3": 1724085619, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": 60 }, - "832:10": { + "841:10": { "id:3": 1727374336, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3456, "y:3": -12 }, - "833:10": { + "842:10": { "id:3": 1764075223, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3672, - "y:3": -264 + "x:3": 3708, + "y:3": -228 }, - "834:10": { + "843:10": { "id:3": 1778097023, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3420, "y:3": -48 }, - "835:10": { + "844:10": { "id:3": 1829243204, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, "y:3": -12 }, - "836:10": { + "845:10": { "id:3": 1830502096, "sizeX:3": 24, "sizeY:3": 24, "x:3": 540, "y:3": -480 }, - "837:10": { + "846:10": { "id:3": 1836563922, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3780, "y:3": -12 }, - "838:10": { + "847:10": { "id:3": 1843441452, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3564, "y:3": -48 }, - "839:10": { + "848:10": { "id:3": 1879682490, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3636, "y:3": 96 }, - "840:10": { + "849:10": { "id:3": 1900648883, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3672, "y:3": -156 }, - "841:10": { + "850:10": { "id:3": 1917606412, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": -156 }, - "842:10": { + "851:10": { "id:3": 1947473444, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": -84 }, - "843:10": { + "852:10": { "id:3": 1979802923, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3060, "y:3": -120 }, - "844:10": { + "853:10": { "id:3": 1980945817, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1116, "y:3": -84 }, - "845:10": { + "854:10": { "id:3": 1995226958, "sizeX:3": 24, "sizeY:3": 24, "x:3": 900, "y:3": -120 }, - "846:10": { + "855:10": { "id:3": 2009829659, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3384, "y:3": 24 }, - "847:10": { + "856:10": { "id:3": 2022468480, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -192 }, - "848:10": { + "857:10": { "id:3": 2035349863, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3600, "y:3": 132 }, - "849:10": { + "858:10": { "id:3": 2044693951, "sizeX:3": 24, "sizeY:3": 24, "x:3": 720, "y:3": -372 }, - "850:10": { + "859:10": { "id:3": 2052397510, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -228 }, - "851:10": { + "860:10": { "id:3": 2053473508, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": -192 }, - "852:10": { + "861:10": { "id:3": 2066003189, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3384, "y:3": -120 }, - "853:10": { + "862:10": { "id:3": 2070436398, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3492, "y:3": 60 }, - "854:10": { + "863:10": { "id:3": 2074294565, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3528, "y:3": 96 }, - "855:10": { + "864:10": { "id:3": 2077930840, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": -156 }, - "856:10": { + "865:10": { "id:3": 2078654107, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": 24 }, - "857:10": { + "866:10": { "id:3": 2087721005, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3672, "y:3": -84 }, - "858:10": { + "867:10": { "id:3": 2088399499, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3708, "y:3": -12 }, - "859:10": { + "868:10": { "id:3": 2106186542, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3348, "y:3": -84 }, - "860:10": { + "869:10": { "id:3": 2117123475, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3492, "y:3": -84 }, - "861:10": { + "870:10": { "id:3": 2125675950, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3420, "y:3": -84 }, - "862:10": { + "871:10": { "id:3": 2129359610, "sizeX:3": 24, "sizeY:3": 24, "x:3": 864, "y:3": 60 }, - "863:10": { + "872:10": { "id:3": 2133694398, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3456, "y:3": 24 }, - "864:10": { + "873:10": { "id:3": 2143131475, "sizeX:3": 24, "sizeY:3": 24, diff --git a/config/betterquesting/DefaultQuests/QuestLines/1.json b/config/betterquesting/DefaultQuests/QuestLines/1.json index 71835a26..53dc8f32 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/1.json +++ b/config/betterquesting/DefaultQuests/QuestLines/1.json @@ -804,27 +804,6 @@ "y:3": -432 }, "112:10": { - "id:3": 901883762, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 0 - }, - "113:10": { - "id:3": 1155479328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 0 - }, - "114:10": { - "id:3": 1313906300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 0 - }, - "115:10": { "id:3": 1878675504, "sizeX:3": 24, "sizeY:3": 24, diff --git a/config/betterquesting/DefaultQuests/QuestLines/2049471632.json b/config/betterquesting/DefaultQuests/QuestLines/2049471632.json index 01306e11..299a445c 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/2049471632.json +++ b/config/betterquesting/DefaultQuests/QuestLines/2049471632.json @@ -16,7 +16,7 @@ "id:3": 8988015, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 228 }, "1:10": { @@ -37,7 +37,7 @@ "id:3": 24525025, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -144, + "x:3": -168, "y:3": 132 }, "4:10": { @@ -51,7 +51,7 @@ "id:3": 36884732, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 120, + "x:3": 96, "y:3": 132 }, "6:10": { @@ -65,49 +65,49 @@ "id:3": 78735377, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 372 }, "8:10": { "id:3": 81569973, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -216, + "x:3": -240, "y:3": 36 }, "9:10": { "id:3": 84085063, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 192, + "x:3": 168, "y:3": 60 }, "10:10": { "id:3": 85419540, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 132 }, "11:10": { "id:3": 95593039, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 180 }, "12:10": { "id:3": 99568449, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 72, + "x:3": 48, "y:3": 156 }, "13:10": { "id:3": 110050774, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -168, + "x:3": -192, "y:3": 252 }, "14:10": { @@ -142,7 +142,7 @@ "id:3": 129053552, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 180 }, "19:10": { @@ -156,7 +156,7 @@ "id:3": 135244876, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 36 }, "21:10": { @@ -177,28 +177,28 @@ "id:3": 156546636, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -72, + "x:3": -96, "y:3": 84 }, "24:10": { "id:3": 183835905, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 120, + "x:3": 96, "y:3": 204 }, "25:10": { "id:3": 183878334, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 156 }, "26:10": { "id:3": 206594322, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -144, + "x:3": -168, "y:3": 156 }, "27:10": { @@ -212,1445 +212,1487 @@ "id:3": 217787528, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -144, + "x:3": -168, "y:3": 252 }, "29:10": { + "id:3": 227992681, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 240, + "y:3": 60 + }, + "30:10": { "id:3": 240694560, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 132 }, - "30:10": { + "31:10": { "id:3": 241777456, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 300 }, - "31:10": { + "32:10": { "id:3": 242704728, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 348 }, - "32:10": { + "33:10": { "id:3": 254170075, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 300 }, - "33:10": { + "34:10": { "id:3": 263119561, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -72, + "x:3": -96, "y:3": 420 }, - "34:10": { + "35:10": { "id:3": 263985538, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 72, + "x:3": 48, "y:3": 324 }, - "35:10": { + "36:10": { "id:3": 276913087, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -144, + "x:3": -168, "y:3": 420 }, - "36:10": { + "37:10": { "id:3": 281852550, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 372 }, - "37:10": { + "38:10": { "id:3": 289956852, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 132 }, - "38:10": { + "39:10": { "id:3": 294208184, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 180 }, - "39:10": { + "40:10": { "id:3": 305730846, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 156 }, - "40:10": { + "41:10": { "id:3": 307795052, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 36 }, - "41:10": { + "42:10": { "id:3": 309504598, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 192, + "x:3": 168, "y:3": 252 }, - "42:10": { + "43:10": { "id:3": 312822188, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 96, + "x:3": 72, "y:3": 204 }, - "43:10": { + "44:10": { "id:3": 340101020, "sizeX:3": 24, "sizeY:3": 24, "x:3": 480, "y:3": 132 }, - "44:10": { + "45:10": { "id:3": 367377303, "sizeX:3": 24, "sizeY:3": 24, "x:3": 768, "y:3": 36 }, - "45:10": { + "46:10": { "id:3": 377188541, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 36 }, - "46:10": { + "47:10": { "id:3": 378175754, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -72, + "x:3": -96, "y:3": 252 }, - "47:10": { + "48:10": { "id:3": 382631263, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 396 }, - "48:10": { + "49:10": { "id:3": 412275932, "sizeX:3": 24, "sizeY:3": 24, "x:3": 432, "y:3": 36 }, - "49:10": { + "50:10": { "id:3": 427403111, "sizeX:3": 24, "sizeY:3": 24, "x:3": 672, "y:3": 132 }, - "50:10": { + "51:10": { "id:3": 427505231, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 60 }, - "51:10": { + "52:10": { "id:3": 440413559, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 156 }, - "52:10": { + "53:10": { "id:3": 447642639, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 72, + "x:3": 48, "y:3": 84 }, - "53:10": { + "54:10": { "id:3": 467612206, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 96, + "x:3": 72, "y:3": 36 }, - "54:10": { + "55:10": { "id:3": 471525021, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 132, + "x:3": 120, "y:3": -12 }, - "55:10": { + "56:10": { "id:3": 491136174, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 228 }, - "56:10": { + "57:10": { "id:3": 507146103, "sizeX:3": 24, "sizeY:3": 24, + "x:3": 120, + "y:3": 204 + }, + "58:10": { + "id:3": 509584178, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -48, + "y:3": 60 + }, + "59:10": { + "id:3": 510946509, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 0, + "y:3": 132 + }, + "60:10": { + "id:3": 511799996, + "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, "y:3": 204 }, - "57:10": { - "id:3": 509584178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 60 - }, - "58:10": { - "id:3": 510946509, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 132 - }, - "59:10": { - "id:3": 511799996, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 204 - }, - "60:10": { + "61:10": { "id:3": 513898942, "sizeX:3": 24, "sizeY:3": 24, "x:3": 288, "y:3": 132 }, - "61:10": { + "62:10": { "id:3": 524330800, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 96, + "x:3": 72, "y:3": 228 }, - "62:10": { + "63:10": { "id:3": 555355081, "sizeX:3": 24, "sizeY:3": 24, "x:3": 432, "y:3": 156 }, - "63:10": { + "64:10": { "id:3": 557258176, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 204 }, - "64:10": { + "65:10": { "id:3": 574095197, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -168, + "x:3": -192, "y:3": 420 }, - "65:10": { + "66:10": { "id:3": 585286919, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 192, + "x:3": 168, "y:3": 180 }, - "66:10": { + "67:10": { "id:3": 587101256, "sizeX:3": 24, "sizeY:3": 24, "x:3": 480, "y:3": 36 }, - "67:10": { + "68:10": { "id:3": 591535212, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, - "y:3": 180 - }, - "68:10": { - "id:3": 592758469, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, + "x:3": -24, "y:3": 180 }, "69:10": { + "id:3": 592758469, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -168, + "y:3": 180 + }, + "70:10": { "id:3": 602492158, "sizeX:3": 24, "sizeY:3": 24, "x:3": 552, "y:3": -12 }, - "70:10": { + "71:10": { "id:3": 607873511, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 180 }, - "71:10": { + "72:10": { "id:3": 613740969, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 96, + "x:3": 72, "y:3": 132 }, - "72:10": { + "73:10": { "id:3": 620064319, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 36 }, - "73:10": { + "74:10": { "id:3": 628532742, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 348 }, - "74:10": { + "75:10": { "id:3": 630232484, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 372 }, - "75:10": { + "76:10": { "id:3": 638136707, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 300 }, - "76:10": { + "77:10": { "id:3": 645347644, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 120, + "x:3": 96, "y:3": 60 }, - "77:10": { + "78:10": { "id:3": 650650976, "sizeX:3": 24, "sizeY:3": 24, "x:3": 384, "y:3": 132 }, - "78:10": { + "79:10": { "id:3": 651107146, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 348 }, - "79:10": { + "80:10": { "id:3": 654171504, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 228 }, - "80:10": { + "81:10": { "id:3": 689097720, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 300 }, - "81:10": { + "82:10": { + "id:3": 693639124, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 192, + "y:3": 36 + }, + "83:10": { "id:3": 694274154, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 252 }, - "82:10": { + "84:10": { "id:3": 694493653, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -72, + "x:3": -96, "y:3": 372 }, - "83:10": { + "85:10": { "id:3": 703637700, "sizeX:3": 24, "sizeY:3": 24, "x:3": 264, "y:3": 132 }, - "84:10": { + "86:10": { "id:3": 704875459, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 192, + "x:3": 168, "y:3": 228 }, - "85:10": { + "87:10": { "id:3": 711201346, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 156 }, - "86:10": { + "88:10": { "id:3": 718730203, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 300 }, - "87:10": { - "id:3": 723526207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 180 - }, - "88:10": { - "id:3": 723738630, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 228 - }, "89:10": { - "id:3": 726751779, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 348 - }, - "90:10": { - "id:3": 735028229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 84 - }, - "91:10": { - "id:3": 771545497, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 348 - }, - "92:10": { - "id:3": 775221948, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 36 - }, - "93:10": { - "id:3": 776831613, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 300 - }, - "94:10": { - "id:3": 781690726, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 36 - }, - "95:10": { - "id:3": 785319438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 180 - }, - "96:10": { - "id:3": 786744531, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 420 - }, - "97:10": { - "id:3": 828000140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 324 - }, - "98:10": { - "id:3": 833283631, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 84 - }, - "99:10": { - "id:3": 837032169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 252 - }, - "100:10": { - "id:3": 839270164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 396 - }, - "101:10": { - "id:3": 851292359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 180 - }, - "102:10": { - "id:3": 863207538, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 36 - }, - "103:10": { - "id:3": 884398337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 204 - }, - "104:10": { - "id:3": 897703157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 156 - }, - "105:10": { - "id:3": 948102921, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 204 - }, - "106:10": { - "id:3": 950572494, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 228 - }, - "107:10": { - "id:3": 955540335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 36 - }, - "108:10": { - "id:3": 968417484, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 324 - }, - "109:10": { - "id:3": 972447979, + "id:3": 723526207, "sizeX:3": 24, "sizeY:3": 24, "x:3": 96, "y:3": 180 }, + "90:10": { + "id:3": 723738630, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 96, + "y:3": 228 + }, + "91:10": { + "id:3": 726751779, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 144, + "y:3": 348 + }, + "92:10": { + "id:3": 735028229, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -168, + "y:3": 84 + }, + "93:10": { + "id:3": 771545497, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -144, + "y:3": 348 + }, + "94:10": { + "id:3": 775221948, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 120, + "y:3": 36 + }, + "95:10": { + "id:3": 776831613, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -144, + "y:3": 300 + }, + "96:10": { + "id:3": 781690726, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -48, + "y:3": 36 + }, + "97:10": { + "id:3": 785319438, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -96, + "y:3": 180 + }, + "98:10": { + "id:3": 786744531, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -144, + "y:3": 420 + }, + "99:10": { + "id:3": 828000140, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -96, + "y:3": 324 + }, + "100:10": { + "id:3": 833283631, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 168, + "y:3": 84 + }, + "101:10": { + "id:3": 837032169, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 0, + "y:3": 252 + }, + "102:10": { + "id:3": 839270164, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -144, + "y:3": 396 + }, + "103:10": { + "id:3": 851292359, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -192, + "y:3": 180 + }, + "104:10": { + "id:3": 863207538, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 48, + "y:3": 36 + }, + "105:10": { + "id:3": 884398337, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -96, + "y:3": 204 + }, + "106:10": { + "id:3": 897703157, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -192, + "y:3": 156 + }, + "107:10": { + "id:3": 948102921, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 0, + "y:3": 204 + }, + "108:10": { + "id:3": 950572494, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -168, + "y:3": 228 + }, + "109:10": { + "id:3": 955540335, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -96, + "y:3": 36 + }, "110:10": { + "id:3": 968417484, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 96, + "y:3": 324 + }, + "111:10": { + "id:3": 972447979, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 72, + "y:3": 180 + }, + "112:10": { "id:3": 992308725, "sizeX:3": 24, "sizeY:3": 24, "x:3": 744, "y:3": -12 }, - "111:10": { + "113:10": { "id:3": 993163342, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 84 }, - "112:10": { + "114:10": { "id:3": 995774562, "sizeX:3": 24, "sizeY:3": 24, "x:3": 384, "y:3": 300 }, - "113:10": { + "115:10": { "id:3": 1018890199, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 252 }, - "114:10": { + "116:10": { "id:3": 1034262777, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 120, + "x:3": 96, "y:3": 84 }, - "115:10": { + "117:10": { "id:3": 1034635468, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 60 }, - "116:10": { + "118:10": { + "id:3": 1038326846, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 288, + "y:3": 60 + }, + "119:10": { "id:3": 1043995030, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 228 }, - "117:10": { + "120:10": { "id:3": 1050362230, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 324 }, - "118:10": { + "121:10": { "id:3": 1065345923, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 300 }, - "119:10": { + "122:10": { "id:3": 1078072903, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 348 }, - "120:10": { + "123:10": { "id:3": 1082165791, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 156 }, - "121:10": { + "124:10": { "id:3": 1092754576, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -72, + "x:3": -96, "y:3": 60 }, - "122:10": { + "125:10": { "id:3": 1101492587, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 324 }, - "123:10": { + "126:10": { "id:3": 1117706694, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 120, + "x:3": 96, "y:3": 348 }, - "124:10": { + "127:10": { "id:3": 1143376072, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 420 }, - "125:10": { + "128:10": { "id:3": 1146996803, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 84 }, - "126:10": { + "129:10": { "id:3": 1149819793, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -168, + "x:3": -192, "y:3": 60 }, - "127:10": { + "130:10": { "id:3": 1161439510, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 120, + "x:3": 96, "y:3": 156 }, - "128:10": { + "131:10": { "id:3": 1162400288, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -72, + "x:3": -96, "y:3": 396 }, - "129:10": { + "132:10": { "id:3": 1168293034, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 324 }, - "130:10": { + "133:10": { "id:3": 1171749574, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 252 }, - "131:10": { + "134:10": { "id:3": 1179030568, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 324 }, - "132:10": { + "135:10": { "id:3": 1196726597, "sizeX:3": 24, "sizeY:3": 24, "x:3": 336, "y:3": 348 }, - "133:10": { + "136:10": { "id:3": 1198177347, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 192, + "x:3": 168, "y:3": 204 }, - "134:10": { + "137:10": { "id:3": 1247279162, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 132 }, - "135:10": { + "138:10": { "id:3": 1250169494, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -72, + "x:3": -96, "y:3": 348 }, - "136:10": { + "139:10": { "id:3": 1254644209, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 72, + "x:3": 48, "y:3": 180 }, - "137:10": { + "140:10": { "id:3": 1257709894, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 192, + "x:3": 168, "y:3": 36 }, - "138:10": { + "141:10": { "id:3": 1279367897, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 84 }, - "139:10": { + "142:10": { "id:3": 1279723489, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 372 }, - "140:10": { + "143:10": { "id:3": 1290329980, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -144, + "x:3": -168, "y:3": 204 }, - "141:10": { + "144:10": { "id:3": 1290877584, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 156 }, - "142:10": { + "145:10": { "id:3": 1296287097, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 132 }, - "143:10": { + "146:10": { "id:3": 1300956135, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 84 }, - "144:10": { + "147:10": { "id:3": 1305200291, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -168, + "x:3": -192, "y:3": 228 }, - "145:10": { + "148:10": { "id:3": 1311159428, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 180 }, - "146:10": { + "149:10": { "id:3": 1311596144, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 372 }, - "147:10": { + "150:10": { "id:3": 1320813402, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -144, + "x:3": -168, "y:3": 396 }, - "148:10": { + "151:10": { "id:3": 1323732147, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 84 }, - "149:10": { + "152:10": { "id:3": 1335833358, "sizeX:3": 24, "sizeY:3": 24, "x:3": 336, "y:3": 324 }, - "150:10": { + "153:10": { "id:3": 1342953011, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 396 }, - "151:10": { + "154:10": { "id:3": 1345333658, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 204 }, - "152:10": { + "155:10": { + "id:3": 1366831095, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 192, + "y:3": 60 + }, + "156:10": { "id:3": 1380797616, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 132 }, - "153:10": { + "157:10": { "id:3": 1381913577, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 192, + "x:3": 168, "y:3": 156 }, - "154:10": { + "158:10": { "id:3": 1382527061, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 72, + "x:3": 48, "y:3": 228 }, - "155:10": { + "159:10": { "id:3": 1390567354, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 372 }, - "156:10": { + "160:10": { "id:3": 1391904472, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 228 }, - "157:10": { + "161:10": { "id:3": 1407018860, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -144, + "x:3": -168, "y:3": 60 }, - "158:10": { + "162:10": { "id:3": 1408743235, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 252 }, - "159:10": { + "163:10": { + "id:3": 1430156385, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 264, + "y:3": 60 + }, + "164:10": { "id:3": 1439034117, "sizeX:3": 24, "sizeY:3": 24, "x:3": 264, "y:3": -12 }, - "160:10": { + "165:10": { "id:3": 1447220994, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 168, + "x:3": 144, "y:3": 252 }, - "161:10": { + "166:10": { "id:3": 1466991152, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -168, + "x:3": -192, "y:3": 132 }, - "162:10": { + "167:10": { "id:3": 1473523146, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 60 }, - "163:10": { + "168:10": { "id:3": 1474843254, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -216, + "x:3": -240, "y:3": 300 }, - "164:10": { + "169:10": { "id:3": 1476363419, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -168, + "x:3": -192, "y:3": 84 }, - "165:10": { + "170:10": { "id:3": 1479261109, "sizeX:3": 24, "sizeY:3": 24, "x:3": 456, "y:3": -12 }, - "166:10": { + "171:10": { "id:3": 1489969589, "sizeX:3": 24, "sizeY:3": 24, "x:3": 840, "y:3": -12 }, - "167:10": { + "172:10": { "id:3": 1497212032, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 204 }, - "168:10": { + "173:10": { "id:3": 1498191285, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 204 }, - "169:10": { + "174:10": { "id:3": 1502727093, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 348 }, - "170:10": { + "175:10": { "id:3": 1508681534, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 180 }, - "171:10": { + "176:10": { "id:3": 1512362058, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 84 }, - "172:10": { + "177:10": { "id:3": 1518469376, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 156 }, - "173:10": { + "178:10": { "id:3": 1554474870, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 96, + "x:3": 72, "y:3": 156 }, - "174:10": { + "179:10": { "id:3": 1569647533, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -72, + "x:3": -96, "y:3": -12 }, - "175:10": { + "180:10": { + "id:3": 1570883475, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 288, + "y:3": 36 + }, + "181:10": { "id:3": 1592475029, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -24, + "x:3": -48, "y:3": 252 }, - "176:10": { + "182:10": { "id:3": 1594773399, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 96, + "x:3": 72, "y:3": 348 }, - "177:10": { + "183:10": { "id:3": 1607123873, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 156 }, - "178:10": { + "184:10": { "id:3": 1610216565, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 180 }, - "179:10": { + "185:10": { "id:3": 1611586020, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 144, + "x:3": 120, "y:3": 252 }, - "180:10": { + "186:10": { "id:3": 1617530443, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 396 }, - "181:10": { + "187:10": { "id:3": 1639618168, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 228 }, - "182:10": { + "188:10": { "id:3": 1639900184, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 228 }, - "183:10": { + "189:10": { "id:3": 1658068284, "sizeX:3": 24, "sizeY:3": 24, "x:3": 384, "y:3": 324 }, - "184:10": { - "id:3": 1664230397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 84 - }, - "185:10": { - "id:3": 1667282520, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 132 - }, - "186:10": { - "id:3": 1673956798, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 420 - }, - "187:10": { - "id:3": 1682386150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 348 - }, - "188:10": { - "id:3": 1683977140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 204 - }, - "189:10": { - "id:3": 1696544177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 132 - }, "190:10": { - "id:3": 1704390639, + "id:3": 1664230397, "sizeX:3": 24, "sizeY:3": 24, "x:3": -120, "y:3": 84 }, "191:10": { - "id:3": 1704647728, + "id:3": 1667282520, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -48, + "y:3": 132 + }, + "192:10": { + "id:3": 1673956798, "sizeX:3": 24, "sizeY:3": 24, "x:3": 0, - "y:3": 396 + "y:3": 420 }, - "192:10": { - "id:3": 1725161033, + "193:10": { + "id:3": 1682386150, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -72, + "y:3": 348 + }, + "194:10": { + "id:3": 1683977140, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 48, + "y:3": 204 + }, + "195:10": { + "id:3": 1696544177, "sizeX:3": 24, "sizeY:3": 24, "x:3": -96, "y:3": 132 }, - "193:10": { + "196:10": { + "id:3": 1704390639, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -144, + "y:3": 84 + }, + "197:10": { + "id:3": 1704647728, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -24, + "y:3": 396 + }, + "198:10": { + "id:3": 1725161033, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -120, + "y:3": 132 + }, + "199:10": { "id:3": 1725874086, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 96, + "x:3": 72, "y:3": 60 }, - "194:10": { + "200:10": { "id:3": 1733906383, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 324 }, - "195:10": { + "201:10": { "id:3": 1735282553, "sizeX:3": 24, "sizeY:3": 24, "x:3": 456, "y:3": 132 }, - "196:10": { + "202:10": { "id:3": 1741856462, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 396 }, - "197:10": { + "203:10": { "id:3": 1745375897, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 36 }, - "198:10": { + "204:10": { "id:3": 1765693793, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 120, + "x:3": 96, "y:3": 36 }, - "199:10": { + "205:10": { "id:3": 1809800621, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -216, + "x:3": -240, "y:3": 132 }, - "200:10": { + "206:10": { "id:3": 1820680845, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 336, - "y:3": 60 + "x:3": 360, + "y:3": 36 }, - "201:10": { + "207:10": { "id:3": 1830352023, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 96, + "x:3": 72, "y:3": 324 }, - "202:10": { + "208:10": { "id:3": 1855179242, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -96, + "x:3": -120, "y:3": 60 }, - "203:10": { + "209:10": { "id:3": 1858107221, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 72, - "y:3": 60 - }, - "204:10": { - "id:3": 1893945625, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 420 - }, - "205:10": { - "id:3": 1896351550, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 228 - }, - "206:10": { - "id:3": 1908569504, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 132 - }, - "207:10": { - "id:3": 1911320497, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 300 - }, - "208:10": { - "id:3": 1911567516, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 348 - }, - "209:10": { - "id:3": 1917165486, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, + "x:3": 48, "y:3": 60 }, "210:10": { + "id:3": 1893945625, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -48, + "y:3": 420 + }, + "211:10": { + "id:3": 1896351550, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -96, + "y:3": 228 + }, + "212:10": { + "id:3": 1908569504, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 48, + "y:3": 132 + }, + "213:10": { + "id:3": 1911320497, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -96, + "y:3": 300 + }, + "214:10": { + "id:3": 1911567516, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 48, + "y:3": 348 + }, + "215:10": { + "id:3": 1917165486, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 120, + "y:3": 60 + }, + "216:10": { "id:3": 1922683656, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 324 }, - "211:10": { + "217:10": { "id:3": 1975604232, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 324 }, - "212:10": { + "218:10": { "id:3": 1976749680, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": -12 }, - "213:10": { + "219:10": { "id:3": 1992856745, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 36 }, - "214:10": { + "220:10": { "id:3": 2001373249, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 24, + "x:3": 0, "y:3": 324 }, - "215:10": { + "221:10": { "id:3": 2004960961, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -120, + "x:3": -144, "y:3": 60 }, - "216:10": { + "222:10": { "id:3": 2024733185, "sizeX:3": 24, "sizeY:3": 24, "x:3": 936, "y:3": -12 }, - "217:10": { + "223:10": { "id:3": 2025561076, "sizeX:3": 24, "sizeY:3": 24, "x:3": 648, "y:3": -12 }, - "218:10": { + "224:10": { "id:3": 2041330509, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 192, + "x:3": 168, "y:3": 132 }, - "219:10": { + "225:10": { "id:3": 2042756162, "sizeX:3": 24, "sizeY:3": 24, "x:3": 264, "y:3": 36 }, - "220:10": { + "226:10": { "id:3": 2043473435, "sizeX:3": 24, "sizeY:3": 24, "x:3": 456, "y:3": 36 }, - "221:10": { + "227:10": { "id:3": 2046614975, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 60 }, - "222:10": { + "228:10": { "id:3": 2046820099, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -216, + "x:3": -240, "y:3": -12 }, - "223:10": { + "229:10": { "id:3": 2050379027, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 0, + "x:3": -24, "y:3": 420 }, - "224:10": { + "230:10": { "id:3": 2062686416, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 324 }, - "225:10": { + "231:10": { "id:3": 2082098654, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, - "y:3": 156 - }, - "226:10": { - "id:3": 2084488891, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 204 - }, - "227:10": { - "id:3": 2087982318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 84 - }, - "228:10": { - "id:3": 2091292239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 300 - }, - "229:10": { - "id:3": 2105184202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 204 - }, - "230:10": { - "id:3": 2111049032, - "sizeX:3": 24, - "sizeY:3": 24, "x:3": -72, "y:3": 156 }, - "231:10": { - "id:3": 2111652023, + "232:10": { + "id:3": 2084488891, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -48, + "y:3": 204 + }, + "233:10": { + "id:3": 2087982318, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 72, + "y:3": 84 + }, + "234:10": { + "id:3": 2091292239, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 0, + "y:3": 300 + }, + "235:10": { + "id:3": 2105184202, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -192, + "y:3": 204 + }, + "236:10": { + "id:3": 2111049032, "sizeX:3": 24, "sizeY:3": 24, "x:3": -96, + "y:3": 156 + }, + "237:10": { + "id:3": 2111652023, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -120, "y:3": 228 }, - "232:10": { + "238:10": { "id:3": 2115514698, "sizeX:3": 24, "sizeY:3": 24, "x:3": 840, "y:3": 60 }, - "233:10": { + "239:10": { "id:3": 2121669549, "sizeX:3": 24, "sizeY:3": 24, - "x:3": -48, + "x:3": -72, "y:3": 420 }, - "234:10": { + "240:10": { "id:3": 2123107163, "sizeX:3": 24, "sizeY:3": 24, diff --git a/config/betterquesting/DefaultQuests/QuestLines/6.json b/config/betterquesting/DefaultQuests/QuestLines/6.json index adb70b5e..fe82a190 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/6.json +++ b/config/betterquesting/DefaultQuests/QuestLines/6.json @@ -3735,6 +3735,13 @@ "sizeY:3": 24, "x:3": 996, "y:3": -120 + }, + "532:10": { + "id:3": 2130245126, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 924, + "y:3": 48 } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/104577917.json b/config/betterquesting/DefaultQuests/Quests/0/104577917.json new file mode 100644 index 00000000..8a107377 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/104577917.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 813659679 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:cleansed_brightsteel_alloy_plate" + }, + "name:8": "The Cleansing" + } + }, + "questID:3": 104577917, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:cleansed_brightsteel_alloy_plate" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/107705993.json b/config/betterquesting/DefaultQuests/Quests/0/107705993.json new file mode 100644 index 00000000..2ae07c59 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/107705993.json @@ -0,0 +1,32 @@ +{ + "preRequisites:11": [ + 1167022541 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:sundered_crimson_heart" + }, + "name:8": "Sundering of the Crimson Heart" + } + }, + "questID:3": 107705993, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:evertainted_pebble" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:sundered_crimson_heart" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1269996011.json b/config/betterquesting/DefaultQuests/Quests/0/1269996011.json new file mode 100644 index 00000000..155a96d0 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/1269996011.json @@ -0,0 +1,36 @@ +{ + "preRequisites:11": [ + 1699772232 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:vengeful_asgardian_crystal" + }, + "name:8": "Constructs of Vengeance" + } + }, + "questID:3": 1269996011, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "forge:bucketfilled", + "tag:10": { + "Amount:3": 1000, + "FluidName:8": "protodermis" + } + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:vengeful_asgardian_crystal" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1539715922.json b/config/betterquesting/DefaultQuests/Quests/0/1539715922.json index 63854780..e7eb29bf 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1539715922.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1539715922.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oFreshly crafted Zenith, disenchant Oathbringer, disenchant Thunderfury, enchantmnet applicator in this order: sharpness, vorpal, sweeping edge.\n\nFreshly crafted Magicbane, disenchant Bone Storm, disenchant Fishing Sticc, disenchant the Flim-Flammer, enchantment applicator in this order: sweeping edge, flim-flam, unbreaking.\n\nFreshly crafted Sword of Truth, with just shimmer.\n\nFreshly crafted Kikoku, disenchant Jerry\u0027s Sword, disenchant Soul Stealer, enchantment applicator in this order: XP boost, soul stealer.\n\nFreshly crafted Longbow of the Heavens, give it multishot using the Abyssalcraft Ritual of Mass Enchanting.\n\nFreshly crafted Atlantic Bow, disenchant Prison realm Bow, enchantment applicator power.\n\nFreshly crafted Mithminite Robe, disenchant Mantle of the Stars, disenchant Doped Electrode, enchantment applicator in this order: unbreaking, last stand.\n\nFreshly crafted Tormented Chestplate, give it fire and frost protection using the Abyssalcraft Ritual of Mass Enchanting.", + "desc:8": "§7§oFreshly crafted Holylight Sword, Smite from Chainsaw, Army of Darkness Defender Super-Enchant.\n\nFreshly crafted Bone Sword, Sweeping Edge from Harvester Sword, Black Knight Sword Super-Enchant.\n\nFreshly crafted Raw Iron Greatblade, Fire Aspect from Holylight Sword, Sword of Shannara Super-Enchant.\n\nFreshly crafted Mithminite Robe, Fortune from Soulstone Pickaxe, Cornetto Pick Super-Enchant.\n\nFreshly craftedAtraltic Bow, Power from Ender Bow, Prison Realm Bow Super-Enchant.\n\nFreshly crafted Longbow of the Heavens, Power from Abyssalcraft Mass Enchanting, using four Power II books, and four Power I books.\n\nFreshly crafted Kikoku, Sharpness from Crystallite Sword, Eirias Super-Enchant.\n\nFreshly crafted Tormented Chestplate, Thorns from Dreadium Samurai Helmet, Stinger Samurai Helm Super-Enchant.\n\nFreshly crafted Light\u0027s Way, Bane of Arthropods from Adaminite Sword, The Crucible Super-Enchant.\n\nFreshly crafted Magicbane, Sharpness from Knight\u0027s Guard, The Ashbringer Super-Enchant.\n\nFreshly crafted Runic Sword, Looting from Baron Sword, Taeshalach Super-Enchant.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:seal_of_the_arbiter_defender" diff --git a/config/betterquesting/DefaultQuests/Quests/0/1699772232.json b/config/betterquesting/DefaultQuests/Quests/0/1699772232.json new file mode 100644 index 00000000..0f6b40e0 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/1699772232.json @@ -0,0 +1,32 @@ +{ + "preRequisites:11": [ + 544292152 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:rune_of_valhalla" + }, + "name:8": "Valhalla" + } + }, + "questID:3": 1699772232, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:valhalla_callstone" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:rune_of_valhalla" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1709108114.json b/config/betterquesting/DefaultQuests/Quests/0/1709108114.json new file mode 100644 index 00000000..60c6a56c --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/1709108114.json @@ -0,0 +1,32 @@ +{ + "preRequisites:11": [ + 107705993 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:sundering_of_the_twilit_curse" + }, + "name:8": "Freedom for the Twilight Forest" + } + }, + "questID:3": 1709108114, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:sundering_of_the_twilit_curse" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:crimson_warren_remains" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/189570972.json b/config/betterquesting/DefaultQuests/Quests/0/189570972.json index 0cd0c6f8..fbe3ac0b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/189570972.json +++ b/config/betterquesting/DefaultQuests/Quests/0/189570972.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 2268 + 367 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/202394020.json b/config/betterquesting/DefaultQuests/Quests/0/202394020.json new file mode 100644 index 00000000..0215a2ab --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/202394020.json @@ -0,0 +1,36 @@ +{ + "preRequisites:11": [ + 1709108114 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:unforgotten_summons" + }, + "name:8": "Heir of the Twilit Hero" + } + }, + "questID:3": 202394020, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:twilit_freedom_fabrial" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:summons_of_the_twilit_hero" + }, + "2:10": { + "Count:3": 1, + "id:8": "contenttweaker:unforgotten_summons" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/2125675950.json b/config/betterquesting/DefaultQuests/Quests/0/2125675950.json index e1eddd18..f75cbe0a 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2125675950.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2125675950.json @@ -24,6 +24,39 @@ "1:10": { "Count:3": 1, "id:8": "contenttweaker:holographic_ore" + }, + "2:10": { + "Count:3": 1, + "id:8": "contenttweaker:ichor" + }, + "3:10": { + "Count:3": 1, + "Damage:2": 6, + "id:8": "tconstruct:metal" + }, + "4:10": { + "Count:3": 1, + "id:8": "contenttweaker:ultimate_ore" + }, + "5:10": { + "Count:3": 1, + "id:8": "contenttweaker:matrix_ore" + }, + "6:10": { + "Count:3": 1, + "id:8": "contenttweaker:living_gold_ore" + }, + "7:10": { + "Count:3": 1, + "id:8": "contenttweaker:arkenstone" + }, + "8:10": { + "Count:3": 1, + "id:8": "contenttweaker:etherium_ore" + }, + "9:10": { + "Count:3": 1, + "id:8": "avaritiaitem:self_actualizing_stone" } }, "taskID:8": "bq_standard:retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/28.json b/config/betterquesting/DefaultQuests/Quests/0/28.json index 7da8c4b9..f224bf81 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/28.json +++ b/config/betterquesting/DefaultQuests/Quests/0/28.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 5, "id:8": "contenttweaker:meatball_pasta" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:tracker_binoculars" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/31.json b/config/betterquesting/DefaultQuests/Quests/0/31.json index c45e2a7d..cb4cb18a 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/31.json +++ b/config/betterquesting/DefaultQuests/Quests/0/31.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oDivineRPG has the best starting armor. Rupee is good for short term, and bedrock and elite realmite will be good for the nether!\n\n§rWOW! The creatures living here really do not like me!\nIt seems like evolution here happened in ways that are very different from Earth. There are so many different \u0027dominant species\u0027, which makes me wonder, is this what our planet looked like millions of years ago, before humanity started taking over?\nThis is crazy to believe, but some of these creatures are naturally able to travel through higher dimensions, it took us thousands of years just to open a single wormhole, and these things can do it naturally?!? ", + "desc:8": "§7§oHaving trouble finding a certain mob?\nPress O to open the mob tracker, and search the mob you want to find.\nDouble click the desired mob name, and if any matching entities are present within 100 blocks, they will start glowing!\nDouble click again to stop tracking.\n\nIn case you were curious, DivineRPG has the best starting armor. Rupee is good for short term, and bedrock and elite realmite will be good for the nether!\n\n§rWOW! The creatures living here really do not like me!\nIt seems like evolution here happened in ways that are very different from Earth. There are so many different \u0027dominant species\u0027, which makes me wonder, is this what our planet looked like millions of years ago, before humanity started taking over?\nThis is crazy to believe, but some of these creatures are naturally able to travel through higher dimensions, it took us thousands of years just to open a single wormhole, and these things can do it naturally?!? ", "icon:10": { "Count:3": 1, "ForgeCaps:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/544292152.json b/config/betterquesting/DefaultQuests/Quests/0/544292152.json new file mode 100644 index 00000000..7b60cd82 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/544292152.json @@ -0,0 +1,32 @@ +{ + "preRequisites:11": [ + 1145286657 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:breath_of_ragnarok" + }, + "name:8": "Nidhogg" + } + }, + "questID:3": 544292152, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:summons_of_ragnarok" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:breath_of_ragnarok" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/577649534.json b/config/betterquesting/DefaultQuests/Quests/0/577649534.json new file mode 100644 index 00000000..e653b903 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/577649534.json @@ -0,0 +1,36 @@ +{ + "preRequisites:11": [ + 104577917 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:standard_of_the_dragon_reborn" + }, + "name:8": "Avatar of the Arbiter" + } + }, + "questID:3": 577649534, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:dragon_reborn_callstone" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:standard_of_the_dragon_reborn" + }, + "2:10": { + "Count:3": 1, + "id:8": "minecraft:stone" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/671878690.json b/config/betterquesting/DefaultQuests/Quests/0/671878690.json new file mode 100644 index 00000000..ad92c151 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/671878690.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 1724085619 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:delicate_flower" + }, + "name:8": "The Everbloom" + } + }, + "questID:3": 671878690, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:delicate_flower" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/809768846.json b/config/betterquesting/DefaultQuests/Quests/0/809768846.json index 808feb07..b333afa6 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/809768846.json +++ b/config/betterquesting/DefaultQuests/Quests/0/809768846.json @@ -63,10 +63,6 @@ "index:3": 0, "requiredItems:9": { "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:cleansed_brightsteel_alloy_plate" - }, - "1:10": { "Count:3": 1, "id:8": "contenttweaker:cleansed_cinnamon_apple" } diff --git a/config/betterquesting/DefaultQuests/Quests/1/1155479328.json b/config/betterquesting/DefaultQuests/Quests/1/1155479328.json deleted file mode 100644 index 845bbf31..00000000 --- a/config/betterquesting/DefaultQuests/Quests/1/1155479328.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 1313906300 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:backpack_obsidian", - "orig_meta:3": 0 - } - }, - "name:8": "Sophisticated Backpacks Tiers" - } - }, - "questID:3": 1155479328, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:backpack_iron", - "orig_meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:backpack_gold", - "orig_meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:backpack_diamond", - "orig_meta:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:backpack_obsidian", - "orig_meta:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/1/901883762.json b/config/betterquesting/DefaultQuests/Quests/1/901883762.json deleted file mode 100644 index 28fe722a..00000000 --- a/config/betterquesting/DefaultQuests/Quests/1/901883762.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "preRequisites:11": [ - 1313906300 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:stack_upgrade_tier_3", - "orig_meta:3": 0 - } - }, - "name:8": "Sophisticated Backpack Upgrades" - } - }, - "questID:3": 901883762, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:stack_upgrade_starter_tier", - "orig_meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:exponential_stack_upgrade", - "orig_meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:stack_upgrade_tier_1", - "orig_meta:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:stack_upgrade_tier_2", - "orig_meta:3": 0 - } - }, - "4:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:stack_upgrade_tier_3", - "orig_meta:3": 0 - } - }, - "5:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:stack_upgrade_tier_4", - "orig_meta:3": 0 - } - }, - "6:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:crafting_upgrade", - "orig_meta:3": 0 - } - }, - "7:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:inception_upgrade", - "orig_meta:3": 0 - } - }, - "8:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:pickup_upgrade", - "orig_meta:3": 0 - } - }, - "9:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:advanced_pickup_upgrade", - "orig_meta:3": 0 - } - }, - "10:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:feeding_upgrade", - "orig_meta:3": 0 - } - }, - "11:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:advanced_feeding_upgrade", - "orig_meta:3": 0 - } - }, - "12:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:deposit_upgrade", - "orig_meta:3": 0 - } - }, - "13:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:advanced_deposit_upgrade", - "orig_meta:3": 0 - } - }, - "14:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:restock_upgrade", - "orig_meta:3": 0 - } - }, - "15:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:advanced_restock_upgrade", - "orig_meta:3": 0 - } - }, - "16:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:filter_upgrade", - "orig_meta:3": 0 - } - }, - "17:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder", - "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:advanced_filter_upgrade", - "orig_meta:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/1/1313906300.json b/config/betterquesting/DefaultQuests/Quests/2049471632/1038326846.json similarity index 52% rename from config/betterquesting/DefaultQuests/Quests/1/1313906300.json rename to config/betterquesting/DefaultQuests/Quests/2049471632/1038326846.json index 0849281c..cc48a9ac 100644 --- a/config/betterquesting/DefaultQuests/Quests/1/1313906300.json +++ b/config/betterquesting/DefaultQuests/Quests/2049471632/1038326846.json @@ -1,32 +1,31 @@ { "preRequisites:11": [ - 50062 + 1439034117, + 81569973 ], "properties:10": { "betterquesting:10": { "desc:8": "", "icon:10": { "Count:3": 1, - "id:8": "betterquesting:placeholder", + "id:8": "aoa3:bayonette_rifle", "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:backpack_leather", - "orig_meta:3": 0 + "HideFlags:1": 2 } }, - "name:8": "Sophisticated Backpacks" + "name:8": "Bayonette Rifle" } }, - "questID:3": 1313906300, + "questID:3": 1038326846, "tasks:9": { "0:10": { "index:3": 0, "requiredItems:9": { "0:10": { "Count:3": 1, - "id:8": "betterquesting:placeholder", + "id:8": "aoa3:bayonette_rifle", "tag:10": { - "orig_id:8": "retro_sophisticated_backpacks:backpack_leather", - "orig_meta:3": 0 + "HideFlags:1": 2 } } }, diff --git a/config/betterquesting/DefaultQuests/Quests/2049471632/1366831095.json b/config/betterquesting/DefaultQuests/Quests/2049471632/1366831095.json new file mode 100644 index 00000000..85088aae --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/2049471632/1366831095.json @@ -0,0 +1,35 @@ +{ + "preRequisites:11": [ + 471525021, + 81569973 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "extrabotany:firstfractal", + "tag:10": { + "soulbindUUID:8": "8c381e15-592d-4003-ae11-6367e203127b" + } + }, + "name:8": "Zenith - First Fractal" + } + }, + "questID:3": 1366831095, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "extrabotany:firstfractal", + "tag:10": { + "soulbindUUID:8": "8c381e15-592d-4003-ae11-6367e203127b" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/2049471632/1430156385.json b/config/betterquesting/DefaultQuests/Quests/2049471632/1430156385.json new file mode 100644 index 00000000..250b61aa --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/2049471632/1430156385.json @@ -0,0 +1,35 @@ +{ + "preRequisites:11": [ + 1439034117, + 81569973 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "aoa3:carrot_cannon", + "tag:10": { + "HideFlags:1": 2 + } + }, + "name:8": "Carrot Cannon" + } + }, + "questID:3": 1430156385, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "aoa3:carrot_cannon", + "tag:10": { + "HideFlags:1": 2 + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/2049471632/1570883475.json b/config/betterquesting/DefaultQuests/Quests/2049471632/1570883475.json new file mode 100644 index 00000000..89d1943b --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/2049471632/1570883475.json @@ -0,0 +1,35 @@ +{ + "preRequisites:11": [ + 1439034117, + 81569973 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "aoa3:giga_cannon", + "tag:10": { + "HideFlags:1": 2 + } + }, + "name:8": "Giga-Cannon" + } + }, + "questID:3": 1570883475, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "aoa3:giga_cannon", + "tag:10": { + "HideFlags:1": 2 + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/2049471632/227992681.json b/config/betterquesting/DefaultQuests/Quests/2049471632/227992681.json new file mode 100644 index 00000000..c77fc0e5 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/2049471632/227992681.json @@ -0,0 +1,35 @@ +{ + "preRequisites:11": [ + 1439034117, + 81569973 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "aoa3:baronator", + "tag:10": { + "HideFlags:1": 2 + } + }, + "name:8": "Baronator" + } + }, + "questID:3": 227992681, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "aoa3:baronator", + "tag:10": { + "HideFlags:1": 2 + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/2049471632/693639124.json b/config/betterquesting/DefaultQuests/Quests/2049471632/693639124.json new file mode 100644 index 00000000..b34bbb33 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/2049471632/693639124.json @@ -0,0 +1,29 @@ +{ + "preRequisites:11": [ + 471525021, + 81569973 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "cyclicmagic:dynamite_safe" + }, + "name:8": "Combat Dynamite" + } + }, + "questID:3": 693639124, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "cyclicmagic:dynamite_safe" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/4/62754235.json b/config/betterquesting/DefaultQuests/Quests/4/62754235.json index d61ffd72..df17797d 100644 --- a/config/betterquesting/DefaultQuests/Quests/4/62754235.json +++ b/config/betterquesting/DefaultQuests/Quests/4/62754235.json @@ -24,6 +24,10 @@ "1:10": { "Count:3": 1, "id:8": "superfactorymanager:cable" + }, + "2:10": { + "Count:3": 1, + "id:8": "superfactorymanager:manager_advanced" } }, "taskID:8": "bq_standard:retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/6/2130245126.json b/config/betterquesting/DefaultQuests/Quests/6/2130245126.json new file mode 100644 index 00000000..447de789 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/6/2130245126.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 20194 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oThe infusion claw is a block that, when placed above a Runic Matrix, enables the automation of thaumcraft infusion recipes.\n\nIf the right essentia and item ingredients are present, a redstone signal sent to the claw will start the infusion as if the Matrix had been clicked by a Gauntlet.\n\nNote that the infusion will still follow instability rules, as well as failure if the right essentia is not present.", + "icon:10": { + "Count:3": 1, + "id:8": "gadothaumy:infusion_claw" + }, + "name:8": "Infusion Claw" + } + }, + "questID:3": 2130245126, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "gadothaumy:infusion_claw" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/8/1365.json b/config/betterquesting/DefaultQuests/Quests/8/1365.json index 494ecc76..e75b78a7 100644 --- a/config/betterquesting/DefaultQuests/Quests/8/1365.json +++ b/config/betterquesting/DefaultQuests/Quests/8/1365.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oUse the Wormhole Field Generator", "icon:10": { "Count:3": 1, "id:8": "tardis:gallifreyan_grass" diff --git a/config/betterquesting/DefaultQuests/Quests/8/20257.json b/config/betterquesting/DefaultQuests/Quests/8/20257.json index b5da6deb..c7822057 100644 --- a/config/betterquesting/DefaultQuests/Quests/8/20257.json +++ b/config/betterquesting/DefaultQuests/Quests/8/20257.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oRight click a warper item", + "desc:8": "§7§oUse the Wormhole Field Generator", "icon:10": { "Count:3": 1, "id:8": "appliedenergistics2:fluix_block" diff --git a/config/betterquesting/DefaultQuests/Quests/8/20258.json b/config/betterquesting/DefaultQuests/Quests/8/20258.json index 5ea37608..080dafcd 100644 --- a/config/betterquesting/DefaultQuests/Quests/8/20258.json +++ b/config/betterquesting/DefaultQuests/Quests/8/20258.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oRight click a warper item", + "desc:8": "§7§oUse the Wormhole Field Generator", "icon:10": { "Count:3": 1, "Damage:2": 4, diff --git a/config/betterquesting/DefaultQuests/Quests/8/20259.json b/config/betterquesting/DefaultQuests/Quests/8/20259.json index 54de95ce..fabbb25d 100644 --- a/config/betterquesting/DefaultQuests/Quests/8/20259.json +++ b/config/betterquesting/DefaultQuests/Quests/8/20259.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oRight click a warper item", + "desc:8": "§7§oUse the Wormhole Field Generator", "icon:10": { "Count:3": 1, "id:8": "enderio:block_reinforced_obsidian" diff --git a/config/betterquesting/DefaultQuests/Quests/8/20260.json b/config/betterquesting/DefaultQuests/Quests/8/20260.json index bbac1118..72835a65 100644 --- a/config/betterquesting/DefaultQuests/Quests/8/20260.json +++ b/config/betterquesting/DefaultQuests/Quests/8/20260.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oRight click a warper item", + "desc:8": "§7§oUse the Wormhole Field Generator", "icon:10": { "Count:3": 1, "id:8": "thaumadditions:taintwood_planks" diff --git a/config/betterquesting/DefaultQuests/Quests/8/20261.json b/config/betterquesting/DefaultQuests/Quests/8/20261.json index 6e46a5d7..894034f3 100644 --- a/config/betterquesting/DefaultQuests/Quests/8/20261.json +++ b/config/betterquesting/DefaultQuests/Quests/8/20261.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oRight click a warper item", + "desc:8": "§7§oUse the Wormhole Field Generator", "icon:10": { "Count:3": 1, "id:8": "minecraft:red_sandstone" diff --git a/config/betterquesting/DefaultQuests/Quests/8/20262.json b/config/betterquesting/DefaultQuests/Quests/8/20262.json index 1dcd2373..977a5bb1 100644 --- a/config/betterquesting/DefaultQuests/Quests/8/20262.json +++ b/config/betterquesting/DefaultQuests/Quests/8/20262.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oRight click a warper item", + "desc:8": "§7§oUse the Wormhole Field Generator", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:ender_dolomite" diff --git a/config/brandon3055/CustomFusionRecipes.json b/config/brandon3055/CustomFusionRecipes.json index 756a4554..381c5b52 100644 --- a/config/brandon3055/CustomFusionRecipes.json +++ b/config/brandon3055/CustomFusionRecipes.json @@ -1,115 +1,4 @@ [ - { - "mode": "ADD", - "result": "contenttweaker:divine_star", - "catalyst": "minecraft:nether_star", - "energy": 100000, - "tier": 1, - "ingredients": [ - "divinerpg:divine_rock", - "divinerpg:divine_rock", - "divinerpg:divine_rock", - "divinerpg:divine_rock", - "divinerpg:divine_rock", - "divinerpg:divine_rock" - ] - }, - { - "mode": "ADD", - "result": "contenttweaker:divine_star,2", - "catalyst": "minecraft:nether_star,2", - "energy": 100000, - "tier": 2, - "ingredients": [ - "aoa3:toxic_stone", - "aoa3:toxic_stone", - "aoa3:toxic_stone", - "aoa3:toxic_stone", - "aoa3:toxic_stone", - "aoa3:toxic_stone" - ] - }, - { - "mode": "ADD", - "result": "contenttweaker:divine_star,4", - "catalyst": "minecraft:nether_star,4", - "energy": 100000, - "tier": 3, - "ingredients": [ - "aoa3:borean_stone", - "aoa3:borean_stone", - "aoa3:borean_stone", - "aoa3:borean_stone", - "aoa3:borean_stone", - "aoa3:borean_stone" - ] - }, - { - "mode": "ADD", - "result": "contenttweaker:divine_star,8", - "catalyst": "minecraft:nether_star,8", - "energy": 100000, - "tier": 3, - "ingredients": [ - "aoa3:dustopia_stone", - "aoa3:dustopia_stone", - "aoa3:dustopia_stone", - "aoa3:dustopia_stone", - "aoa3:dustopia_stone", - "aoa3:dustopia_stone" - ] - }, - { - "mode": "ADD", - "result": "contenttweaker:eden_star", - "catalyst": "minecraft:nether_star", - "energy": 1000000, - "tier": 1, - "ingredients": [ - "contenttweaker:rhenium_catalyst", - "contenttweaker:rhenium_catalyst", - "contenttweaker:rhenium_catalyst", - "contenttweaker:rhenium_catalyst", - "contenttweaker:rhenium_catalyst", - "contenttweaker:rhenium_catalyst", - "contenttweaker:rhenium_catalyst", - "contenttweaker:rhenium_catalyst" - ] - }, - { - "mode": "ADD", - "result": "contenttweaker:eden_star,4", - "catalyst": "minecraft:nether_star,4", - "energy": 1000000, - "tier": 1, - "ingredients": [ - "contenttweaker:dreadful_rhenium_catalyst", - "contenttweaker:dreadful_rhenium_catalyst", - "contenttweaker:dreadful_rhenium_catalyst", - "contenttweaker:dreadful_rhenium_catalyst", - "contenttweaker:dreadful_rhenium_catalyst", - "contenttweaker:dreadful_rhenium_catalyst", - "contenttweaker:dreadful_rhenium_catalyst", - "contenttweaker:dreadful_rhenium_catalyst" - ] - }, - { - "mode": "ADD", - "result": "contenttweaker:eden_star,8", - "catalyst": "minecraft:nether_star,8", - "energy": 1000000, - "tier": 1, - "ingredients": [ - "contenttweaker:runic_rhenium_catalyst", - "contenttweaker:runic_rhenium_catalyst", - "contenttweaker:runic_rhenium_catalyst", - "contenttweaker:runic_rhenium_catalyst", - "contenttweaker:runic_rhenium_catalyst", - "contenttweaker:runic_rhenium_catalyst", - "contenttweaker:runic_rhenium_catalyst", - "contenttweaker:runic_rhenium_catalyst" - ] - }, { "mode": "REMOVE", "result": "draconicevolution:crafting_injector,1,2", @@ -131,6 +20,96 @@ "contenttweaker:jeweled_runium" ] }, + { + "mode": "ADD", + "result": "contenttweaker:divination_catalyst", + "catalyst": "minecraft:ender_eye", + "energy": 256000, + "tier": 1, + "ingredients": [ + "actuallyadditions:item_misc,1,19", + "actuallyadditions:item_misc,1,19", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:divination_catalyst,4,0", + "catalyst": "minecraft:ender_eye", + "energy": 256000, + "tier": 1, + "ingredients": [ + "contenttweaker:eden_core", + "contenttweaker:eden_core", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:divination_catalyst,8,0", + "catalyst": "minecraft:ender_eye", + "energy": 256000, + "tier": 1, + "ingredients": [ + "contenttweaker:wildwood_core", + "contenttweaker:wildwood_core", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:divination_catalyst,16,0", + "catalyst": "minecraft:ender_eye", + "energy": 256000, + "tier": 1, + "ingredients": [ + "contenttweaker:apalachia_core", + "contenttweaker:apalachia_core", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:divination_catalyst,32,0", + "catalyst": "minecraft:ender_eye", + "energy": 256000, + "tier": 1, + "ingredients": [ + "contenttweaker:skythern_core", + "contenttweaker:skythern_core", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:divination_catalyst,64,0", + "catalyst": "minecraft:ender_eye", + "energy": 256000, + "tier": 1, + "ingredients": [ + "contenttweaker:mortum_core", + "contenttweaker:mortum_core", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star", + "minecraft:nether_star" + ] + }, { "mode": "ADD", "result": "contenttweaker:myrmex_artifact", @@ -288,61 +267,6 @@ "contenttweaker:voxponds_artifact" ] }, - { - "mode": "ADD", - "result": "contenttweaker:wildwood_star", - "catalyst": "minecraft:nether_star", - "energy": 5000000, - "tier": 2, - "ingredients": [ - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:rainbow_heart_canister", - "contenttweaker:rainbow_heart_canister" - ] - }, - { - "mode": "ADD", - "result": "contenttweaker:wildwood_star,4", - "catalyst": "minecraft:nether_star,4", - "energy": 5000000, - "tier": 2, - "ingredients": [ - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:pixonia_heart", - "contenttweaker:gilded_rainbow_heart_canister", - "contenttweaker:gilded_rainbow_heart_canister" - ] - }, - { - "mode": "ADD", - "result": "contenttweaker:wildwood_star,8", - "catalyst": "minecraft:nether_star,8", - "energy": 5000000, - "tier": 2, - "ingredients": [ - "contenttweaker:brave_heart_of_pixonia", - "contenttweaker:brave_heart_of_pixonia", - "contenttweaker:brave_heart_of_pixonia", - "contenttweaker:brave_heart_of_pixonia", - "contenttweaker:brave_heart_of_pixonia", - "contenttweaker:brave_heart_of_pixonia", - "contenttweaker:brave_heart_of_pixonia", - "contenttweaker:brave_heart_of_pixonia", - "contenttweaker:gilded_rainbow_heart_canister", - "contenttweaker:gilded_rainbow_heart_canister", - "contenttweaker:gilded_rainbow_heart_canister", - "contenttweaker:gilded_rainbow_heart_canister" - ] - }, { "mode": "ADD", "result": "aoa3:borean_realmstone", @@ -1110,6 +1034,53 @@ "draconicevolution:chaos_shard,1,0" ] }, + { + "mode": "ADD", + "result": "contenttweaker:balanced_draconium_block", + "catalyst": "contenttweaker:defined_draconium_block", + "energy": 10000000, + "tier": 2, + "ingredients": [ + "contenttweaker:recursium_ingot", + "contenttweaker:recursium_ingot", + "contenttweaker:chaos_wood", + "contenttweaker:order_wood", + "ore:ingotInfinity", + "ore:ingotInfinity" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:fractal_draconium_block", + "catalyst": "contenttweaker:balanced_draconium_block", + "energy": 100000000, + "tier": 2, + "ingredients": [ + "contenttweaker:cuendillar_plate", + "contenttweaker:cuendillar_plate", + "contenttweaker:cuendillar_plate", + "contenttweaker:cuendillar_plate", + "avaritiaitem:fractallite_halite_catalyst", + "avaritiaitem:fractallite_halite_catalyst" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:endlessly_wishing_draconium_block", + "catalyst": "contenttweaker:fractal_draconium_block", + "energy": 1000000000, + "tier": 2, + "ingredients": [ + "contenttweaker:ingot_of_infinite_wishes", + "contenttweaker:ingot_of_infinite_wishes", + "contenttweaker:ingot_of_infinite_wishes", + "contenttweaker:ingot_of_infinite_wishes", + "contenttweaker:cuendillar_seal", + "contenttweaker:cuendillar_seal", + "contenttweaker:cuendillar_seal", + "contenttweaker:cuendillar_seal" + ] + }, { "mode": "ADD", "result": "draconicevolution:crafting_injector,4,1", diff --git a/config/brandon3055/contributors.json b/config/brandon3055/contributors.json deleted file mode 100644 index ad39135b..00000000 --- a/config/brandon3055/contributors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"Antric83","ign":"Antric83","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Halacon","ign":"halacon","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Der DracheTV","ign":"LathetheDragon","contribution":"","details":"","website":"","contributionLevel":0},{"name":"DreamyPaw","ign":"DreamyPaw","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Deltora101","ign":"DELTORA101","contribution":"patreon","details":"","website":"","contributionLevel":0},{"name":"Water_Moon","ign":"Water_Moon","contribution":"","details":"","website":"","contributionLevel":0},{"name":"slaider221","ign":"slaider221","contribution":"patreon","details":"","website":"","contributionLevel":2},{"name":"Munchkin","ign":"AquaKyubey","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Keith Wagner","ign":"Om3gagam3r","contribution":"","details":"","website":"","contributionLevel":0},{"name":"GreatOrator","ign":"GreatOrator","contribution":"","details":"","website":"","contributionLevel":0},{"name":"texcubsf","ign":"texcubsf","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Duomaz","ign":"Duomaz","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Mikepet","ign":"Mikepet","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Einhornyordle","ign":"Einhornyordle","contribution":"","details":"","website":"","contributionLevel":0},{"name":"awk1995","ign":"awk1995","contribution":"","details":"","website":"","contributionLevel":0},{"name":"pxoxd","ign":"pxoxd","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Zorlander","ign":"Zorlander","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Morpheus1101","ign":"Morpheus1101","contribution":"","details":"","website":"","contributionLevel":0},{"name":"muffinman_21","ign":"muffinman_21","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Tanlorik","ign":"Tanlorik","contribution":"","details":"","website":"","contributionLevel":0},{"name":"TyrantLink","ign":"tyrantlink","contribution":"","details":"","website":"","contributionLevel":0},{"name":"brandon3055","ign":"brandon3055","contribution":"","details":"","website":"","contributionLevel":3},{"name":"Sn0wShepherd","ign":"SnowShepherd","contribution":"","details":"","website":"","contributionLevel":3},{"name":"covers1624","ign":"covers1624","contribution":"","details":"","website":"","contributionLevel":0},{"name":"TheMattaBase","ign":"TheMattaBase","contribution":"","details":"","website":"","contributionLevel":3},{"name":"Jake_Evans","ign":"Jake_Evans","contribution":"","details":"","website":"","contributionLevel":3},{"name":"Gigabit101","ign":"Gigabit101","contribution":"","details":"","website":"","contributionLevel":3},{"name":"dezil_nz","ign":"dezil_nz","contribution":"lolnet","details":"","website":"","contributionLevel":3},{"name":"LX_Gaming","ign":"LX_Gaming","contribution":"lolnet","details":"","website":"","contributionLevel":3},{"name":"MJW87","ign":"MJW87","contribution":"lolnet","details":"","website":"","contributionLevel":3},{"name":"Direwolf20","ign":"direwolf20","contribution":"","details":"","website":"","contributionLevel":3},{"name":"Soaryn","ign":"Soaryn","contribution":"","details":"","website":"","contributionLevel":3},{"name":"Trinity4261","ign":"Trinity4261","contribution":"","details":"","website":"","contributionLevel":3},{"name":"FoxMcloud5655","ign":"FoxMcloud5655","contribution":"","details":"","website":"","contributionLevel":3},{"name":"Megaguy444","ign":"Megaguy444","contribution":"","details":"","website":"","contributionLevel":2},{"name":"OneEyeMaker","ign":"OneEyeMaker","contribution":"","details":"","website":"","contributionLevel":2},{"name":"KWPUGH","ign":"kwpugh","contribution":"","details":"","website":"","contributionLevel":2},{"name":"Straymaverick","ign":"Straymaverick","contribution":"","details":"","website":"","contributionLevel":3},{"name":"mikhaila666","ign":"Mikhaila666","contribution":"lolnet","details":"","website":"","contributionLevel":2},{"name":"Rustynator","ign":"Rustynator","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"SalTDS","ign":"SalTDS","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"uradox","ign":"uradox","contribution":"lolnet","details":"","website":"","contributionLevel":2},{"name":"Rohdon","ign":"Rohdon","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"ArcaneAscension","ign":"ArcaneAscension","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"soul_lighter","ign":"Soul_Lighter","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Haigen","ign":"Haigen","contribution":"lolnet","details":"","website":"","contributionLevel":2},{"name":"modulateddreams","ign":"ModulatedDreams","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"ChickenMobile","ign":"ChickenMobile","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Handyman_Sam","ign":"Handyman_Sam","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"jarakii4","ign":"Raladinz","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"kristyellen","ign":"kristyellen","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"willo33","ign":"Tripwize","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"123zane321","ign":"123zane321","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"CrowbarJr","ign":"CrowbarJr","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Fluro_","ign":"Fluro_","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"OnyxSentinel04","ign":"OnyxSentinel04","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"raider_880","ign":"raider_880","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"deamonbite","ign":"deamonbite","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Skittzman","ign":"Skittzman","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"44shades44","ign":"44shades44","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Dr_Teath","ign":"Dr_Teath","contribution":"lolnet","details":"","website":"","contributionLevel":2},{"name":"fwb2700","ign":"fwb2700","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"rhodesy523","ign":"rhodesy523","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Waylandor","ign":"Waylandor","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"alizdor","ign":"alizdor","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"yampertx","ign":"yampertx","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"raider880","ign":"raider880","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Glitchunter","ign":"Jeffinitiv","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"MuadDib912","ign":"MuadDib912","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Oztin","ign":"Oztin","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Sarkazo","ign":"Sarkazo","contribution":"lolnet","details":"","website":"","contributionLevel":2},{"name":"Dobsonium","ign":"Dobsonium","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"chocofish31","ign":"Chocofish31","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Dingasm","ign":"Dingasm","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Microjet","ign":"Microjet","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"scurry21","ign":"scurry21","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"anarki99nz","ign":"anarki99nz","contribution":"lolnet","details":"","website":"","contributionLevel":2},{"name":"Cluracan","ign":"Cluracan","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Deathnz1","ign":"Deathnz1","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Ae0lian","ign":"Ae0lian","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Death4999901","ign":"Death4999901","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Igneel32","ign":"Igneel32","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"StabbyInc","ign":"StabbyInc","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"xElementzx","ign":"xElementzx","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Troopy_","ign":"Qoggles","contribution":"lolnet","details":"","website":"","contributionLevel":0},{"name":"Hawkizedyus","ign":"Hawkizedyus","contribution":"lolnet","details":"","website":"","contributionLevel":2},{"name":"Jackster819","ign":"Jackster819","contribution":"lolnet","details":"","website":"","contributionLevel":2},{"name":"0xilly","ign":"0xilly","contribution":"","details":"","website":"","contributionLevel":0},{"name":"Jumpyrocks","ign":"Jumpyrocks","contribution":"patreon","details":"","website":"","contributionLevel":2}] \ No newline at end of file diff --git a/config/buildcraft/detailed.properties b/config/buildcraft/detailed.properties index bee56f90..246ad4bb 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 Nov 26 09:29:39 CST 2025 +#Wed Jan 14 15:52:55 CST 2026 render.pipe.misc.inside.shade=0.725 diff --git a/config/cyclicmagic.cfg b/config/cyclicmagic.cfg index df3d863d..95a5768e 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 @@ -1403,7 +1413,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 18c76991..27b17776 100644 --- a/config/ebwizardry/ebwizardry.cfg +++ b/config/ebwizardry/ebwizardry.cfg @@ -1,92 +1,271 @@ # Configuration file +########################################################################################################## +# artefacts +#--------------------------------------------------------------------------------------------------------# +# Set an item to false to disable it. Disabled items will still appear in-game but will have no effect when worn. It is also advisable to remove disabled items from wizardry's (and addons') loot tables. Disable an item if it is causing problems, conflicts with another mod or creates an unintended exploit. +########################################################################################################## + artefacts { + # Set to false to disable this item B:"ebwizardry:amulet_absorption"=true + + # Set to false to disable this item B:"ebwizardry:amulet_anchoring"=true + + # Set to false to disable this item B:"ebwizardry:amulet_arcane_defence"=true + + # Set to false to disable this item B:"ebwizardry:amulet_auto_shield"=true + + # Set to false to disable this item B:"ebwizardry:amulet_banishing"=true + + # Set to false to disable this item B:"ebwizardry:amulet_channeling"=true + + # Set to false to disable this item B:"ebwizardry:amulet_fire_cloaking"=true + + # Set to false to disable this item B:"ebwizardry:amulet_fire_protection"=true + + # Set to false to disable this item B:"ebwizardry:amulet_frost_warding"=true + + # Set to false to disable this item B:"ebwizardry:amulet_glide"=true + + # Set to false to disable this item B:"ebwizardry:amulet_ice_immunity"=true + + # Set to false to disable this item B:"ebwizardry:amulet_ice_protection"=true + + # Set to false to disable this item B:"ebwizardry:amulet_lich"=true + + # Set to false to disable this item B:"ebwizardry:amulet_potential"=true + + # Set to false to disable this item B:"ebwizardry:amulet_recovery"=true + + # Set to false to disable this item B:"ebwizardry:amulet_resurrection"=true + + # Set to false to disable this item B:"ebwizardry:amulet_transience"=true + + # Set to false to disable this item B:"ebwizardry:amulet_warding"=true + + # Set to false to disable this item B:"ebwizardry:amulet_wisdom"=true + + # Set to false to disable this item B:"ebwizardry:amulet_wither_immunity"=true + + # Set to false to disable this item B:"ebwizardry:charm_abseiling"=true + + # Set to false to disable this item B:"ebwizardry:charm_auto_smelt"=true + + # Set to false to disable this item B:"ebwizardry:charm_black_hole"=true + + # Set to false to disable this item B:"ebwizardry:charm_experience_tome"=true + + # Set to false to disable this item B:"ebwizardry:charm_feeding"=true + + # Set to false to disable this item B:"ebwizardry:charm_flight"=true + + # Set to false to disable this item B:"ebwizardry:charm_growth"=true + + # Set to false to disable this item B:"ebwizardry:charm_haggler"=true + + # Set to false to disable this item B:"ebwizardry:charm_hunger_casting"=true + + # Set to false to disable this item B:"ebwizardry:charm_lava_walking"=true + + # Set to false to disable this item B:"ebwizardry:charm_light"=true + + # Set to false to disable this item B:"ebwizardry:charm_minion_health"=true + + # Set to false to disable this item B:"ebwizardry:charm_minion_variants"=true + + # Set to false to disable this item B:"ebwizardry:charm_mount_teleporting"=true + + # Set to false to disable this item B:"ebwizardry:charm_move_speed"=true + + # Set to false to disable this item B:"ebwizardry:charm_silk_touch"=true + + # Set to false to disable this item B:"ebwizardry:charm_sixth_sense"=true + + # Set to false to disable this item B:"ebwizardry:charm_spell_discovery"=true + + # Set to false to disable this item B:"ebwizardry:charm_stop_time"=true + + # Set to false to disable this item B:"ebwizardry:charm_storm"=true + + # Set to false to disable this item B:"ebwizardry:charm_transportation"=true + + # Set to false to disable this item B:"ebwizardry:charm_undead_helmets"=true + + # Set to false to disable this item B:"ebwizardry:ring_arcane_frost"=true + + # Set to false to disable this item B:"ebwizardry:ring_battlemage"=true + + # Set to false to disable this item B:"ebwizardry:ring_blockwrangler"=true + + # Set to false to disable this item B:"ebwizardry:ring_combustion"=true + + # Set to false to disable this item B:"ebwizardry:ring_condensing"=true + + # Set to false to disable this item B:"ebwizardry:ring_conjurer"=true + + # Set to false to disable this item B:"ebwizardry:ring_defender"=true + + # Set to false to disable this item B:"ebwizardry:ring_disintegration"=true + + # Set to false to disable this item B:"ebwizardry:ring_earth_biome"=true + + # Set to false to disable this item B:"ebwizardry:ring_earth_melee"=true + + # Set to false to disable this item B:"ebwizardry:ring_evoker"=true + + # Set to false to disable this item B:"ebwizardry:ring_extraction"=true + + # Set to false to disable this item B:"ebwizardry:ring_fire_biome"=true + + # Set to false to disable this item B:"ebwizardry:ring_fire_melee"=true + + # Set to false to disable this item B:"ebwizardry:ring_full_moon"=true + + # Set to false to disable this item B:"ebwizardry:ring_hammer"=true + + # Set to false to disable this item B:"ebwizardry:ring_ice_biome"=true + + # Set to false to disable this item B:"ebwizardry:ring_ice_melee"=true + + # Set to false to disable this item B:"ebwizardry:ring_interdiction"=true + + # Set to false to disable this item B:"ebwizardry:ring_leeching"=true + + # Set to false to disable this item B:"ebwizardry:ring_lightning_melee"=true + + # Set to false to disable this item B:"ebwizardry:ring_mana_return"=true + + # Set to false to disable this item B:"ebwizardry:ring_meteor"=true + + # Set to false to disable this item B:"ebwizardry:ring_mind_control"=true + + # Set to false to disable this item B:"ebwizardry:ring_necromancy_melee"=true + + # Set to false to disable this item B:"ebwizardry:ring_paladin"=true + + # Set to false to disable this item B:"ebwizardry:ring_poison"=true + + # Set to false to disable this item B:"ebwizardry:ring_seeking"=true + + # Set to false to disable this item B:"ebwizardry:ring_shattering"=true + + # Set to false to disable this item B:"ebwizardry:ring_siphoning"=true + + # Set to false to disable this item B:"ebwizardry:ring_soulbinding"=true + + # Set to false to disable this item B:"ebwizardry:ring_storm"=true + + # Set to false to disable this item B:"ebwizardry:ring_stormcloud"=true + + # Set to false to disable this item B:"tfspellpack:amulet_carminite"=true + + # Set to false to disable this item B:"tfspellpack:amulet_life_charm"=true + + # Set to false to disable this item B:"tfspellpack:amulet_steeleaf"=true + + # Set to false to disable this item B:"tfspellpack:charm_accursed_tome"=true + + # Set to false to disable this item B:"tfspellpack:charm_goblin"=true + + # Set to false to disable this item B:"tfspellpack:charm_ice_exploder"=true + + # Set to false to disable this item B:"tfspellpack:charm_troll"=true + + # Set to false to disable this item B:"tfspellpack:ring_aurora"=true + + # Set to false to disable this item B:"tfspellpack:ring_hydra_kaboom"=true + + # Set to false to disable this item B:"tfspellpack:ring_stealth_attack"=true + + # Set to false to disable this item B:"tfspellpack:ring_trollsteinn"=true + + # Set to false to disable this item B:"tfspellpack:ring_twilight"=true } @@ -365,304 +544,892 @@ gameplay { } +########################################################################################################## +# resistances +#--------------------------------------------------------------------------------------------------------# +# Settings which allow entities to be made immune to certain types of magic. In multiplayer, the server/LAN host settings will apply. +########################################################################################################## + resistances { + # List of names of entities that are immune to fire, in addition to the defaults. Add mod creatures to this list if you want them to be immune to fire magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). S:mobsImmuneToFire < > + + # List of names of entities that are immune to ice, in addition to the defaults. Add mod creatures to this list if you want them to be immune to ice magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). S:mobsImmuneToIce < > + + # List of names of entities that are immune to lightning, in addition to the defaults. Add mod creatures to this list if you want them to be immune to lightning magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). S:mobsImmuneToLightning < > - S:mobsImmuneToPoison < - > + + # List of names of entities that are immune to wither effects, in addition to the defaults. Add mod creatures to this list if you want them to be immune to withering magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). S:mobsImmuneToWither < > + + # List of names of entities that are immune to poison, in addition to the defaults. Add mod creatures to this list if you want them to be immune to poison magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:mobsImmuneToPoison < + > } +########################################################################################################## +# spells +#--------------------------------------------------------------------------------------------------------# +# Set a spell to false to disable it. Disabled spells will still have their associated spell book (mainly so the spell books don't all change) and can still be bound to wands, but cannot be cast in game, will not appear in any subsequently generated chests or wizard trades and will not drop from mobs. Disable a spell if it is causing problems, conflicts with another mod or creates an unintended exploit. +########################################################################################################## + spells { + # Set to false to disable this spell B:"arcane_essentials:absolute_zero"=true + + # Set to false to disable this spell B:"arcane_essentials:blizzard_beam"=true + + # Set to false to disable this spell B:"arcane_essentials:cyclone_bolt"=true + + # Set to false to disable this spell B:"arcane_essentials:cyclone_shield"=true + + # Set to false to disable this spell B:"arcane_essentials:dragon_roar"=true + + # Set to false to disable this spell B:"arcane_essentials:fire_pledge"=true + + # Set to false to disable this spell B:"arcane_essentials:flame_cleave"=true + + # Set to false to disable this spell B:"arcane_essentials:flash_step"=true + + # Set to false to disable this spell B:"arcane_essentials:frizz"=true + + # Set to false to disable this spell B:"arcane_essentials:frizzle"=true + + # Set to false to disable this spell B:"arcane_essentials:frost_blast"=true + + # Set to false to disable this spell B:"arcane_essentials:frost_fan"=true + + # Set to false to disable this spell B:"arcane_essentials:frost_form"=true + + # Set to false to disable this spell B:"arcane_essentials:icicle_storm"=true + + # Set to false to disable this spell B:"arcane_essentials:inferno_form"=true + + # Set to false to disable this spell B:"arcane_essentials:inferno_pillar"=true + + # Set to false to disable this spell B:"arcane_essentials:kafrizz"=true + + # Set to false to disable this spell B:"arcane_essentials:kafrizzle"=true + + # Set to false to disable this spell B:"arcane_essentials:kaquake"=true + + # Set to false to disable this spell B:"arcane_essentials:kasploosh"=true + + # Set to false to disable this spell B:"arcane_essentials:kasplooshle"=true + + # Set to false to disable this spell B:"arcane_essentials:kathwack"=true + + # Set to false to disable this spell B:"arcane_essentials:kazam"=true + + # Set to false to disable this spell B:"arcane_essentials:kazammle"=true + + # Set to false to disable this spell B:"arcane_essentials:lightning_vortex"=true + + # Set to false to disable this spell B:"arcane_essentials:ocean_burst"=true + + # Set to false to disable this spell B:"arcane_essentials:oomph"=true + + # Set to false to disable this spell B:"arcane_essentials:quake"=true + + # Set to false to disable this spell B:"arcane_essentials:radiance_storm"=true + + # Set to false to disable this spell B:"arcane_essentials:radiant_beam"=true + + # Set to false to disable this spell B:"arcane_essentials:saintess_sun"=true + + # Set to false to disable this spell B:"arcane_essentials:shake"=true + + # Set to false to disable this spell B:"arcane_essentials:shatter"=true + + # Set to false to disable this spell B:"arcane_essentials:solar_beam"=true + + # Set to false to disable this spell B:"arcane_essentials:splash"=true + + # Set to false to disable this spell B:"arcane_essentials:sploosh"=true + + # Set to false to disable this spell B:"arcane_essentials:storm_blink"=true + + # Set to false to disable this spell B:"arcane_essentials:thunder_burst"=true + + # Set to false to disable this spell B:"arcane_essentials:thundering_chain"=true + + # Set to false to disable this spell B:"arcane_essentials:unrelenting_force"=true + + # Set to false to disable this spell B:"arcane_essentials:wave_of_relief"=true + + # Set to false to disable this spell B:"arcane_essentials:whirlpool"=true + + # Set to false to disable this spell B:"arcane_essentials:zam"=true + + # Set to false to disable this spell B:"arcane_essentials:zammle"=true + + # Set to false to disable this spell B:"arcane_essentials:zoom"=true + + # Set to false to disable this spell B:"ebwizardry:agility"=true + + # Set to false to disable this spell B:"ebwizardry:arc"=true + + # Set to false to disable this spell B:"ebwizardry:arcane_jammer"=true + + # Set to false to disable this spell B:"ebwizardry:arcane_lock"=true + + # Set to false to disable this spell B:"ebwizardry:arrow_rain"=true + + # Set to false to disable this spell B:"ebwizardry:banish"=true + + # Set to false to disable this spell B:"ebwizardry:black_hole"=true + + # Set to false to disable this spell B:"ebwizardry:blinding_flash"=true + + # Set to false to disable this spell B:"ebwizardry:blink"=true + + # Set to false to disable this spell B:"ebwizardry:blizzard"=true + + # Set to false to disable this spell B:"ebwizardry:boulder"=true + + # Set to false to disable this spell B:"ebwizardry:bubble"=true + + # Set to false to disable this spell B:"ebwizardry:celestial_smite"=true + + # Set to false to disable this spell B:"ebwizardry:chain_lightning"=true + + # Set to false to disable this spell B:"ebwizardry:charge"=true + + # Set to false to disable this spell B:"ebwizardry:clairvoyance"=true + + # Set to false to disable this spell B:"ebwizardry:cobwebs"=true + + # Set to false to disable this spell B:"ebwizardry:combustion_rune"=true + + # Set to false to disable this spell B:"ebwizardry:conjure_armour"=true + + # Set to false to disable this spell B:"ebwizardry:conjure_block"=true + + # Set to false to disable this spell B:"ebwizardry:conjure_bow"=true + + # Set to false to disable this spell B:"ebwizardry:conjure_pickaxe"=true + + # Set to false to disable this spell B:"ebwizardry:conjure_sword"=true + + # Set to false to disable this spell B:"ebwizardry:containment"=true + + # Set to false to disable this spell B:"ebwizardry:cure_effects"=true + + # Set to false to disable this spell B:"ebwizardry:curse_of_enfeeblement"=false + + # Set to false to disable this spell B:"ebwizardry:curse_of_soulbinding"=true + + # Set to false to disable this spell B:"ebwizardry:curse_of_undeath"=true + + # Set to false to disable this spell B:"ebwizardry:darkness_orb"=true + + # Set to false to disable this spell B:"ebwizardry:darkvision"=true + + # Set to false to disable this spell B:"ebwizardry:dart"=true + + # Set to false to disable this spell B:"ebwizardry:decay"=true + + # Set to false to disable this spell B:"ebwizardry:decoy"=true + + # Set to false to disable this spell B:"ebwizardry:detonate"=true + + # Set to false to disable this spell B:"ebwizardry:diamondflesh"=true + + # Set to false to disable this spell B:"ebwizardry:disintegration"=true + + # Set to false to disable this spell B:"ebwizardry:divination"=true + + # Set to false to disable this spell B:"ebwizardry:dragon_fireball"=true + + # Set to false to disable this spell B:"ebwizardry:earthquake"=true + + # Set to false to disable this spell B:"ebwizardry:empowering_presence"=true + + # Set to false to disable this spell B:"ebwizardry:enrage"=true + + # Set to false to disable this spell B:"ebwizardry:entrapment"=true + + # Set to false to disable this spell B:"ebwizardry:evade"=true + + # Set to false to disable this spell B:"ebwizardry:fangs"=true + + # Set to false to disable this spell B:"ebwizardry:fire_breath"=true + + # Set to false to disable this spell B:"ebwizardry:fire_resistance"=true + + # Set to false to disable this spell B:"ebwizardry:fire_sigil"=true + + # Set to false to disable this spell B:"ebwizardry:fireball"=true + + # Set to false to disable this spell B:"ebwizardry:firebolt"=true + + # Set to false to disable this spell B:"ebwizardry:firebomb"=true + + # Set to false to disable this spell B:"ebwizardry:fireskin"=true + + # Set to false to disable this spell B:"ebwizardry:firestorm"=true + + # Set to false to disable this spell B:"ebwizardry:flame_ray"=true + + # Set to false to disable this spell B:"ebwizardry:flamecatcher"=true + + # Set to false to disable this spell B:"ebwizardry:flaming_axe"=true + + # Set to false to disable this spell B:"ebwizardry:flaming_weapon"=true + + # Set to false to disable this spell B:"ebwizardry:flight"=true + + # Set to false to disable this spell B:"ebwizardry:font_of_mana"=true + + # Set to false to disable this spell B:"ebwizardry:font_of_vitality"=true + + # Set to false to disable this spell B:"ebwizardry:force_arrow"=true + + # Set to false to disable this spell B:"ebwizardry:force_orb"=true + + # Set to false to disable this spell B:"ebwizardry:forcefield"=true + + # Set to false to disable this spell B:"ebwizardry:forest_of_thorns"=true + + # Set to false to disable this spell B:"ebwizardry:forests_curse"=true + + # Set to false to disable this spell B:"ebwizardry:freeze"=true + + # Set to false to disable this spell B:"ebwizardry:freezing_weapon"=true + + # Set to false to disable this spell B:"ebwizardry:frost_axe"=true + + # Set to false to disable this spell B:"ebwizardry:frost_barrier"=true + + # Set to false to disable this spell B:"ebwizardry:frost_ray"=true + + # Set to false to disable this spell B:"ebwizardry:frost_sigil"=true + + # Set to false to disable this spell B:"ebwizardry:frost_step"=true + + # Set to false to disable this spell B:"ebwizardry:glide"=true + + # Set to false to disable this spell B:"ebwizardry:grapple"=true + + # Set to false to disable this spell B:"ebwizardry:greater_fireball"=true + + # Set to false to disable this spell B:"ebwizardry:greater_heal"=true + + # Set to false to disable this spell B:"ebwizardry:greater_telekinesis"=true + + # Set to false to disable this spell B:"ebwizardry:greater_ward"=true + + # Set to false to disable this spell B:"ebwizardry:group_heal"=true + + # Set to false to disable this spell B:"ebwizardry:growth_aura"=true + + # Set to false to disable this spell B:"ebwizardry:guardian_beam"=true + + # Set to false to disable this spell B:"ebwizardry:hailstorm"=true + + # Set to false to disable this spell B:"ebwizardry:heal"=true + + # Set to false to disable this spell B:"ebwizardry:heal_ally"=true + + # Set to false to disable this spell B:"ebwizardry:healing_aura"=true + + # Set to false to disable this spell B:"ebwizardry:homing_spark"=true + + # Set to false to disable this spell B:"ebwizardry:ice_age"=true + + # Set to false to disable this spell B:"ebwizardry:ice_charge"=true + + # Set to false to disable this spell B:"ebwizardry:ice_lance"=true + + # Set to false to disable this spell B:"ebwizardry:ice_shard"=true + + # Set to false to disable this spell B:"ebwizardry:ice_shroud"=true + + # Set to false to disable this spell B:"ebwizardry:ice_spikes"=true + + # Set to false to disable this spell B:"ebwizardry:ice_statue"=true + + # Set to false to disable this spell B:"ebwizardry:iceball"=true + + # Set to false to disable this spell B:"ebwizardry:ignite"=true + + # Set to false to disable this spell B:"ebwizardry:imbue_weapon"=true + + # Set to false to disable this spell B:"ebwizardry:intimidate"=true + + # Set to false to disable this spell B:"ebwizardry:invigorating_presence"=true + + # Set to false to disable this spell B:"ebwizardry:invisibility"=true + + # Set to false to disable this spell B:"ebwizardry:invoke_weather"=true + + # Set to false to disable this spell B:"ebwizardry:ironflesh"=true + + # Set to false to disable this spell B:"ebwizardry:leap"=true + + # Set to false to disable this spell B:"ebwizardry:levitation"=true + + # Set to false to disable this spell B:"ebwizardry:life_drain"=true + + # Set to false to disable this spell B:"ebwizardry:light"=true + + # Set to false to disable this spell B:"ebwizardry:lightning_arrow"=true + + # Set to false to disable this spell B:"ebwizardry:lightning_bolt"=true + + # Set to false to disable this spell B:"ebwizardry:lightning_disc"=true + + # Set to false to disable this spell B:"ebwizardry:lightning_hammer"=true + + # Set to false to disable this spell B:"ebwizardry:lightning_pulse"=true + + # Set to false to disable this spell B:"ebwizardry:lightning_ray"=true + + # Set to false to disable this spell B:"ebwizardry:lightning_sigil"=true + + # Set to false to disable this spell B:"ebwizardry:lightning_web"=true + + # Set to false to disable this spell B:"ebwizardry:magic_missile"=true + + # Set to false to disable this spell B:"ebwizardry:mark_sacrifice"=true + + # Set to false to disable this spell B:"ebwizardry:metamorphosis"=true + + # Set to false to disable this spell B:"ebwizardry:meteor"=true + + # Set to false to disable this spell B:"ebwizardry:mind_control"=true + + # Set to false to disable this spell B:"ebwizardry:mind_trick"=true + + # Set to false to disable this spell B:"ebwizardry:mine"=true + + # Set to false to disable this spell B:"ebwizardry:mirage"=true + + # Set to false to disable this spell B:"ebwizardry:muffle"=true + + # Set to false to disable this spell B:"ebwizardry:oakflesh"=true + + # Set to false to disable this spell B:"ebwizardry:paralysis"=true + + # Set to false to disable this spell B:"ebwizardry:permafrost"=true + + # Set to false to disable this spell B:"ebwizardry:petrify"=true + + # Set to false to disable this spell B:"ebwizardry:phase_step"=true + + # Set to false to disable this spell B:"ebwizardry:plague_of_darkness"=true + + # Set to false to disable this spell B:"ebwizardry:pocket_furnace"=true + + # Set to false to disable this spell B:"ebwizardry:pocket_workbench"=true + + # Set to false to disable this spell B:"ebwizardry:poison"=true + + # Set to false to disable this spell B:"ebwizardry:poison_bomb"=true + + # Set to false to disable this spell B:"ebwizardry:possession"=false + + # Set to false to disable this spell B:"ebwizardry:radiant_totem"=true + + # Set to false to disable this spell B:"ebwizardry:ray_of_purification"=true + + # Set to false to disable this spell B:"ebwizardry:remove_curse"=true + + # Set to false to disable this spell B:"ebwizardry:replenish_hunger"=true + + # Set to false to disable this spell B:"ebwizardry:resurrection"=true + + # Set to false to disable this spell B:"ebwizardry:reversal"=true + + # Set to false to disable this spell B:"ebwizardry:ring_of_fire"=true + + # Set to false to disable this spell B:"ebwizardry:satiety"=true + + # Set to false to disable this spell B:"ebwizardry:shadow_ward"=true + + # Set to false to disable this spell B:"ebwizardry:shield"=true + + # Set to false to disable this spell B:"ebwizardry:shockwave"=true + + # Set to false to disable this spell B:"ebwizardry:shulker_bullet"=true + + # Set to false to disable this spell B:"ebwizardry:silverfish_swarm"=true + + # Set to false to disable this spell B:"ebwizardry:sixth_sense"=true + + # Set to false to disable this spell B:"ebwizardry:slime"=true + + # Set to false to disable this spell B:"ebwizardry:slow_time"=true + + # Set to false to disable this spell B:"ebwizardry:smoke_bomb"=true + + # Set to false to disable this spell B:"ebwizardry:snare"=true + + # Set to false to disable this spell B:"ebwizardry:snowball"=true + + # Set to false to disable this spell B:"ebwizardry:spark_bomb"=true + + # Set to false to disable this spell B:"ebwizardry:spectral_pathway"=true + + # Set to false to disable this spell B:"ebwizardry:speed_time"=true + + # Set to false to disable this spell B:"ebwizardry:spider_swarm"=true + + # Set to false to disable this spell B:"ebwizardry:static_aura"=true + + # Set to false to disable this spell B:"ebwizardry:stormcloud"=true + + # Set to false to disable this spell B:"ebwizardry:summon_blaze"=true + + # Set to false to disable this spell B:"ebwizardry:summon_ice_giant"=true + + # Set to false to disable this spell B:"ebwizardry:summon_ice_wraith"=true + + # Set to false to disable this spell B:"ebwizardry:summon_iron_golem"=true + + # Set to false to disable this spell B:"ebwizardry:summon_lightning_wraith"=true + + # Set to false to disable this spell B:"ebwizardry:summon_phoenix"=true + + # Set to false to disable this spell B:"ebwizardry:summon_shadow_wraith"=true + + # Set to false to disable this spell B:"ebwizardry:summon_skeleton"=true + + # Set to false to disable this spell B:"ebwizardry:summon_skeleton_legion"=true + + # Set to false to disable this spell B:"ebwizardry:summon_snow_golem"=true + + # Set to false to disable this spell B:"ebwizardry:summon_spirit_horse"=true + + # Set to false to disable this spell B:"ebwizardry:summon_spirit_wolf"=true + + # Set to false to disable this spell B:"ebwizardry:summon_storm_elemental"=true + + # Set to false to disable this spell B:"ebwizardry:summon_wither_skeleton"=true + + # Set to false to disable this spell B:"ebwizardry:summon_zombie"=true + + # Set to false to disable this spell B:"ebwizardry:telekinesis"=true + + # Set to false to disable this spell B:"ebwizardry:thunderbolt"=true + + # Set to false to disable this spell B:"ebwizardry:thunderstorm"=true + + # Set to false to disable this spell B:"ebwizardry:tornado"=true + + # Set to false to disable this spell B:"ebwizardry:transience"=true + + # Set to false to disable this spell B:"ebwizardry:transportation"=true + + # Set to false to disable this spell B:"ebwizardry:vanishing_box"=true + + # Set to false to disable this spell B:"ebwizardry:vex_swarm"=true + + # Set to false to disable this spell B:"ebwizardry:wall_of_frost"=true + + # Set to false to disable this spell B:"ebwizardry:ward"=true + + # Set to false to disable this spell B:"ebwizardry:water_breathing"=true + + # Set to false to disable this spell B:"ebwizardry:whirlwind"=true + + # Set to false to disable this spell B:"ebwizardry:wither"=true + + # Set to false to disable this spell B:"ebwizardry:wither_skull"=true + + # Set to false to disable this spell B:"ebwizardry:withering_totem"=true + + # Set to false to disable this spell B:"ebwizardry:zombie_apocalypse"=true + + # Set to false to disable this spell B:"extra_spells:advanced_return"=true + + # Set to false to disable this spell B:"extra_spells:armor_piercing_missile"=true + + # Set to false to disable this spell B:"extra_spells:chargable_strike"=true + + # Set to false to disable this spell B:"extra_spells:hunters_revenge"=true + + # Set to false to disable this spell B:"extra_spells:magic_shield"=true + + # Set to false to disable this spell B:"extra_spells:magical_offence"=true + + # Set to false to disable this spell B:"extra_spells:pacifism"=true + + # Set to false to disable this spell B:"extra_spells:photosynthesis"=true + + # Set to false to disable this spell B:"extra_spells:return"=true + + # Set to false to disable this spell B:"extra_spells:scale_bless"=true + + # Set to false to disable this spell B:"extra_spells:solid_core"=true + + # Set to false to disable this spell B:"extra_spells:super_jump"=true + + # Set to false to disable this spell B:"extra_spells:surface_teleport"=true + + # Set to false to disable this spell B:"extra_spells:thief_bless"=true + + # Set to false to disable this spell B:"extra_spells:time_manipulator"=true + + # Set to false to disable this spell B:"extra_spells:time_travel"=true + + # Set to false to disable this spell B:"extra_spells:tribal_bless"=true + + # Set to false to disable this spell B:"extra_spells:vampirism"=true + + # Set to false to disable this spell B:"tfspellpack:acid_rain"=true + + # Set to false to disable this spell B:"tfspellpack:annihilation"=true + + # Set to false to disable this spell B:"tfspellpack:call_of_the_horn"=true + + # Set to false to disable this spell B:"tfspellpack:carminite_singularity"=true + + # Set to false to disable this spell B:"tfspellpack:chariot_of_ice"=true + + # Set to false to disable this spell B:"tfspellpack:cinder_cloud"=true + + # Set to false to disable this spell B:"tfspellpack:death_page"=true + + # Set to false to disable this spell B:"tfspellpack:druid_hex"=true + + # Set to false to disable this spell B:"tfspellpack:fire_jets"=true + + # Set to false to disable this spell B:"tfspellpack:fortification"=true + + # Set to false to disable this spell B:"tfspellpack:frost_breath"=true + + # Set to false to disable this spell B:"tfspellpack:ghast_trap"=true + + # Set to false to disable this spell B:"tfspellpack:hydra_bomb"=true + + # Set to false to disable this spell B:"tfspellpack:hydras_vigour"=true + + # Set to false to disable this spell B:"tfspellpack:ice_bomb"=true + + # Set to false to disable this spell B:"tfspellpack:ironwood_heart"=true + + # Set to false to disable this spell B:"tfspellpack:life_charm"=true + + # Set to false to disable this spell B:"tfspellpack:mist_cloak"=true + + # Set to false to disable this spell B:"tfspellpack:moonworm"=true + + # Set to false to disable this spell B:"tfspellpack:pocket_tinkerer"=false + + # Set to false to disable this spell B:"tfspellpack:rain_of_tears"=true + + # Set to false to disable this spell B:"tfspellpack:snow_guardian_horde"=true + + # Set to false to disable this spell B:"tfspellpack:suffocating_mist"=true + + # Set to false to disable this spell B:"tfspellpack:summon_cave_troll"=true + + # Set to false to disable this spell B:"tfspellpack:summon_fire_beetle"=true + + # Set to false to disable this spell B:"tfspellpack:summon_goblin"=true + + # Set to false to disable this spell B:"tfspellpack:summon_ice_core"=true + + # Set to false to disable this spell B:"tfspellpack:summon_skeleton_druid"=true + + # Set to false to disable this spell B:"tfspellpack:summon_slime_beetle"=true + + # Set to false to disable this spell B:"tfspellpack:summon_twilight_wraith"=true + + # Set to false to disable this spell B:"tfspellpack:transformation"=true + + # Set to false to disable this spell B:"tfspellpack:twilight_catalyst"=true + + # Set to false to disable this spell B:"tfspellpack:twilight_orb"=true } diff --git a/config/enderstorage.cfg b/config/enderstorage.cfg index bdc525da..1f7d6333 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=2 + #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.cfg b/config/gendustry/meatball_bees.cfg index 1ea3937f..0a03a638 100644 --- a/config/gendustry/meatball_bees.cfg +++ b/config/gendustry/meatball_bees.cfg @@ -2712,6 +2712,109 @@ if HaveForestryModule Bees << Flower_Provider = "extrabees.flower.rock" // See below } } + cfg Sacredhoney { + Dominant = Yes // Whether species allele is dominant or recessive + Glowing = Yes // Whether icon should be glowing + + PrimaryColor = 0x805d2d // Color as a hex number, can also be specified as {r g b} with values (0-1) + SecondaryColor = 0xded716 + + Secret = No // If true - will not show up in NEI or creative and + // will not count against the species total. + + Humidity = Normal // Arid, Normal, Damp + Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish + + Nocturnal = Yes // If true - only works at night + + Binominal = Bifrost // Fluff + Authority = BDEW + + Branch = "gendustry.meatball" + + Products = DropsList( // List of drops with chances + 40% I:twilightforest:cinder_log + ) + + Specialty = DropsList( + 80% I:twilightforest:cinder_log + 70% I:twilightforest:cinder_log + 50% I:twilightforest:cinder_log + ) + + cfg Traits { + Base = "forestry.speciesForest" // Copy traits from another species + Never_Sleeps = "forestry.boolTrue" // Override a single trait + Flower_Provider = "extrabees.flower.rock" // See below + } + } + cfg Chunky { + Dominant = Yes // Whether species allele is dominant or recessive + Glowing = Yes // Whether icon should be glowing + + PrimaryColor = 0xffe600 // Color as a hex number, can also be specified as {r g b} with values (0-1) + SecondaryColor = 0xFF0000 + + Secret = No // If true - will not show up in NEI or creative and + // will not count against the species total. + + Humidity = Normal // Arid, Normal, Damp + Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish + + Nocturnal = Yes // If true - only works at night + + Binominal = Bifrost // Fluff + Authority = BDEW + + Branch = "gendustry.meatball" + + Products = DropsList( // List of drops with chances + 40% I:contenttweaker:warren_chunk + ) + + Specialty = DropsList( + 80% I:contenttweaker:warren_chunk + ) + + cfg Traits { + Base = "forestry.speciesSpectral" // Copy traits from another species + Never_Sleeps = "forestry.boolTrue" // Override a single trait + Flower_Provider = "extrabees.flower.rock" // See below + } + } + cfg Prosperous { + Dominant = Yes // Whether species allele is dominant or recessive + Glowing = Yes // Whether icon should be glowing + + PrimaryColor = 0x3ba100 // Color as a hex number, can also be specified as {r g b} with values (0-1) + SecondaryColor = 0x044075 + + Secret = No // If true - will not show up in NEI or creative and + // will not count against the species total. + + Humidity = Damp // Arid, Normal, Damp + Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish + + Nocturnal = No // If true - only works at night + + Binominal = Agricultural // Fluff + Authority = BDEW + + Branch = "gendustry.meatball" + + Products = DropsList( // List of drops with chances + 90% I:contenttweaker:prosperous_rock // Can use all the specifiers usable in recipes + ) + + Specialty = DropsList( + 980% I:contenttweaker:prosperous_rock + ) + + cfg Traits { + Base = "extrabees.species.rock" // Copy traits from another species + } + } + @@ -3014,6 +3117,8 @@ if HaveForestryModule Bees << mutation: 99% "extrabees.species.energetic" + "magicbees.speciesSavant" => "gendustry.bee.ChaosStrikez" Req Temperature Normal mutation: 80% "gendustry.bee.Gallifreyan" + "careerbees.honey_smelter" => "gendustry.bee.Honeysmeltest" Req Temperature Normal mutation: 80% "gendustry.bee.UniversalConstellation" + "gendustry.bee.Apothecary" => "gendustry.bee.Ascendant" Req Temperature Normal + mutation: 40% "gendustry.bee.Soulsucking" + "gendustry.bee.Gallifreyan" => "gendustry.bee.Chunky" Req Temperature Hot + mutation: 40% "gendustry.bee.Agricultural" + "gendustry.bee.Tinkerest" => "gendustry.bee.Prosperous" Req Temperature Hot } diff --git a/config/gendustry/meatball_bees.en_US.lang b/config/gendustry/meatball_bees.en_US.lang index 34fdceb7..9c361bd2 100644 --- a/config/gendustry/meatball_bees.en_US.lang +++ b/config/gendustry/meatball_bees.en_US.lang @@ -45,7 +45,7 @@ gendustry.bees.species.Thorium=Thorium gendustry.bees.species.Trinity=Trinity gendustry.bees.species.Necronomibee=Necronomibee gendustry.honeycomb.necronomicomb.name=Necronomicomb -gendustry.honeycomb.herblore.name=Herblore +gendustry.honeycomb.herblore.name=Herblore Comb gendustry.bees.species.Sandman=Sandman366 gendustry.bees.species.Herblore=Herblore gendustry.bees.species.Flux=Flux diff --git a/config/ichunutil.cfg b/config/ichunutil.cfg index d615572c..d63dbb9e 100644 --- a/config/ichunutil.cfg +++ b/config/ichunutil.cfg @@ -70,7 +70,7 @@ module { I:versionNotificationTypes=0 # Don't change this. - I:versionSave=26 + I:versionSave=14 } } diff --git a/config/jei/itemBlacklist.cfg b/config/jei/itemBlacklist.cfg index d4e36671..e76c3a1b 100644 --- a/config/jei/itemBlacklist.cfg +++ b/config/jei/itemBlacklist.cfg @@ -813,9 +813,9 @@ advanced { tconstruct:arrow:0:wood,iridium,feather extracells:pattern.fluid:depleted_fuel_hecf_251_fluoride;m=0 tconstruct:longsword:0:steel,steel,steel - aoa3:tipped_holly_arrow openblocks:tank:americium_242; actuallyadditions:item_suction_ring + aoa3:tipped_holly_arrow tconstruct:crossbow:0:chocolate,chocolate,chocolate,string enderio:item_broken_spawner:Mechbot enderio:item_soul_vial:Mechyon diff --git a/config/jei/worldSettings.cfg b/config/jei/worldSettings.cfg index 2b5dae07..9370c62d 100644 --- a/config/jei/worldSettings.cfg +++ b/config/jei/worldSettings.cfg @@ -337,6 +337,16 @@ world-1909883461 { } +world-195753989 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=astral + B:overlayEnabled=true +} + + world-2007616665 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -403,7 +413,10 @@ world-288993849 { world-310143583 { - B:bookmarkOverlayEnabled=false + # Show the list of bookmarks next to open GUIs. + B:bookmarkOverlayEnabled=true + + # Give items instead of showing the recipe. B:cheatItemsEnabled=false # Default item to use to fill up fluids when clicking on a fluid ingredient in the menu, (format: item_name@meta) @@ -411,7 +424,7 @@ world-310143583 { # Hide and unhide ingredients by clicking them in the list. B:editEnabled=false - S:filterText=alpha yet + S:filterText=myth fract # Show the list of ingredients next to open GUIs. B:overlayEnabled=true @@ -549,6 +562,16 @@ world-591715525 { } +world-613050872 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=resonat + B:overlayEnabled=true +} + + world-647993437 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -617,6 +640,16 @@ world-78688046 { } +world-817440514 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=resonat + B:overlayEnabled=true +} + + world-821671022 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=true @@ -667,6 +700,16 @@ world-880714916 { } +world-909709097 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=@astral + B:overlayEnabled=true +} + + world-924193474 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -1502,6 +1545,16 @@ world785103634 { } +world797643361 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=bucke + B:overlayEnabled=true +} + + world801240621 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=true diff --git a/config/modularmachinery/machinery/berserker_forge.json b/config/modularmachinery/machinery/berserker_forge.json index cb069003..f259543d 100644 --- a/config/modularmachinery/machinery/berserker_forge.json +++ b/config/modularmachinery/machinery/berserker_forge.json @@ -1008,7 +1008,7 @@ "y": 0, "z": 0, "elements": [ - "modularmachinery:blockoutputbus@0" + "generalized_output_item" ] }, { diff --git a/config/modularmachinery/machinery/chaotic_condenser.json b/config/modularmachinery/machinery/chaotic_condenser.json index 4b7932e0..ce5a4229 100644 --- a/config/modularmachinery/machinery/chaotic_condenser.json +++ b/config/modularmachinery/machinery/chaotic_condenser.json @@ -4,7 +4,7 @@ "color": "7332c2", "modifiers": [ { - "elements": "contenttweaker:defined_draconium_block", + "elements": "draconicevolution:draconium_block@1", "x": 0, "y": 1, "z": 4, @@ -15,6 +15,58 @@ "operation": 1, "multiplier": 15.0 } + }, + { + "elements": "contenttweaker:defined_draconium_block", + "x": 0, + "y": 1, + "z": 4, + "description": "60X Output", + "modifier": { + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 60.0 + } + }, + { + "elements": "contenttweaker:balanced_draconium_block", + "x": 0, + "y": 1, + "z": 4, + "description": "240X Output", + "modifier": { + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 240.0 + } + }, + { + "elements": "contenttweaker:fractal_draconium_block", + "x": 0, + "y": 1, + "z": 4, + "description": "960X Output", + "modifier": { + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 960.0 + } + }, + { + "elements": "contenttweaker:endlessly_wishing_draconium_block", + "x": 0, + "y": 1, + "z": 4, + "description": "3840X Output", + "modifier": { + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 3840.0 + } } ], diff --git a/config/modularmachinery/machinery/divine_combiner.json b/config/modularmachinery/machinery/divine_combiner.json index 32f14092..352fb009 100644 --- a/config/modularmachinery/machinery/divine_combiner.json +++ b/config/modularmachinery/machinery/divine_combiner.json @@ -192,7 +192,7 @@ "y": 0, "z": 2, "elements": [ - "generalized_input_fluid" + "divine_combiner_io" ] }, { @@ -680,7 +680,7 @@ "y": 0, "z": 2, "elements": [ - "aoa3:dark_bricks@0" + "divine_combiner_io" ] }, { @@ -696,7 +696,7 @@ "y": 0, "z": 1, "elements": [ - "generalized_output_item" + "divine_combiner_io" ] }, { @@ -704,7 +704,7 @@ "y": 0, "z": 0, "elements": [ - "aoa3:dark_bricks@0" + "divine_combiner_io" ] }, { @@ -1048,7 +1048,7 @@ "y": 0, "z": 2, "elements": [ - "aoa3:dark_bricks@0" + "divine_combiner_io" ] }, { @@ -1056,7 +1056,7 @@ "y": 0, "z": 1, "elements": [ - "generalized_input_item" + "divine_combiner_io" ] }, { @@ -1064,7 +1064,7 @@ "y": 0, "z": 0, "elements": [ - "aoa3:dark_bricks@0" + "divine_combiner_io" ] }, { diff --git a/config/modularmachinery/machinery/enchanted_greenhouse.json b/config/modularmachinery/machinery/enchanted_greenhouse.json index f8ecd798..631a8031 100644 --- a/config/modularmachinery/machinery/enchanted_greenhouse.json +++ b/config/modularmachinery/machinery/enchanted_greenhouse.json @@ -2,7 +2,6 @@ "registryname": "enchanted_greenhouse", "localizedname": "Enchanted Greenhouse", "color": "ffffcf", - "has-factory": true, "modifiers": [ { "elements": "contenttweaker:plated_photonium", @@ -16,6 +15,19 @@ "operation": 1, "multiplier": 0.1 } + }, + { + "elements": "contenttweaker:extant_photonium", + "x": 0, + "y": 5, + "z": 3, + "description": "Replace the top block for 100X speed", + "modifier": { + "io": "input", + "target": "modularmachinery:duration", + "operation": 1, + "multiplier": 0.01 + } } ], "parts": [ diff --git a/config/modularmachinery/machinery/illuminated_enchanter.json b/config/modularmachinery/machinery/illuminated_enchanter.json index 0123526e..1a527e53 100644 --- a/config/modularmachinery/machinery/illuminated_enchanter.json +++ b/config/modularmachinery/machinery/illuminated_enchanter.json @@ -2,6 +2,33 @@ "registryname": "illuminated_enchanter", "localizedname": "Illuminated Enchanter", "color": "e8e7e6", + "modifiers": [ + { + "elements": "contenttweaker:sacred_cinders_wood", + "x": 0, + "y": 0, + "z": 3, + "description": "8X procesing", + "modifiers": [{ + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 1 + }, + { + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }] + } + ], "parts": [ { "x": -1, diff --git a/config/modularmachinery/machinery/ligature_of_the_three_oaths.json b/config/modularmachinery/machinery/ligature_of_the_three_oaths.json new file mode 100644 index 00000000..dc2c4edb --- /dev/null +++ b/config/modularmachinery/machinery/ligature_of_the_three_oaths.json @@ -0,0 +1,7358 @@ +{ + "registryname": "ligature_of_the_three_oaths", + "localizedname": "Ligature of the Three Oaths", + "color": "1c1c1c", + "parts": [ + { + "x": -5, + "y": -32, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -17, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -24, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 4, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -23, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -5, + "y": -33, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": -15, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -36, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -22, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 3, + "y": -20, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 1, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -4, + "z": 1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -5, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -16, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 1, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -36, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -3, + "z": 1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -35, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -21, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 1, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -36, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -36, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -34, + "z": -3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -36, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -13, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -23, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 4, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -36, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -35, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -15, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -14, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 5, + "y": -1, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -11, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -1, + "y": -16, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -4, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -13, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -5, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 5, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -36, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -6, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -4, + "y": -8, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -7, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 2, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -23, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -23, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -4, + "y": -1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -17, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -5, + "y": -35, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -16, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -4, + "y": -27, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 4, + "y": -28, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 1, + "y": -22, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -4, + "y": -28, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 5, + "y": -5, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 5, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -27, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 5, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -36, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -29, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -2, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -5, + "z": 1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -21, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -4, + "y": -29, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 5, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -3, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -2, + "y": -15, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -21, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -8, + "z": 0, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -16, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -4, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 2, + "y": -17, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -24, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 5, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -1, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -25, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 5, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -16, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 1, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -35, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -22, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -15, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -23, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -1, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 9, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 4, + "y": -11, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 2, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -13, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -21, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 6, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -34, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -24, + "z": 7, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -5, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -22, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 4, + "y": -13, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -5, + "z": 9, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 1, + "y": -25, + "z": 7, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -23, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 3, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -34, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -35, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -25, + "z": 1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -4, + "z": 10, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -10, + "z": 0, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -3, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -18, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 5, + "y": -32, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 1, + "y": -36, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -36, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -4, + "y": -10, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -10, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -1, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -33, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -2, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -15, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -34, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -1, + "y": -24, + "z": 1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -35, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -2, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -31, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -23, + "z": 1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 2, + "y": -25, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -5, + "y": -31, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 1, + "y": -1, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -33, + "z": 1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 5, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -8, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -29, + "z": 0, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -6, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -35, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -26, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -20, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -5, + "y": -5, + "z": 7, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -7, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -4, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -27, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -6, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -34, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -7, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 5, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -36, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -31, + "z": 1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 1, + "y": -13, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -12, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 2, + "y": -35, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -3, + "z": 7, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -14, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 3, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -5, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -34, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -35, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 1, + "y": -15, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -36, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -2, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -35, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -5, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -10, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 4, + "y": -5, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 5, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -33, + "z": 7, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -36, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -20, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 1, + "y": -22, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -14, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -21, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -4, + "z": -2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -31, + "z": 7, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -2, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -36, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -35, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -21, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 1, + "y": -23, + "z": 7, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -9, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -4, + "y": -35, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -19, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -5, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -20, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -2, + "z": -2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -35, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -8, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 6, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -18, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -19, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 4, + "y": -28, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -10, + "z": 8, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 5, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -34, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -36, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -30, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -35, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -4, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -30, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -36, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -1, + "y": -19, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -2, + "y": -2, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -35, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -8, + "z": 8, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 4, + "y": -7, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -35, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -17, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -2, + "y": -36, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -13, + "z": 7, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -5, + "z": -1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -35, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -36, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -7, + "z": -1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -23, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -5, + "y": -30, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -35, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -24, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -35, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -25, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -5, + "y": -6, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -36, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -36, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -11, + "z": 7, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -36, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -13, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -4, + "y": -35, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -35, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -36, + "z": 0, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -11, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -5, + "y": -4, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -26, + "z": 8, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -12, + "z": 1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 3, + "y": -11, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 3, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -36, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -9, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 6, + "y": -2, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -28, + "z": 0, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 2, + "y": -35, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -27, + "z": 0, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -4, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -15, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -4, + "y": -25, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -14, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -33, + "z": -2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -3, + "y": -35, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -26, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 3, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -19, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -3, + "y": -1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -19, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -3, + "y": -15, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -25, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -34, + "z": -2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -22, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -20, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 6, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -17, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -35, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -21, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -4, + "y": -1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -21, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -1, + "y": -34, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -19, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -4, + "y": -12, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -35, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -36, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": -18, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -31, + "z": -2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -17, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -32, + "z": -2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -36, + "z": 8, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 3, + "y": -17, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -9, + "z": 0, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 3, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 3, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": -2, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -36, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -3, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 6, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -1, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -36, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -15, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -5, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -34, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -7, + "z": 0, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -3, + "y": -22, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 0, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -36, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -27, + "z": 8, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 6, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -36, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -29, + "z": -1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 3, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -11, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -31, + "z": -1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -3, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -19, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -2, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 3, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -6, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -30, + "z": -1, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 2, + "y": -17, + "z": 3, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 0, + "y": -6, + "z": 9, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -35, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -28, + "z": 8, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -5, + "z": -2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 0, + "y": -29, + "z": 8, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": -1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -12, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -29, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -1, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -11, + "z": 0, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -1, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -36, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -19, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 2, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -28, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 3, + "y": -36, + "z": 6, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": -9, + "z": 0, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -6, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -31, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -36, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -17, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -17, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -1, + "y": -36, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -30, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -6, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 10, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -3, + "y": -28, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -18, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -36, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -27, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -14, + "z": 4, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -2, + "z": -3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -36, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -27, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -6, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -28, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 6, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -35, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -26, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -4, + "y": -9, + "z": 5, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -5, + "z": 10, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -3, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -36, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -11, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -36, + "z": 5, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 0, + "y": -34, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -36, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -3, + "y": -25, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -35, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -36, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -15, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -5, + "y": -1, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -35, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 4, + "y": -25, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -4, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 8, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -27, + "z": 0, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -5, + "y": -32, + "z": 1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -35, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -8, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 4, + "y": -24, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -26, + "z": 0, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 2, + "y": -19, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -5, + "y": -4, + "z": 7, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 5, + "y": -6, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -5, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -11, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -23, + "z": 4, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -21, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -9, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -1, + "y": -25, + "z": 0, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 1, + "y": -13, + "z": 1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -3, + "y": -36, + "z": 6, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 2, + "y": -36, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -35, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -36, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -13, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -14, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -5, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -34, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -11, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 4, + "y": -6, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -5, + "y": -2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -33, + "z": 10, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -36, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -19, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -13, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -5, + "y": -5, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 5, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -34, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -9, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 4, + "y": -35, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -32, + "z": 7, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 0, + "y": -34, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -31, + "z": 10, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -6, + "y": -34, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -9, + "z": 8, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 3, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -9, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 1, + "y": -21, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -20, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 0, + "y": -32, + "z": 10, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -3, + "z": -2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -31, + "z": 9, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 0, + "y": -30, + "z": 9, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -1, + "y": -11, + "z": 8, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 4, + "y": -1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": -35, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -36, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -29, + "z": 9, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -4, + "y": -7, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -29, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 2, + "y": -35, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -35, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -35, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -22, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -2, + "y": -36, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -8, + "z": 2, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -35, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -31, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -35, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -31, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -36, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -17, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -9, + "z": 8, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -36, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -29, + "z": 6, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 1, + "y": -35, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -6, + "z": -1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -3, + "y": -35, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -16, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -12, + "z": 7, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -5, + "y": -34, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -36, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -27, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -4, + "y": -34, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -7, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 2, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -18, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -36, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -35, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": -35, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -2, + "y": -17, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -3, + "y": -36, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -18, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -2, + "y": -19, + "z": 3, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -35, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -36, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -29, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -14, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 1, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -5, + "z": 6, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 2, + "y": -35, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -31, + "z": 2, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 4, + "y": -36, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -36, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -34, + "z": 4, + "elements": [ + "minecraft:beacon@0" + ] + }, + { + "x": 2, + "y": -12, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": 4, + "y": -34, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -35, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -35, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -34, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -36, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -35, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -5, + "y": -3, + "z": 1, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -35, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -25, + "z": 8, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 4, + "y": -36, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -36, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -35, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -27, + "z": 8, + "elements": [ + "chisel:emerald@8" + ] + }, + { + "x": 3, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -36, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -19, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 3, + "y": -35, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -11, + "z": 1, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 3, + "y": -10, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -5, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": -34, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": -2, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": -34, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": -14, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + }, + { + "x": -1, + "y": -2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": -1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": -35, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -26, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -25, + "z": 5, + "elements": [ + "chisel:redstone1@8" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -36, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": -2, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": -2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": -36, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": -8, + "z": 7, + "elements": [ + "chisel:diamond@8" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mechanized_coop.json b/config/modularmachinery/machinery/mechanized_coop.json index 3ef9c9fa..b86af8c5 100644 --- a/config/modularmachinery/machinery/mechanized_coop.json +++ b/config/modularmachinery/machinery/mechanized_coop.json @@ -15,6 +15,19 @@ "operation": 1, "multiplier": 10 } + }, + { + "elements": "contenttweaker:everloving_wood", + "x": 0, + "y": 0, + "z": 2, + "description": "100X output", + "modifier": { + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 100 + } } ], "parts": [ diff --git a/config/modularmachinery/machinery/mythic_processor_centrifuge.json b/config/modularmachinery/machinery/mythic_processor_centrifuge.json index ea98c84d..51165abe 100644 --- a/config/modularmachinery/machinery/mythic_processor_centrifuge.json +++ b/config/modularmachinery/machinery/mythic_processor_centrifuge.json @@ -2,6 +2,27 @@ "registryname": "mythic_processor_centrifuge", "localizedname": "Recursive Processor: Centrifuge", "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t4@0", + "x": 0, + "y": 4, + "z": 2, + "description": "16X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 16 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 16 + }] + } + ], "parts": [ { "x": 1, @@ -80,7 +101,7 @@ "y": 4, "z": 4, "elements": [ - "generalized_output_fluid" + "generalized_output_item" ] }, { diff --git a/config/modularmachinery/machinery/mythic_processor_electrolyzer.json b/config/modularmachinery/machinery/mythic_processor_electrolyzer.json index 7a3181bf..547b3e39 100644 --- a/config/modularmachinery/machinery/mythic_processor_electrolyzer.json +++ b/config/modularmachinery/machinery/mythic_processor_electrolyzer.json @@ -2,6 +2,27 @@ "registryname": "mythic_processor_electrolyzer", "localizedname": "Mythic Processor: Electrolyzer", "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t2@0", + "x": 0, + "y": 3, + "z": 1, + "description": "8X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }] + } + ], "parts": [ { "x": -1, diff --git a/config/modularmachinery/machinery/mythic_processor_furnace.json b/config/modularmachinery/machinery/mythic_processor_furnace.json index 5216242a..9148a695 100644 --- a/config/modularmachinery/machinery/mythic_processor_furnace.json +++ b/config/modularmachinery/machinery/mythic_processor_furnace.json @@ -8,18 +8,18 @@ "x": 0, "y": 3, "z": 1, - "description": "16X parallelization", + "description": "64X parallelization", "modifiers": [{ "io": "output", "target": "modularmachinery:item", "operation": 1, - "multiplier": 16 + "multiplier": 64 }, { "io": "input", "target": "modularmachinery:item", "operation": 1, - "multiplier": 16 + "multiplier": 64 }] } ], diff --git a/config/modularmachinery/machinery/mythic_processor_infuser.json b/config/modularmachinery/machinery/mythic_processor_infuser.json new file mode 100644 index 00000000..1ec4c37c --- /dev/null +++ b/config/modularmachinery/machinery/mythic_processor_infuser.json @@ -0,0 +1,1007 @@ +{ + "registryname": "mythic_processor_infuser", + "localizedname": "Recursive Processor: Transposer", + "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t4@0", + "x": 0, + "y": 4, + "z": 2, + "description": "8X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }, + { + "io": "output", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 8 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 8 + }] + } + ], + "parts": [ + { + "x": 1, + "y": 3, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 4, + "z": 0, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 4, + "z": 4, + "elements": [ + "fluid_both_io" + ] + }, + { + "x": -2, + "y": 3, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:mythic_coil_t3@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 1, + "y": 3, + "z": 3, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 3, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 2, + "y": 3, + "z": 2, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 4, + "z": 0, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 1, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 3, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 4, + "z": 4, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 3, + "z": 3, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 2, + "y": 4, + "z": 2, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 1, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 3, + "z": 3, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 0, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 2, + "y": 4, + "z": 0, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 2, + "y": 3, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": -2, + "y": 3, + "z": 2, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 3, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 4, + "z": 1, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 4, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 3, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 2, + "y": 3, + "z": 1, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 0, + "y": 4, + "z": 0, + "elements": [ + "thermalexpansion:machine@8" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 4, + "z": 2, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 4, + "z": 4, + "elements": [ + "fluid_both_io" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "techreborn:machine_casing@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -2, + "y": 2, + "z": 3, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 4, + "elements": [ + "fluid_both_io" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "thermalfoundation:glass@6" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:turbine_frame@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/presbytery_of_the_threefold_love.json b/config/modularmachinery/machinery/presbytery_of_the_threefold_love.json new file mode 100644 index 00000000..61296459 --- /dev/null +++ b/config/modularmachinery/machinery/presbytery_of_the_threefold_love.json @@ -0,0 +1,12046 @@ +{ + "registryname": "presbytery_of_the_threefold_love", + "localizedname": "Presbytery of the Threefold Love", + "color": "ffffff", + "parts": [ + { + "x": 10, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 4, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -6, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 10, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 12, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 6, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 17, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 5, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -6, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -12, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 9, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 10, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 6, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 10, + "z": 6, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -12, + "y": 5, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 6, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -5, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -9, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 3, + "z": 11, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -9, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 0, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 9, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 3, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": -7, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 14, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 10, + "z": 17, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -3, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 4, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 6, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -7, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -1, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -8, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -11, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 3, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 12, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 9, + "y": 10, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 6, + "y": 11, + "z": 8, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 6, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 22, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -6, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 16, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 10, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 19, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 9, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -12, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -9, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -6, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 4, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": 3, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 0, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 2, + "y": 6, + "z": 0, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 2, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 10, + "z": 17, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 8, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 3, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -9, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 10, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": 7, + "y": 10, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 13, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 18, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 9, + "z": 13, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 12, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 10, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 20, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 9, + "z": 14, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -6, + "y": 9, + "z": 8, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -2, + "y": 8, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 10, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 8, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": 4, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 8, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 20, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 6, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 10, + "z": 19, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -9, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": -9, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 20, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -9, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 17, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -3, + "y": 1, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 11, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": 11, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 10, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 14, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": -9, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 8, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": 9, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 12, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 10, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 20, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -8, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 9, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 10, + "z": 18, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 4, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 5, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 9, + "z": 12, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 6, + "z": 13, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -3, + "y": 5, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 9, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -12, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": 10, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -8, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 3, + "y": 8, + "z": 12, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 4, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -8, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 1, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 2, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 10, + "z": 6, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 12, + "z": 8, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -11, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 11, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 10, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 12, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 10, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 19, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -4, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 6, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 12, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 8, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -10, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 21, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 0, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 10, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 11, + "z": 4, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 12, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 7, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 12, + "z": 4, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 8, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 4, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 2, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 12, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 10, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 1, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -2, + "y": 9, + "z": 4, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 1, + "y": 8, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 2, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -4, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 11, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -4, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": 8, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 11, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 5, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -4, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 4, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 7, + "z": 2, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 7, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 15, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 10, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -12, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 5, + "z": 5, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 10, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 17, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -8, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -1, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -7, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 12, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 10, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 22, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -11, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 7, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 8, + "z": 8, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -8, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 4, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -8, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 6, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 22, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -6, + "y": 4, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 6, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -11, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -8, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 9, + "z": 15, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 9, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 7, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -7, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 17, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 10, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 15, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -6, + "y": 6, + "z": 13, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 6, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": -11, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -7, + "y": 9, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 7, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -4, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -2, + "y": 9, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 9, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -6, + "y": 9, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 7, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 9, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -2, + "y": 10, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 14, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -8, + "y": 10, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 15, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -7, + "y": 5, + "z": 12, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 3, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -6, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 7, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -9, + "y": 10, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 3, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -4, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 4, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -12, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -2, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -5, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 5, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 8, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -5, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -8, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 1, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 1, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 8, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 6, + "z": 4, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -2, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -11, + "y": 5, + "z": -1, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -2, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 10, + "z": 16, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -8, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 9, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 10, + "z": 18, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -11, + "y": 4, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -12, + "y": 4, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -3, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 8, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -7, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 10, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 10, + "z": 17, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 18, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 1, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 18, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 1, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -6, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 8, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 18, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -3, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -1, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 9, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 9, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 7, + "z": 18, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -3, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 2, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 6, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 7, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 10, + "z": 4, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 9, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": 8, + "y": 7, + "z": 2, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 7, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": -3, + "y": 1, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 9, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 4, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 10, + "z": 19, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 12, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 10, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 8, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 8, + "y": 5, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": 7, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": -10, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 8, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": -4, + "y": 11, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 8, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 5, + "z": -1, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 7, + "y": 1, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -2, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 10, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 11, + "y": 4, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 8, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": 1, + "y": 3, + "z": 19, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": -4, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 12, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 10, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 8, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 11, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 7, + "y": 4, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 8, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 5, + "z": 12, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 1, + "y": 1, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 7, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 2, + "y": 3, + "z": 15, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -7, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 2, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 10, + "z": 6, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -7, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 3, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -9, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 6, + "z": 21, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 11, + "y": 1, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 8, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 7, + "y": 1, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 0, + "y": 3, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 3, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 10, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 10, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 7, + "y": 11, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 8, + "y": 10, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 22, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 8, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 5, + "z": 22, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 6, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 9, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": -7, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 4, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -2, + "y": 4, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 6, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 5, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 8, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 9, + "z": 15, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 5, + "z": 5, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 11, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 8, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 10, + "z": 15, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 12, + "y": 6, + "z": 0, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -4, + "y": 11, + "z": 8, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 12, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 3, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 7, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 7, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 9, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": 12, + "y": 4, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 11, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 7, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 2, + "y": 11, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -7, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -9, + "y": 10, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -2, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -8, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 12, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 9, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 8, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 8, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 11, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -7, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 9, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 8, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -7, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 22, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 10, + "z": 15, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 11, + "z": 15, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 12, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 10, + "z": 19, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 12, + "z": 12, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 3, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -6, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 10, + "z": 5, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": -7, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 10, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 8, + "y": 10, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 10, + "z": 17, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -1, + "y": 3, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 4, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 9, + "z": 8, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 2, + "z": 21, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 6, + "z": 0, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": 9, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 11, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -8, + "y": 6, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -4, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 11, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 12, + "z": 9, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -12, + "y": 5, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 5, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -10, + "y": 2, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 6, + "z": 4, + "elements": [ + "astralsorcery:blockcelestialcollectorcrystal" + ] + }, + { + "x": -3, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 5, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 4, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 3, + "z": 16, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 9, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 15, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": -1, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 5, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 2, + "z": 15, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 4, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -4, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -8, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 18, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 20, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 10, + "z": 4, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -6, + "y": 11, + "z": 1, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 8, + "y": 3, + "z": 3, + "elements": [ + "astralsorcery:blockmarblestairs@3" + ] + }, + { + "x": 12, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 11, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 11, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 12, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 8, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -12, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 8, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -6, + "y": 3, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -7, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -1, + "y": 10, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": -12, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": 4, + "y": 2, + "z": 16, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 11, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 21, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 11, + "y": 2, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 11, + "y": 2, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 9, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 8, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 11, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -12, + "y": 3, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 1, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 2, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 5, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -3, + "y": 0, + "z": 19, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -5, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockmarblestairs@0" + ] + }, + { + "x": -12, + "y": 4, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -7, + "y": 3, + "z": 1, + "elements": [ + "astralsorcery:blockmarblestairs@2" + ] + }, + { + "x": 3, + "y": 8, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 11, + "z": 4, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 17, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 12, + "z": 10, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 2, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -6, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 5, + "y": 2, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 12, + "z": 2, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 18, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": -5, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 10, + "z": 7, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 3, + "z": 8, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 14, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 13, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 2, + "y": 10, + "z": 16, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 9, + "y": 10, + "z": 3, + "elements": [ + "divinerpg:arcanium_block@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 9, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 11, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -7, + "y": 4, + "z": 12, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 8, + "y": 3, + "z": 4, + "elements": [ + "astralsorcery:blockmarblestairs@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 12, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 10, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/processor_clean_room.json b/config/modularmachinery/machinery/processor_clean_room.json index 7d9fce5a..5781dbf7 100644 --- a/config/modularmachinery/machinery/processor_clean_room.json +++ b/config/modularmachinery/machinery/processor_clean_room.json @@ -8,12 +8,18 @@ "x": 0, "y": 1, "z": 4, - "description": "Multiplies speed by 10", + "description": "10x parallelization", "modifiers": [{ - "io": "input", - "target": "modularmachinery:duration", + "io": "output", + "target": "modularmachinery:item", "operation": 1, - "multiplier": 0.1 + "multiplier": 10 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 10 }] }, { @@ -21,12 +27,37 @@ "x": 0, "y": 1, "z": 4, - "description": "Multiplies speed by 100", + "description": "100x parallelization", "modifiers": [{ - "io": "input", - "target": "modularmachinery:duration", + "io": "output", + "target": "modularmachinery:item", "operation": 1, - "multiplier": 0.01 + "multiplier": 100 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 100 + }] + }, + { + "elements": "contenttweaker:cyclical_fluix_etcher", + "x": 0, + "y": 1, + "z": 4, + "description": "1000x parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 1000 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 1000 }] } ], diff --git a/config/modularmachinery/machinery/sacred_cinders_apiary.json b/config/modularmachinery/machinery/sacred_cinders_apiary.json index 0fb67c83..fbcdcad9 100644 --- a/config/modularmachinery/machinery/sacred_cinders_apiary.json +++ b/config/modularmachinery/machinery/sacred_cinders_apiary.json @@ -2,7 +2,22 @@ "registryname": "sacred_cinders_apiary", "localizedname": "Sacred Cinders Apiary", "color": "232c3b", - "has-factory": true, + "modifiers": [ + { + "elements": "contenttweaker:sacrosanct_cinders_apiary", + "x": 0, + "y": 2, + "z": 2, + "description": "5X output", + "modifiers": [ + { + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 5 + }] + } + ], "parts": [ { "x": 2, diff --git a/config/modularmachinery/machinery/seared_caster.json b/config/modularmachinery/machinery/seared_caster.json new file mode 100644 index 00000000..1402e6ff --- /dev/null +++ b/config/modularmachinery/machinery/seared_caster.json @@ -0,0 +1,708 @@ +{ + "registryname": "seared_caster", + "localizedname": "Seared Caster", + "color": "000000", + "modifiers": [ + { + "elements": "contenttweaker:cursed_myrmitite@0", + "x": 0, + "y": 0, + "z": 1, + "description": "2X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 2 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 2 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 2 + }] + }, + { + "elements": "contenttweaker:rosidian@0", + "x": 0, + "y": 0, + "z": 1, + "description": "4X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 4 + }] + }, + { + "elements": "contenttweaker:lymph_of_pixonia@0", + "x": 0, + "y": 0, + "z": 1, + "description": "8X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 8 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }] + }, + { + "elements": "contenttweaker:runandium@0", + "x": 0, + "y": 0, + "z": 1, + "description": "12X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 12 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 12 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 12 + }] + }, + { + "elements": "contenttweaker:stormlight@0", + "x": 0, + "y": 0, + "z": 1, + "description": "16X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 16 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 16 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 16 + }] + }, + { + "elements": "contenttweaker:ascended_draconic_alloy@0", + "x": 0, + "y": 0, + "z": 1, + "description": "20X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 20 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 20 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 20 + }] + }, + { + "elements": "contenttweaker:oganesson@0", + "x": 0, + "y": 0, + "z": 1, + "description": "24X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 24 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 24 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 24 + }] + }, + { + "elements": "contenttweaker:twilight_fire@0", + "x": 0, + "y": 0, + "z": 1, + "description": "32X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 32 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 32 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 32 + }] + }, + { + "elements": "contenttweaker:shyre_weed_oil@0", + "x": 0, + "y": 0, + "z": 1, + "description": "40X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 40 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 40 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 40 + }] + }, + { + "elements": "contenttweaker:darkstarlight@0", + "x": 0, + "y": 0, + "z": 1, + "description": "48X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 48 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 48 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 48 + }] + }, + { + "elements": "contenttweaker:molten_defined@0", + "x": 0, + "y": 0, + "z": 1, + "description": "64X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 64 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 64 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 64 + }] + }, + { + "elements": "contenttweaker:fractallite_halite@0", + "x": 0, + "y": 0, + "z": 1, + "description": "80X parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 80 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 80 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 80 + }] + } + ], + "parts": [ + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "tconstruct:seared_stairs_brick_small@3" + ] + }, + { + "x": 1, + "y": -2, + "z": 1, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "tconstruct:seared_stairs_brick_small@2" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "tconstruct:seared_stairs_brick_small@7" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "tconstruct:seared_stairs_brick_small@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": 1, + "y": -2, + "z": 0, + "elements": [ + "tconstruct:seared_stairs_brick_small@6" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "tconstruct:seared_stairs_brick_small@7" + ] + }, + { + "x": 1, + "y": 1, + "z": -1, + "elements": [ + "tconstruct:seared_stairs_brick_small@2" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:rhenium_molten@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "tconstruct:seared_stairs_brick_small@6" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "tconstruct:seared_stairs_brick_small@7" + ] + }, + { + "x": -1, + "y": -2, + "z": 1, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "tconstruct:seared_stairs_brick_small@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "tconstruct:seared_stairs_brick_small@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "tconstruct:seared_stairs_brick_small@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "tconstruct:seared_stairs_brick_small@7" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "tconstruct:seared_stairs_brick_small@6" + ] + }, + { + "x": -1, + "y": 1, + "z": -1, + "elements": [ + "tconstruct:seared_stairs_brick_small@2" + ] + }, + { + "x": -1, + "y": -2, + "z": 0, + "elements": [ + "tconstruct:seared_stairs_brick_small@6" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:seared@10" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "tconstruct:seared@10" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/shadow_fracturer.json b/config/modularmachinery/machinery/shadow_fracturer.json index af7bdacd..57524da9 100644 --- a/config/modularmachinery/machinery/shadow_fracturer.json +++ b/config/modularmachinery/machinery/shadow_fracturer.json @@ -27,6 +27,31 @@ "operation": 1, "multiplier": 8 }] + }, + { + "elements": "contenttweaker:void_ichorium_ore", + "x": 0, + "y": 0, + "z": 2, + "description": "64X parallelization, \n87.5% fluid discount", + "modifiers": [{ + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 64 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 1 + }, + { + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 64 + }] } ], "parts": [ diff --git a/config/modularmachinery/machinery/stellar_diviner.json b/config/modularmachinery/machinery/stellar_diviner.json new file mode 100644 index 00000000..c61ec802 --- /dev/null +++ b/config/modularmachinery/machinery/stellar_diviner.json @@ -0,0 +1,1341 @@ +{ + "registryname": "stellar_diviner", + "localizedname": "Stellar Diviner", + "color": "212121", + "modifiers": [ + { + "elements": "divinerpg:eden_block", + "x": 0, + "y": 6, + "z": 4, + "description": "2x parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 2 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 2 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 2 + }] + }, + { + "elements": "divinerpg:wildwood_block", + "x": 0, + "y": 6, + "z": 4, + "description": "4x parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 4 + }] + }, + { + "elements": "divinerpg:apalachia_block", + "x": 0, + "y": 6, + "z": 4, + "description": "8x parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 8 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 8 + }] + }, + { + "elements": "divinerpg:mortum_block", + "x": 0, + "y": 6, + "z": 4, + "description": "16x parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 16 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 16 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 16 + }] + }, + { + "elements": "divinerpg:skythern_block", + "x": 0, + "y": 6, + "z": 4, + "description": "16x parallelization", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 32 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 32 + }, + { + "io": "input", + "target": "modularmachinery:fluid", + "operation": 1, + "multiplier": 32 + }] + } + ], + "parts": [ + { + "x": 0, + "y": 1, + "z": 8, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 4, + "y": 1, + "z": 4, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 5, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 1, + "y": 1, + "z": 7, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -4, + "y": 1, + "z": 4, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 5, + "y": 0, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 5, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 3, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -4, + "y": 1, + "z": 3, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 7, + "z": 4, + "elements": [ + "enderio:block_fluid_stellar_alloy@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 8, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 3, + "y": 1, + "z": 3, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 5, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "aoa3:carved_rune_travel@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 7, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -5, + "y": 0, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -1, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 4, + "elements": [ + "aoa3:carved_rune_travel@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 8, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 6, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 9, + "elements": [ + "aoa3:carved_rune_travel@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 4, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 8, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 6, + "y": 0, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -3, + "y": 2, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -3, + "y": 1, + "z": 3, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 9, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -3, + "y": 3, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 8, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 6, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 2, + "y": 3, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -5, + "y": 1, + "z": 4, + "elements": [ + "aoa3:carved_rune_travel@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 4, + "y": 0, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 8, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 3, + "y": 2, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 5, + "y": 0, + "z": 3, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 2, + "y": 4, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 2, + "y": 0, + "z": 8, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -4, + "y": 0, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 6, + "z": 4, + "elements": [ + "divinerpg:divine_rock@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 9, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 10, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 4, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 5, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 2, + "z": 7, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 7, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": -4, + "y": 1, + "z": 5, + "elements": [ + "aoa3:carved_rune_reality@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 7, + "elements": [ + "enderio:block_alloy_endergy@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "aoa3:ancient_rock@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/variables/casings.var.json b/config/modularmachinery/machinery/variables/casings.var.json index bd9c2b3d..51d7772f 100644 --- a/config/modularmachinery/machinery/variables/casings.var.json +++ b/config/modularmachinery/machinery/variables/casings.var.json @@ -15,6 +15,12 @@ "modularmachinery:blockfluidinputhatch", "generalized_output_fluid" ], + "fluid_both_io": [ + "modularmachinery:blockfluidoutputhatch", + "modularmachinery:blockmefluidoutputbus", + "modularmachinery:blockfluidinputhatch", + "modularmachinery:blockmefluidinputbus" + ], "fluxormanainput": [ "modularmachineryaddons:blockfluxproviderinput", "modularmachinery:blockmanaproviderinput" @@ -103,6 +109,15 @@ "modularmachinery:blockfluidinputhatch@2", "modularmachinery:blockinputbus@0" ], + "divine_combiner_io": [ + "aoa3:dark_bricks", + "modularmachinery:blockfluidinputhatch", + "modularmachinery:blockmefluidinputbus", + "modularmachinery:blockmeitemoutputbus", + "modularmachinery:blockinputbus", + "modularmachinery:blockmeiteminputbus", + "modularmachinery:blockoutputbus" + ], "plasmatic_condenser_io": [ "modularmachinery:blockoutputbus", "modularmachinery:blockinputbus", diff --git a/config/modularmachinery/machinery/vengeance_tesseract.json b/config/modularmachinery/machinery/vengeance_tesseract.json new file mode 100644 index 00000000..59c74338 --- /dev/null +++ b/config/modularmachinery/machinery/vengeance_tesseract.json @@ -0,0 +1,10646 @@ +{ + "registryname": "vengeance_tesseract", + "localizedname": "Vengeance Tesseract", + "color": "cbcca5", + "parts": [ + { + "x": 0, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcontroller@2" + ] + }, + { + "x": 3, + "y": 14, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 6, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 0, + "y": 19, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 14, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 17, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 14, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 16, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 7, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 6, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 5, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 6, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 5, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 5, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 0, + "y": 9, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": 19, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 19, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 16, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 12, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 8, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 6, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": 1, + "y": -1, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 15, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 7, + "y": 7, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 9, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 18, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 18, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 17, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 18, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -4, + "y": 8, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 13, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 8, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 9, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 10, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 11, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 17, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockmanaproviderinput@0" + ] + }, + { + "x": 3, + "y": 12, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 11, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 13, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 10, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@1" + ] + }, + { + "x": 6, + "y": 0, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 12, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 11, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 16, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 14, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 15, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 14, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 19, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 13, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 11, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 11, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 14, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": -1, + "y": -1, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 7, + "y": 10, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 3, + "y": 13, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -4, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 15, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 10, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 15, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 15, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 10, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 8, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 12, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 16, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 13, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 18, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 16, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 7, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 3, + "y": 7, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 13, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 19, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": 6, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 15, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 12, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 17, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 2, + "y": 7, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 15, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 6, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 13, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 3, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 14, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 18, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 10, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 9, + "elements": [ + "modularmachinery:blockmanaproviderinput@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": 3, + "y": 9, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 18, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 9, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -6, + "y": 13, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 8, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 12, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 3, + "y": 0, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 7, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -6, + "y": 12, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 10, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 7, + "y": 14, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 5, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 8, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 13, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 0, + "y": 11, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 11, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 16, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 16, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 16, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 11, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 14, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 7, + "y": 18, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 19, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 18, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 15, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 10, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 17, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 10, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": 7, + "y": 16, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 3, + "y": -1, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": -1, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 14, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 16, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@1" + ] + }, + { + "x": -7, + "y": 14, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 18, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 13, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 9, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 17, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 8, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 15, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 3, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -1, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 12, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 19, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 5, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 7, + "y": 17, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 13, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 18, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 8, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": -1, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -2, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 12, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 10, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 13, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 10, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 12, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": 0, + "y": 17, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -5, + "y": 7, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 19, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 10, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 7, + "y": 11, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 14, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 8, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 12, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 16, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 9, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 14, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -2, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 7, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 11, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 15, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 17, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 17, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 16, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 4, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": -3, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 7, + "y": 14, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 14, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 6, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 16, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 10, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 5, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -3, + "y": 8, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 13, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 19, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 7, + "y": 0, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 18, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": 7, + "y": 12, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:vengeful_steel_molten@0" + ] + }, + { + "x": 0, + "y": 19, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 12, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 4, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": -1, + "y": 5, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 11, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 6, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 7, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 11, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 13, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": 2, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 18, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 13, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 17, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 11, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 10, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 7, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 18, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 2, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 7, + "y": 16, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 5, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 13, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 6, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 19, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 8, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 17, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 7, + "y": 12, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 12, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": 6, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 5, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 6, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@7" + ] + }, + { + "x": 3, + "y": 16, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 16, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 10, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 10, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 8, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 10, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 15, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 9, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 10, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 14, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 15, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 0, + "y": 9, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 14, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -7, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 7, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 8, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 11, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 9, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 19, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 8, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 5, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 15, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@7" + ] + }, + { + "x": 0, + "y": 7, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 15, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 17, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -5, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 9, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 19, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 16, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 18, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -8, + "y": 0, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 4, + "y": 10, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 13, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 0, + "y": 19, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 15, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 16, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 17, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -2, + "y": 9, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 5, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 15, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 18, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -2, + "y": 15, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 16, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 12, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 11, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 1, + "elements": [ + "contenttweaker:vengeful_asgardian_crystal@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@0" + ] + }, + { + "x": 4, + "y": 14, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@7" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": 11, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 15, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 13, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 9, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 11, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -5, + "y": 14, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 10, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 4, + "y": 12, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 10, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 19, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 9, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 13, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 13, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 13, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 15, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 18, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 19, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 17, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 14, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 12, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 2, + "y": 5, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": 9, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 14, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 10, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 15, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 8, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": -2, + "y": 11, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 11, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 18, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 12, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -5, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 12, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 11, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -8, + "y": 8, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 10, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 16, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 13, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 7, + "y": 6, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": -5, + "y": 13, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 9, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 19, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 14, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 12, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 16, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 16, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 17, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -5, + "y": 14, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 15, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 6, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 13, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 11, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 14, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 18, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 15, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 12, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 14, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 15, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 15, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 9, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 7, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -2, + "y": 17, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 15, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 6, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 13, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 1, + "y": 14, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 14, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 12, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 16, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 5, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 8, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 13, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 15, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 7, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 12, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 4, + "y": 6, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 10, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 11, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 15, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": -1, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": 9, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 10, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 18, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -6, + "y": 5, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 14, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 16, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -7, + "y": 10, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 12, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 9, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -6, + "y": 11, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 9, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 10, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 5, + "y": 0, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": 8, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 6, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 10, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 17, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 8, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 14, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 7, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 12, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 7, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 15, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 18, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -6, + "y": 8, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 10, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -6, + "y": 9, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 10, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 6, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 8, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 6, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 5, + "y": 6, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 9, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 16, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 0, + "y": -1, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -6, + "y": 12, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 7, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": 3, + "y": 15, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 15, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 9, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 10, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 16, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 14, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 14, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 13, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 13, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 7, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 8, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 0, + "y": 14, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 14, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 0, + "y": 0, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 5, + "y": 12, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 11, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 9, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 2, + "y": -1, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -3, + "y": 13, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 1, + "y": 8, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 16, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 11, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 9, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 5, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 15, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 10, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 19, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 14, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 9, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 1, + "y": -1, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 3, + "y": 11, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 5, + "y": 10, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 8, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 17, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": 6, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -6, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 18, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": 9, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 17, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 9, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": -1, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -2, + "y": 6, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 13, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 0, + "y": 9, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": 18, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "generalized_output_fluid" + ] + }, + { + "x": 6, + "y": 5, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 0, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -3, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 15, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 8, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 14, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 8, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 11, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 7, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 19, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 3, + "y": 7, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 12, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 13, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 13, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 5, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -6, + "y": 13, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 14, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 13, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 9, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 14, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 11, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 9, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 12, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": 7, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 5, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 3, + "y": 9, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 7, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:vengeful_steel_molten@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 15, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 10, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 13, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 11, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 14, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -1, + "y": 11, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 17, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 7, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 12, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 10, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 16, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 12, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 16, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 16, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 8, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 6, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 17, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 9, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 9, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 17, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 18, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 14, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -7, + "y": 5, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -2, + "y": 0, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": 19, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 5, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 18, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@7" + ] + }, + { + "x": 5, + "y": 13, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 5, + "y": 19, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@7" + ] + }, + { + "x": 1, + "y": 5, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 12, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 14, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 10, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 0, + "y": 5, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 15, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 11, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 5, + "y": 19, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 5, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -7, + "y": 17, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -7, + "y": 7, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 8, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 9, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 18, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": 12, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 10, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -7, + "y": 18, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 8, + "y": 19, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -6, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -7, + "y": 15, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 13, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 11, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 10, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 18, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 17, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 6, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 5, + "y": 8, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 8, + "y": 5, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -7, + "y": 11, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 15, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 14, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": 16, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 17, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 8, + "y": 7, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 5, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 12, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 5, + "y": 16, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 15, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 3, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 0, + "y": 10, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -7, + "y": 7, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 8, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 0, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 7, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -5, + "y": 0, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 9, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -7, + "y": 17, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -7, + "y": 16, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 16, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 9, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 6, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 12, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 16, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 5, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 19, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -8, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": 5, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -2, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 17, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 2, + "y": 11, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 5, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -5, + "y": 10, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 5, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 10, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 15, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 11, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 18, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": 13, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 13, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": 12, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 13, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 14, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 5, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -2, + "y": 9, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 8, + "y": 12, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 9, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 15, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 13, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 11, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 14, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 16, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 15, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -6, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -4, + "y": 11, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 15, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": 14, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 5, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 16, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 5, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -5, + "y": 6, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -5, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -3, + "y": 7, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 14, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": -6, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": 5, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 17, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": 10, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": -1, + "y": 5, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 18, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 13, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 8, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 10, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 5, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 19, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 12, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 15, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 9, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 14, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 19, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 10, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -3, + "y": 17, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -4, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 6, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 15, + "z": -1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 9, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 12, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 5, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 15, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 9, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 2, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -3, + "y": 15, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 9, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 11, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 11, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 11, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -2, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 15, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 19, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 8, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 19, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 13, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 7, + "y": 7, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 10, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 9, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 19, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -6, + "y": 7, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -2, + "y": 15, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 15, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 7, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -5, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -2, + "y": 18, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 14, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 16, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 7, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 9, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 3, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -2, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 16, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 14, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 14, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 17, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -6, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -1, + "y": 5, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 11, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 0, + "y": 18, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 7, + "y": 13, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 12, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -8, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockmanaproviderinput@0" + ] + }, + { + "x": 0, + "y": 19, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 19, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -3, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 0, + "y": -1, + "z": -7, + "elements": [ + "modularmachinery:blockmanaproviderinput@0" + ] + }, + { + "x": 7, + "y": 17, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 10, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@7" + ] + }, + { + "x": -5, + "y": 15, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 2, + "y": 10, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 11, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": 9, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": 0, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 19, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 18, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 13, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -5, + "y": 11, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -5, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 8, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 11, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 10, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 11, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 9, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 12, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 15, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -2, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 4, + "y": 12, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 9, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 14, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 9, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 10, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 5, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 5, + "y": 5, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 3, + "y": 13, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 4, + "y": 11, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 10, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 6, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 15, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 3, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -8, + "y": 7, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 13, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 15, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 5, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 5, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 9, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 14, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": 14, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": -4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 7, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 7, + "y": 7, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 10, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 11, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 8, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -5, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 8, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 11, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 16, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 7, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 5, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -5, + "y": 13, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -3, + "y": 19, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 17, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -8, + "y": 17, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 7, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -6, + "y": 6, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:vengeful_crystal_cluster@0" + ] + }, + { + "x": 4, + "y": 17, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 13, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 12, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 11, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 3, + "y": 9, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@7" + ] + }, + { + "x": 1, + "y": 15, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": -3, + "y": 5, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 4, + "y": 19, + "z": -3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 5, + "y": 14, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 10, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -6, + "elements": [ + "contenttweaker:vengeful_steel_molten@0" + ] + }, + { + "x": -7, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 11, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 12, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@3" + ] + }, + { + "x": 5, + "y": 11, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -2, + "y": 18, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 13, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -8, + "y": 19, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": 9, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 18, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": 12, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 9, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 17, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 14, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 11, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 10, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 13, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 12, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": -5, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 2, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -6, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 1, + "y": 9, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 15, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 2, + "y": 13, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 18, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 12, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 17, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 16, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 13, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 11, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 7, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 15, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -7, + "y": 11, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": -6, + "y": 10, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 19, + "z": 5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 13, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 2, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 14, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 17, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 8, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 11, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 8, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 14, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 16, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 9, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 7, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": 16, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": 15, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 15, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 13, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 9, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 9, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 8, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": 5, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachineryaddons:blockbiomeproviderinput@0" + ] + }, + { + "x": 0, + "y": 7, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": 2, + "y": 14, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 11, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 19, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 13, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 15, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": -3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 15, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -8, + "y": 15, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 6, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 6, + "y": 17, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@7" + ] + }, + { + "x": 0, + "y": 9, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 15, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -4, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -2, + "y": 14, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 13, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 7, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 0, + "y": 6, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 16, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": 6, + "y": 18, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 6, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 0, + "z": -6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": 1, + "y": -1, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@6" + ] + }, + { + "x": -3, + "y": 19, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 19, + "z": 3, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 5, + "y": 5, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 1, + "y": 13, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 15, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 8, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 5, + "z": 4, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 13, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 17, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@2" + ] + }, + { + "x": 5, + "y": 9, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 6, + "z": -6, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 5, + "y": 8, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 15, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -4, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 6, + "y": 12, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 19, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -2, + "y": 10, + "z": -1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 11, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 10, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 1, + "y": 19, + "z": -5, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 15, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + }, + { + "x": 4, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -5, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -3, + "y": 12, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -7, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": -1, + "z": -2, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 1, + "y": 7, + "z": 8, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 7, + "z": 4, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:vengeful_steel_molten@5" + ] + }, + { + "x": -7, + "y": 7, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 6, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 6, + "y": 15, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 19, + "z": 1, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 19, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": -1, + "y": -1, + "z": -7, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick_botania_livingrock_1@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:vengeful_steel_molten@1" + ] + }, + { + "x": 1, + "y": 5, + "z": 8, + "elements": [ + "unlimitedchiselworks:chisel_stonebrick2_botania_livingrock_1@1" + ] + }, + { + "x": 6, + "y": 14, + "z": 3, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 3, + "y": 10, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -6, + "y": 5, + "z": 0, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -1, + "y": 13, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 5, + "y": 9, + "z": -2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "unlimitedchiselworks:chisel_planks_oak_botania_dreamwood_1@7" + ] + }, + { + "x": -3, + "y": 14, + "z": 2, + "elements": [ + "botania:elfglass@0" + ] + }, + { + "x": -5, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:vengeful_steel_molten@4" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/warren_extractor_botania.json b/config/modularmachinery/machinery/warren_extractor_botania.json new file mode 100644 index 00000000..67203b84 --- /dev/null +++ b/config/modularmachinery/machinery/warren_extractor_botania.json @@ -0,0 +1,990 @@ +{ + "registryname": "warren_extractor_botania", + "localizedname": "Warren Extractor: Botanic", + "color": "7d807e", + "parts": [ + { + "x": 1, + "y": 5, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 1, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 5, + "z": 5, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 6, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 6, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 4, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 6, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 7, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 7, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 7, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 5, + "z": 0, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:hyperuranion_actualizer_botania@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockmeitemoutputbus@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 6, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 4, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 3, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 3, + "y": 5, + "z": 2, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -2, + "y": 5, + "z": 1, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -2, + "y": 5, + "z": 2, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 6, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 5, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 4, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 7, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 5, + "z": 0, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 4, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 4, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 3, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 2, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 4, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 6, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 4, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 5, + "z": 4, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 5, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 7, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 5, + "z": 1, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 2, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 6, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 6, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 6, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 6, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 1, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 0, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 5, + "z": 6, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 5, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 5, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 3, + "y": 3, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/warren_extractor_self.json b/config/modularmachinery/machinery/warren_extractor_self.json new file mode 100644 index 00000000..287c898c --- /dev/null +++ b/config/modularmachinery/machinery/warren_extractor_self.json @@ -0,0 +1,990 @@ +{ + "registryname": "warren_extractor_self", + "localizedname": "Warren Extractor: Self Actualizing", + "color": "7d807e", + "parts": [ + { + "x": 1, + "y": 5, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 1, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 5, + "z": 5, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 6, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 6, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 4, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 6, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 7, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 7, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 7, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 5, + "z": 0, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:hyperuranion_self_actualizer@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockmeitemoutputbus@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 6, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 4, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 3, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 3, + "y": 5, + "z": 2, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -2, + "y": 5, + "z": 1, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -2, + "y": 5, + "z": 2, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 6, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 5, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 4, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 7, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 5, + "z": 0, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 4, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 4, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 3, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 2, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 4, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 6, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 4, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 5, + "z": 4, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 5, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 7, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 5, + "z": 1, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 2, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 6, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 6, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 6, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 6, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 1, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 0, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:actualizing_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 6, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:heat_exchanger_frame@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 5, + "z": 6, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 5, + "elements": [ + "glassential:glass_ghostly@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 5, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 3, + "y": 3, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + } + ]} \ No newline at end of file diff --git a/config/ocgendustry.cfg b/config/ocgendustry.cfg new file mode 100644 index 00000000..54a4e4a6 --- /dev/null +++ b/config/ocgendustry.cfg @@ -0,0 +1,68 @@ +# Configuration file + +########################################################################################################## +# advanced mutatron +#--------------------------------------------------------------------------------------------------------# +# Advanced Mutatron driver defaults. +########################################################################################################## + +"advanced mutatron" { + # Default per-device eventsEnabled state for newly created Adv Mutatron components. [default: true] + B:defaultEventsEnabled=true + + # Time between checks for OC signals (in ticks). Lower = more responsive, higher = less overhead. [range: 1 ~ 40, default: 2] + I:signalIntervalTicks=2 + + # Time between checks for blocking wait steps (in seconds). [range: 0.05 ~ 5.0, default: 0.2] + S:waitStepSeconds=0.2 +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings for The Apiarist Terminal. +########################################################################################################## + +general { + # Enable OpenComputers event emissions (started/finished/output). Disable to disable ticking. [default: true] + B:enableEvents=true +} + + +########################################################################################################## +# industrial apiary +#--------------------------------------------------------------------------------------------------------# +# Industrial Apiary driver defaults. +########################################################################################################## + +"industrial apiary" { + # Default per-device eventsEnabled state for newly created Industrial Apiary components. [default: true] + B:defaultEventsEnabled=true + + # Time between checks for OC signals (in ticks). Lower = more responsive, higher = less overhead. [range: 1 ~ 40, default: 2] + I:signalIntervalTicks=2 + + # Time between checks for blocking wait steps (in seconds). [range: 0.05 ~ 5.0, default: 0.2] + S:waitStepSeconds=0.2 +} + + +########################################################################################################## +# integration test +#--------------------------------------------------------------------------------------------------------# +# In-game integration test harness (creative only; keep disabled on normal worlds). +########################################################################################################## + +"integration test" { + # Allow the harness to place blocks/items in a small test area (creative recommended). [default: false] + B:allowAutoPlacement=false + + # Enable a gated test command for running integration checks in-game. [default: false] + B:enable=false + + # Radius around the player to search for test targets (e.g., Mutatron). [range: 4 ~ 64, default: 16] + I:searchRadius=16 +} + + diff --git a/config/peteams-early.properties b/config/peteams-early.properties new file mode 100644 index 00000000..9ae803cb --- /dev/null +++ b/config/peteams-early.properties @@ -0,0 +1,4 @@ +# PETeams Early Config Properties +# Caches the result of FTB Lib's team UID getter. +# This has a pretty big impact, so do not turn it off unless it causes compatibility issues +memoizeFtbLibTeamUIDGetter=true 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/soulshardsrespawn/soulshardsrespawn.cfg b/config/soulshardsrespawn/soulshardsrespawn.cfg index fab667ee..f6577cbd 100644 --- a/config/soulshardsrespawn/soulshardsrespawn.cfg +++ b/config/soulshardsrespawn/soulshardsrespawn.cfg @@ -2990,6 +2990,9 @@ entity_list { # Allows the gathering and spawning of mod_lavacow.ghostray [default: true] B:"mod_lavacow:ghostray"=true + # Allows the gathering and spawning of mod_lavacow.ghoul [default: true] + B:"mod_lavacow:ghoul"=true + # Allows the gathering and spawning of mod_lavacow.grave_robber [default: true] B:"mod_lavacow:grave_robber"=true diff --git a/config/spellarchives-client.cfg b/config/spellarchives-client.cfg new file mode 100644 index 00000000..6ab629c2 --- /dev/null +++ b/config/spellarchives-client.cfg @@ -0,0 +1,124 @@ +# Configuration file + +gui { + # Fraction of screen width used by the archive window (0 - 100%). + D:WIDTH_RATIO=50.0 + + # Automatically adapts the right panel width ratio to the right size for viewing. + D:HEIGHT_RATIO=75.0 + + # config.spellarchives.easy_layout_enabled_desc + B:EASY_LAYOUT_ENABLED=true + + # Minimum width of the archive window in pixels. + I:MIN_WIDTH=220 + + # Minimum height of the archive window in pixels. + I:MIN_HEIGHT=180 + + # Outer margin around the archive window (pixels). + I:MARGIN=10 + + # Rounded corner radius of the main window background (pixels). + I:PANEL_RADIUS=6 + + # Minimum width of the right details panel (pixels). + I:RIGHT_PANEL_MIN_WIDTH=120 + + # Fraction of the window width dedicated to the right details panel (0 - 100%). + D:RIGHT_PANEL_RATIO=38.0 + + # Rounded corner radius of the right panel background (pixels). + I:RIGHT_PANEL_RADIUS=4 + + # Inner padding between left panel edge and the content grid (pixels). + I:GRID_INNER_PADDING=8 + + # Reserved height at the bottom for navigation controls (pixels). + I:BOTTOM_BAR_HEIGHT=28 + + # Extra bottom padding inside the left panel under the grid (pixels). + I:LEFT_PANEL_BOTTOM_PAD=12 + + # Width in pixels of a single book spine cell on the left panel. + I:CELL_W=10 + + # Height in pixels of a single book spine cell on the left panel. + I:CELL_H=18 + + # Vertical gap in pixels between rows of spines. + I:ROW_GAP=3 + + # Enable curved brightness effect on book spines. + B:SPINE_ENABLE_CURVATURE=true + + # Enable a slight asymmetric tilt on spines for variety. + B:SPINE_ENABLE_TILT=true + + # Add subtle per-pixel noise to spine textures. + B:SPINE_ENABLE_NOISE=true + + # Enable thin decorative horizontal bands on spines. + B:SPINE_ENABLE_BANDS=true + + # Embed the element icon into the book spine. + B:SPINE_EMBED_ICON=true + + # config.spellarchives.screen_darken_desc + D:SCREEN_DARKEN_FACTOR=55.0 + + # Left panel (main window) fill color (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0xFFE5E5E5 + S:LEFT_PANEL_FILL=0xFF8B5A2B + + # Left panel (main window) border color (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0xFFB0B0B0 + S:LEFT_PANEL_BORDER=0xFF6F4520 + + # Right details panel background fill color (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0xFF000000 + S:RIGHT_PANEL_FILL=0xFF000000 + + # Right panel border color (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0xFF111111 + S:RIGHT_PANEL_BORDER=0xFF111111 + + # Secondary/detail text color in the right panel (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0xFFAAAAAA + S:DETAIL_TEXT=0xFFAAAAAA + + # Hover outline color drawn around spines (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0x90FFFFFF + S:HOVER_BORDER=0x90FFFFFF + + # Base fill color for shelf grooves (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0xFF9A9A9A + S:GROOVE_BASE=0xFF6B3F1F + + # Top highlight color for shelf grooves (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0xFFFFFFFF + S:GROOVE_HL=0xFFD9B38C + + # Bottom shadow color for shelf grooves (hex). Accepts 0xAARRGGBB or #RRGGBB/#AARRGGBB. Example: 0xFF6E6E6E + S:GROOVE_SH=0xFF4A2A14 + + # Strength of the vertical gradient applied to themed panel backgrounds (0 - 100%). + D:PANEL_GRADIENT=60.0 + + # Strength of subtle inner/outer shadow applied to themed panels (0 - 100%). + D:OUTER_SHADOW_STRENGTH=40.0 + + # Size of the prev/next navigation buttons (pixels). + I:NAV_BUTTON_SIZE=20 + + # Additional vertical offset for the navigation buttons row relative to grid end (pixels; negative moves up). + I:ARROWS_Y_OFFSET=6 + + # Thickness in pixels of each decorative band drawn on the spine. + I:SPINE_BAND_THICKNESS=2 + + # Gap in pixels between the two decorative bands on the spine. + I:SPINE_BAND_GAP=1 + + # Space in pixels from the top of the available spine area to the first band. + I:SPINE_BAND_TOP_SPACE=1 + + # Maximum visual size in pixels of the identification scroll reserve slot in the bottom bar. + I:SCROLL_SLOT_MAX_SIZE=20 + I:DEFAULT_GUI_HEIGHT=220 + I:DEFAULT_GUI_WIDTH=248 +} + + diff --git a/config/spellarchives.cfg b/config/spellarchives.cfg new file mode 100644 index 00000000..53d11df2 --- /dev/null +++ b/config/spellarchives.cfg @@ -0,0 +1,14 @@ +# Configuration file + +gameplay { + # Enable auto-pickup + B:auto_pickup_enabled=true + + # Enable identification scroll reserve + B:scroll_reserve_enabled=true + + # Scroll reserve capacity + I:scroll_reserve_max=2048 +} + + diff --git a/config/splash.properties b/config/splash.properties index d417d4cd..f0c398d3 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Wed Nov 26 10:10:51 CST 2025 +#Wed Jan 14 15:50:31 CST 2026 background=0xBFBFBF memoryGood=0x00091A font=0x960826 diff --git a/config/startuptimer/startup_times.json b/config/startuptimer/startup_times.json index cf08bd65..5b06abdd 100644 --- a/config/startuptimer/startup_times.json +++ b/config/startuptimer/startup_times.json @@ -1,7 +1,7 @@ { "times": [ - 564310, - 569067, - 847536 + 297991, + 318512, + 305150 ] } \ No newline at end of file diff --git a/config/superfactorymanager.cfg b/config/superfactorymanager.cfg new file mode 100644 index 00000000..ff33d7b3 --- /dev/null +++ b/config/superfactorymanager.cfg @@ -0,0 +1,62 @@ +# Configuration file + +general { + + ########################################################################################################## + # client + #--------------------------------------------------------------------------------------------------------# + # Client-side settings + ########################################################################################################## + + client { + # Controls the level of intellisense in the text editor + # Valid values: + # OFF + # BASIC + # ADVANCED + S:intellisenseLevel=ADVANCED + S:preferredEditor=sfm:v2 + + # Show the label gun reminder overlay + B:showLabelGunReminderOverlay=true + + # Show line numbers in the text editor + B:showLineNumbers=true + B:showNetworkToolReminderOverlay=true + } + + ########################################################################################################## + # server + #--------------------------------------------------------------------------------------------------------# + # Server-side settings + ########################################################################################################## + + server { + # Prevents factory managers from compiling and running code (for emergencies) + B:disableProgramExecution=false + + # What resource types should SFM not be allowed to move + S:disallowedResourceTypesForTransfer < + > + + # Log resource loss to console + B:logResourceLossToConsole=true + I:maxDiskProblems=10 + + # The number of scenarios to check is 2^n where n is the number of if statements in a trigger + # Min: 0 + # Max: 2147483647 + I:maxIfStatementsInTriggerBeforeSimulationIsntAllowed=10 + + # Min: 1 + # Max: 2147483647 + I:timerTriggerMinimumIntervalInTicks=20 + + # Min: 1 + # Max: 2147483647 + I:timerTriggerMinimumIntervalInTicksWhenOnlyForgeEnergyIO=1 + } + +} + + diff --git a/config/supermobtracker.cfg b/config/supermobtracker.cfg new file mode 100644 index 00000000..ae0ed2f7 --- /dev/null +++ b/config/supermobtracker.cfg @@ -0,0 +1,57 @@ +# Configuration file + +client { + # Range in blocks to detect tracked mobs for glowing effect. + D:detectionRange=100.0 + + # Number of simulated kills for calculating drop rates. + I:dropSimulationCount=10000 + + # Enable tracking of mobs (requires Minecraft restart). + B:enableTracking=true + + # Last filter text in the mob tracker GUI. + S:filterText=zomb + + # Whether to show the tracking overlay on screen. + B:hudEnabled=true + + # Spacing between lines in the tracking overlay. + I:hudLineSpacing=2 + + # Padding from screen edge for the tracking overlay. + I:hudPaddingExternal=4 + + # Padding inside the tracking overlay box. + I:hudPaddingInternal=2 + + # Position of the tracking overlay on screen. + S:hudPosition=TOP_LEFT + + # Use localized names in the tracker GUI. + B:i18nNames=true + + # Last selected entity in the mob tracker GUI. + S:lastSelectedEntity=minecraft:zombie + + # List of entity IDs that are blacklisted from tracking. + S:mobBlacklist < + > + + # List of entity IDs that are whitelisted for tracking (takes precedence over blacklist). + S:mobWhitelist < + > + + # Maximum retries for spawn condition checks. Higher values handle random spawn conditions better but increase analysis time. + I:spawnCheckRetries=100 + S:trackedEntityIds < + > + + # Entity IDs that corrupt global state during drop simulation and should be excluded from simulation. They can be identified by severe performance degradation for every entity after simulating their drops. + S:unstableSimulationEntities < + minecraft:ender_dragon + draconicevolution:chaosguardian + > +} + + diff --git a/config/tconstruct_oredictcache.dat b/config/tconstruct_oredictcache.dat index 5ae16bc8e203db805d473c15b778757ba05d6095..9caea4140451848dc9a28c64228f8e26f02f65ff 100644 GIT binary patch delta 270 zcmeyqly&kl)(x>0lLZ6?Ca;|#IJvcA8=U>KLVI&x<#MLU;kBC656Ci#Px2F-9IGt= z;!k$?4CbEx58@_HHmyn6yrZ^c%Jiv1j7igVg%~rY#|bkEY-bZ@l;WFyPm%HXbOlAm zebZ}I8O*i#7fT3EhsHXEh=VU$uCGPoc_?8@jVx3K~a8IYH~?x z#rE?)jBgo5go{fHQj5|OlS}f8DsvO_64O(QrtkJ+JjllnmdVXeDk(}#&febV&zQ*! E0BCt0ljr{ypPXB997+pr4z0YzG})^*Ve-ow&B^sT;*GeX4nbYNj7?ZZY6k^omn|@P~ao=Oj_h z0|NsFE(U|ifhFpb>lveTnX^+X8H8LbN{SMbOY)0+6DwTvQj5|nk#!kDb?HxDs4PGE zD^vR9d}cXhYuUl(8W>DwVp^>NHjzKPC^auRLm?=&ur#wMH3i8ymXe~<$vwB%FnI##SrMXUtB?XDe+0Ge>Md_)NKXQpo zR^*;P`2x3!0FuFAKTP(tSDGxwQ#yGzk2H1P~ee3d6b5o`fhK~7>`wsU@I9M@yYI754KBX1SNOunSV;>={f%=Cwo`2K9U%!GcnpFq z5uQI;QA7bnCnVAxMRrW)6jk9z3KLMQP4=sCo}4e5Jo%xh07L#3Zi|B>7_orJ>p6Kxf;@eo}0c^X79+e$S~g`KP4L zgYxs$LW9PGQ%)#H5^5xBQ~i;*z3Dx6;&{VszJnqiSxn z`sCCQ!^ut3x|8=w%VUJiUFmp8Mqw*TOvx-oHiXHZyI7C}lUB-7YH zxy8U>@?7P{$%ZPD;z&}k8iIj~!G7|@T+zwNDs7V|+DT0oP-RCcN=+w=t7gc9UCx8# z@<=4J7|kauT1rgbrrJ2!Lro5)%mC*)1}+9eaJp|$%bWaHO&lW?#jzMqc2|#@yg^+G zMb6aFX!0rbepRsTd?}g5phO##nw(jXik#9|ArW7v(KcB~Qv$s>F$j^E?4;Q-`GKai z6q2L4j0{c8O)QMfOw1X$7-S|tlop*VqLnWTwu?O#oIlWO$<)b#8B&vXX-%0Nt*wF* zN+y%*wc8;PBAl30nwy!IS(@uolwaVSk(if^oZOiW^h_t~=`@OfEn+}&5tFgOhq7xcuDlM^c>OFY+mrwukxusAh2KQAS*sM0+(7vy;4Kn4|)pc2e=vf&Kz z$vGLSlWh#rCT})S#2ViglMQDmOwKmyhQysfA*dZtnv1PY0yU8)Pn;+{d68i=q!!^$ zNlhs&$jMAjM5(+W(agZb0IPrsC+8bVpwzLTAT5|ah3;vmf(-hk5F0&Gn_ z7LfAEik7P<-?BulFbxeR8(Qq1{KrC704XhjV{7sxt2vYHtWokCNMdqhoa$r|Nu$YI zZ55#QdZvJzSs2b_u`skW+8kL_0;4ENo4aeZauQ z5Ik9qRc5k=B@Pu^&vGC9BjTG~rb4sej=gEtgFA(1+Hy;F-E*lk>( zpmz;*&M!u8h%p%%Ob&FOJNcip9E!_~3`{I07jQ{WHh0OGyxBzxITdn1N?ij3a7)G} zQ)%)BSN_Rjt|gOaxuQmr87KklcU=ytW@IM6b(O=YjX(`q0Xwko)Re03QB08N(jUle4^}g^=Qn$q=LzR=A5!7ONHjH$_gW@lWR%?`!xBPcN}_S0<*>gSGER|3%EolH~3^h)C=a9r4}XU zmZE|zM|5kO5e=9z|utYev2WvP5;^DrwBIscZ)>;1)0DiFiT;;I^x-}*aXR<#jG0nTVN z*}q0=^7(cpc+qw!Kxy*V03~qICLXwA^7%li$&zgHldF9AC$k5|Kh2C9psC(jMzKy9e$hu1@*gdZHSxO$`)!aKCUF(>StnpaYknO2$(>b~Nz zdU8|5jL9027zOdf7KzF6kyVplMWS?>A)QKa*I}Wu_+OaFHi-F@h3lAVDF%08$8ZgZew*u@6swB?kgJcs>**dv3PIR(PN*rXggBLnRfl+xv2PxL2OqlGQDuv=?!^x?s zQy`9#p4^ZsD+G^3n5E#}|HKO{lReWCAYBci%%c1}=ZwV6yyC=i%?wp< zHuUB$(*kFD{(_?Xl+xr>PiLdxKv}*)SMhh?+PgZKQOA0ZWELx^D*|$svy)Or;)nxrIuu*7GbTjK;`%E^3ut56%r`bmYE3y7Xv6= zicj8HkvUnnQU|JTdsfby{Jl~ETM^4)aD+jrKwW80W$o<2Pupd zigWX`GxO4sVjG^^H7A2IwrE}S)gI&`M zz@@6VTTW?aN>D1KCl8*=Ko1UPBU3X5E(V9m6PXPrd-VuRKHeQa*`h}Y*)MEHW=4i4 zCg8HOsHX*1);07H2v_k)KDKxxPxTnV=ICr$p-FE4?VRXD)jg-qW-$_CI-z1@UFL$L3~ zauN&jON#RIGL!v_l6(^@FlubX5dP!~6Q)4|U&PbdD5NMcuQ)BgC^xmJIJl%T2YK`e zoIfW|nAj%>wuCz~*(koCC_gPTCv~#SBngm%Wx+#P36ne_^*={iX>n>vW-hWR%q9i~ z;32zvlNu-IPex7lAa70nI74M}wh{m2jwuzB1*VFilqDtxmS&TCCr_JfGDQ(t0^&Bm zddbN)Qwt{VpDK+~NP>(76+-)GicL0Pm6~iiU2^i?X*rYMScp#6n=S`(xdu3j1RD4! zGxr%zHkzh1Icb^@dQSW2AvHOF3fJVo8I6!`2oHF+152g`4VFU2p&F)lLDcdmrj&uk z)pL}^%{$&5zn4`7kU_aH* zu7IRl(aF8D#j&*5t-#983Mov!HwQGLuQR!Kj@IPkb7YYN7%~V1YGMDG69;K!KERLPCc-H7~`# zC^fhwKMy&Dfztx0ny>)psbg7Uldmrbn{2mG2GqEOW>n6}QVY^2_bou3yEB}uH-E?x^fiKRIu49up6MiaZGSs1t&)Fv-f7N2+_P75x{YGPnuV8Fq^ zoSj<9z@J%^pXXAPnUmw3kywz{Q|Hd7-lWWL2hgLAY`3U>6t| zOzvV*nB2>}mjlN+vw(P;7-Hc3zbs7^k}BtH2qTQkUklS|q8A%YJDMJBIdk5Pu} zU^O%|v^0VS3y))Jaj9=&g=bztY02bzZRyEw90h7{wTv)z!o~S1i8+}islJI7fu)Ig zC7C6alMi-DO#Z@A#}8M|3iiO{0#5nK3pf{Gh}&@~PA=eT7J{qiFf;@C*1%x$M=qJk zirn+TPCv>mKiSh>X|fnk>E!-tqLU}^h(Ww^PF;HPRh|S{xPC?xs5iI@auV~ho%2ic zN+$o~U8#yt0gHdWq{QOPWWUVxjFOWJOf)dQ+4b>czOL=3EA^{p_1_qPQ^GZ$5 zH#eXBpAT6c>_?EZCs{~L{?ErYxlmYn@_POzB=3Tan5-|L1ai0WjV`i&ufsFtY4))SwScX$qF-&9g`b` zR3_(}OH4j1RE0?QOvbQS6AMl*N-RjqugJ_xgd}4~JQoVjM=}cRp~-wAN|PN$c7Q|t zpNRZq{~D*s`J%~4dCkzsV)6x1rOAw9=O;f9GXtebMxDvhs#23p#Dl;wS0FAjdA)ch zh%Lk$mReMtnV+ZNoRONG&A`QA3J!;3S(20UB%(#&F@$if@Z>}Z;mL*;5|eGF@=O+y z3|2%aGBkt6G_MaN!TOh$fKqIrv+ZPCDUQkY3ppmg=Tw>eQ&I=XXQp}vt`?KuI7@Ls zvM&P{gWlvscg4w-QUxH7iU_;rB_`#hy5$$87MB!Nx|OEp6oX@AZnXO3)DXkTP13q( zA+T0jaq?a1cqxS2Okin@ttc@iv$S|}m`t-eLfQx>&7YT;mmi#%lv?DHn41VLg0v=2 z%$1#7P|q=0RW=04yYLv~4N6U}OwLIyf<)Xb*{w+4OH0ftPMz#4CkM{B)8$f-OE6eiD8V4oZztu;ALL0bc^9uY$# zt~sg6B}JLZZly(eiOH!DM{QJ?gk&)!VLB?xO)gN}jxdA~77BvFC5g$|3Z8js`3lbY zMR}=33|tJFlP4^Yn4GSZhbW2}4WTX+f)_oRd4Z*gppu7yi$NWndqtHK5LU2(vIM-q z7bwb4&UP*>DM>AYl=ze9DmP*&nq^eL)rbA$iMgValU3S~idNIf4R$i@0jWhHnaSCc z#Z@!p;bFpP4s{(5l6N8}&r_X=6cmt*WvZqCDh3R}$-hA@4=p{tQInh;$6`F$T|Ej( z#?;Vg@_cof$*0u&5rr8mIKrV8^QB}KgVJtLYI0^lYVqVcjW$HNjfgTK=hVECqRh0? z^i+5;ZxA9e*-5hlkq5bq3{A{UER4-e%qO4Flm$6gX7WR6(a9oO`IDb<^G&`d#?HZ> z3eGDjlLIrPChyXkf)r3DlYO++Cf94XBO-&@K+hEFQsKm$(%j6v%+g$!qWl8qjKsX; z)X91}jR^ahjA5yRVe&==iOJo%EeJ_u$MNdPfgGndd83Kw2a!!Wo zWE+Dtj96S?pbWAZR+x)Vo@o@t2Tu+xps1ew(MW3Y#EH_A4;wZs!KF|ljXNbZrL-U? zGdZy&b+W(EjzIp&>x`8r z7cN$w%xY4Fq!m;+*P19!UTg9a;x5^las6zCeKp^H2~x$S(YMITZRUc zi!Bu=8(Neh+8p5UfhGsufYRIoM2l*Y)f}*cjje??zq3Bah!pbR8Cf#&q$?Y98R`rX{qH6PjG; z5r<@}p`MZH@8>DENtRG&FDA?hJDL**+ zkorXz!aESHag^4UFiLFl zf)ki3*awVpF^H7IY6R+SL0!j}pPQE%lAjOl#zSicp2^GNf)I%T(UFGgf>jZafSRlj zUw|lg87-iSxItYDaG&4PfAWP1B9j*^;Fx?Wz7#268BMlLke!^KunCkW7!@ZsCMZr0 zNZbPE$xd!ekYEkY2jxcdq}d>`$=8z6S`1-E3u{o08aSSEX>CFml| zM@|MppurI5jKs{m;>2=DQO3Z8@*}CYZl!3wIm)YP34a9~9HKEBnbNDCst8h$?&GAEWs?p??IkJ=gc^FKd8)h=u zJl6mziy9kEp5Q40D-?Qjmm!rZkT#29o;b*xpz6?Ia&KM&QdJ19!e8gfPCnQrIr&4r z++_d!7$mbz4JNP5R{*zyAMnXf<|~Lo6amO}m#AAQsCONd3LBsT#|;A)1El!fUeJfg z4)7E%n3z%qYJI1`OJ0ZuaL-3}^8CU$B$pT)P5xa74l8qTtzIJ_GC8yexszg`XE=Fn zk=*24MH4{r$j_CWnv(B$@V!20b$Rnp{t{oIr57ivx3-LH$3TR>R?)W(?ntRGxoL-I0cXxMH-BG#ed zxfA3jUzjirshI~Z_@S1Hcsd(}6eZ>rr{x#rrWO?kmsI9Vo-na*vf(5#ai|*Z%w(hZ zf};Gi%pA~Yv@CeMC1H{$qVi=nfe&VJq?Hz@mSpCpg1g-JCN&}@T#(}@$4*w595ZFw zWYMYolRr#Rp4>ZmHKJ|7Vq#zk8$abM1dZO8=0fuTIC^z{UW1z@zstwY`%;nY;s0d%$~A{E!R|uihqqoUsR7er=km z0ZOKzj)VB*%d_&4QkdanhuPo~+#KxF`q>o*@PZAcd=hoc$;qz_&P~lhYjs2Fp|e5? zlh4fo4Ml5B?wzBB9z$E_$b(ybf9Av?YG%xaDzxPXY0^yI?qPgC@qHs`z2uEm-i`E}VhzA++d*s+DldDa}j?N`(wjAy0gP zriSc#IVW#ekdEj~!^2&;II*B013b0?8l#0w4=K!$ntUuvY%=G9Fi?)19J@envflho zM6`kHn^dUP+^Kmf{za+5pnltA) }